Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)B
Posts
23
Comments
32
Joined
3 yr. ago

  • $12K, but I had only bought the 10K a few days ago

  • $10K of Nvidia stock

  • I really want to do this, but it would be impractical to go through the thousands of communities available and decide if I like it or not. It also doesn't account for new ones which means I'd have to keep going through the list and look for the ones I haven't looked at yet. Therefore, I've just done it Reddit-style where I look at what's the top posts of the day and see if I like what I see.

  • Mildly Infuriating @lemmy.world

    An update to how many boring, repetitive communities I need to block to make Lemmy enjoyable

  • cats @lemmy.world

    Michael is an extremely annoying (but adorable) kitten

  • That's actually weird, because I'm always thinking "wow, look how far they came! awesome work!" which is the opposite mindset.

  • No Stupid Questions @lemmy.world

    Why do people hate TV shows like The Biggest Loser and My 600-lb Life?

  • pics @lemmy.world

    Liminal space

  • Mildly Interesting @lemmy.world

    This is what the insides of a high pressure sodium (HPS) light bulb look like

  • cats @lemmy.world

    Say hello to my neighbor's cat Bluey!

  • I didn't even know that existed here

  • I actually just got this photo on a whim during COVID (April 2020) when birds loved making nests everywhere, so it's shocking how much you can see here

  • Thanks!

  • Monkey Feel Owchie

  • Mildly Interesting @lemmy.world

    This is what a mockingbird looks like in excruciating detail

  • pics @lemmy.world

    Just the side of a tree

  • pics @lemmy.world

    A black swan

  • cats @lemmy.world

    Sasha being a princess

  • PURGE the muffins and Swiss rolls unless you're bodybuilding

  • I wanted to like Faust, but it's super duper ugly due to putting all of its eggs in the functional basket.

  • Programming @programming.dev

    Welcome to the Chata programming language

    github.com /Slackadays/Chata
  • Mildly Infuriating @lemmy.world

    The amount of communities I need to block to not see the same old stuff over and over again

  • I think if it's not possible to run anymore without ads, then it's time to shutter YT and let the competition fill in the gaps.

  • Now with more... SHOCK

  • There is actually no reason to use it over cp file ../file, because that's not what it does. Instead, you can save something "for later" as if the cp command had a memory.

  • simply copy-paste text from one local console to another

    Well, if you just have two windows going to two different terminals, whatever text you select in one you can just copy to the other usually with Ctrl+SHIFT+C and Ctrl+SHIFT+V, and my clipboard manager lets you do the same even for large amounts of text you can't select. Therefore, all you'd need a specific setup for is if you want to do this action automatically with a single button press, like an Excel macro. I hope this helps! :)

  • It depends on what exactly you want to do, if you want just a hotkey that copies something in one window and pastes it in another, you'd have to set that up manually. But if you're logged into two SSH sessions at once and you want to copy something from one session and paste it in another, you could do that here. And if you want some hotkey to access something like the clipboard history in a GUI, then you'd need to set up in your window manager. Some users accomplish this through a combination of jq + dmenu (jq to process JSON output, dmenu to select an entry), so it's entirely do-able. For example, here is one such command: cb cp "$(cb hs | jq -r '.[].content | if type=="array" then .[].path else if type=="object" then .path else . end end' | dmenu)"

  • Synchronizing the clipboard over SSH uses the OSC 52 protocol, which both the terminal and the programs you run in the terminal have to support. Foot may or may not support it, and almost no regular software does, but CB got complete OSC 52 support recently.

  • y no me he dormido nada...

  • Linux @lemmy.ml

    My FOSS terminal clipboard manager is now at version 0.8.2!

    github.com /Slackadays/Clipboard/releases/tag/0.8.2
  • Mildly Infuriating @lemmy.world

    Three dIFFERENT cApItAlIzAtIoNs!!

  • Technology @lemmy.world

    Milk-V's Pioneer Is a Tall Glass of Cold RISC-V with 64 Cores, Up to 128GB of RAM

    www.hackster.io /news/milk-v-s-pioneer-is-a-tall-glass-of-cold-risc-v-with-64-cores-up-to-128gb-of-ram-fabf9f22747f
  • Linux @lemmy.ml

    My clipboard manager for Linux is now at version 0.8.1!

    github.com /Slackadays/Clipboard/releases/tag/0.8.1