[-] sudo@programming.dev 59 points 2 weeks ago

About 10 years ago it was The Distro for first time linux users to prove they were a True Linux Enjoyer. Think a bunch of channers bragging about how they are the true linux master race because they edited a grub config.

Before Arch that role belonged to Gentoo. Since then that role has transitioned to NixOS who aren't nearly as toxic but still culty. "Way of the future" etc.

All three of have high bars of entry so everyone has to take pride in the effort they put in to learn how to install their distro. Like getting hazed into a frat except you actually learn something.

The Ubuntu hatred is completely unrelated. That has to do with them being a corporate distro that keep making bad design decisions. And their ubiquity means everyone has to deal with their bad decisions. (snap bad)

[-] sudo@programming.dev 90 points 1 month ago

Because then the US any every other IAEA signatory would be obligated to sanction Israel which would be the end of Israel's economy.

No news media dares mention it because they have no proof and would both loose any insider access and get buried in libel cases.

[-] sudo@programming.dev 56 points 3 months ago

At no point should C++ be considered "lawful" or "good". Haskell would be the best.

[-] sudo@programming.dev 81 points 6 months ago* (last edited 6 months ago)

+3,000 student athletes in The A-Team. And yes it went horribly wrong. Some students started unionizing immediately.

"Then you go out in the field, and the first ray of sun comes over the horizon. The first ray. Everyone looked at each other, and said, 'What did we do?' The thermometer went up like in a Bugs Bunny cartoon. By 9 a.m., it was 110 degrees."

Garden gloves that the farmers gave the students to help them harvest lasted only four hours, because the cantaloupe's fine hairs made grabbing them feel like "picking up sandpaper."

The farmers sheltered them in "any kind of defunct housing," according to Carter — old Army barracks, rooms made from discarded wood, and even buildings used to intern Japanese-Americans during World War II.

[-] sudo@programming.dev 65 points 8 months ago

7/10 Photoshop job. There aren't distortion lines but it is noticeably blurrier where its been edited.

I don't object to photoshopping billionaires. Im only asking for a sharper job.

[-] sudo@programming.dev 89 points 8 months ago* (last edited 8 months ago)

Jayapal said one plan is to propose a raft of executive orders President Biden could issue to "protect existing structures," such as shielding career civil servants and Justice Department officials.

Yes! Good!

Some Democrats are also sensitive to the perception that they are adopting the tactics of Republican state legislators who used their supermajorities to kneecap incoming Democratic governors.

Fucking gauge my eyeballs out. You can't call them fascists and then object to playing dirty against them.

"We're trying to show how the United States is supposed to conduct itself every four years when a new person takes over the reins of government," said Cleaver.

McConnell denied Obama a Supreme court appointment! The precedent is already set! Your norms are already broken!

If democrats want to win they must purge their own ranks of members like Cleaver and rebuild with more Jayapals or else they will keep ceding grounds to fascists.

20
submitted 10 months ago by sudo@programming.dev to c/neovim@programming.dev

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?

[-] sudo@programming.dev 39 points 10 months ago

The standard route is to decrypt on boot. It happens after GRUB but before your display manager starts. IDK if there even is a setup that has you "decrypt on login". Thats sounds like your display manager (sddm for KDE) is decrypting system which is not possible IMO.

Unless your laptop somehow has multiple drives you'll want to use the "LVM on LUKS" configuration. 1 small partition for /boot. The rest gets LUKS encrypted, and an LVM group is put on the LUKS container. Or you could replace LVM with btrfs.

This will require wiping your system and reinstalling so you have some reading to do.

The arch-install script in the live iso has options for full disk encryption.

If you suspend to RAM your system will stay unencrypted, because your ram is not encrypted. if you suspend to disk (aka hibernate) your system will be encrypted. You go through the boot loader when waking from hibernation but it just drops you off where you left off.

You need a swapfile for hibernation so make sure its inside the LUKS container.

[-] sudo@programming.dev 200 points 1 year ago

The analysis revealed that the Debian Linux configuration was not included in their test matrix.

You might as well say you don't support Linux.

"Crowdstrike's model seems to be 'we push software to your machines any time we want, whether or not it's urgent, without testing it'," lamented the team member.

I wonder how this shit works on NixOS.

[-] sudo@programming.dev 47 points 1 year ago

In a full blown military coup they would but that's not the kind of coup Project 2025 threatens. They'll be one of the last to go. They'll constantly ask us to donate and vote while doing absolutely nothing to stop it. Controlled opposition.

[-] sudo@programming.dev 77 points 1 year ago* (last edited 1 year ago)

Patrol Cop once told me a joke about how he ran over a black kids bike. When got back to the station he saw the kid at the desk trying to report the incident. He'd carried his busted up bike the entire way. The cop behind the desk called out "Hey Rob, did you run over this kid's bike?". "Nope". Case closed. No report filed.

Edit: PS: This was one of the "good ones". He voted Clinton in 2016 because the rival faction in the Union was showing up to Trump rallies in class A's. Took him the entire Trump admin but he works retail now.

[-] sudo@programming.dev 51 points 1 year ago

We let almost all manufacturing jobs go overseas just to cut labor costs and now we're suffering the consequences and our government completely incapable of doing what's necessary to bring that manufacturing capability back to the US. At this point basic Keynesians economic policy is tantamount to heresy for anyone but the far left. Its like we've adopted the economic policies we forced on third world nations, and found ourselves with a third world economy.

Being able to produce cheap drones as good as DJIs is far more important for national security than whatever espionage risk they pose. Cheap, easy to use, drones like the dji phantom are omnipresent in current wars. Banning them prevents us from learning via competition or basic reverse engineering.

[-] sudo@programming.dev 37 points 1 year ago* (last edited 1 year ago)

git is a way more important contribution to the world that the linux kernel IMO. Its basically the assembly line of almost all modern software production. And Linus actually wrote most of the initial code for it. With Linux he organized the project but was almost immediately not a major contributor. He developed git in the process of maintaining the linux repo.

24

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 ›

sudo

joined 2 years ago