markstos

joined 3 years ago
[–] markstos@lemmy.world 3 points 2 days ago

I agree it’s this, or the opposite: the stone is cool and the cat is hot. Either way, maximizing surface area for thermal transfer is smart.

Sometimes when I’m overheated on a summer run, I’ll find a brick or concrete wall in the shade and flatten myself against for a quick full-body thermal transfer.

[–] markstos@lemmy.world 15 points 5 days ago

The Impossible burger isn’t trying to be healthier than beans and rice, but even as a processed food it’s healthier than a meat burger.

As reported in this study, the plant-based options had less fat and fewer calories. They would also have no cholesterol, which is only found in animals foods, and they may contain some fiber, which is only found in plant foods. A number of processed meats have been food to be carcinogenic while I don’t think any plant-based burgers have.

The book How Not To Die reviews scientific studies of food choices if you want a deeper dive.. finding animal-based protein is correlated with a range of diseases.

So no, I don’t expect veggie burgers will be less healthy than meat patties.

[–] markstos@lemmy.world 1 points 1 week ago

I felt like I saw more people die in the trailer then are in the cast.

[–] markstos@lemmy.world -1 points 1 week ago (1 children)

Where does the $22 billion come from?

[–] markstos@lemmy.world 1 points 3 weeks ago (1 children)

Ok, but can I use these batteries as RAM?

[–] markstos@lemmy.world 5 points 10 months ago (1 children)

I’ve had good experiences with Brother printers and Linux.

[–] markstos@lemmy.world 2 points 10 months ago

That’s what I have now. Works well.

[–] markstos@lemmy.world 28 points 10 months ago (1 children)

Upfront they describe two monocultures and then a thriving diverse ecosystem and then conclude that the thriving diverse ecosystem is the unsustainable option.

Yeah, Linux as a software ecosystem is complex and messy like a forest or the animal kingdom. It’s a feature.

[–] markstos@lemmy.world 6 points 10 months ago (9 children)

What printer brand do you recommend for use with Linux?

[–] markstos@lemmy.world 31 points 10 months ago (8 children)

Verge reported there are signs the video may be fix and Tesla posted to confirm that it was indeed fake.

https://www.theverge.com/tesla/757594/tesla-cybertruck-deactivated-viral-video-fake

Tesla's reply: "This is fake – that’s not our screen. Tesla does NOT disable vehicles remotely."

[–] markstos@lemmy.world 2 points 10 months ago (1 children)

Heroin is made from opium poppy seeds, so, yeah, a residual small dose of heroin in your blood looks like the same opium from a serving of poppy seed muffins.

[–] markstos@lemmy.world 6 points 10 months ago

There is a relatively small number of shared Tor exit node IP addresses.

So it’s more likely using Tor will trigger “too many attempts for IP” throttling for any service with bot protection.

It’s nothing against Tor, but is an expected side-affect of attempting to be anonymous by sharing the same IP address with many people.

 

This poorly designed table on the AWS website appears to show that neither tier of their new AI agent "Q" offers "Peace of Mind".

Maybe the table was designed by AI, too? "PRICE", "FEATURES" and "PEACE OF MIND" are supposed to be understood as section headers, but the design doesn't work because they didn't also put "price" on its own row and they pointlessly used alternate-row background colors. They could have used background cell colors to communicate which rows were section headers.

 

It boots into a special mode to walk you through completing the assembly. The screen updates to reflect your progress and prompt the next step. This requires no tools to complete. Impressive! See linked video.

 

You've got multiple monitors and watch to switch to a window several windows away.

You could switch focus there with a number of arrow key movements.

"sway-easymotion" allows you to use to press a key that prints a one or two character label on each window. Press that key and your focuses switch there.

Over the weekend I submitted patches for a couple of new features. First, I added multi-monitor support. Second, I added a visual confirmation of which window was selected.

If you are familiar with Github and Rust, you can review the patches and try them out here:

https://github.com/edzdez/sway-easyfocus/pulls

More about sway-easyfocus: https://github.com/edzdez/sway-easyfocus

 

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

Progress towards universal Copy/Paste shortcuts on Linux

 

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

Progress towards universal Copy/Paste shortcuts on Linux

 
 
  1. App redirects to identity broker
  2. Identity Broker redirects to social login
  3. Browser prompts to open password manager to access social login password.
  4. Password manager prompts for master password and redirects back to social login
  5. Social login prompts for security key.
  6. Social login redirects back to identity broker.
  7. Identity broker redirects back to app.
  8. "Cannot read properties of undefined (reading 'length')"
 

Keyboards with custom firmware supports keycodes like XF86Copy and XF86Paste. These are great for having truly global copy/paste shortcuts that also work in apps like terminals where "Control-V" and "Control-C" aren't supported by default.

I advocated that these keycodes be supported in a web browser, Qutebrowser. The author of that project, Florian Bruhin liked the idea and submitted a patch upstream to the QT framework, which is used by many apps associated with the KDE Linux desktop. And about 5 years later, apps will be packaged with QT 6.10 that include the fix.

Here’s the change description.

This adds support for the Help, Open, Close, Save, New, Cut, Copy, Paste, Undo, Redo, Back, Forward, Refresh, ZoomIn, ZoomOut, Find, Settings, Exit, and Cancel keys to the default keyboard shortcuts.

The bug report:

https://bugreports.qt.io/plugins/servlet/mobile#issue/QTBUG-93269

view more: next ›