[-] sudo@programming.dev 1 points 2 days ago

That's when you rotate the proxy. By default most residential proxies will give you a new proxy for each request unless you specify.

19

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 1 month 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 28 points 1 month ago

Its going installed binary is rg.

[-] sudo@programming.dev 200 points 2 months 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 30 points 2 months ago* (last edited 2 months ago)

The shooting changed no ones votes yet it completely demoralized the Dems to the point that their leadership think its over. The reason is they don't know what to campaign on anymore. They're too scared to run a negative campaign anymore. But they are also incapable of running any sort of positive campaign.

[-] sudo@programming.dev 47 points 2 months 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 74 points 3 months ago* (last edited 3 months 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 3 months 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 29 points 4 months ago

Sounds easier to opt out of those mailers entirely. There's a website sponsored by the FTC to do it. But you can only opt out of 5 years online. To do it permanently you must print out and mail in the form.

https://www.optoutprescreen.com/

AFAIK it works but it reeks of bullshit. First its a .com but its what the FTC recommends. It seems like the feds forced the credit companies to make the website and their really upset that your missing all these credit opportunities. Maybe they lower your credit score if you actually fill it out.

[-] sudo@programming.dev 39 points 4 months ago* (last edited 4 months 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.

[-] sudo@programming.dev 28 points 5 months ago

The revelation comes from a trove of documents recently discovered by US researchers inside a computer server housed in North Korea.

New double speak word drop.

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 1 year ago