Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Yeah, I had a build script that started being screwy and just not doing anything. Had to run qmake on it to "fix" it. Though seconds before it ran fine. NFC why it did that.
-
If it uses a network, a whole bunch of things could break without you knowing it.
Routing, DNS, DNS Caching, DNS Resolve, VPN DNS Options, VPN Block Outside DNS, Timeouts, TTLs
And now I better stop. -
cb21910195y@IntrusionCM tell me more about that "network" thing you're talking about, I'm curious. What does that do? Is this new?🤔😄
-
cb21910195y@IntrusionCM 23, finishing my CS bachelor degree, had 1 semester on networking, but was more an overview of what the internet protocols are and how they work approximately. DNS and the routing algos were briefly explained.
-
@cb219 seriously, I meant with network everything going on local and external (eg via INet/VPN).
Since you didn't mention what your Project consists of and how it is build.
And most of the time resolving "unexplainable" build breaks is hard... But depending on what language / build system and so on a very good learning experience.
:)
Gotta love it when your untouched code worked just hours ago locally and now you have no idea why everything breaks, what has gone wrong and how to fix it ... but it's stable remotely on dev/test/live. Project runs on localhost + vpn on company servers. I can dynamically change the parts that shall be compiled locally and the rest will be loaded from the company servers.
Fucking great.
rant
no changes
code breaks
how did that happen?