• 0 Posts
  • 45 Comments
Joined 1 year ago
cake
Cake day: July 19th, 2023

help-circle
  • I think the fans & press deserve equal blame for the initial hype. At some point I saw a supercut of things Sean Murray said, then the resulting headlines and Reddit posts.

    In an interview, the journalist asks: “Will you be able to play with your friends in a shared universe?” The answer: “Well…we hope that eventually there will be at least some multiplayer functionality, though maybe not on day one…like maybe you could explore one another’s planets or share pictures or something.”

    Headline: “NO MANS SKY WILL LAUNCH WITH MULTIPLAYER!”

    Reddit comments: “I’m already forming a guild, we’re going to play as bounty hunters chasing down other players who are pirates in glorious multiplayer space battles!!”

    There were tons of examples of that. Journalists would poke and prod for a soundbite, take it out of context and exaggerate it, and the community would just go batshit with their expectations.


  • As a software dev and open source contributor: stay the course, then! I’ll take open source software over a union 10 times out of 10. I get paid so well for what I do that it’s silly, and I love spending my time doing the stuff I like. I’ve been a union member in other fields, it’s not an experience I’d like to repeat.

    I seriously doubt anybody is contributing to open source for status & seniority. Respect, maybe. The status & seniority people become managers; as the old joke goes, that’s the best way to get them out of the workforce.


  • A while back, one of the image generation AIs (midjourney?) caught flack because the majority of the images it generated only contained white people. Like…over 90% of all images. And worse, if you asked for a “pretty girl” it generated uniformly white girls, but if you asked for an “ugly girl” you got a more racially-diverse sample. Wince.

    But then there reaction was to just literally tack “…but diverse!” on the end of prompts or something. They literally just inserted stuff into the text of the prompt. This solved the immediate problem, and the resulting images were definitely more diverse…but it led straight to the sort of problems that Google is running into now.



  • They’ve never released proper open-source drivers for Linux, or helped external developers make any, or made it easy to use their closed driver with Linux. They’re just hostile to open source, basically. That used to be pretty common in the old days, but most companies have given up and joined in, which is why installing Linux is usually a smooth experience these days.

    If you’re using Linux: get an AMD card. They just work out of the box, no failures to boot to GUI or anything. It just works…like everything else. Which, having spent 20 years fighting with graphics drivers on Linux, is sheer bliss to me.

    Oh, but the defacto standard for anything AI-related is NVidia. So if you ever wanna mess with LLMs, object detection, speech recognition, etc…you’re likely stuck with NVidia, and the old routine: Got a problem? Of course you do. Try reinstalling the drivers three times, then uninstall some random other packages, then burn some incense, say 10 Hail Marys, and make an offering to the GPU gods before restarting the computer. Didn’t work? Well, repeat all those steps in a different order. Fifth time’s the charm!




  • Fair. I’ve worked in tech for just over a decade now, and I’ve only been in the polar opposite environment, and found it sorta suffocating. Everybody knows this guy is pumping out crap, and every bug in the system comes from his part of the code, but well…if anybody says it, or even hints it, they’re being unnecessarily confrontational, and nobody ever gives anything but positive feedback in peer reviews.

    I feel, from my limited experience, like the 90s might have been peak machismo rock star hacker work culture, and the pendulum has now swung to the very far side.


  • I mean, that’s fair, and as was pointed out elsewhere Linus has sought help for his temper.

    On the other hand, for all the talk of how “unprofessional” it was for him to behave this way, he did shepherd an OS kernel from a hobby project to the most popular OS on the planet (with the possible exception of Minix, apparently…)

    I agree that polite directness might be better, bu IMHO the more common polite indirectness and avoidance of any hint of conflict is clearly worse.


  • Well that’s pretty hilariously ironic. I’m nothing like this, I wish I were more comfortable being direct. But meanwhile, you heap abuse on me and threaten to beat me up because I said “boy, it’s nice to see someone speaking directly”. You’re much worse than Torvalds, and I completely agree it would be a terrible idea for us to ever work together. Or for you to work with anyone else, for that matter.


  • yiliu@informis.landtolinuxmemes@lemmy.worldLinus does not fuck around
    link
    fedilink
    arrow-up
    34
    arrow-down
    17
    ·
    10 months ago

    Yeah, it’s kind of invigorating to see somebody speak so plainly. No “There’s a couple issues we should maybe discuss”, no “Let’s loop back on that sometime”, no “Hmm, is that really the best approach? Do you have any documentation?” Just a straightforward “Dude, this is shit! Here’s some reasons why!”"

    Having worked for a decade in tech, I would love it of people were this direct.





  • I’ve played Skyrim and Fallout 3 & 4 on Linux, and Uncharted. They worked just fine.

    You need to enable Proton for all ‘unsupported’ titles in Steam (literally two clicks). After that…the only games I’ve found that don’t work are down to anti-cheat. I used to occasionally have to change the Proton version for some games, but it’s been a while since I had to do that.

    It’s nothing like gaming on Linux was 10 years ago. It’s much more like gaming on Windows, the last time I did it: you occasionally find a game that needs tweaking, but 95% work flawlessly.


  • Just so it’s clear for everybody: Nix is a programming language, build system, and package manager. NixOS is a Linux distro built with (and upon) Nix. Home Manager is a dotfile and home management tool using Nix, allowing control of dotfiles, but also per-user software, systemd services, and more. You can use Home Manager in any distro, not just NixOS (but you do need to install Nix).


  • Another problem: legislation like this cements the status quo. It’s easy enough for large incumbents to add features like this, but to a handful of programmers trying to launch an app from their garage, this adds another hurdle into the process. Remember: Signal and Telegram are only about a decade old, we’ve seen new (and better) apps launch recently. Is that going to stop?

    It’s easy to say “this is just a simple hash lookup, it’s not that big a deal!”, but (1) it opens the door to client-side requirements in legislation, it’s unlikely to stop here, (2) if other countries follow suit, devs will need to implement a bunch of geo-dependant (?) lookups, and (3) someone is going to have to monitor compliance, and make sure images are actually being verified–which also opens small companies up to difficult legal actions. How do you prove your client is complying? How can you monitor to make sure it’s working without violating user privacy?

    Also: doesn’t this close the door on open software? How can you allow users to install open source message apps, or (if the lookup is OS-level) Linux or a free version of Android that they’re able to build themselves? If they can, what’s to stop pedophiles from just doing that–and disabling the checks?

    If you don’t ban user-modifiable software on phones, you’ve just added an extra hurdle for creeps: they just need to install a new version. If you do, you’ve handed total control of phones to corporations, and especially big established corporations.