Skip Navigation
InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)BM
bmarinov @lemmy.world
Posts 0
Comments 26
Homelab Organization
  • I'm also using ansible everywhere in my home / private infra and lab. Occasionally I get slightly annoyed that I have to open an inventory file or a role var to find something. But in general I'm so grateful that there is one place to find this information, and the same is used to set up everything from scratch.

    Is it extra work to write the roles and playbooks? Yes. Does it solve the documentation and automation problem completely? Absolutely. 10/10 would recommend. And for the record, most things I host run on containers, but the volumes and permission management alone make it worth your time.

  • Nuclear isn't perfect, but it is the best we have right now.
  • Storage is not easy when you don't have massive amounts of free land. This is an ongoing debate in Europe, and in one particular country a leaky storage was discovered just a month or two ago. Again.

    And there is no guarantee that what we build today is not going to be a massive liability in 50 or 200 or hell, 500 years. But the companies and people who are responsible will not even exist at this point.

  • Neue Instanz www.feddit.org - Umzugsvorbereitung
  • Man könne auch eine gewisse Zeit crossposten, und darauf hinweisen. Ich fände es super, ein paar communities auf den Server mit content zu versorgen. Diese dann zu folgen = mehr Traffik auf die neue Communities.

  • New Unraid OS License Pricing, Timeline, and FAQs
  • I was considering grabbing a last minute legacy license, but I really don't have a use case for unraid. I need a NAS for storage and a few VMs. And my apps run on generic SBCs or NUCs which I manage through ssh/ansible. So yeah, TrueNAS it is for me as well.

  • Why isn't there a way to make near-native desktop UIs that's similar in ease to browser and electron UIs?
  • You are not far off. In my previous project we attempted to rewrite a desktop app and we started with a skeleton crew. Hiring for the frontend was tough, we got one very good xaml (wpf / winui etc) dev in the first year. Then, in the middle of the corona lockdowns, for 12 months we kept only getting mediocre candidates from across the world, with no relevant experience whatsoever. Then we found our second full time frontend dev, who only stayed 3 months and once he saw how clueless management is, bolted.

    Funnily enough the aforementioned manager experts started asking what's wrong and why we 'fail to fill the positions'. We were stuck in the native desktop world product-wise, an unattractive and challenging tech stack with difficult problems to solve, with poor management and low budget. That's what was up. Now I'm happily working on the backend / web / cloud side of things and I'm definitely not looking back or picking up another tech lead position for a project with non existent team to start with. /o\

  • The current state of Twitch
  • You know, I don't get offended or anything. But it's impossible to mute / block streamers, and there are some particularly annoying offenders which I just don't want to see when I open twitch. Just give me the option to filter that out and I won't complain again.

  • Apple has a memory problem and we're all paying for it
  • Alight, thanks. Let's see if I can explain this.

    I couldn't find native support for the following:

    • snap windows left and right with keyboard shortcuts (Win Key + Arrows on Windows)
    • set a default output device (eg speakers), but select apps (Spotify for example) should output through my USB DAC.
    • I can tab between applications, but the only way to tab between all active Windows was with a third party app. It mostly works fine, but has a few quirks.
  • Apple has a memory problem and we're all paying for it
  • So maybe I missed it or we are talking about the same things. Can you point me at the right thing to look for? Since you seem to be aware how these work natively.

    • snapping windows by keyboard shortcuts (Win Key + Arrows on Windows)
    • I want to have one output device by default (eg speakers), but select apps (Spotify for example) should output through my USB DAC.
    • I can tab between applications no problem, but when I looked up how to change between windows of the same app (eg text editors), I came up with nothing. How is the shortcut called?

    Cheers

  • Apple has a memory problem and we're all paying for it
  • MacOS is extremely barebones. Almost two years ago I got a MacBook to work on a customer project. Until then I've only been on Linux and Windows 10. And boy was I in for a surprise. I kind of got used to it, but let me give you a few examples.

    You want to tab between windows and not apps? Better pay for an app. You want to snap your windows left or right? An app. You want to control which app outputs to which audio device? You guessed it - an app. Clipboard? App. Configure mouse acceleration? An app (linear mouse).

    I mean, the OS is polished and looks great. And if all you do is swoosh windows left and right in Starbucks, that's all you need. But for anyone else it's just sad how little it supports out of the box.

  • Fixing For Loops in Go 1.22 - The Go Programming Language
  • As someone with years of Go experience, this thing bites me or my team in the ass at least once every six months. Sometimes tests catch it, other times the tests get written after the fact and made to fit the implementation. Hilarious bug hunts ensue. I'm happy for this proposal moving forward.