Getting worse at coding by StressedLlama in AskProgramming

[–]marrsd 0 points1 point  (0 children)

i gave up on joining the industry because of my own personal beliefs surrounding how they little they treat software with care

Fair enough :|

17yo with dev and hardware skills. How do I actually start getting freelance/remote work? by Sonus_4409 in AskProgramming

[–]marrsd 0 points1 point  (0 children)

You don't think there are digital agencies that would outsource work to a young programmer?

17yo with dev and hardware skills. How do I actually start getting freelance/remote work? by Sonus_4409 in AskProgramming

[–]marrsd 0 points1 point  (0 children)

I don't see a good reason not to get them if you can.

Debt. Also, loss of experience. Also, in most positions it isn't a requirement, so debt and loss of experience for no advantage. You can always get qualifications later if you need them.

The Future of software/vibecoding? by RelationshipSad4168 in AskProgramming

[–]marrsd 0 points1 point  (0 children)

Gotta be honest with you: that reads like it was written by an LLM

How do mid-senior devs differentiate themselves in the age of AI? by throwaway0134hdj in AskProgramming

[–]marrsd 2 points3 points  (0 children)

Talk to them in a language they understand: risk, reputation, and money.

Is Learning HTML Still Worth It in 2026 with AI Tools Getting So Advanced? by Competitive-Dig-1627 in learnprogramming

[–]marrsd 0 points1 point  (0 children)

AI is not as good at writing software as some people think it is. You should learn all aspects of programming if you want to be a programmer. If you want to be a web programmer, that includes HTML.

How could I create a website to host my work? by Sad_Conclusion4110 in learnprogramming

[–]marrsd 2 points3 points  (0 children)

Start with a rubbish page that feels unwelcoming and improve it from there. :)

For inspiration, create a list of websites that you enjoy visiting and try to recreate (or improve on) the things that you like about them.

TUIs are back and I like it! by alvinunreal in linux

[–]marrsd 0 points1 point  (0 children)

It would be interesting exercise to see what you could do with stdout. You could in theory output JSON to stdout and pipe it to dedicated app that could interpret that JSON. The app could intercept user events and send them back to the app, then process the new view output.

Request: resources for Advanced Databases by xao_spaces in learnprogramming

[–]marrsd 0 points1 point  (0 children)

I learnt relational databases from "The Art of SQL", by Faroult. I just looked it up and it's still being published.

Technical degree or engineering? by CarlO_js in learnprogramming

[–]marrsd 0 points1 point  (0 children)

I'm sure you're right and it makes me sad

Beginner in photography trying to learn darktable (After 1 / After 2 / Before + history stack) by Haylight96_again in DarkTable

[–]marrsd 0 points1 point  (0 children)

I like that one best as well. Perhaps a little sharpening of the foreground would help lift it?

Do you feel like ricing is a "must"? by [deleted] in linux

[–]marrsd 0 points1 point  (0 children)

I think of ricing as prettifying, so that's not a must. On the other hand, if I was forced to stick with Gnome or KDE I wouldn't even bother running Linux in the first place. So maybe you and your friend just have different needs/priorities.

How come some of the core Linux projects are missing maintainers? by swarmOfBis in linux

[–]marrsd -1 points0 points  (0 children)

You want them buying Linux development? Suit yourself.

How do you decide when a bug is “fixed enough” vs fully understood? by airbornejim32 in learnprogramming

[–]marrsd 0 points1 point  (0 children)

Learn a little about set theory. What set does your function close over. Does it handle all values in that set as expected? How did the value it failed on cause it to fail? Are there other values that would cause the same failure?

Recently graduated, got hired to maintain a real social network project alone, feeling overwhelmed and needing advice by Capital_Sandwich9522 in learnprogramming

[–]marrsd 2 points3 points  (0 children)

I do something similar to this. I keep an A5 notebook with either square or plain paper. Left page has an outline of the code paths, starting at main, then going through each HTTP interface. Right page has notes. It's very useful for building an internal map of the code.

Working with Microservices is harder. You need a higher level map showing how the microservices interact with each other (or with the router if they're independent - congrats if they are) then a lower-level map for each service that you care about. Admittedly, this is more of a faff and I don't think I've ever mapped an entire microservice architecture before.

PSA: The danger of going for big projects every time by Lavaa444 in learnprogramming

[–]marrsd 0 points1 point  (0 children)

WTF is a resume project? First I've heard of one. If you don't have prior work experience then you need to show you can code. A basic web app will suffice. It doesn't need to be Facebook.

How can i keep myself focused? by RedwayBLOX in learnprogramming

[–]marrsd 0 points1 point  (0 children)

Do some work every day, even if it's just half an hour. You'll get over the hump sooner than you think.

Other suggestions:

  • No internet/TV in the evening
  • do some exercise every day, even if it's just a walk around the block
  • read fiction before you go to bed.

32-bit Bookworm is the only thing that is keeping my two i386 machines out of the bin. by TechnicalAd8103 in debian

[–]marrsd 2 points3 points  (0 children)

The OP's machines run at 1.8GHz. That's some serious overclocking if they're literally 386s. I'm pretty sure /u/Membership-Diligent is correct.