Readit News logoReadit News
nexo-v1 commented on I Built My Own Audio Player   nexo.sh/posts/why-i-built... · Posted by u/nexo-v1
boomer_joe · 3 months ago
Isn't VLC an option for playing local files and available in the App store? You could sync the folder with iCloud.
nexo-v1 · 3 months ago
It is available, but the last time I tried it, I was only able to select specific audio files for import. I couldn't import the whole directory at once
nexo-v1 commented on Found a simple tool for database modeling: dbdiagram.io   dbdiagram.io... · Posted by u/vseplet
nexo-v1 · 4 months ago
Looks cool, but a bit of a bummer it's not open source. These days when I need to sketch out SQL/database diagrams, I usually have an LLM generate Mermaid code for me — good enough for quick drafts.

If I want something cleaner or a little more "presentation ready," I switch to d2 (https://d2lang.com/tour/sql-tables/#basics). It's got really simple syntax and does a great job laying out entity-relationship diagrams without much tweaking.

nexo-v1 commented on Try Switching to Kagi   daringfireball.net/2025/0... · Posted by u/Ch00k
nexo-v1 · 4 months ago
I switched to DuckDuckGo recently too. It's good enough for most things, but for deeper or niche info, I still bounce back to Google (with uBlock).

Haven't tried Kagi yet — not sure the difference is big enough to pay for.

Honestly, I'm still stuck using some Google stuff anyway, like Maps. I'd like to de-Google a bit more, but in practice it's hard.

nexo-v1 commented on Show HN: A Common Lisp implementation in development, supports ASDF   savannah.nongnu.org/p/ali... · Posted by u/andreamonaco
nexo-v1 · 4 months ago
Out of curiosity, what influenced your decision to prioritize stepping and watchpoints early? Was it driven more by debugging your own compiler code, or anticipating end-user needs
nexo-v1 commented on Reading RSS content is a skilled activity   doliver.org/articles/rss-... · Posted by u/d0liver
nexo-v1 · 4 months ago
I keep coming back to the idea of curating my own reading through RSS.

I missed the first wave: mostly stuck to aggregators and blogs, but eventually set up a Feedly account. Like others here, I found maintaining a meaningful list takes real energy. It's easy to over-subscribe and end up with a second inbox.

Still, I think the effort is worth it. The best systems I've worked on always rewarded small, regular maintenance over trying to automate everything away. Feels like curating information works the same way.

nexo-v1 commented on Observability 2.0 and the Database for It   greptime.com/blogs/2025-0... · Posted by u/todsacerdoti
nexo-v1 · 4 months ago
This sounds a lot like structured logging with a fresh coat of paint. Wide events are nice conceptual model, but if you’ve been doing structured logs seriously, especially with something like Loki or ELK stack, you’re already capturing rich context per event — including things like user info, request paths, even DB queries if needed.

I’ve been using Loki recently and really like the approach: it stores log data in object storage and supports on-the-fly processing and extraction. You can build alerts and dashboards off it without needing to pre-aggregate or force everything into a metrics pipeline.

The real friction in all of these systems is instrumentation. You still need to get that structured event data out of your app code in a consistent way, and that part is rarely seamless unless your runtime or framework does most of it for free. So while wide events are a clean unification model, the dev overhead to emit them with enough fidelity is still very real.

nexo-v1 commented on YAGRI: You are gonna read it   scottantipa.com/yagri... · Posted by u/escot
nexo-v1 · 4 months ago
Shipped and supported enough startup apps to learn this the hard way: users will delete things they shouldn’t, and you will be asked to explain or undo it. Soft deletes and basic metadata (created_at, deleted_by, etc.) have saved me multiple times — not for some future feature, just for basic operational sanity.

u/nexo-v1

KarmaCake day251April 21, 2025View Original