Spyke

Posts

Say hello to the new Clipboard Project 0.9.1! This first release of 2024 brings in added security and some nice bug fixes

cross-posted from: https://lemmy.world/post/20783411

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

View original on lemmy.world

Say hello to the new Clipboard Project 0.9.1! This first release of 2024 brings in added security and some nice bug fixes

cross-posted from: https://lemmy.world/post/20783411

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

View original on lemmy.world
nostupidquestions·No Stupid Questionsbybachatero

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

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?

View original on lemmy.world
programming·Programmingbybachatero

Welcome to the Chata programming language

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!

Welcome to the Chata programming languagehttps://github.com/Slackadays/ChataOpen linkView original on lemmy.world

My FOSS terminal clipboard manager is now at version 0.8.2!

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

My FOSS terminal clipboard manager is now at version 0.8.2!https://github.com/Slackadays/Clipboard/releases/tag/0.8.2Open linkView original on lemmy.world