Install Guix

  • 16 Posts
  • 289 Comments
Joined 11 months ago
cake
Cake day: January 21st, 2025

help-circle
  • I don’t know anyone who works in tech (not IT) that is allowed to use Wangblows for development. If you’re a programmer/software developer, you’ll 1000% have to use Linux, either directly or indirectly. From small hardware devices, to automous cars, to simple web sites, all of that uses Linux. Lots of places give you a Linux laptop or at the very least give you Mac—because they consider Mac close enough to Linux. I’ve never needed to use Macroshit Office Suite for anything related to work. Zoom and Slack are the standard in Silicon Valley and both work fine on Linux.



  • Uff. That sounds like a nightmare. I’m glad my job doesn’t force us to us AI. It’s encouraged, but also my managers say “Use whatever makes you the most productive.” AI makes me slower because I’m experienced and already know what I want and how I want it. So instead of fighting with the AI or fact checking it, I can just do shit right the first time.

    For tasks that I don’t have experience in, a web search is just as fast. Search, click first link. OR. Sure, I’ll click and read a few pages, but that’s not wasted time. That’s called learning.

    I have a friend who works at a company where they have AI usage quotas that affect their performance review. I would fucking quit that job immediately. Not all jobs are this crazy.

    AI tends to generate tech debt. I have some coworkers that generate nasty, tech debt, AI slop merge requests for review. My policy is: if you’re not gonna take the time to use your brain and write something, then I’m not gonna waste my time reviewing your slop. In those cases, I use AI to “review” the code and decide to approve or not. IDGAF.


  • paequ2@lemmy.todaytoProgrammer Humor@programming.devElectron apps
    link
    fedilink
    English
    arrow-up
    5
    ·
    edit-2
    11 days ago

    Have they tried coding a UI in a native library instead of the holy HTML CSS JS trifecta? It’s usually fairly miserable and usually extremely non-customizable by comparison.

    🙋‍♂️ I have. Exactly because Electron = bloat. Granted it was just a small side project that I spent like a month or so building. I wanted to learn GTK4, Adwaita, GNOME Blueprints, and Vala.

    I personally didn’t think it was too miserable (again small project, not a ton of specialized needs). However, I 10000% completely agree with the “extremely non-customizable by comparison”. I can totally see why companies don’t want to look like a generic OS app. Getting the Bitwarden app to look like Bitwarden on Linux seems like it would be waaay harder and more time consuming than just reusing their existing HTML, CSS, and JS codebase. At least in my month of messing with GTK, it seems like desktop UIs have wwwwaaaaayyyyyyy less control over the UI than webapps do, at least by default. I’m guessing you can write more Vala to get a more custom UI in GTK, but again seems like waaaaayy more work for something highly custom.

    By the end, I thought: Electron = bloat, but also Electron = apps existing at all.














  • i knew what i did and why i did it, two years ago, after which i never had to touch it again until now

    Hahaha, true. This is why I try to keep as many notes as possible, leave lots of comments, add READMEs, links, and otherwise document what I did and why.

    It’s not perfect, it’s often tedious, and I don’t always do it, but when I come back 2 years later wondering why I set some random option, it’s pretty nice having at least some hint.