Open Menu
AllLocalCommunitiesAbout
lotide
AllLocalCommunitiesAbout
Login

A 2024 Plea for Lean Software (with running code)

⁨26⁩ ⁨likes⁩

Submitted ⁨⁨1⁩ ⁨year⁩ ago⁩ by ⁨tux0r@feddit.de⁩ to ⁨technology@beehaw.org⁩

https://berthub.eu/articles/posts/a-2024-plea-for-lean-software/

source

Comments

Sort:hotnewtop
  • Boozilla@beehaw.org ⁨1⁩ ⁨year⁩ ago

    A-fucking-men.

    Been bitching about this for years to deaf ears.

    Old enough to remember when folks took pride in how few lines of code they could write to get something done. Not unreadably dense undocumented code. Just lean, clean, and efficient.

    There’s still a place for large complex software, but 99% of business apps that just move text strings, datetime values, and decimals around from point A to point B aren’t that place.

    source
  • megopie@beehaw.org ⁨1⁩ ⁨year⁩ ago

    See it’s actually fine because computer power is just always going to get better and the next gen will handle it all fine.

    Oh and there is definitely no reason to try and reduces electricity usage. See cause we’re totally going to run everything on solar panels any day now and we can just scale that up forever to meet demand without any problems.

    Obviously, sarcasm. It is kind of infuriating how little a lot of companies care about keeping stuff lightweight.

    Personally I’m very interested in projects to build functional lightweight systems and architecture, particularly stuff that could run on older process node chips. Like stuff that could be made without colossally complex supply chains.

    source
    • Goopadrew@beehaw.org ⁨1⁩ ⁨year⁩ ago

      Join the cult of embedded engineers! My current project at work uses a cortex m0, so we have 32kB of code ROM and 4kB of RAM. It’s really satisfying finding little optimizations to save a couple dozen bytes here or there, and there’s never the pressure to just slap together code without worrying about size or speed since you can’t afford it with the hardware you’re using

      source
  • sik0fewl@kbin.social ⁨1⁩ ⁨year⁩ ago

    I agree with the sentiment, but in his linked project he says this:

    Somewhat surprisingly, Trifecta does not touch the images it serves. This is a bit sad since it might be useful for the software to create thumbnails for example. The security record of most image libraries however is sufficiently depressing that it is not worth the cost to do any kind of conversion.

    Apparently leaking EXIF data to the internet is not a concern of his.

    source
    • samc@feddit.uk ⁨1⁩ ⁨year⁩ ago

      Is that an issue if you need to login first?

      source