this post was submitted on 02 Jun 2024
487 points (97.7% liked)
Technology
59374 readers
7248 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related content.
- Be excellent to each another!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, to ask if your bot can be added please contact us.
- Check for duplicates before posting, duplicates may be removed
Approved Bots
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
On another forum, I was complaining about how Microsoft was planning to remove WordPad from Win11. I was advised that installing OpenOffice or LibreOffice was an appropriate replacement. I replied that WordPad was only 3 megs large, as opposed to the recommended replacements, which are decidedly larger.
I guess not everybody appreciates tight code, but I surely do. Things like this are amazingly impressive.
I don't particularly care about code size as a user or as a programmer.
Hard drive space is the cheapest thing you've got on a computer.
You could always run gentoo and use -Os ... that can make things a lot smaller but also slower.
What was it again, 1 critical bug every 1000 loc?
That's why, code as much as needed but as less as possible.
Of course not measured in KB, because readable code takes a bit more space than clever hacks.
Counting in lines of code is the most stupid metric.