Comment Re:Sure, do this instead of better tech (Score 1) 48
If you REALLY want to you can set this in pavucontrol in about twenty seconds. Should last until the browser restarts.
Might even work with pipewire if the planets are aligned.
If you REALLY want to you can set this in pavucontrol in about twenty seconds. Should last until the browser restarts.
Might even work with pipewire if the planets are aligned.
Also (outside of California) wrongful imprisonment is a legal justification for the use of deadly force.
But California is intentionally destroying their former high-trust society as a pretext for totalitarianism, so
Not too long ago U-Haul was offering free one-way hauls TO California because the escape rate was so lopsided.
China calling Elon. Come in, Elon!
bah.
Let me know when they start making *autographic* 120 film again. I have the camera, and am dying to shoot a roll!
The last rolls were apparently made in 1932. The cameras had a flap that could flip up and allow writing directly onto the film with a stylus. When you see handwriting on an old picture print, it was likely shot on autographic.
[and, yes, in fact my autographic camera *does* have bellows!]
That Electrolux isn't really an Electrolux.
a couple of decades ago, in one of those weird corporate maneuvers, it sold the name, and now sells its vacuums under another name, while the buyer sells non-electrolux as Electrolux.
So what she knows of Electrolux from the late 20th and early 21st centuries no longer applies.
But, yes, they were very good and lasted forever. Also extremely pricey.
That's amazing, frankly.
I wrote a simple bash script the other day to handle a video encoding queue, with this line:
if [[ $(date +%s -r "$file") -lt $(date +%s --date="1 min ago") ]]
It's running on Debian 12 but to imagine that if it were running on Ubuntu it would have failed?
Wild that this wasn't caught as soon as the dud utility shipped in a distro. I would have expected somebody's scripts to have failed, they ran it under bash -x and thought, "Oh, boy," then off to file a bug.
I like the idea of using Rust and the idea of Software Engineering. But together.
We heard a while back about Google making a nondestructive book scanner that used puffs of air to turn pages and multiple cameras with stitching algorithms.
Is there a home version that people can recommend, product or build plans?
I have at least a hundred out-of-print books, some on taboo subjects, that I'd love to be able to scan and lend out privately.
Frankly this would be a good item to lend around; I'd only need one for a few days a year.
To be fair there's a common way to compile Lua to JVM bytecode so it's likely just a Java front-end, not using the basic interpreter.
Back in the day there was a craze to port Lua, Ruby, Perl, Groovy(!), to run as Java front-ends. Not many got put into production outside of Lua.
However the real point here is that it's now "tell me why I shouldn't use Rust" time.
Moving ABI might be a reasonable objection for a small team but Cloudflare has over a hundred engineers on this so it's not a problem.
They get speed and memory safety in exchange for learning "The Rust Way". Seems like a good engineering tradeoff.
IMO Rust is still for the top 20% of engineers so Java's "solid middle" is still quite safe.
I thought that until I learned that they need weekly maintenance tending.
Somebody would need to build an automated battery watering system for homeowners who go away for a long vacation and forget to water their houseplants.
At some point it's too Rube Goldberg to be usable. Now, a few square miles of grid-scale
Do I have to put out a hit on a whistleblower who exposes my illegal business scheme?
if your PC meets the Windows 11 Hardware Spec.
Reportedly that bug would have been caught if they passed the preexisting date test suite, but their attitude was 'meh'.
I'm not advocating for C but I am advocating for Level I software engineering. Rust doesn't fix this.
Breaking updates is one of the worst positions to be in. Press coverage is a poor substitute, though it's good that it got some.
I want all the comforts of a modern life but I also want to stop all industry because I heard that energy is bad and I want to feel good about that and also I don't know how anything actually works that I believe is essential in my life.
(anybody remember the Greenpeace campaign to ban chlorine?)
egrep patterns are full regular expressions; it uses a fast deterministic algorithm that sometimes needs exponential space. -- unix manuals