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/)TH
Posts
1
Comments
109
Joined
2 yr. ago

  • These are such great episodes. The Enterprise one specifically is amazing. We so often see our valiant crew save Earth, but they almost never sacrifice their morals to do so.

    For Archer, with practically all of humanity in the balance, how could he not fuck those guys over?

  • Yeah, I was watching Potato McWhiskey and this is his take. They have metrics that show most people don't actually finish a game and that indicates a pretty big flaw in game design.

    One interesting thing the devs brought up was the ability to pivot from one civ to another based on new information. Like if you discover your continent is mostly plains and horses, then maybe your next iteration looks more like the Mongols, with bonuses to cavalry. If your early conquest didn't go off, maybe you pivot to a more science or culture oriented civ.

    I don't hate these ideas, it just depends on how it actually feels in game.

  • 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.

  • ScIence

    Jump
  • Bah, Imperial Units all the way. How else would I know how many stone I weigh, or how many King's Pubes I am tall? I don't want to convert from kilometers (whatever those are!) to gentlemans-strides or shilling miles to get where I'm going.

  • 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."

  • Sorry, why would Jellyfin be different from Plex for exposing to the Internet? Dynamic DNS service / static IP and router port forwarding just like any other self hosted thing. It requires a user/pass to login as usual. VPN is nice but not required.

  • I mean, fuck Elon and Tesla but if you're spending money on a car you're giving it to a bastard one way or another. The CEOs of Ford, BMW, et. al. might not be making asses of themselves on the global stage, but I'm sure they're still horrible. Even used cars run on gas 99% of the time.

  • I feel guilty about it, but I appreciate the monthly pass. I played EUIV for exactly one month, at a total cost of like $7 (got the base game for free at some point) with all the bells and whistles. It seemed like a good compromise because you'd have to pay it for years at this point to cover the DLC out right, but it is a disgusting level of rent seeking behavior.

    Now it bothers me that I'd need to put another $7-$10 into the machine to access those saves, but not as much as if I'd throw down hundreds of dollars on it to own the content for a 10 year old game.

  • Languages

    Jump
  • 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.

  • Languages

    Jump
  • 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 kernel dev it would be a disaster, there's too much implicit action, and abstractions that have unknown runtime cost. The classic answer is that everyone uses 10% of its features over C, but nobody can agree on which 10%.

    As someone forced to get up to date with C++ recently, at this point it's a language in full identity crisis. It wants so badly to be Rust, but it's got decades of baggage it's dragging along.

  • For music I'm just sick of the apps streaming super compressed crap. It sounds like 192kbps MP3 sometimes and you can definitely tell the difference. Setup Airsonic and never looked back, although still have YT music for the fam and finding new music. It is a bit of hassle, but it's worth it and a FLAC collection feels way smaller than it did 10-20 years ago (both in terms of disk and home streaming bandwidth).