sudo

joined 2 years ago
[–] sudo@programming.dev 41 points 4 days ago (1 children)

Still making 10x more on youtube, $32.81 vs $333.54

[–] sudo@programming.dev 31 points 1 week ago (1 children)

'Not Including Mr. Patel': The Exception That Baffled Investigators

Ka$h Patel has absolutely assigned a team to figure out why he was to be spared. Everyone on the team knows its because he's a fucking joke and it would be hilarious to leave him alive but they also know they can't tell that to their boss.

[–] sudo@programming.dev 27 points 1 week ago

Jones was always just an independent grifter. Its not like he was in Trump's inner circle. Also Jones lost the case over a year ago. I think the verdict came out under the Biden regime.

[–] sudo@programming.dev 67 points 3 weeks ago (4 children)

And Insurance companies might start considering underpaid employees as an insurance liability.

That'd truly be righteous but I suspect they'll start expecting more surveillance, security, and fire systems instead.

[–] sudo@programming.dev 14 points 3 weeks ago

sex trafficked 🤓

[–] sudo@programming.dev 3 points 3 weeks ago

The US has a full hand of leverage options against Israel which Trump can unilaterally use. Very minimum is simply stop sending them more interceptors. But I think kidnapping Netanyahu and sending him to the ICC would be appropriate.

All fanciful wish casting of course.

[–] sudo@programming.dev 29 points 3 weeks ago (2 children)

Israel wants war and will continue to drag the US back into war until the US properly punishes Israel. The tail is wagging the dog and it needs to stop.

[–] sudo@programming.dev 2 points 3 weeks ago

Who the fuck is "US Democratic Socialists"?

[–] sudo@programming.dev 16 points 3 weeks ago (2 children)

The turd is in google play services not AOSP so its not upstream of Lineage or Graphene. Graphene should actually be safe because it provides an alternative to google play services. Lineage doesn't but the user isn't required to install google play services. Lineage users might even be able to install Graphene's alternative (MicroG iirc) instead.

[–] sudo@programming.dev 3 points 1 month ago

Not if you self-host.

[–] sudo@programming.dev 0 points 1 month ago

BUDDY - A Tamagotchi Inside Your Terminal

I am not making this up.

Claude Code has a full Tamagotchi-style companion pet system called "Buddy." A deterministic gacha system with species rarity, shiny variants, procedurally generated stats, and a soul description written by Claude on first hatch like OpenClaw.

The entire thing lives in buddy/ and is gated behind the BUDDY compile-time feature flag. The Gacha System

Your buddy's species is determined by a Mulberry32 PRNG, a fast 32-bit pseudo-random number generator seeded from your userId hash with the salt

4/1

[–] sudo@programming.dev 21 points 1 month ago (2 children)

Ignore the AI slop image from that article. If you follow the SCMP article Tom's Hardware is citing. You'll see a bunch of these

Looks pretty familiar IMO.

 

I recently swapped motherboards between two builds. One went well but the other is being very finicky with detecting the CPU. Right now its laying on its side like a beached whale with the left side panel open. The heatsink is simply sitting on the CPU, no mounts, no fans. Sometimes I can strap the heatsink down, stand up the box, and close the case, but never with the fans on. Its like that's too much weight and some connection is broken. Is anyone familiar with this problem?

I had this issue previously with a different motherboard and fixed it by using a stock heatsink. But this is a fairly simple CoolerMaster 212. Its not massive. I feel like its a problem with the board or the socket.

More details: when uninstalled the old motherboard in this build, it had the same CM212 heatsink in it. When I removed that heatsink the CPU (Ryzen 5700) came out with it to my horror. Neither that CPU or that motherboard are in this build though. But that CPU was supposed it be. It did have bent pins and I did try to install it before discovering the bent pins. After straightening them the CPU still didn't work so i switched to an old Ryzen 1600, which is currently being finicky. Maybe I damaged the motherboard socket?

 

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?

view more: next ›