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
-
netikras35196313d@SidTheITGuy I won't get anything done if I'll be teaching developers how to do their job every time I see it needed
-
lorentz15247313dAlmost nobody knows how applications are started, everyone just asks their toolchain to build for Windows/Linux/MacOS/Android and the magic folder plops out at the end, then you find a place for it, tell the operating system where you left it, and the program magically starts.
Very few people are aware that their programs try to find and load the contents of glibc at runtime until the first time it bites them in the ass, possibly through Docker and its obsession with the extremely divergent Alpine Linux. -
lorentz15247313dWhat I find additionally funny about this is that in every IDE I'd ever used there's a "build" button right next to the "build & run" button.
-
dmonkey2327313dAt uni I did my java servlet crap with VIM. Best choice ever (for educational purposes).
-
netikras35196313d@lorentz I am sorry, I'm having a hard time understanding the funny part in this
build - to test if your most recent code changes compile
build&run - spin up the most recent code changes -
lorentz15247313d@netikras If you have a competent team, you know your tools and everything's rosy, then yes. If just making it work is an achievement, both buttons create a program that works and you can probably get away with shipping that for a while before the debug symbols get in the way.
-
lorentz15247313d@dmonkey Java was designed to be used with autocomplete and scaffolding, that sounds like a major CTS hazard
It's sad. When developers create the application and ONLY know how to lunch it by clicking that green button in the IDE, having no clue how to package and launch it properly...
it makes me sad.
Now I'm supposed to dockerize an application no one knows how to launch outside the IDE.
rant