reshared this
reshared this
TIL `curl --show-error`. How many times have I wanted this 😞
`--show-error` is great, it will output any error on standard error, which is a crucial as it allows you to write code like:
```
version=$(curl --silent --show-error exampe.com/some.json | jq '.info.version')
```
If it succeeds, `jq` gets its input, but just as importantly, when it fails, the output isn't written into the `version` variable.
As always, read the *fine* manual at: curl.se/docs/manpage.html#-S
Cc: @bagder
Dexed, a free and open source VST/CLAP emulation of Yamaha DX7 is accessible now. Been having heaps of retro fun here, it's easy to load and tweak sounds. There's a decent collection of cartridges that come bundled with it (each cart contains a fistful of sounds), other collections are easy to find.
Tip for REAPER users, once a cartridge is loaded, the sounds on it can be scrolled through using the Presets combo box in your FX window. The Dexed developer has made their browser window nice and accessible, so if you're hopping through carts best to stay in there, I've just noticed it's a few less keystrokes to change sounds within the same cartridge when I'm revisiting the FX window is all.
Get it here: github.com/asb2m10/dexed/
Loads of extra carts here:
bobbyblues.recup.ch/yamaha_dx7…
reshared this
Don't forget to promote the LibreOffice 2024 Schedule app!
🛒 play.google.com/store/apps/det…
🛒 f-droid.org/packages/info.meta…
LibreOffice reshared this.
This fancy glass plaque/trophy I got is really hard to photograph. "Microsoft MVP"
Congrats, but it looks like if the sunlight from your ceiling windows hits it juuuust right, it could maybe ignite some papers laying around with that lens?
Probably not though.
But probability is a bitch.
Be safe.
EDIT: Aww, should've read the replies before commenting, it was already brought up, my bad.
«En un Estado de Derecho, las normas penales no tienen destinatario en función de qué colectivo hablemos, eso es derecho de excepción. Las normas penales son iguales para todo el mundo.
Impunidad es lo que ha pasado en Murcia, con los empresarios que han prostituido menores y se van a ir de rositas, y por cierto, el Partido Popular no ha dicho ni una palabra. Eso sí es impunidad».
📌 Ya puedes escuchar la intervención de Enrique Santiago en "La hora de la 1" TVE1
My favorite USB-C cables are on sale today. They support up to 240w charging and are 10 feet long. 6 foot USB-C cables are always just a bit too short. Plus they have a built in cable tie. I just ordered a few more for my backpack and around the house.
This is an affiliate link so I get a little bit of a kickback.
Liminski sagt im #DLF etwas ganz Entscheidendes über den Widerspruch der Öffentlichkeit gegen die Reformen: in dem offiziellen Verfahren sind schon mehr als 2000 individuelle Eingaben eingegangen. Das ist gewaltig.
Bis Freitag könnt ihr auch noch Eure Meinung formulieren. Das ist zwar aufwändiger, als eine Petition anzuklicken, aber dies wird (anders als eine Petition) auch wahrgenommen.
@Tutanota What happens with my tuta.io-mail-address, when TLD .io disappears??
In-Process is now out, featuring all things braille! What's new, what's coming up and importantly, a reminder of the braille users survey! Plus, get your hands on the NVDA 2024.4 Release Candidate and all of the new features coming to everyone else shortly!
nvaccess.org/post/in-process-8…
#NVDA #NVDAsr #ScreenReader #Blog #News #Newsletter #WhatsNew #Information
reshared this
#curl bug-bounty stats
(Including 84,260 USD payouts and 15.4% being valid reports.)
The Release Candidate (RC) of NVDA 2024.4 is now available for download and testing. We encourage all users to download this RC and provide feedback. Unless any critical bugs are found, this will be identical to the final 2024.4 release.
Read more and download from: nvaccess.org/post/nvda-2024-4r…
#NVDA #NVDAsr #ScreenReader #Release #ReleaseCandidate #NewVersion
David Goldfield reshared this.
We can build the web that we want to see. Watch the recording of my talk from #XOXOFest!
Whoops, git 2.47.0 just shipped with a significant bug in the `git maintenance` subcommand that causes it to segfault immediately, because of a gap in the test suite.
The git project is doing an excellent job of responding to this in an exemplary way: fixing the bug, amending the test suite, and directly questioning their dev practices to solicit insight into their own process blind spots. And they're doing it all in public.
lore.kernel.org/git/CAG=Um+0mJ…
lore.kernel.org/git/xmqqh69thz…
Well done.
And by the way, git-maintenance is a relatively new git feature¹ (well, 2020-ish) that lets you set repo maintenance tasks to run on a schedule, such as running `git gc`, more aggressive object repacking, even prefetching of remotes that move quickly so that your morning `git fetch` is already primed to run nice and fast, with a minimal delta. It's simple, very useful, and worth using.
Hopping on the releases train. #PhanpySocial changelog ✨
💬 5 new languages: Dutch, Esperanto, Galician, Italian, Japanese
🐛 Bug fixes
Recap: Mastodon v4.3 features (github.com/mastodon/mastodon/r…) already supported on Phanpy:
- Server-side notification grouping (opt-in)
- Filtered notifications
- Severed relationships notifications
- Timeline of public posts about a trending link
- Author highlight for news articles
Governor Gavin Newsom has signed legislation that will incorporate artificial intelligence literacy and media literacy into the state’s curriculum
Source: Local News Matters Governor Gavin Newsom has signed legislation that will incorporate artificial intelligence literacy and media literacy into the state’s curriculum
Source: Local News Matters search.app/Kf5FoMCodzn86nUJ7
reshared this
Montreal-area boy severely burned after stranger throws boiling water on him
Thomas Casteleyn
in reply to Torstein Krause Johansen • • •daniel:// stenberg://
in reply to Thomas Casteleyn • • •@Hipska I don't think we can change that default without risking causing havoc in a bazillion scripts.
The error message is sent to stderr so you can catch it, and you can also get it with the -w option
Thomas Casteleyn
in reply to daniel:// stenberg:// • • •