idunnololz
I am the developer of Summit for Lemmy.
- 2 Posts
- 11 Comments
Choose 50% quality so it saves even more space /s
idunnololz@lemmy.worldto
Asklemmy@lemmy.ml•How bad is the software engineering job today?
1·8 days agoThe problem I find is it can take a year or longer before you learn what is idiomatic and what isn’t and it’s not always obvious. You can ask colleges of course but it can slow down development drastically if you need to ask often. Most times, you don’t have the luxury of practicing the language for a year before you ship code so you can use AI to get a general sense of what is best practice in that language. Worst case if AI gets it wrong, it will get caught in review.
As for understanding code bases, I’m working in code bases with millions of lines of code. Before AI I would usually ask someone to point me in the general vicinity or spend 30 minutes trying to find the right ballpark to look at for a particular thing. With AI, it can usually find it in 5 minutes or less. I still learn where the code lives if I need to reference it again in the future so I don’t really see much of a downside here other than that I get to save a chunk of time from having to pore through hundreds of source files.
idunnololz@lemmy.worldto
Asklemmy@lemmy.ml•How bad is the software engineering job today?
10·9 days agoI’m still writing 90% of my code by hand at work. I think if you have total or close to total mastery in your domain, you should probably work faster than AI.
It takes a while for AI to generate code (Opus is pretty slow) and then you have to go review it and do rounds and rounds of fixes. It might be faster to use AI if there were unknowns or if you werent quite sure how to write the code. Otherwise I just find it faster to write it myself.
That being said I do use AI under some soecific circumstances:
- im working in a code base or area of code im unfamiliar with
- Im working in a language in unfamiliar with
- prototyping ideas
- generating boilerplate heavy code
For 1. And 2. I dont usually have ai write code for me. I would just ask it questions like “how do I write X in an idiomatic way in language Y”.
For 3, I have it generate code that I then toss and rewrite if the prototype works.
For 4, this is rare in a good code base. Most of the boiler plate heavy code at work is in unit tests.
idunnololz@lemmy.worldto
Programming@programming.dev•Bjarne Stroustrup: How do I deal with memory leaks? By writing code that doesn't have any.
9·12 days agoJust restart the app every day /s
idunnololz@lemmy.worldto
General Memes & Private Chuckle@lemmy.dbzer0.com•The ultimate answer
2·13 days agoThe app is a push notification app.
This is me lmaoooo.
I think for a SF based company 200 - 250k salary is typical for even a senior engineer.
I have a camera aimed at my stove so I can check if I accidentally left the stove on. It never happens but it does give me peace of mind whenever I leave the hoose and get paranoid.
Sure but in the real world you will sometimes get this and sometimes get no structure. It’s been about 50/50 for me so far. Being able to do either on the fly is good.







And then you spend 4 hours building from source /s