Trying to figure out how to get a job in this market for someone with sub 3 YoE in the industry :/ It's hard out there for juniors, y'all. I'm working at a company that I thought I could stay for years in, but my CTO left and now I'm shafted with basically all of their responsibilities - I'm not overly perturbed by this, as it's well within my ability, but I would much rather spend the next few years as an IC and rea…
Ask HN: What Are You Working On? (April 2026)
761–770 of 1001 posts
Re: Ask HN: What Are You Working On? (April 2026)
#762This weekend I put together a terminal-based Gaussian splats viewer that renders directly in the terminal. It works over SSH and currently runs on CPU only and written in rust with claude code. I’ve found it to be pretty useful for quickly checking which .ply files correspond to which scenes and getting a rough sense of their quality.
Along the way, I also wrote a small tutorial on the forward rasterization process for Gaussian splatting on CPUs. You can check out the project here
Re: Ask HN: What Are You Working On? (April 2026)
#763Trying to collapse what is usually:
SQL IDE -> export/scripts -> pipeline -> CDC -> back to SQL
into a single workflow instead of stitching 3–4 tools together.
Runs locally or via Docker, no Kafka / heavy setup.
Re: Ask HN: What Are You Working On? (April 2026)
#764Re: Ask HN: What Are You Working On? (April 2026)
#765Any advice in this arena would be greatly appreciated.
Re: Ask HN: What Are You Working On? (April 2026)
#766Re: Ask HN: What Are You Working On? (April 2026)
#767It can analyze lab tests (uploaded as PDFs) and interpret markers for accurate assessment of conditions and treatments. It also keeps a medical record and history of consultations for further review
As a 60yo I use it all the time for everything from diets, sports injuries, heart conditions, prostate control, etc. I'm in love with it
Re: Ask HN: What Are You Working On? (April 2026)
#768Re: Ask HN: What Are You Working On? (April 2026)
#769So far it's mostly just configuring hotkeys to tag messages, and settings to hide or fold messages by tag, but I can trivially add functions to parse common messages, send things to my todo list, etc. It's great how easily programmable this is. I threw together a "summarize message with Gemma4 on Ollama", and it wasn't useful, but was a quick and easy experiment.
Thunderbird extensions are just Javascript using the Thunderbird API, and Claude knows the API, so it's a super-low barrier to get started on your own personal extension.
Re: Ask HN: What Are You Working On? (April 2026)
#770A 20yr old Java project that I have been working that I now call a Personal Database Desktop Application. The new release in comming in a week or two supporting PostgreSQL 18, MariaDB 12, SQLite, H2, Derby, and HyperSQL.