bachatero

joined 1 year ago
 

The Clipboard Project is a clipboard manager that works entirely in your terminal. It has tons of swanky features including this new one in 0.9.1 that lets you securely ignore copying passwords and other things like that!

Link to the code: https://github.com/Slackadays/Clipboard

 
 

There's not much left after adding everything after linuxmemes!

[–] bachatero@lemmy.world -3 points 7 months ago (1 children)

I can see where Bullyland might exist among regular people, but not among doctors given that M6L is literally run by Dr. Now's son and overweight + obesity is approaching the number 1 preventable cause of death in the US. I guess I just have a different perspective than most?

[–] bachatero@lemmy.world 10 points 7 months ago* (last edited 7 months ago) (14 children)

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

 

I'm watching both of these shows in their entirety and I don't know why they've historically gotten so much backlash. One reviewer called TBL "a dumpster fire of a TV show" and others seem to think M6L is downright abusive. However, I can't find anything particularly bad in either.

Although it's true that in TBL the contestants are losing an egregious amount of weight each week, it's likely (actually almost certain) that most of this is water weight and it would have been more dangerous to instead not lose the weight. The intense exercise scenes seem pretty typical for anybody who's serious about athletics. Finally, the famous "damaged metabolism" study that shut down TBL turned out to be debunked due to "damaged metabolism" being a boring, normal adaptation under high physical activity.

And although there are tons of bare naked shower scenes in M6L, everyone knew that going in and they agreed anyway. Some also complain how the stars don't receive enough support for things like therapy and other cost centers. I would say that would actually have been a great thing to add, but it would be impractical at scale and have a high chance of bankrupting the production with how much healthcare costs, resulting in a net loss of benefit for those who need the surgery.

So, what's your viewpoint here?

[–] bachatero@lemmy.world 4 points 10 months ago (2 children)

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

 

Hi everyone, this is a little project I've been working on. Chata is a programming language that's just for DSP or Digital Signal Processing.

DSP is the core technology behind a lot of fancy things like noise cancelling headphones, medical radiology equipment, and other advanced mathy things like that. Unfortunately, it's hard to deal with unless you want a barrage of bespoke, often closed-source tools and libraries.

The idea behind Chata is to get rid of everything you don't need for DSP in order to make it easier and freer to do awesome stuff with DSP. If you're wondering where I got the motivation to do this, just scroll to the bottom or look at my Lemmy username!

[–] bachatero@lemmy.world 2 points 1 year ago (5 children)

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.

[–] bachatero@lemmy.world 1 points 1 year ago

Now with more... SHOCK

[–] bachatero@lemmy.world 1 points 1 year ago (1 children)

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.

[–] bachatero@lemmy.world 1 points 1 year ago (1 children)

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! :)

[–] bachatero@lemmy.world 1 points 1 year ago (3 children)

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)"

[–] bachatero@lemmy.world 5 points 1 year ago

y no me he dormido nada...

 

Hi everyone! I'm the developer of a clipboard manager that I know many of us Linux users here might know, called just The Clipboard Project.

I've spent the past couple months working on a bunch of speed optimizations, little fixes, and a really cool new feature for Linux only: asynchronous X11/Wayland clipboard synchronization. What that means is that you can copy stuff in the background and your CB clipboard will pick it all up automatically.

If that sounds awesome, then you can get the brand-spanking-new 0.8.2 version at https://github.com/Slackadays/Clipboard or this post's link (thanks, Lemmy!)

 
 

Hi lemmies! A few months ago, I started working on something I called just the Clipboard Project. It’s a clipboard manager that’s for the terminal, and at the time it was the only such option around, and still is today.

Well, today the Clipboard Project version 0.8.1 is released. It’s a followup to 0.8.0 with some absolutely kickASS optimizations thanks to Linux’s (and actually other POSIX OSes like macOS, FreeBSD, etc.) support for asynchronous IO. There’s also a whole bunch of UI/UX improvements including being able to copy text straight from the terminal without quote characters, fuzzy file searching, and shell completions.

I’ve posted on r/linux for each of these big version releases until now, but because SOMEBODY decided to kill their golden goose, I think Lemmy is the perfect replacement. If you’re reading this then you probably think so too!

If the Clipboard Project sounds interesting to you then there’s a handy link right in the post so that you can get 0.8.1 right now. This wasn’t possible until super recently on that other site so Lemmy has the upper hand here!

 

Hi lemmies! A few months ago, I started working on something I called just the Clipboard Project. It's a clipboard manager that's for the terminal, and at the time it was the only such option around, and still is today.

Well, today the Clipboard Project version 0.8.1 is released. It's a followup to 0.8.0 with some absolutely kickASS optimizations thanks to Linux's (and actually other POSIX OSes like macOS, FreeBSD, etc.) support for asynchronous IO. There's also a whole bunch of UI/UX improvements including being able to copy text straight from the terminal without quote characters, fuzzy file searching, and shell completions.

I've posted on r/linux for each of these big version releases until now, but because SOMEBODY decided to kill their golden goose, I think Lemmy is the perfect replacement. If you're reading this then you probably think so too!

If the Clipboard Project sounds interesting to you then there's a handy link right in the post so that you can get 0.8.1 right now. This wasn't possible until super recently on that other site so Lemmy has the upper hand here!

view more: next ›