That’s not “self hosting” related tho lol
folkrav
- 0 Posts
- 38 Comments
I too had those hour long snoozefests where 99% of what’s said doesn’t pertain to my work, and those useless meetings that could have been a message on a Slack channel. I still feel like the sentiment is a very broad generalization based on some assumptions that may or may not apply well to every work environment.
My most recent project has direct dependencies between 5 teams just on the developer side, and multiple internal and external clients. Figuring out if we need to reach out to the stakeholders or figuring out who can help them on a particular task isn’t necessarily always that straightforward, depending on scope.
Anecdotally, the devs on my team were losing a lot of their time doing all that stuff before I joined as a tech lead in August. I spend most of my non-dev time (about 50% of my time, lately) shielding the rest of the team from stakeholders, pushing back when needed, pushing back on various demands, enabling communication lines, all to protect them from context switching and let them code.
And honestly… Outside all that, we’re working remote, we basically never even talk outside of that, and have all very solitary jobs. Is 15 minutes of human interaction that terrible lol?
Interesting… I’ve yet to see a team that didn’t have regular touch bases not having the polar opposite issue, being communication happening in isolated silos and resolvable issues taking too long to bubble up. YMMV, I guess.
folkrav@lemmy.cato Selfhosted@lemmy.world•Should I use a reverse proxy in a homelab?English2·1 year agoI’m curious what made it that complicated. Was the Synology OS (DSM they call it right?) fighting you along every step or something? As far as I know it’s a custom Linux OS but I have no idea what it’s based on, or if it’s even based on a specific distribution… I could definitely see it being a challenge depending on the answers haha.
folkrav@lemmy.cato Selfhosted@lemmy.world•Next up in the Proxmox adventures: Why does my Rx590 show up as an RTX 2070 and how do I fix it?English0·1 year agoIf it wasn’t that it’s Nvidia and that you bought this specifically for Linux, I’d have told you to keep the Nvidia, as you did get a significantly better card for the price you paid.
folkrav@lemmy.cato Programmer Humor@lemmy.ml•Python is great, but stuff like this just drives me up the wall17·1 year agoAdding types on an untyped project is hell. Greenfield stuff is usually pretty smooth sailing as far as I’m concerned…
I mean, I use formatters everywhere I can exactly so I don’t have to think about code style. I’ll take a full code base that’s consistent in a style I dislike, over having another subjective debate about which style is prettier or easier to read, any day. So whatever
cargo fmt
spits out is exactly what I’ll prefer, regardless of what it looks like, if only for mere consistency.
Half of you are like this, the other are Boomer-like in their tech abilities
folkrav@lemmy.cato Selfhosted@lemmy.world•New Unraid OS License Pricing, Timeline, and FAQsEnglish1·1 year agoThere are cheap NASes/home servers to be bought/built for a couple hundred bucks, with very limited RAM, while TrueNAS recommends 8GB minimum. It’s also often much cheaper to have the option to buy mismatched drives on sale and expand your storage over time, than having to buy matched drives, and having to plan long term for potential expansion of else have to replace a whole set of drives at once if you need more. But fair enough, yes.
folkrav@lemmy.cato Selfhosted@lemmy.world•New Unraid OS License Pricing, Timeline, and FAQsEnglish1·1 year agoThe incentive is still there, it just presents itself differently. Nothing prevents them from withholding major changes so they happen every 13 months either. If anything, I would at least expect yearly major versions to have large changes, while they can technically do whatever they want during the year I pay for, including not pushing any updates whatsoever.
folkrav@lemmy.cato Selfhosted@lemmy.world•New Unraid OS License Pricing, Timeline, and FAQsEnglish0·1 year agoI don’t have half the world’s RAM to give to ZFS on my budget NAS tho, and Unraid allows mismatched drive sizes, which is pretty attractive to budget users. TrueNAS is definitely great though.
folkrav@lemmy.cato Selfhosted@lemmy.world•New Unraid OS License Pricing, Timeline, and FAQsEnglish1·1 year agoYou get a perpetual fallback license even if you stop payin, which is what I was referring to. It’s pretty much functionally equivalent to what Unraid is proposing here. You pay for a first year, get a license to use that version, then need to pay again to get an additional of updates.
https://sales.jetbrains.com/hc/en-gb/articles/207240845-What-is-a-perpetual-fallback-license
folkrav@lemmy.cato Selfhosted@lemmy.world•New Unraid OS License Pricing, Timeline, and FAQsEnglish1·1 year agoThey have all the right in the world to do so, but I have a lot of trouble with them insisting that this is “not a subscription”. Let’s call a spade a spade. It’s a subscription to get updates, with a perpetual fallback license. The only difference with JetBrains’ model, which offers the same for their IDEs (which everyone calls subscriptions, themselves included), is that Unraid still offer a lifetime tier on top. But the lower tiers absolutely are subscriptions. If it was really a “version upgrade” thing, they’d tie the payment to major versions, not a time period. It’s a time based payment in which you get something in exchange during the payment period, therefore, a subscription. The word may have connotations for them to want to avoid it so much, I won’t pretend it’s not what it is…
Otherwise, for what I actually use Unraid for, they just put themselves out of my price range and it probably won’t be my next NAS’ OS. Outside the “use any disk size” RAID-like solution, there isn’t much keeping me on the OS, and I guess I can deal with setting up MergeFS/Snapraid…
folkrav@lemmy.cato Programmer Humor@lemmy.ml•What are developers in different languages known as?3·1 year agoIs it pronounced “eleph pants”?
folkrav@lemmy.cato Programmer Humor@lemmy.ml•What are developers in different languages known as?3·1 year agoAh, yeah, I knew that at one point. I find recursive acronyms so tacky I tend to tune that information out lol.
folkrav@lemmy.cato Programmer Humor@lemmy.ml•What are developers in different languages known as?4·1 year agoI don’t know know you’re talking $$$$$about
folkrav@lemmy.cato Programmer Humor@lemmy.ml•What are developers in different languages known as?57·1 year agoC could be “C-Men”
Has a nice ring to it
folkrav@lemmy.cato Programmer Humor@lemmy.ml•What are developers in different languages known as?17·1 year agoI know Go has gophers
folkrav@lemmy.cato Programmer Humor@lemmy.ml•What are developers in different languages known as?8·1 year agoMissing a P
From experience shipping releases, “bigger updates” and “more tested” are more or less antithetical. The testing surface area tends to grow exponentially with the amount of features you ship with a given release, to the point I tend to see small, regular releases, as a better sign of stability.