Code is run more than read (2023)
olano.dev
Code is run more than read (2023)
1–10 of 110 posts
Re: Code is run more than read (2023)
#2Re: Code is run more than read (2023)
#3Obviously, our regulations aren't perfect or even good enough yet. See DRM. See spyware TVs. See "who actually gets to control your device?". But still...
Re: Code is run more than read (2023)
#4I am afraid that without a major crash or revolution of some sort, user won't matter next to a sufficiently big biz. But time will tell.
Re: Code is run more than read (2023)
#5Re: Code is run more than read (2023)
#6I like the final conclusion. And sadly I don't feel like anything changed for the better on this topic since 2023. I am afraid that without a major crash or revolution of some sort, user won't matter next to a sufficiently big biz. But time will tell.
Re: Code is run more than read (2023)
#7It is absolutely astounding how much of them run on code that is:
- very reliable aka it almost never breaks/fails
- written in ways that makes you wonder what series of events led to such awful code
For example:
- A deployment system that used python to read and respond to raw HTTP requests. If you triggered a deployment, you had to leave the webpage open as the deployment code was in the HTTP serving code
- A workflow manager that had - Python code written in Java OOP style where every function call had to be traced up and down through four levels of abstraction
I mention this only b/c the "LLMs write shitty code" isn't quite the insult/blocker that people think it is. Humans write TONS of awful but working code too.
Re: Code is run more than read (2023)
#8Re: Code is run more than read (2023)
#9I've worked at some of the "top tier" finance firms over the years. It is absolutely astounding how much of them run on code that is: - very reliable aka it almost never breaks/fails - written in ways that makes you wonder what series of events led to such awful code For example: - A deployment system that used python to read and respond to raw HTTP requests. If you triggered a deployment, you had to leave the webpag…
Re: Code is run more than read (2023)
#10And cars are driven more than worked on, but putting the oil filter inaccessibly in the middle of the engine block is still an unforgiveable sin.