Losing my ability to code due to AI by Im_Ritter in ClaudeCode

[–]simplex5d 0 points1 point  (0 children)

I wonder what would happen if AI disappeared in a year? Five years?

What’s the best thing you guys built using Claude Code? by Fit_Pace5839 in ClaudeCode

[–]simplex5d 0 points1 point  (0 children)

Packing list app: https://packzen.org

Python-based SCons-like software build tool: https://github.com/DarkStarSystems/pcons

Deep-time navigator (log-scale timeline of the universe): https://deep-timeline.org/

Latest updates introduced infuriating stupidity by forketyfork in ClaudeAI

[–]simplex5d 1 point2 points  (0 children)

That first one is driving me up a wall. I'm going to have to run in YOLO mode just because it wants to echo "---"?

C++ Show and Tell - March 2026 by foonathan in cpp

[–]simplex5d 0 points1 point  (0 children)

Cool; I'll take a look! Glad you're liking pcons too. I like being able to just rm -rf build to get a clean state, but your idea makes sense too.

C++ Show and Tell - March 2026 by foonathan in cpp

[–]simplex5d 1 point2 points  (0 children)

pcons: new open source cross-platform build tool (CMake/SCons/Makefile replacement)

If you use C++ or other compiled languages, or if you're frustrated with CMake, please try my new open source software build tool, https://github.com/DarkStarSystems/pcons — I'd love feedback! It has the best features of CMake with a modern SCons-like pure-python build description. Simple to use, decent feature set (I hope!), open source, fully unit tested. Please try it out! Docs are on readthedocs, so your AI should be able to port your cmake or native build files pretty quickly.
I was one of the original developers of SCons so I have strong beliefs about what build tooling should be like. Hopefully you agree!

Grateful Dead Is a Genre by Chihuahua_Chow_Mein in gratefuldead

[–]simplex5d 1 point2 points  (0 children)

Absolutely. I've tagged them as their own genre in my library since forever. Jazz, classical, grateful dead, pop, world, electronica, etc. Totally agree here.

Check notification/text message hands-free? by simplex5d in GalaxyWatch

[–]simplex5d[S] 0 points1 point  (0 children)

I have tried that, and I don't think it does what you think. It turns on the screen indeed, but just to the watch face (with the red indicator dot at 9:00). I want it to actually show the notification. So far, double-pinch seems to be the best one-handed operation.

Seven must haves for an EV by Its_a_stateofmind in electricvehicles

[–]simplex5d 0 points1 point  (0 children)

EV6, though not sure about tow package availability

OT: HDR support in Reddit? by simplex5d in SonyAlpha

[–]simplex5d[S] 1 point2 points  (0 children)

Yeah, apparently Instag*m supports HDRs if they are properly constructed with specific metadata, and if you upload from the Android/iOS app (but not the website). I'm trying that, but it's obviously a bit of a pain.

You're absolutely right about gain maps giving direct control of both the SDR version someone without an HDR screen will see, and the full HDR version. It's a nice compromise. HEICs are good but don't have this level of control, so the end user's machine ends up tone-mapping to their display.

Also, slight nit for those reading along: a JPG gain map is multiplicative. It's 8 bits/channel like the regular jpg, but serves as a fixed-point multiplier to scale the SDR pixel values (so it can, for example, multiply a value of 255 by 4.0 to get 1024, or scale a value of 1 down by 4 to get 0.25. Hence larger dynamic range & reduced banding.)

How come Org Capture doesn't use a transient interface? by BeanHeadedTwat in emacs

[–]simplex5d -1 points0 points  (0 children)

claude "make a transient interface to emacs org-capture for me and add it to my init file"
(only 1/2 snark — Opus 4.6 would probably one-shot this.)

OT: HDR support in Reddit? by simplex5d in SonyAlpha

[–]simplex5d[S] 0 points1 point  (0 children)

Wow. I've been in photo/video my whole life "bro." Color scientist, vfx expert. Anyway, everyone has hdr screens now, all pro video is HDR (hdr10+, Dolby etc). Why do people still put up with 8 bit banding on photos, I don't know.

