cerement

joined 2 years ago
[–] [email protected] 2 points 2 weeks ago (1 children)

after trying a tiling manager

I like the idea of tiling window managers – I just find it so much less hassle to use tiling keybinds on a stacking window manager …

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

@[email protected] back in internet range and SLRPNK back online at the same time 🤔 … sus

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

fungi: “I didn’t see you all the way over there.”

[–] [email protected] 10 points 4 weeks ago* (last edited 4 weeks ago) (2 children)
  • Disney has regularly been laying off large swathes of their creative staff, and are now adding TV & film staff and and finance staff, but no mention of legal staff
  • Disney is notorious for their legal team going after anyone who even thinks of touching their IP (also why everyone enjoyed the spectacle of DeSantis threatening Disney)

EDIT: if you have four hours, watch how they managed to disappoint a Disney fan, a Star Wars fan, and a theme park fan all in one go

[–] [email protected] 14 points 4 weeks ago (5 children)

at this point, is the entirety of Disney just their (in)famous legal department?

[–] [email protected] 8 points 4 weeks ago (1 children)

(missed making a “We are currently clean on OPSEC.” joke)

[–] [email protected] 9 points 4 weeks ago* (last edited 4 weeks ago) (8 children)
[–] [email protected] 3 points 1 month ago* (last edited 1 month ago)
  • assuming you are allowed to change things on the computer (ie. not work or library computer):
    • change keyboard firmware back to QWERTY
    • change OS English keyboard input to Colemak-DH (or Colemak-DH-Ortho)
  • for Unicode characters, it is possible but fiddly through keyboard firmware, usually easier to use whichever method the OS uses – and generally through QMK directly rather than through VIAL
    • Linux, one of:
      • ComposeKey plus compose sequence – Compose, --. will give you en-dash –
      • DeadKey, accent, char (similar to Option key on Mac or setting keyboard to “US International”)
      • Ctrl-Shift-U then Unicode codepoint – Ctrl-Shift-U, 1F517, space gives you 🔗
    • in VIAL, you can set up macros to send the right sequence, but you’ll have to have one macro for Linux and a different macro for Windows
    • Typing non-English letters
[–] [email protected] 2 points 1 month ago

“circle crop”, not “crop circle” … much disappoint …

[–] [email protected] 8 points 1 month ago
  • brain of a cop inside a robot dog
  • robot dog tries to shoot itself first
[–] [email protected] 5 points 1 month ago

just a quick bit of background (terminology below is “close enough”):

  • Windows treats the drives as primary and the filesystem as secondary
    • so all the drives get their letters A:\, C:\, D:\, etc.
    • then you move your folders the drive, ex. C:\Windows\Fonts
  • Linux treats the filesystem as primary and the drives as secondary
    • / as the base point, binaries in /bin, users in /home, fonts in /usr/share/fonts, etc.
    • then the drives get mapped to mount points in the filesystem (you can see the mounts in /etc/fstab)
      • on my system, / is on the drive /dev/nvme0n1p1, /home on the drive /dev/sda2, and so on (everyone’s setup will be a little different)
    • this way the filesystem can be spread across multiple drives but appear to the user as a cohesive whole
 
 

“Many developers say AI coding assistants make them more productive, but a recent study set forth to measure their output and found no significant gains. Use of GitHub Copilot also introduced 41% more bugs, according to the study from Uplevel”

study referenced: Can GenAI Actually Improve Developer Productivity? (requires email)

 

To go in the dark with a light is to know the light.
To know the dark, go dark. Go without sight,
and find that the dark, too, blooms and sings,
and is traveled by dark feet and dark wings.

—Wendell Berry, The Selected Poems of Wendell Berry (1998)

(via Paul Bogard, The End of Night (2013))

 

“Okinawa in Japan is one of these [blue] zones. There was a Japanese government review in 2010, which found that 82% of the people aged over 100 in Japan turned out to be dead. The secret to living to 110 was, don’t register your death.”

“Regions where people most often reach 100-110 years old are the ones where there’s the most pressure to commit pension fraud, and they also have the worst records.”

 

https://social.hails.org/@hailey/113081760374774478

from the replies:

 

Piped / Invidious

Arresting Paul Watson: “Wanted for the crime of being a fucking legend.”

🐋 Free Paul Watson: https://www.freepaulwatson.org

 

(I have now spent more time scrolling through fonts than I have on the new system that the final choice will be used on … )

 

There’s a lot of detailed information if you’re dealing with running a git server (/srv/git) or dealing with development (follow your company’s policies), reams of information about how to organize files inside a repository, and some apps will handle their own repository location (chezmoi), but not much about just keeping your personal git repositories organized without cluttering up your home folder:

  • a lot of Youtube videos are just grabbing a couple files so end up cloning into ~/Downloads and cleaning up later
  • GitHub and GitLab tutorials just mention clone into the folder of your choice
  • Codeberg’s “Your First Repository” has you cloning into ~/repositories
  • so, what have you found to be the cleanest/simplest/most comfortable?
    • “top-level” folder like ~/repositories or ~/repos ?
    • move down a level like ~/Documents/repos ?
      • (make use of an unused XDG folder like ~/Public ? (doesn’t seem likely))
    • something else that everyone adopted ages ago ?
85
submitted 11 months ago* (last edited 11 months ago) by [email protected] to c/[email protected]
 

slowly putting together a new system – I didn’t plan on it being a lightweight system, it’s just kinda ended up that way (and probably won’t be by the time I finish) – actually finding it kinda fun building up piece-by-piece

view more: ‹ prev next ›