- 49 Posts
- 46 Comments
sizeoftheuniverse@programming.devto
News@lemmy.world•Dave Chappelle fills Netflix special with jokes about trans and disabled people
11·2 years agodeleted by creator
Have you ever been there?
sizeoftheuniverse@programming.devto
World News@lemmy.world•Children eat rotten food, adults hunt cats: famine is coming for GazaEnglish
1221·2 years agoSo why is not Egypt opening its borders?
sizeoftheuniverse@programming.devto
Programming@programming.dev•Mathematicians and software
1·2 years agodeleted by creator
sizeoftheuniverse@programming.devto
Programming@programming.dev•Coding Addiction: How Programming Affects Your Brain
143·2 years agoMedium articles should be banned.
sizeoftheuniverse@programming.devto
Programming@programming.dev•How I Master Array Coding Problems for Interviews
7·2 years agoLow effort writing. Medium.
sizeoftheuniverse@programming.devto
Programming@programming.dev•Backlash over fake female speakers shuts down developer conference
23·2 years agoThis is funny on all levels:
-
The initial motivation for the heinous act;
-
How the plan was implemented;
-
The reaction to the plan.
-
sizeoftheuniverse@programming.devto
Programming@programming.dev•Is Java Still Keeping Up with Modern Programming Languages
5·2 years agoYes, i was part of the cult in my early days as programmer. I would endlessly create abstractions over abstractions. But the whole madness started for valid reasons.
Im the early days of Java on the web, you had servlets and JSP. Servlets were miserable to write, and JSPs were basically the java interpretation of having a PHP. Those were the days before JSON and yaml, when XML was king.
So people wanted to abstract their way out of JSP and XML, so they created layers to isolate the nasty parts and make it easier to write actual Java code. So a few ideas emerged/frameworks: ORMs, EJBs, Struts, JSF, template frameworks, and finally Spring which was the lightweight one, if you can believe it. A lot of those ideas coming from the Java world were exported into various other languages in a selective ways.
People experienced with various patterns and frameworks. Eventually Spring won, and then Spring started to use annotations, JSON became more popular, etc., the code became less and less verbose.
Some Java developers never made the mental jump and are still creating huge piles of abstractions because this is what they’ve learned from their seniors.
sizeoftheuniverse@programming.devto
Programming@programming.dev•Is Java Still Keeping Up with Modern Programming Languages
311·2 years agoYes it does, the only parts where Java doesn’t shine are usually some advanced features that are nightmarish for people who are building tools and libraries:
-
The type system is so 90s and it’s kept like that for backwards compatibility.
-
Generics having type erasure is again an improvisation for the sake of backwards compatibility. It makes writing generic code in conjunction with Reflection painful.
-
The lack of control for the memory layout. I mean in most cases you dont need full control, but there are use cases where it’s literally impossible to do optimisations that are easy to do in C/C++. You must have faith in the JVM and JIT.
-
Integration with native code is cumbersome.
Other than that Java is fine for most backend work you need to do, except probably for Real Time Processing apps where every millisecond count, but even there there are ways.
You use Java not for the languages itself, but for the tooling and the ecosystem.
-
sizeoftheuniverse@programming.devto
Programming@programming.dev•What's the biggest change you would like to see in computing/tech?
1·2 years agoFor personal projects and prototypes i believe it’s fine, but when you consume the electricity of mid-size countries just because you prefer to write your production code in convenient languages don’t lecture others about ecology and climate change (i am not refering to you).
sizeoftheuniverse@programming.devto
Programming@programming.dev•Programming As a Career Isn’t Right for Me
3·2 years agoThat’s a possibility.
sizeoftheuniverse@programming.devto
Programming@programming.dev•What's the biggest change you would like to see in computing/tech?
75·2 years agoDevelopers should go back writing efficient code in lower level programming languages to stop wasting CPU cycles for stupid reasons, like not wanting to use types, or something more stupid than that.
sizeoftheuniverse@programming.devto
Programming@programming.dev•Programming As a Career Isn’t Right for Me
28·2 years agoIt’s a little curse to be remotely passionated about programming and be a programmer nowadays. Some companies make it extremely dull and toxic with all their additional requirements and managerial practices. But there’s hope, there are good companies or teams, and eventually if you stay long enough you will find your place.
That was my case.
The only lesson you need to learn is to make distinction between your interests, side projects and hobbies and the actual work you need to do ar work. If they overlap that’s amazing, if not you need to adapt. You need to give the company what the company wants (so you can get paid), and to yourself what you want, so you can be fulfilled.
sizeoftheuniverse@programming.devto
Java@programming.dev•Java Virtual Threads — some early gotchas to look out for!
4·2 years agoGreat story.
sizeoftheuniverse@programming.devto
Linux@programming.dev•is Cinnamon sort of a shitshow?
21·2 years agoFor me the experience is different, but to be honest i am spending more time in the terminal and the browser than notifying what the DE is actually missing.
I mean, i have panel on the bottom with the open apps, a few shortcuts, the network manager, the Bluetooth manager and the calendar. I am not missing anything.
I also run Mint, and things were extremely stable for as long I can remember.
It would be C++. Its versatile enough to do everything with it.
sizeoftheuniverse@programming.devto
Programming@programming.dev•What are some of the resources that you have used to improve/learn programming?
2·2 years agoThey force you think of o(n) and train you better than anything else on how to write your functions (but not how to organise them).
I have around 600 leetcode exercises solved, and there’s a big difference in skill between the person i was before leetcode and the person i am now.
sizeoftheuniverse@programming.devto
Programming@programming.dev•What was your experience climbing the career ladder in tech?
3·2 years agoThere’s definitely a ladder, for me it was constant work, rather than hard work.
sizeoftheuniverse@programming.devOPto
Programming@programming.dev•Do you have a RSS list with feeds from programming blogs you are reading?
1·2 years agodeleted by creator














deleted by creator