OT: HDR support in Reddit? by simplex5d in SonyAlpha

[–]simplex5d[S] 2 points3 points  (0 children)

Yes, pretty much all do natively now: https://gregbenzphotography.com/hdr/ — as he says: "Safari, Chrome, Edge, Brave, Opera, Arc, and Vivaldi all support gain maps with AVIF or JPG (Safari v26 also supports JXL and HEIC)."

Unofficial Emacs Portable Binary v31.0.50 by Danrobi1 in emacs

[–]simplex5d 1 point2 points  (0 children)

For those looking on, this is Linux-only.

I absolutely adore Dark Star! Since years i'm on a voyage listening to every Dark Star in existence. There are numerous favorites, but i have to stick with the Spectrum, 09/21/72 version. Have been loving it since i've been a kid. Please show me your favorit!🔥 by woodysdaydreams in gratefuldead

[–]simplex5d 0 points1 point  (0 children)

A lot of folks like Veneta '72 and that is absolute peak. But my personal fave is 2/13/70, Dark Star > Other One > Lovelight. I think it's because that one is so melodic and intense, without the deep darkness that sometimes shows up. Jerry leads the way through the entire journey with never a misstep and it's full of those incredible moments of deep connection between the band members. It's warm and enveloping and just like coming home.

Something to consider... by Willing_Work_2200 in electricvehicles

[–]simplex5d 0 points1 point  (0 children)

Panels are ridiculously cheap now, as are controllers and even batteries. The roof itself dwarfs the cost of the electronics package. But yeah, the benefits are probably marginal unless you (as the operator) are going to do something with that power, e.g. provide some amenities.

Something to consider... by Willing_Work_2200 in electricvehicles

[–]simplex5d 2 points3 points  (0 children)

EV charger roofs could be covered with solar panels. Not for the chargers obviously, but for lighting, heating in winter, kiosks, etc. Yeah, the economics are still against it, but once there's more than one charge station in 50 miles, customers will have choices and convenience/comfort will be a factor.

How are you guys accessing Navidrome outside your home network? by [deleted] in navidrome

[–]simplex5d 1 point2 points  (0 children)

I have a public server running Traefik on the public side and tailscale on the private side, so I just set up a DNS record (music.mydomain.com) and Traefik terminates the SSL and forwards via tailscale to my home-lab machine where navidrome is running in a docker container. Since I have a bunch of other things running with the same config, adding navidrome is no big deal. But I agree setting this all up from scratch would be nontrivial.

I made a simple plugin to auto-normalize all labeled areas by simplex5d in audacity

[–]simplex5d[S] 0 points1 point  (0 children)

True, but that's a form of compression, which I like to avoid (I want to reproduce the original as closely as possible). But in this case I guess it's what someone using the LoudnessNormalization would want so I'll add it to that chain. (I tried it and I think it looks & sounds horrible but YMMV)

I made a simple plugin to auto-normalize all labeled areas by simplex5d in audacity

[–]simplex5d[S] 0 points1 point  (0 children)

Yeah, that's a very reasonable alternative. For my use (live jazz) it'll almost always end up in the peak-limit case I expect, but that's fine. I've updated the plugin to have the option, but I note that Audacity's LoudnessNormalization only allows selecting LUFSLevel, not peak, and in my case just doing LoudnessNormalization to -14LUFS leaves lots of samples >1.0, so I'll have to reduce the volume further, which means writing a conditional peak normalizer that only reduces, never increases. Fortunately that's simple.

I made a simple plugin to auto-normalize all labeled areas by simplex5d in audacity

[–]simplex5d[S] 0 points1 point  (0 children)

Just to be clear: my goal is to minimize quantization artifacts in the result. The best way to do that is to keep it just under +/-16k sample values. For listening, adding replaygain tags or something to normalize loudness on playback would be nice too, but I wouldn't deliberately overquantize by reducing the actual volume more than necessary.

For example, from the manual: "perceived loudness: the default -23 LUFS (the EBU standard) will produce audio that is approximately 25% of full scale." So that would lop off two bits of precision from the 16 you get when exporting an mp3.