• 0 Posts
  • 39 Comments
Joined 2 years ago
cake
Cake day: November 20th, 2024

help-circle
  • Personally. I want an AI tag so I know to look more carefully.

    I don’t mind AI speeding up a skilled engineer.

    But I do mind a crypto bro, turned AI bro, with little experience, too eagerly advertising their vibe coded app.

    Its too exhausting to audit everything I may be interested in and the AI tag would help me to budget and optimize my time.













  • OpenCloud has made a conscious decision not to use relational databases and instead uses files to store metadata. This decision simplifies the system considerably and at the same time helps to improve scalability and system stability.

    Well color me convinced. The most frustrating part about updating Nextcloud is fixing the database schema.

    I don’t even want a database I just want a lightweight webui for manage my files from a browser.

    OpenCloud fits the bill much better.








  • bitwolf@sh.itjust.workstoProgrammer Humor@lemmy.mlPython!
    link
    fedilink
    English
    arrow-up
    0
    ·
    1 year ago

    I had a similar experience processing PDFs of building plans. 4-8k PDFs, took 5-10minutes in Python.

    I ended up switching to node.js and it processed the same PDFs in 120 seconds.

    Over the years I only really find Python useful for interviewing and occasionally in ci pipelines.