sudo

joined 1 year ago
[–] [email protected] 3 points 1 week ago

This is actually harsher on China than the wiki page for the incident.

[–] [email protected] 29 points 1 week ago

But is [OSB] really a poorer choice when compared to plywood?

Yes quite literally. Plywood outperforms OSB in almost every category except price.

[–] [email protected] 2 points 1 week ago

Game engines seem to be explicitly what Odin was built do. I'm just reading their website for the first time but they make that clear.

My impression of Odin is that its explicitly made to enable you to write unsafe code. But that's good if you want to get some crazy optimizations going through.

[–] [email protected] 10 points 1 week ago

You'd just get aimless riots if you tried it that way.

[–] [email protected] 7 points 1 week ago (1 children)

The commercial drones from DJI are the best in the industry. But also making something that's almost as performant but for a fraction of the cost requires real innovation as well.

DeepSeek's training model was innovative. They used multiple large specialized models to train a very small general model. This is a real practical innovation over OpenAI's one behemoth general purpose model.

[–] [email protected] 3 points 1 week ago (7 children)

But you didn't 3D print your lower like Luigi did. As I understand the lower is legally "the gun".

[–] [email protected] 6 points 1 week ago* (last edited 1 week ago) (1 children)

Yarn > v1.22 is a very different beast than npm. After that version they introduced a "package-manager" field to package.json and yarn will install the specific version of yarn required by that package onto your root system and use that version.

There's probably some way to do that without messing with your root system but after I encountered that I went back to npm. Let something like nix handle the version of my build tool. Or at least install to my home directory like rustup or sbt.

[–] [email protected] 3 points 1 week ago (1 children)

Wrong, the whole purpose of tracking your usage is to identify what kind of consumer you are so they can sell your views to advertisers. Recommendations are based on what category of consumer you've been identified as. Maintaining your viewership is secondary to the process of selling your views.

[–] [email protected] 4 points 1 week ago

There's also an entire industry around mass producing this content and deliberately gaming the algorithm.

[–] [email protected] 7 points 1 week ago* (last edited 1 week ago)

It only must be extremely simplified and evoke emotional reactions. That's just basic propaganda rules. The brainrot quality of the content is a consequence of the sheer quantity of the content. You can't make that volume of content and without making fully automated ai slop.

What the experiment overlooks is that there are PR companies being paid to flood YouTube with rightwing content and are actively trying to game its algorithm. There simply isn't a left-wing with the capital to manufacture that much content. No soros-bucks for ai minions in keffiyehs talking about medicare.

[–] [email protected] 10 points 2 weeks ago

Zuckerburg is furious that dems dragged him before congress and tried to blame Trump winning on Facebook.

[–] [email protected] 3 points 2 weeks ago

TBH I think his South African background is overstated when it comes to understanding his personality. His opinion on eugenics is way more influenced by e/acc freaks in Silicon Valley than Apartheid.

 

I start my coding workspaces in tmux sessions which persist when I log out. If I switch from a wayland session to an x11 session, then my copy and paste functionality in those neovim sessions are broken because it's still trying to use wl-copy. To be more precise:

  1. Start a wayland session.
  2. Open a terminal and start a tmux session.
  3. Open neovim and do some work.
  4. Log out of wayland, log into an X11 environment
  5. Open a terminal and reconnect to the tmux session
  6. "+y broken. clipboard: error invoking wl-copy: Failed to connect to a Wayland server...

Restarting neovim isn't sufficient. I have to restart the entire tmux session or switch back to wayland. Is there some short cut I can take here?

 

Everything I read says it's a feature enabled in what ever compositor you choose, if your compositor supports it. Why isn't there a general purpose keybinding program like setxkbmap? Does it just not exist yet or must it be built into the compositor?

I've read [this stackexchange thread] on something related but it all seems to be using XKB which should imply I'm using XWayland?

view more: next ›