Readit News logoReadit News
Eatcats commented on Tell HN: I Lost Joy of Programming    · Posted by u/Eatcats
manthan1674 · 2 months ago
I always enjoyed problem solving, and programming was more of a means to that end for me. These days, focusing on syntax feels a bit tedious, especially when LLMs can handle so much of it. That being said, I still find myself obsessing over code quality, reading and reviewing code, and thinking a lot about architecture and best practices. I still get a lot of satisfaction from building things well, even if the actual mechanics of typing out code aren't always the most exciting part.
Eatcats · 2 months ago
in this world of LLM coding, we jumped to architect level
Eatcats commented on I Received an AI Email   timharek.no/blog/i-receiv... · Posted by u/_xivi
Eatcats · a year ago
so the cold email worked :) You didn't buy the service, but at least you checked out their website
Eatcats commented on AI chatbot 'encouraged' man to sacrifice himself to stop climate change   euronews.com/next/2023/03... · Posted by u/cowl
Eatcats · 2 years ago
Sad thing is that is true - we are the reason for climate change
Eatcats commented on What's the worst codebase you've ever worked on?    · Posted by u/zoozla
Eatcats · 3 years ago
I was working for one production company making products out of concrete, and they had this SCADA system. They had 5 factories and 5 versions of the same software. This software was made by one company, but as factories were built in different times, software was evolving as well, so when I joined the company there were 5 factories with different code bases, that were doing basically the same thing. Oldest software was written in VB6, newer in .NET 1.1.

The problem was that making changes on all factories required making changes in code in 5 codebases, and it was impossible to merge them into one because of subtle differences how the production lines were working. Also it was impossible to run this software locally, so only tests you could do on live production environment. Imagine testing your software, there is a bug, and you just wasted 2 tones of concrete...

My solution for this problem was making a checklist of all the things that need to be changed and checked before changing, codebase by codebase. Also keeping the changes in SVN helped a lot for implementation reference. Good commit messages and comments in code were essential not to drown in this mess.

In the end, I hired an employee, taught him the ropes and "sold him" to this company. He works there till now and does exactly the same thing (8 years and counting) ;)

Deleted Comment

Eatcats commented on Ask HN: Those making $500+/month on side projects in 2023 – Show and tell    · Posted by u/mbrain
Eatcats · 3 years ago
I have 2 rehearsal rooms for musicians, with good acoustics and some basic music equipment. There are 10 bands sharing the rooms and paying monthly giving me 500$+ with ease. I will do more as the market for such places in my city is not saturated yet.
Eatcats commented on Show HN: I am building a new Python library to read/write PDF files   github.com/desgeeko/pdfsy... · Posted by u/desgeeko
Eatcats · 3 years ago
Thank you, it is much needed, right now the most reliable way of generating PDF's I used not so long time ago is - create DOCX with content and some template variable strings, like {{}} - unpack document and get into text, replace text - use DOCX->PDF linux tool to generate document.

Maybe this will be the good solution

u/Eatcats

KarmaCake day33July 3, 2019View Original