sudo

joined 2 years ago
[–] sudo 1 points 2 weeks ago

Read that again. You're both saying the same thing.

[–] sudo 1 points 2 weeks ago

It is Yojimbo.

[–] sudo 1 points 2 weeks ago

If you even write one line of bash you are programming. The way you're describing it only makes sense if you're using the terminal like dmenu_run. You metaphor breaks down the moment someone so much as uses cd. Even worse once you throw a pipe or redirect in. All of this you absolutely will have to do when installing Arch.

Its absolutely irresponsible to tell people that installing and running Arch Linux is like talking to a discord bot.

[–] sudo 2 points 2 weeks ago

Early 00-10s indie synth:

  • Emancipator : Soon It Will Be Cold Enough
  • All India Radio : Echo Other
  • Boards of Canada
  • Four Tet: There is Love In You
  • Tycho : Awake

Similar video gamey music:

  • El Heurvo : A Thing With Feathers
  • Scattle : Sketch
  • Com Truise

Early dubstep:

  • Mala : Eyez
  • Burial
  • Zomby
  • Skream

Late 90s breakbeat:

  • Crystal Method : Vegas
  • ILS : Bohemia, Music,
  • Evil Nine : You Can Be Special Too
  • Adam Freedland : Now & Them
[–] sudo 0 points 2 weeks ago* (last edited 2 weeks ago) (2 children)

If you're mindlessly pasting commands, sure... but you have zero idea what your fucking with if you think bash is simpler than HTML.

In the context of maintaining an Arch distro you will absolutely need to understand that executing CLI commands is in fact programming.

[–] sudo 1 points 2 weeks ago (4 children)

is the basic arch CLI commands any different from discord bots? it feels easier to use if you think its same as playing with a discord bot. using CLI isnt some kind of programming

Thanks for the hearty chuckle, zoomer.

Bash and all other shell languages are programming languages. The terminal is just a REPL for a language primarily meant to be used as a REPL for managing your OS.

[–] sudo 7 points 2 weeks ago* (last edited 2 weeks ago) (1 children)

Originally, yes the Ashkenazi's were the big Zionists. Modern Zionism is an Ashkenazi invention after all.

However, after generations of Ashkenazi's treating the local Mizrahi's as second class citizens, the Mizrahi's have become the most rabid Zionists. Its a similar dynamic to how second class whites become the most racist.

[–] sudo 2 points 2 weeks ago (1 children)

That sounds so much more efficient than hunting for a motherboard with 8 SATA ports and dealing with all those cables.

Do the drives still show up as separate devices? Its not doing any hardware-raid? I'm just wondering if I can swap to one of these when I need to upgrade my system.

[–] sudo 3 points 3 weeks ago (3 children)
  • How do you still have open SATA ports on your motherboard?
  • Where are all those neatly tied SATA cables going? I think I can peek them behind and above the CPU?
  • What is the card between the GPU and the SSD? Is it some RAID controller?
[–] sudo 7 points 3 weeks ago

In case y'all forgot Trump's last term, his general pattern is to constantly announce insane plans and only follow through on a fraction of them. Cutting the pentagon's budget in half is one of the distractions. Some General will dandy himself up in his class A and jingle some blueprints for a useless wunderwaffe and the defense budget will go up.

[–] sudo 5 points 3 weeks ago* (last edited 3 weeks ago)

Someone is claiming to be the one of the bidders on hexbear right now

Probably a hexbear trolling other hexbears but w/e 🍿🍿🍿

[–] sudo 4 points 3 weeks ago

This is assuming cybertruck owners are proles and not landlords and small burgers.

 

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 ›