Raised by Wolves had a great intro theme and art style.
I would list the great Star Trek opening themes, but honestly they are long and can be a bit much when you’re on your like eighth episode in a row.
Raised by Wolves had a great intro theme and art style.
I would list the great Star Trek opening themes, but honestly they are long and can be a bit much when you’re on your like eighth episode in a row.
My kid bought me a Back to the Future DeLorean for my birthday, about 2000 pieces.
Initially I thought it was kind of a mis-gift, something they would enjoy more than me since I hadn’t built a set since they were small and needed my help, but I made it a point to crack it open instead of letting it sit and it turned out to be quite enjoyable.
I used mutt back in the day, opening vim for message editing.
I wouldn’t do a mailing list these days, but as someone who spent the early part of my career interacting with devs that preferred this method, it’s actually pretty ergonomic by a 2005 standard. A message thread aware, text based email client that can turn messages into patches in a keystroke makes it actually pretty comparable to modern code review…
I think it’s hard for younger devs to get this because they’re used to email being stuck in a crappy, unthreaded browser interface or Outlook etc. (which are terrible for mailing lists) and most collaboration taking place in code review and chat platforms like Teams/Slack but for decades before these were feasible, email was the way…
GNOME 3 introduced the current shell paradigm where you don’t really have a start menu but a variety of searches, integrated indicators, per-app desktops with a dock etc.
Before, it was far more conventional experience like Plasma/Windows/Cinnamon are now. GNOME 2 was forked to be the MATE desktop if you want to check it out.
I default to piracy too, but I’m guessing you don’t listen to a lot of new music. The thing a music service offers isn’t just access, it’s discoverability. It didn’t replace my FLAC collection, it expanded it. What it replaced was listening to the radio to find new stuff.
For video I’m more with you. I’m happy to rely on word of mouth. Especially since the streaming services drop movies all the time and discriminate against watching in a browser. Getting a good rip means you can watch it anywhere, anytime, and not have to worry about it disappearing.
I have a couple of very minor commits in Linux and, in the 3.0 era, had my name at the top of a source file for a platform that never saw the light of day and was later removed wholesale.
Still feel that invisible feather in my cap.
Basically just start with what you’re aiming to enable and work backwards (as you’ve started to do). With judicious use of grep find out where that symbol is defined. If it’s in arch configs for other arches but not your own, it’s probably that.
There may be better tools out there to do this, but in my experience just sleuthing it out a bit will answer your question. The Kconfig system can be complex, but the files are pretty readable.
Ideally the FDA should not be swayed by business interests, but everything controlled by our government is. That said, you want the FDA to exist and protect us from bullshit snake oil products and keep corporations from lacing our food with cheap poisons and carcinogens.
Trump gutting the organization makes it go from “could do better” to “actively subverting its own purpose.”
Eh, 1% includes like 80 million people globally, they’re not all useless billionaires. There are probably a good number of them (likely towards the lower end of the spectrum) that actually work for a living and enough existing resources they’d have time to rework society.
The real question I have is how they’d be distributed. 1% globally or 1% per country/region. Both have advantages and disadvantages for survival.
The actual total in your own link was 5.2 million for executives. The 88 million is, again, the entire salary base just in 2021. Assuming they still had 700 employees (which is a current figure, not 3 years ago) that’s still about 120k apiece for everyone else.
I can’t tell if you’re just being disingenuous or you really can’t read your own sources…
That salary number is all ~700 employees, not just “executives”. That averages to about 150k apiece, not unreasonable for what is probably mostly tech workers.
It’s possible that it’s not supported on your arch.
deleted by creator
So you’re right that this is a bit arbitrary because the line between the standard lib and the language is blurry, but someone writing Rust is going to expect Vec to work, it doesn’t even require an extra “use” to get it.
Perhaps a better core example would be operator overloading (or really any place using traits). When looking at “a + b” in Rust you have to be aware that, depending on the types involved, that could mean anything.
Anyway, I love Rust, it just doesn’t have the 1:1 relationship with the assembly output that C basically still has.
Huh weird, these pull requests just magically accepted themselves
Rust can create native binaries but I wouldn’t call it close to the metal like C. It’s certainly possible to bootstrap from assembly to Rust but, unlike C, every operation doesn’t have a direct analog to an assembly operation. For example Rust needs to be able to dynamically allocate memory for all of its syntax to be intact.
Just hold your ground and keep reading your book, eating alone etc. If someone enters personal territory, shut it down by being honest “I don’t want to talk about that” and move on. Resist peer pressure and be who you are, it’s the same as it was in school.
Also, talk to your coworkers (I know it’s hard) about whether they think it’s appropriate. You have an impression they’re on board with this level of “intimacy” but it’s possible they are just going along to get along.
If persisting doesn’t work then it’s probably time to find another job. Plenty of workplaces out there that just want you to do your job and no more.
HR is definitely not on your side either, unless you can point to specific violations of policy. They exist specifically to cover their own ass, not to actually make your life better.
For XP, the machine KVM presents as may be too new, but that isn’t an issue with non-virtualized QEMU.
I agree. I have become more amenable to things like Flatpak or Podman/Docker to keep the base system from being cluttered up with weird dependencies, but for the most part it doesn’t seem like there’s a huge upside to going full atomic if you’re already comfortable.