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/)D
Posts
2
Comments
165
Joined
1 yr. ago

  • And enforcing telescreens into every citizen’s home is critical to ensuring public safety. Without constant monitoring, how can the State prevent sedition and deviancy? If you let people disable their telescreen speakers, how will they stay informed and alert if there’s an emergency?

    If you don’t accept your telescreen, you’re neglecting your duty to protect others.

  • I see where you’re coming from, but that’s mostly a problem with trucks, vans, and SUVs. Let’s stop incentivizing manufacturers to pump out tanks first, then we can talk.

    The increasing digitization of auto manufacturing has led to all sorts of second-order effects, including vastly more difficult repairs (ask your local mechanic if you don’t believe me), massive invasions of consumer privacy (see linked expose), and generally made cars far more brittle.

    https://www.mozillafoundation.org/en/blog/privacy-nightmare-on-wheels-every-car-brand-reviewed-by-mozilla-including-ford-volkswagen-and-toyota-flunks-privacy-test/

    You’re one step away from advocating for the telescreens from 1984.

  • I’ll say it: Ditching ABS is horrifically stupid, but mandating backup cameras and backseat alarms is equally stupid in the opposite direction.

    E: The article is talking about full-auto emergency braking and not ABS. I never thought I’d say these words, but I’m with Ted Cruz on this one.

  • I’ve done that sorta thing before with ffmpeg; should do the trick for ya.

  • I’m a big fan of this approach to software; it works. PHP5, cgi-bin scripts, perl spaghetti, etc. are lit for hobby work.

    The tradeoff is that you have to pay a lot of attention to do things securely, and you have to hand roll a lot more of your codebase instead of relying on external packages.

  • Friends don't let friends use Oracle.

  • Tkinter might work, depending on what you have in mind.

  • Samples of every form of biological matter we encountered were ingested, and the results were recorded in a logbook. Most of the leaves and twigs were unpalatable, chewy and inert, while the animals universally avoided analysis because they were too fast to catch.

    This is a banger. RIP to our boy George.

  • That’ll be your culprit then.

  • Are you letting the substrate fully dry between waterings? It’s really easy to overwater and get fungal issues.

  • This is a really cool tip!!

    You might like this project if you're interested in a more aggressive filtering option: https://github.com/werman/noise-suppression-for-voice/

    I've used it in the past to clean up a table mic for voice chat and worked pretty well. Requires a lot more config work than your approach does though.

  • Absolutely not — the skill level needed to tamper with a bashrc, pull credentials + keys, or generally hunt for sensitive info on an unencrypted disk is worlds apart from the skill level needed to modify an EFI binary.

  • There’s also PXE boot, secure boot, carrying around a live image on a flash drive, etc.

    But any attacker advanced enough to tamper with your EFI partition in an evil-maid scenario has plenty of other options to log and steal your encryption passphrase, so it’s generally a moot point.

  • The non-self-hosted indie hacker crowd is big on bearblog.dev these days.

  • Seconding the zstd rec.

    For anyone like OP worried about having an offline copy of the utility on hand, I strongly recommend throwing a copy of cosmos on your recovery drive. It’s a set of common tools that are compiled to a special binary format that’ll run on all major OSes (and ARM64), including zstd.

  • alwayshasbeen.jpg

  • Just to tail on the “Postgres is a better document DB than Mongo” theme, there’s now a QuickJS procedural extension for postgres (in addition to the earlier but clunkier plv8):

    https://github.com/plv8/pljs https://bellard.org/quickjs/quickjs.html

    The rub is that you can yeet any document data you like into JSONB columns, and mung them efficiently and freely with JS — taking all the upsides of Mongo, yet letting you merge them seamlessly with the full capabilities of PG’s relational model.

  • Zero, unless you're a big eBPF user.