What’s really irritating is that there doesn’t seem to be a way to download videos from yt which have an age restriction, even with Cookies
- 2 Posts
- 103 Comments
Eh. There’s memories I cherish a thousand times more because I made them with my partner.
But there’s also memories I cherish because they’re mine alone.
For traveling specifically, just having someone with you also isn’t enough; you need to want to do the same things, in roughly the same way.
Not my style
Not comfortable
Too cold
Oh, nice. Other way as well? Can I comment from my Lemmy instance’s web interface?
Why, what did I miss?
From NixOS? Nothing, unless it’s compatible with my nix config in a way that I can simply replace nixpkgs’ flake input URL
smiletolerantly@awful.systemsto Piracy: ꜱᴀɪʟ ᴛʜᴇ ʜɪɢʜ ꜱᴇᴀꜱ@lemmy.dbzer0.com•How can everyone on a private tracker maintain seed ratios above 1? Is it mathematically impossible?English35·29 days agoOn many trackers, you get “paid” for time seeded. Usually in the forms of bonus points or the like. You can then exchange these for improving your ratio (or a freeleech token, or an invite,…).
It’s a system that also rewards keeping media available even if you are not uploading to anyone.
Also, keep in mind that often, a large part of the available content is freeleech (meaning leeching it doesn’t affect your ratio), but seeding those torrents usually still does improve your ratio.
smiletolerantly@awful.systemsto Linux@lemmy.ml•Atomic Linux Distros: What Barriers Stand Between You and Making the Switch?7·2 months agoManaging 30+ machines with NixOS in a single unified config, currently sitting at a total of around 17k lines of nix code.
In other words, I have put a lot of time into this. It was a very steep learning curve, but it’s paid for itself multiple times over by now.
For “newcomers”, my observations can be boiled down to this: if you only manage one machine, it’s not worth it. Maaaaaybe give home-manager a try and see if you like it.
Situation is probably different with things like Silverblue (IMO throwing those kinds of distros in with Guix and NixOS is a bit misleading - very different philosophy and user experience), but I can only talk about Nix here.
With Nix, the real benefit comes once you handle multiple machines. Identical or similar configurations get combined or parametrized. Config values set for Host A can be reused and decisions be made automatically based on it in Host B, for example:
- all hosts know my SSH pub keys from first boot, without ever having to configure anything in any of them
- my NAS IP is set once, all hosts requiring NAS access just reuse it implicitly
- creating new proxmox VMs just means adding, on average, 10 lines of nix config (saying: your ID will be this, you will run that service) and a single command, because the heavy lifting and configuring has already been done, once -…
smiletolerantly@awful.systemsto 196@lemmy.blahaj.zone•How do you all feel about AI generated art? (rule)English35·2 months agoNo, AIHorde still uses corporate models. The only open source part is distributing the computation.
smiletolerantly@awful.systemsto 196@lemmy.blahaj.zone•How do you all feel about AI generated art? (rule)English76·2 months agoNo, AIHorde still uses corporate models. The only open source part is distributing the computation.
smiletolerantly@awful.systemsto Steam Deck@sopuli.xyz•Recommendations for games for 6 year old2·3 months agoThe original Lego Racers. Works really well on the deck, is Lego themed, and is just an all-round fun game.
Child-me spent countless hours with it, adult-me beat it in under 2 hours. Fair warning though: the title screen song will get stuck in your head
smiletolerantly@awful.systemsto cats@lemmy.world•Emily wondering wtf Charlotte is doing3·3 months agoNot that I know of! Anyways, for no self-motivated reasons whatsoever, I think your cats have cool names :P
smiletolerantly@awful.systemsto cats@lemmy.world•Emily wondering wtf Charlotte is doing7·3 months agoI am named exactly like both of your cats, wtf 😄
smiletolerantly@awful.systemsto Linux@lemmy.ml•Which areas of Linux would benefit most from further standardization?201·3 months agoAt this point, package management is the main differentiating factor between distro (families). Personally, I’m vehemently opposed to erasing those differences.
The “just use flatpak!” crowd is kind of correct when we’re talking solely about Linux newcomers, but if you are at all comfortable with light troubleshooting if/when something breaks, each package manager has something unique und useful to offer. Pacman and the AUR a a good example, but personally, you can wring nixpkgs Fron my cold dead hands.
And so you will never get people to agree on one “standard” way of packaging, because doing your own thing is kind of the spirit of open source software.
But even more importantly, this should not matter to developers. It’s not really their job to package the software, for reasons including that it’s just not reasonable to expect them to cater to all package managers. Let distro maintainers take care of that.
smiletolerantly@awful.systemsto Piracy: ꜱᴀɪʟ ᴛʜᴇ ʜɪɢʜ ꜱᴇᴀꜱ@lemmy.dbzer0.com•You Can Remove DRM From Your Digital Books, but It's Probably IllegalEnglish3·3 months agoI have been listening to SO many audiobooks since getting Audiobookshelve ❤️
smiletolerantly@awful.systemsto Linux@lemmy.ml•EU OS: A Fedora-based distro 'for the public sector'1·3 months agoNow if Eelco Doolstra wasn’t fucking around, we could have had a super LTS NixOS - but NOOOO.
My exact thoughts lol
It’s actually fine though, kinda. A significant portion of that is my n(ix)vim config, and the rest are mostly modules used in 30+ desktops and server VMs. The complete config for any one of those hosts isn’t that extravagant.
Cries in 14k lines of nix config
smiletolerantly@awful.systemsto Linux@lemmy.ml•Looking for a "set it and forget it" distro3·3 months agoYep, this is the answer. Set it, forget it, accidentally have your hard drive destroyed irrecoverably, and re-set everything up to the exact working state you were used to in under 15min.
It’s a fair bit of initial setup and learning, but afterwards, the word “stable” takes on a new meaning.
Works for most videos as well for me, but not for those were you actively have to click “I understand, continue” after getting a warning on maturity of a video.
There’s an open issue on the yt-dlp github repo as well