frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Wireguard FPGA

https://github.com/chili-chips-ba/wireguard-fpga
325•hasheddan•7h ago•90 comments

Edge AI for Beginners

https://github.com/microsoft/edgeai-for-beginners
96•bakigul•4h ago•27 comments

Everything You Need to Know About [California] SB 79

https://mnolangray.substack.com/p/everything-you-need-to-know-about
11•bickfordb•48m ago•2 comments

Ask HN: What are you working on? (October 2025)

96•david927•4h ago•219 comments

Emacs agent-shell (powered by ACP)

https://xenodium.com/introducing-agent-shell
97•Karrot_Kream•4h ago•7 comments

Show HN: Baby's First International Landline

https://wip.tf/posts/telefonefix-building-babys-first-international-landline/
19•nbr23•4d ago•2 comments

Three ways formally verified code can go wrong in practice

https://buttondown.com/hillelwayne/archive/three-ways-formally-verified-code-can-go-wrong-in/
55•todsacerdoti•18h ago•27 comments

Bird Photographer of the Year Gives a Lesson in Planning and Patience

https://www.thisiscolossal.com/2025/09/2025-bird-photographer-of-the-year-contest/
52•surprisetalk•6d ago•10 comments

Macro Splats 2025

https://danybittel.ch/macro.html
373•danybittel•14h ago•60 comments

Database Linting and Analysis for PostgreSQL

https://pglinter.readthedocs.io/en/latest/
18•fljdin•4d ago•3 comments

3D-Printed Automatic Weather Station

https://3dpaws.comet.ucar.edu
27•hyperbovine•3d ago•5 comments

Tiny Teams Playbook

https://www.latent.space/p/tiny
69•tilt•4d ago•20 comments

Completing a BASIC language interpreter in 2025

https://nanochess.org/ecs_basic_2.html
50•nanochess•5h ago•3 comments

Free software hasn't won

https://dorotac.eu/posts/fosswon/
113•LorenDB•3h ago•133 comments

A whirlwind introduction to dataflow graphs (2018)

https://fgiesen.wordpress.com/2018/03/05/a-whirlwind-introduction-to-dataflow-graphs/
22•shoo•1d ago•0 comments

Constraint satisfaction to optimize item selection for bundles in Minecraft

https://www.robw.fyi/2025/10/12/using-constraint-satisfaction-to-optimize-item-selection-for-bund...
19•someguy101010•6h ago•8 comments

Show HN: I built a simple ambient sound app with no ads or subscriptions

https://ambisounds.app/
94•alpaca121•10h ago•44 comments

AdapTive-LeArning Speculator System (ATLAS): Faster LLM inference

https://www.together.ai/blog/adaptive-learning-speculator-system-atlas
189•alecco•16h ago•43 comments

Wall Street is worried the private credit bubble will burst

https://www.thetimes.com/business-money/economics/article/wall-street-first-brands-private-credit...
30•zerosizedweasle•1h ago•13 comments

Why are Big Tech companies a threat to human rights?

https://www.amnesty.org/en/latest/news/2025/08/why-are-big-tech-companies-a-threat-to-human-rights/
20•HotGarbage•1h ago•2 comments

The neurons that let us see what isn't there

https://arstechnica.com/science/2025/10/the-neurons-that-let-us-see-what-isnt-there/
31•rbanffy•5d ago•1 comments

oavif: Faster target quality image compression

https://giannirosato.com/blog/post/oavif/
17•computerbuster•8h ago•8 comments

Addictive-like behavioural traits in pet dogs with extreme motivation for toys

https://www.nature.com/articles/s41598-025-18636-0
141•wallflower•8h ago•94 comments

Schleswig-Holstein completes migration to open source email

https://news.itsfoss.com/schleswig-holstein-email-system-migration/
310•sebastian_z•10h ago•102 comments

Loko Scheme: bare metal optimizing Scheme compiler

https://scheme.fail/
146•dTal•5d ago•14 comments

A years-long Turkish alphabet bug in the Kotlin compiler

https://sam-cooper.medium.com/the-country-that-broke-kotlin-84bdd0afb237
70•Bogdanp•8h ago•71 comments

How I'm using Helix editor

https://rushter.com/blog/helix-editor/
180•f311a•9h ago•63 comments

Nostr and ATProto (2024)

https://shreyanjain.net/2024/07/05/nostr-and-atproto.html
114•sph•15h ago•63 comments

Rcyl – a recycled plastic urban bike

https://rcyl.bike/en/the-bike/
25•smartmic•5h ago•24 comments

HP1345A (and wargames) (2017)

https://phk.freebsd.dk/hacks/Wargames/
36•rbanffy•5h ago•2 comments
Open in hackernews

Ask HN: What are you working on? (October 2025)

96•david927•4h ago
What are you working on? Any new ideas that you're thinking about?

Comments

david927•4h ago
Hi everyone, these are going to now be posted on the second Sunday of the month.
seanwilson•4h ago
I'm working on a tool for creating custom color palettes for web designs that pass WCAG contrast requirements:

https://www.inclusivecolors.com/

- You can precisely tweak every shade/tint so you can incorporate your own brand colors. No AI or auto generation!

- It helps you build palettes that have simple to follow color contrast guarantees by design e.g. all grade 600 colors have 4.5:1 WCAG contrast (for body text) against all grade 50 colors, such as red-600 vs gray-50, or green-600 vs gray-50.

- There's export options for plain CSS, Tailwind, Figma, and Adobe.

- It uses HSLuv for the color picker, which makes it easier to explore accessible color combinations because only the lightness slider impacts the WCAG contrast. A lot of design tools still use HSL, where the WCAG contrast goes everywhere when you change any slider which makes finding contrasting colors much harder.

- Check out the included example open source palettes and what their hue, saturation and lightness curves look like to get some hints on designing your own palettes.

It's probably more for advanced users right now but I'm hoping to simplify it and add more handholding later.

Really open to any feedback, feature requests, and discussing challenges people have with creating accessible designs. :)

exasperaited•3h ago
I get that you say it is for advanced users, but I think a "how to use this" link with a video in it that explained a few things would probably open it up to a lot more users.

There's so much more to do with tools like this, and I'm really glad to see it.

seanwilson•2h ago
Thanks for the feedback! Yeah, I appreciate there's a lot of background here around color palette design, UI design, color spaces, and accessibility so I likely need something like a video or tutorial. Another route is to have the tool start in a less freeform mode that handholds you through the process more.
zahlman•3h ago
Great concept. I look forward to the Show HN.
cryptography•4h ago
My partner and I are working on Supabird.io (https://supabird.io), a tool to help people grow on X in a more consistent and structured way. It analyzes viral posts within specific communities so users can learn what works and apply those insights to their own content.

My partner shares our journey on X (@hustle_fred), while I’ve been focused on building the product (yep, the techie here :). We’re excited to have onboarded 43 users in our first month, and we're looking forward to getting feedback from the HN community!

oulipo2•3h ago
We're building a repairable and more sustainable ebike battery at https://infinite-battery.com :)
mickle00•3h ago
as an avid analog biker who enjoys seeing more folks get into cycling via their ebikes, I love this!
trollbridge•3h ago
Any chance you'll take a look at power tools next?

There are some Amish people who rebuild Dewalt, Milwaukee etc battery packs. I'd like a repairable/sustainable platform where I can actually check the health of the battery packs and replace worn out cells as needed.

To give you an idea of the market, original batteries are about $149, and their knockoffs are around $100.

giardini•26m ago
Heck, you can get a 50-foot extension cord for $60!

Battery-powered hand tools are heavier, clumsier, generally of lower quality, less power and are less long-lived than AC-powered tools.

To be honest, there's a little Amish in me: I have hand-powered tools as backup for all my AC tools.

simgt•3h ago
Very nice, looking forward to a deal with Décath' ;) How hard is it to make it compatible with the various motors when there is communication involved?

I've been wondering for a while if the display on ebikes could also be a more open and durable part of it.

zyklonix•3h ago
I’m working on https://unrav.io

Building a new layer of hyper-personalization over the web. Instead of generating more content, it helps you reformat and interact with what already exists, turning any page, paper, or YouTube video into a summary, mind-map, podcast, infographic or chat.

The broader idea is to make the web adaptive to how each person thinks and learns.

theogravity•3h ago
Adding new transports and documentation to my Typescript logging library (MIT licensed), LogLayer (https://loglayer.dev). Just added documentation for Bun and Deno support added some new logging library transports (LogTape), and finishing up Logflare and Betterstack transports so you can send logs to their logging APIs.
corlinp•3h ago
Guessix is an LLM-powered word game like guess who!

We have a fun group working on it on Discord (find the discord invite in the How To)

https://guessix.com/

hlfshell•3h ago
Pretty addicting game!
zyklonix•35m ago
That was fun!
vldszn•3h ago
I’m working on a free and open-source invoice generator: https://easyinvoicepdf.com/?template=stripe

- No sign-up, works entirely in-browser

- Live PDF preview + instant download

- VAT EU support

- Shareable invoice links

- Multi-language (10+) & multi-currency

- Multiple templates (incl. Stripe-style)

- Mobile-friendly

GitHub: https://github.com/VladSez/easy-invoice-pdf

Would love feedback, contributions, or ideas for other templates/features.

trollbridge•3h ago
We should talk; I'm doing the same thing except U.S.-focused.
vldszn•3h ago
Sounds great - feel free to email me at vlad@mail.easyinvoicepdf.com
trollbridge•3h ago
Nice to see you're also AGPL-3.0 too.
vldszn•2h ago
Yep, AGPL-3.0 for open-source use, and a commercial license is available as well.

https://github.com/VladSez/easy-invoice-pdf/blob/main/LICENS...

system2•3h ago
Are you planning to turn this into a full-fledged CRM of some sort? Are you planning to add user login with templates/company fields auto-populated at one point? Looks very clean, congrats.
vldszn•3h ago
Thanks! Appreciate it. No plans for that at the moment - I mainly built it for my own use =)
system2•3h ago
Why would you do something like this instead of using a cheap script from a codecanyon-type website (a true CRUD crm) where you can collect customer data and provide complete service in the long run? Just saying this because you said you built it for your own use.
vldszn•2h ago
I actually hadn’t heard of Codecanyon before! I used to use a paid invoicing service, but these days I just need a simple way to generate invoice PDFs - that’s really all I need.
system2•8m ago
You can use invoice generators that have complete control over your customers. Most scripts are php, and if you want something very detailed I'd go with Perfex. Codecanyon is the biggest code marketplace on the internet, owned by Envato.
dheera•3h ago
I wonder if you could just send invoices to Comcast for price increases to their Payable Accounts department and if they'd just pay them. Or just invoice companies for "inconvenience fees" of sorts when they actually create inconveniences.
dardeaup•1h ago
Nice! I recently built an invoice generator (not open sourced) for my own needs. I built mine because I needed something when I discontinued a SaaS that had provided it. Mine is written in C# and uses a JSON file to define the contents of the invoice. It's run from the command-line and just produces the PDF.
jamestimmins•3h ago
I'm working on 1:6 size furniture. There's not much woodworking I can do outside of the shop, so I've been trying to shrink full joinery techniques down to dollhouse size.
wsxiaoys•3h ago
I've spent the last few months working on a custom RL model for coding tasks. The biggest headache has been the lack of good tooling for tuning the autorater's prompt. (That's the judge that gives the training feedback.) The process is like any other quality-focused task—running batch rating jobs and doing SxS evaluations—but the tooling really falls short. I think I'll have to build my own tools once I wrap up the current project
wowohwow•3h ago
Going solo on https://meldsecurity.com/

I'm putting a bunch of security tools / data feeds together as a service. The goal is to help teams and individuals run scans/analysis/security project management for "freemium" (certain number of scans/projects for free each month, haven't locked in on how it'll pan out fully $$ wise).

I want to help lower the technical hurdles to running and maintaining security tools for teams and individuals. There are a ton of great open source tools out there, most people either don't know or don't have the time to do a technical deep dive into each. So I'm adding utilities and tools by the day to the platform.

Likewise, there's a built in expert platform for you to get help on your security problems built into the system. (Currently an expert team consisting of [me]). Longer term, I'm working on some AI plugins to help alert on CVEs custom to you, generate automated scans, and some other fun stuff.

https://meldsecurity.com/ycombinator (if you're interested in free credits)

tevli•3h ago
A library to add strict types for PHP. Sort of a typescript for PHP.
kmoser•2h ago
How does this differ from declare(strict_types=1);?
gametorch•3h ago
https://gametorch.app/sprite-animator

AI sprite animator for 2D video games.

rhl314•3h ago
I am working on Magnetron (https://magnetron.ai)

It is a tool that lets you create whiteboard explainers.

You can prompt it with an idea or upload a document and it will create a video with illustrations and voiceover. All the design and animations are done by using AI apis, you dont need any design skills.

Here is a video explainer of the popular "Attention is all you need" paper.

https://www.youtube.com/watch?v=7x_jIK3kqfA

Would love to hear some feedback

BusterBladeZX•3h ago
I really like the idea! One issue though is that the content seems to "stream" much slower than what's being spoken. The result is that I'm sitting there waiting to see whats going to come, even though its already been said which makes it hard to focus on whatever new information is coming.

The animations / drawings themselves are solid too. I think there's more to play with wrt the dimensions and space of the background. It would be nice to see it zoom in and out for example.

rhl314•3h ago
Thanks for the feedback. Will work on making the narration and the animations sync better.
phaser•3h ago
this look super cool but is it hugged to death? i can’t upload the document :(

how does it work with long papers? will it ever work with small books?

will try it out tomorrow again

rhl314•3h ago
> how does it work with long papers? will it ever work with small books?

yes it should work.

> i can’t upload the document

Could you please drop an email to rahul at magnetron dot ai with the document. I will set things up for you

hoerzu•3h ago
Tracking Trump social posts and it's impact on the market

https://tac.ooo/historic

elicash•2h ago
Great domain.
hoerzu•1h ago
Haha thanks. Maybe I should add some research if trump always chickens out :D
LTL_FTC•3h ago
An application that helps deaf and nonverbal individuals with daily interactions when they’re out and about.

My first career was in sales. And most of the time these interactions began with grabbing a sheet of paper and writing to one another. I think small LLMs can help here.

Currently making use of api’s but I think small models on phones will be good enough soon. Just completed my MVP.

phaser•3h ago
Microlandia, the brutally honest city builder. Posting this for a second time, because i’ve been working super hard on a steam release.

last month’s “what are you working on” thread impulsed me to upload this game to itch and 1 month later, i’ve got a small community, lots of feedback and iterations. It brought a whole new life to a project that was on the verge of abandoning.

So, I’m really grateful for this thread. https://explodi.itch.io/microlandia

computerdork•3h ago
this looks awesome, don't have a lot of extra time for a new game, but such an interesting concept!
vunderba•3h ago
Big fan of Dwarf Fortress deep simulations - would love to see a viciously realistic SimCity. Good luck!
piker•3h ago
Dogfooding Tritium (https://tritium.legal/preview) to root out bugs and performance issues with my new blog[1].

Write a dev blog in Word format using Tritium, jot down bugs or needs, post blog, improve and repeat.

[1] https://tritium.legal/blog

skyfantom•3h ago
Working (or better say playing) on LLM + Stocks Market analysis.

https://ftocks.com

Next in the plans is adding more models and compare which one gives better results.

pgryko•3h ago
Collecting public datasets for training visual AI models to track and target drones.

Drones are real bastards - there's a lot of startups working on anti drone systems and interceptors, but most of them are using synthetic data. The data I'm collecting is designed to augment the synthetic data, so anti drone systems are closer to field testing

victornomad•3h ago
I'm working on a series of "fun experiments" that use LLMs under the hood.

Some are small tech jokes, while others were born from curiosity to see how LLMs would behave in specific scenarios and interactions.

I also tried to use this collection of experiments as a way to land a new job, but I'm starting to realize it might not be serious enough :)

Happy to hear what you think!

https://llmparty.pixeletes.com

skanga•3h ago
I'm working on Conductor

https://github.com/skanga/Conductor

Conductor is a LLM agnostic framework for building sophisticated AI applications using a subagent architecture. It provides a robust platform for orchestrating multiple specialized AI agents to accomplish complex tasks, with features like LLM-based planning, memory persistence, and dynamic tool use.

It provides a robust and flexible platform for orchestrating multiple specialized AI agents to accomplish complex tasks. This project is inspired by the concepts outlined in "The Rise of Subagents" by Phil Schmid at https://www.philschmid.de/the-rise-of-subagents and it aims to provide a practical implementation of this powerful architectural pattern.

arondeparon•3h ago
I am working on Tailstream (https://tailstream.io/), turning logs into task time visual data streams. Built the web application, web site and a Go CLI agent (open source) and am now slightly pivoting into making it more log-focused.

Working on faceted search for logs and CLI client now and trying to share my progress on X.

cjflog•3h ago
Currently a one-man side project: https://laboratory.love

Last year, PlasticList found plastic chemicals in 86% of tested foods—including 100% of baby foods they tested. Around the same time, the EU lowered its “safe” BPA limit by 20,000×, while the FDA still allows levels roughly 100× higher than Europe’s new standard.

That seemed solvable.

Laboratory.love lets you crowdfund independent lab testing of the specific products you actually buy. Think Consumer Reports × Kickstarter, but focused on detecting endocrine disruptors in your yogurt, your kid’s snacks, or whatever you’re curious about.

Find a product (or suggest one), contribute to its testing fund, and get full lab results when testing completes. If a product doesn’t reach its goal within 365 days, you’re automatically refunded. All results are published publicly.

We use the same ISO 17025-accredited methodology as PlasticList.org, testing three separate production lots per product and detecting down to parts-per-billion. The entire protocol is open.

Since last month’s “What are you working on?” post:

- 4 more products have been fully funded (now 10 total!)

- That’s 30 individual samples (we do triplicate testing on different batches) and 60 total chemical panels (two separate tests for each sample, BPA/BPS/BPF and phthalates)

- 6 results published, 4 in progress

The goal is simple: make supply chains transparent enough that cleaner ones win. When consumers have real data, markets shift.

Browse funded tests, propose your own, or just follow along: https://laboratory.love

ashdnazg•3h ago
First of all, really cool initiative!

It's interesting that a bunch of the funded products have been funded by a single person.

Do you know if it's the producers themselves? Worried rich people?

cjflog•2h ago
Given the current reach of the project (read: still small!), I suspect for awhile yet the majority of successfully funded testing will be by concerned individuals with expendable income. It is cheaper and much faster to go through laboratory.love than it would be to partner with a lab as an individual (plus the added bonus that all data is published openly).

I've yet to have any product funded by a manufacturer. I'm open to this, but I would only publish data for products that were acquired through normal consumer supply chains anonymously.

ebbi•2h ago
It's sad that it's come to this on needing to test these things, but amazing initiative! Would love something like this where I am.
cjflog•2h ago
Where are you? This project is not necessarily limited to products that are available in the United States. Anything that can be shipped to the United States is still testable.
ebbi•1h ago
In New Zealand, but just thinking about some of the items that wouldn't be able to be shipped to the US.
neilv•32m ago
1. An example result is "https://laboratory.love/product/117", which is a list of chemicals and measurements. Is there a visualization of how these levels relate to regulations and expert recommendations? What about a visualization of how different products in the same category compare, so that consumers know which brand is supposedly "best"? Maybe a summary rating, as stars or color-coded threat level?

2. If you find regulation-violating (or otherwise serious) levels of undesirable chemicals, do you... (a) report it to FDA; (b) initiate a class-action lawsuit; (c) short the brand's stock and then news blitz; or (d) make a Web page with the test results for people to do with it what they will?

3. Is 3 tests enough? On the several product test results I clicked, there's often wide variation among the 3 samples. Or would the visualization/rating tell me that all 3 numbers are unacceptably bad, whether it's 635.8 or 6728.6?

4. If I know that plastic contamination is a widespread problem, can I secretly fund testing of my competitors' products, to generate bad press for them?

5. Could this project be shut down by a lawsuit? Could the labs be?

pbronez•18m ago
I think this concept has legs to be much bigger than just foods. There are lots of influencer types who focus on testing.

For example, there are two individuals who own the same $100k machine for testing the performance of loudspeakers.

https://www.audiosciencereview.com/forum/index.php

https://www.erinsaudiocorner.com/

Both of them do measurements and YouTube videos. Neither one has a particularly good index of their completed reviews, let alone tools to compare the data.

I wish I could subscribe to support a domain like “loud speaker spin tests” and then have my donation paid out to these reviewers based on them publishing new high quality reviews with good data that is published to a common store.

philippb•3h ago
www.appealseal.com

a tool to help California home owners to lower their property taxes. This works for people who bought in the past years low interest environment and are overpaying in taxes because of that.

Feel free to email me, if you have questions: phl.berner@gmail.com

sakopov•1h ago
I just tried your app and after providing my email the analysis I get is for a completely different address than what I entered. I tried twice just to make sure the address i entered was right.
AaronAPU•3h ago
Wrapping up adaptive reference SPL for my ISO 226 based equal-loudness compensated gain control plugin and adding support for an SPL-based AGC.

https://apu.software/truegain/

Then it’s on to the next project.

ajd555•3h ago
I'm currently working on building a local delivery service using electric cargo bikes in NYC: https://hudsonshipping.co. We are planning to launch our first pilot in early 2026 with our first customers in Brooklyn. We've built all of the tech in-house to manage the fleet, deliveries and optimize our routes. If you know of anyone that would like to be a part of the pilot program, feel free to reach out to me!
timmit•3h ago
https://tradeinsight.info

To provide trading insights for users.

vladoh•3h ago
I'm working on a open-source tool to create photo galleries from a folder of photos: https://simple.photo. It creates galleries as static sites that are easy to self-host.

I started this out of frustration that there is no good tool I could use to share photos from my travel and of my kids with friends and family. I wanted to have a beautiful web gallery that works on all devices, where I can add rich descriptions and that I could share with a simple link.

Turned out more people wanted this (got 200+ GitHub stars for the V1) so I recently released the V2 and I'm working on it with another dev. Down the road we plan a SaaS offer for people that don't want to fiddle with the CLI and self-host the gallery.

andreygrehov•3h ago
Building a tool that automatically generates living infrastructure diagrams from your IaC files and turns them into real-time incident dashboards. Think Figma meets Datadog - beautiful visualization that updates during outages to show you exactly what's failing and how to fix it.

The insight: your architecture diagram shouldn't be a stale PNG in Confluence. It should be your war room during incidents.

Going to be available as both web app and native desktop.

atroche•3h ago
That sounds amazing. Which IaC tools are you starting with? Do you pull metrics and logs from the AWS/GCP APIs?
andreygrehov•2h ago
Thank you. Yes, it integrates with your own AWS/GCP accounts. As for the IaC, targeting the most obvious ones - CFN and TerraForm.
tomashertus•2h ago
Mind sharing a link? That sounds really interesting!
andreygrehov•2h ago
I'm sorry, not quite ready to share publicly yet, but happy to chat about your incident response workflow. Feel free to email me.
Routelette•3h ago
Building a mobile app that generates a random route & random place on the route (food, shopping, etc) -https://routelette.app/ Launching soon!
koeng•3h ago
I am working on making ultra-low cost freeze-dried enzymes for synthetic biology.

For example, 1 PCR reaction (a common reaction used to amplify DNA) costs about $1 each, and we're doing tons every day. Since it is $1, nobody really tries to do anything about it - even if you do 20 PCRs in one day, eh it's not that expensive vs everything else you're doing in lab. But that calculus changes once you start scaling up with robots, and that's where I want to be.

Approximately $30 of culture media can produce >10,000,000 reactions worth of PCR enzyme, but you need the right strain and the right equipment. So, I'm producing the strain and I have the equipment! I'm working on automating the QC (usually very expensive if done by hand) and lyophilizing for super simple logistics.

My idea is that every day you can just put a tube on your robot and it can do however many PCR reactions you need that day, and when the next day, you just throw it out! Bring the price from $1 each to $0.01 + greatly simplify logistics!

Of course, you can't really make that much money off of this... but will still be fun and impactful :)

sha256bu•3h ago
cool!
the__alchemist•58m ago
As a bio hobbyist, this is fantastic! I don't do enough volume of PCR to think of it as expensive, but your use case of high-volume/automatic sounds fantastic! (And so many other types of reagents and equipment are very expensive).

Some things that would be cool

  - Along your lines: In general, cheap automated setups for PCR and gels
  - Cheap/automatic quantifiable gels. E.g. without needing a kV supply capillary, expensive QPCR machines etc.
  - Cheaper enzymes in general
  - More options for -80 freezers
  - Cheaper/more automated DNA quantification. I got a v1 Quibit which gets the job done, but new ones are very expensive, and reagent costs add up.
  - Cheaper shaking incubator options. You can get cheap shakers and baters, but not cheap combined ones... which you need for pretty much everything. Placing one in the other can work, but is sub-optimal due to size and power-cord considerations.
  - More centrifuges that can do 10kG... this is the minimum for many protocols.
  - Ability to buy pure ethanol without outrageous prices or hazardous shipping fees.
- Not sure if this is feasible but... reasonable cost machines to synthesize oglios?
luhsprwhkv2•3h ago
A spooky game for this Halloween. https://github.com/luhsprwhk/iOuija73K

Haunted house trope, but it's a chatbot. Not done yet, but it's going well. The only real blocker is that I ran into the parental controls on the commercial models right away when trying to make gory images, so I had to spin up my own generators. (Compositing by hand definitely taking forever).

ecce_homo•3h ago
I work on an IP-Geolocation service: https://ip-sonar.com

- 30k requests/month for free

- simple, stable, and fast API

- MCP Server for AI-related workloads

chirau•1h ago
what's the highest accuracy, i.e. smallest radius, possible for IP addresses? When I went to the site it defaulted to 10
tubignaaso•3h ago
Having migraines on and off the past few months, I wanted a way to try and narrow down triggers. All the existing apps out there were overly complicated. So I built something simpler.

https://dotsjournal.app

It’s an iOS app to help tracking events and stats about my day as simple dots. How many cups of coffee? Did I take my supplements? How did I sleep? Did I have a migraine? Think of it like a digital bullet journal.

Then visualizing all those dots together helps me see patterns and correlations. It’s helped me cut down my occurrence of migraines significantly. I’m still just in the public beta phase but looking forward to a full release fairly soon.

Would love to hear more feedback on how to improve the app!

jatins•3h ago
Looks interesting! Would be nice to see some screenshots on the home page for a vibe check
captainkrtek•2h ago
This is great! I can see this useful across a variety of self-assessment things: - I’m tired often, are there certain patterns that align with that? - I’m feeling anxious, what events in a day (or other inputs) align with that?
ashdnazg•3h ago
Porting my binary & decimal palindromes[0] finding code[1] to CUDA, with which I had no experience before starting this project.

It's already working, and slightly faster than the CPU version, but that's far from an acceptable result. The occupancy (which is a term I first learned this week) is currently at a disappointing 50%, so there's a clear target for optimisation.

Once I'm satisfied with how the code runs on my modest GPU at home, the plan is to use some online GPU renting service to make it go brrrrrrrrrr and see how many new elements I can find in the series.

[0] https://oeis.org/A007632

[1] https://github.com/ashdnazg/palindromes

sha256bu•3h ago
Giving people free blood tests when they donate blood! https://hellogoodlabs.com/ - available in San Francisco :) https://app.hellogoodlabs.com/book-tests/donation
650REDHAIR•2h ago
Your website is great. Everything readily available and very clear!

One of the best I’ve seen in this thread!

Good luck with your mission!

taitems•1h ago
Would love to see the Red Cross partner with someone like you here in Australia. Not affiliated, just a donor. We're not financially incentivised like other countries but there's a big culture here about celebrating the free milkshake and/or sausage roll you get after donating.
daveevad•3h ago
myself

man, myself needs work

exasperaited•3h ago
I think getting a clear picture about what it is about yourself that needs work is actually a lot of the real work. Much of the rest of it is picking a direction and then living in that direction.
roggenbuck•3h ago
I’m working on a performance capture library for Python because I often need to know the performance of backend systems I maintain. I frequently build tooling to capture performance and save it for later analysis. I/O operations get costly when writing lots of data to disk and creating good real-time analytics tools takes a lot of my time. I wanted a library that captures real-time performance analytics from Python backends.

https://github.com/jakeroggenbuck/kronicler

This is why I wrote kronicler to record performance metrics while being fast and simple to implement. I built my own columnar database in Rust to capture and analyze these logs.

To capture logs, `import kronicler` and add `@kronicler.capture` as a decorator to functions in Python. It will then start saving performance metrics to the custom database on disk.

You can then view these performance metrics by adding a route to your server called `/logs` where you return `DB.logs()`. You can paste your hosted URL into the settings of usekronicler.com (the online dashboard) and view your data with a couple charts. View the readme or the website for more details for how to do this.

I'm still working on features like concurrency and other overall improvements. I would love some feedback to help shape this product into something useful for you all.

Thanks! - Jake

triword•3h ago
Built The Daily Baffle at https://dailybaffle.com, a new daily puzzles outlet with a variety of original puzzles.

Still working on growing the audience.

exasperaited•3h ago
I am still [0] working on trying to recover who I was before whatever -- a couple of years ago -- rendered me progressively unable to concentrate on anything.

Last month was an improvement. This month I can't concentrate for long and I distract very easily, but I seem to be able to do more with what I have, A small sense of ambition that I might be able to do bigger things, and might not need to drop out of tech and get a simple job, is returning.

I am trying to use this inhibited, fractured state to clarify thoughts about useless technology and distractions, and about what really matters, because (without wishing to sound haughty) I used to be unusually good at a lot of tech stuff, and now I am not. It is sobering but it is also an insight into what it might be like to be on the outside of technology bullshit, looking in.

[0] https://news.ycombinator.com/item?id=45424854

epolanski•37m ago
Bests!
azdle•3h ago
I'm working on https://bodge.app/

I'm calling it a "Micro Functions as a Service" platform.

What it really is, is hosted Lua scripts that run in response to incoming HTTP requests to static URLs.

It's basically my version of the old https://webscript.io/ (that site is mostly the same as it was as long as you ignore the added SEO spam on the homepage). I used to subscribe to webscript and I'd been constantly missing it since it went away years ago, so I made my own.

I mostly just made this for myself, but since I'd put so much effort into it, I figure I'm going to try to put it out there and see if anyone wants to pay me to use it. Turns out there's a _lot_ of work that goes into abuse prevention when you're code from literally anyone on the internet, so it's not ready to actually take signups yet. But, there is a demo on the homepage.

chr15m•3h ago
I've been working on:

- A front-end library that generates 10kb single-html-file artifacts using a Reagent-like API and a ClojureScript-like language. https://github.com/chr15m/eucalypt

- Beat Maker, an online drum machine. I'm adding sample uploads now with a content accessible storage API on the server. https://dopeloop.ai/beat-maker

- Tinkering with Nostr as a decentralized backend for simple web apps.

mcdrake•2h ago
Great job on Beat Maker. It's very pleasant to use!
chr15m•1h ago
Thank you!
regera•2h ago
I shutdown all mobile app projects this year.

This month doubling down on a small house cleaning business that I acquired https://shinygoclean.com

Instead of code, seems like SOPs have become new love language!

Code obeys logic. People obey trust. That’s the real debugging. Still learning!

jesse__•2h ago
I've been working on a 3D voxel-based game engine for like 10 years in my spare time. The most recent big job has been to port the world gen and editor to the GPU, which has had some pretty cute knock-on effects. The most interesting is you can hot-reload the world gen shaders and out pop your changes on the screen, like a voxel version of shadertoy.

https://github.com/scallyw4g/bonsai

I also wrote a metaprogramming language which generates a lot of the editor UI for the engine. It's a bespoke C parser that supports a small subset of C++, which is exposed to the user through a 'scripting-like' language you embed directly in your source files. I wrote it as a replacement for C++ templates and in my completely unbiased opinion it is WAY better.

https://github.com/scallyw4g/poof

irskep•2h ago
I'm working on autowt, a git worktree manager that happens to make LLM coding workflows easier. https://steveasleep.com/autowt/

It has some rough edges, but I use it a ton and get a lot of value out of it.

tezza•2h ago
Plugging away with reviews of Genrative AI tech with detailed comparisons. I announced the launch on HN a while ago, thought I’d use this month’s for a status update.

I just took Qwen-Image and Google’s image AIs for a spin and I keep a side by side comparison of many of them.

https://generative-ai.review/2025/09/september-2025-image-ge...

and I evaluated all the major 3D Asset creators:

https://generative-ai.review/2025/08/3d-assets-made-by-genai...

ponyous•45m ago
Thanks, the 3D asset creators are very interesting. I'm working on LLM -> CAD tool (for 3d printing) and your post confirms that I should keep my focus, because there is so much other things to do (uv unwrapping!) if you are targeting games for example.
ddxv•2h ago
I can't stop using AppGoblin to scan apps for SDKs: https://appgoblin.info

AppGoblin is a free place to do app research for understanding which apps use which companies to monetize, track where data is sent and what kinds of ads are shown.

BEBAA7•2h ago
Rust bindings for FreeSWITCH: https://github.com/ash30/freeswitch_rust

I want to write voip plugins using a modern tool chain and benefit from the wider crate eco system

agentultra•2h ago
A CHIP-8 emulator and debugger written in Zig: https://github.com/agentultra/zig8

It’s got the base instruction set implemented and working. A CRT shader, resizable display, and swappable color palettes.

I’m working on sound and a visual debugger for it.

I have some work to do on the Haskell TigerBeetle client and the Haskell postgresql logical replication client library I wrote too.

elicash•2h ago
Headbang, a rhythm game that you play by bobbing your head while wearing Airpods while listening to music, is what I'm considering building next. The idea came from someone else using Airpods to create a racing game (RidePods).

(But also just launched https://ChessHoldEm.net this weekend)

asdev•2h ago
Open source control pane for running coding agents in parallel: https://github.com/built-by-as/FleetCode
cfn•2h ago
Implementing Gene Expression Programming* in CUDA for our software: https://www.genexprotools.com/

* https://gene-expression-programming.com/

vrdev•2h ago
trying to build some opportunity for the VR/XR community with https://vr.dev

right now, it’s a better way to showcase your really specific industry skills and portfolio of 3D assets (i.e., “LinkedIn for VR/XR) with hiring layered on

starting to add onto the current perf analysis tools and think more about how to get to a “lovable for VR/XR”

braheus•2h ago
A little library to define functions in English (through LLM of course; for TypeScript initially) and use these functions like ordinary (async) functions (calling & be called). Agents as functions and multi-step concurrent orchestration of agents with event loops, if fanciness is in order.

And an agentic news digest service which scrapes a few sources (like HackerNews) for technical news and create a daily digest, which you can instruct and skew with words.

zkiihne•2h ago
Automated website feedback with browser use + LLMs

I am building a tool that gives automated qualitative feedback on websites. This is the early and embarrassing MVP: https://vibetest-seven.vercel.app/product

You provide your URL and an LLM browses your site and writes up feedback. Currently working on increasing the quality of the feedback. Trying to start with a narrower set of tests that give what I think is good feedback, then increase from there.

If a tool like this analyzed your website, what would you actually want it to tell you? What feedback would be most useful?

oezi•2h ago
Currently running some finetuning experiments on non-verbal sounds to teach TTS how to laugh. I have had some success to add the necessary tags and tokens to multiple systems, but assembling the necessary dataset with sufficient quality is hard.
callc•2h ago
Just finished a tiny little project to automatically raise my standing desk at night: https://calvinlc.com/p/2025/10/12/standing-desk-arduino.html

Nice to call it feature complete and move on!

glouwbug•2h ago
I’m writing my own internal combustion engine simulator with some applied CFD. Nothing public yet but the sound is nice in my opinion:

https://glouw.com/2025/10/12/Ensim4.html

cryptoz•2h ago
I'm working on Code+=AI: https://codeplusequalsai.com/

It's an AI-webapp builder with a twist: I proxy all OpenAI API calls your webapp makes and charge 2x the token rate; so when you publish your webapp onto a subdomain, the users who use your webapp will be charged 2x on their token usage. Then you, the webapp creator, gets 80% of what's left over after I pay OpenAI (and I get 20%).

It's also a fun project because I'm making code changes a different way than most people are: I'm having the LLM write AST modification code; My site immediately runs the code spit out by the LLM in order to make the changes you requested in a ticket. I blogged about how this works here: https://codeplusequalsai.com/static/blog/prompting_llms_to_m...

fjulian•2h ago
I'm working on Veila, a privacy‑first AI chat service. I wanted something that prevents model providers from profiling users and linking information from chats to their identity.

I'm a robotics engineer by training, this is my first public launch of a web app.

Try it: https://app.veila.ai (free tier, no email required)

  - What it is:
    - Anonymous AI chat via a privacy proxy (provider sees our server, not your IP or account info)
    - End‑to‑end encrypted history, keys derived from password and never leave your device
    - Pay‑as‑you‑go; switch models mid‑chat (OpenAI now; Claude, Gemini and others planned)
    - Practical UX: sort chats into folders, Markdown, copyable code blocks, mobile‑friendly
  - Notes/limits:
    - Not self‑hosted: prompts go to third‑party APIs
    - If you include identifying info, upstream sees it
    - Prompts take a bit long sometimes, because reasoning is set to "medium" for now. Plan to make this adjustable in the future.
  - Looking for feedback:
    - What do you need to trust this? Open source? Independent audit?
    - Gaps in the threat model I'm missing
    - Which UI features and AI models you'd want next
    - Any UX rough edges (esp. mobile)
  - Learn more:
    - Compare Veila to ChatGPT, Claude, Gemini, etc. (best viewed on desktop): https://veila.ai/docs/compare.html
    - Discord: https://discord.gg/RcrbZ25ytb
    - More background: https://veila.ai/about.html
Homepage: https://veila.ai

Happy to answer any questions.

A4ET8a8uTh0_v2•2h ago
Hmm. I can't say for others, but I can tell you what would work for me given that I might meet some the criteria of desired audience for this.

In this space, it is more about trust and what you have done in the past more than anything else. Audits and whatnot are nice, but I need to be able to trust that your decisions will be sound. Think how Steam's Gabe gained his reputation. Not exactly easy feat these days.

FWIW, favorited for testing.

fjulian•1h ago
Thanks for sharing this! Fully agree that trust is key, normally being on the user side of privacy-focussed services myself. Open source can help build this trust, but it would be ideal to have a way to make what is actually running on and being served by the servers transparent.

I'd love to hear your feedback if you get around to test Veila, e.g. on hey@veila.ai.

JeremyJaydan•2h ago
I'm working on adding favicons support to listings on my website directory I recently launched: https://intrasti.com

I just released the changelog 5 minutes ago https://intrasti.com/changelog which I went with a directory based approach using the international date format YYYY-MM-DD so in the source code it's ./changelog/docs/YYYY/MM/DD.md - seems to do the trick and ready for pagination which I haven't implemented yet.

ianmabie•2h ago
Working on https://practicecallai.com/ - simple saas that lets users run practice calls / role play against a custom AI partner. Goal is to make it the easiest to use & fastest to get started with in the market.

It’s been a fun, practical way to continuously evaluate the latest models two ways - via coding assistance & swapping between models to power the conversational AI voice partner. I’ve been trying to add one big new feature each time the model generation updates.

The next thing I want to add is a self improving feedback loop where it uses user ratings of the calls & evaluations to refine the prompts that generate them.

Plus it has a few real customers which is sweet!

igor47•2h ago
I'm working on a DnD character sheet app! I spent last week implementing the core DnD SRD ruleset, but what I'm really excited about is ML integration. I want to add a self-hosted fine-tuned ML model that acts as a character and DM assistant. Obviously an LLM via API can do the job, but I'm really curious if it's possible to build smaller, cheaper, task-specific models. Plus, I've never integrated an ML model into a product before, and I'm curious to play with it. I'm thinking of it like clippy for DnD: "it looks like you're trying to cast fireball?"

Besides the LLM experimentation, this project has allowed me to dive into interesting new tech stacks. I'm working in Hono on Bun, writing server-side components in JSX and then updating the UI via htmx. I'm really happy with how it's coming together so far!

stryan•2h ago
I've been working on a tool called Materia[0] for managing Podman Quadlets on hosts; I released a new version last month (and posted it on the September thread) and just merged automatic volume data migration the other day. Next goal is to design a system for downloading and loading remote components, similar to ansible roles. Hopefully I can tie it into the new podman quadlet install/etc commands.

[0] https://github.com/stryan/materia and/or https://primamateria.systems/

iepathos•2h ago
I'm working on Debtmap - An open source Rust-based code complexity analyzer that tells you exactly which code to refactor and which code to test for maximum impact. Combines complexity metrics with test coverage data to identify the riskiest code in your codebase. Uses entropy analysis to reduce false positives by distinguishing genuinely complex code from repetitive patterns.

https://github.com/iepathos/debtmap

A4ET8a8uTh0_v2•2h ago
Hmm, a personal assistant of sorts that does evaluation of you to get to the bottom of who you really are. For very obvious reasons, it is a local only project and not exactly intended for consumption.

Beyond that, just regular random stuff that comes up here and there, but, for once, my hdd with sidelined projects is slowly being worked through.

elisiariocouto•2h ago
I’m working on Leggen (https://github.com/elisiariocouto/leggen), a self hosted personal banking account management system. It started out as a CLI that syncs your bank account transactions and balances, saves them in a sqlite database and can alert you via Telegram or Discord if a transaction matches a filter. Recently I started refactoring the project with the help of Claude Code and Copilot Agent to include an API and a Web app to explore the data and configure it. The product is using GoCardless Bank Accout Data APIs to connect to banks via PSD2 but I found out recently that registering a new account is no longer possible so I’m currently looking into alternatives.
amrawad•2h ago
Check out Lunch Flow (https://lunchflow.app) for a global open banking API that's accessible for personal finance apps :) We integrate with Gocardless, among other global open banking providers.
Aeroi•2h ago
Camera Search (camerasearch.ai) is my iOS app for tradespeople and DIY users. It combines voice, video, image understanding, and chat—backed by tuned LLM API—to help diagnose issues and guide builds/repairs in realtime.
ronbenton•2h ago
Just trying to maintain employment
allynjalford•2h ago
https://backpac.xyz/
tootyskooty•2h ago
Working on a new interface for learning with LLMs that creates courses on any topic.

https://periplus.app

The goal was to make the learning material very malleable, so all content can be viewed through different "lenses" (e.g. made simpler, more thorough, from first principles, etc.). A bit like Wikipedia it also allows for infinite depth/rabbit holing. Each document links to other documents, which link to other documents (...).

I'm also currently in the middle of adding interactive visualizations which actually work better than expected! Some demos:

https://x.com/mato_gudelj/status/1975547148012777742

thenipper•2h ago
An open source campaign management app for TTRPGs. There are a ton out there, that are basically just fancy wikis. I'm working on one in Django for running my old school D&D game i'm starting back up this fall.
kevinalexbrown•2h ago
building the standard model for bio: https://standardmodelbio.substack.com/p/introducing-standard...

We're pretty jazzed.

steren•2h ago
Same thing I was working on in 2018 already: Google Cloud Run (https://cloud.run/) We just kept shipping, and shipping, and shipping...
kukanani•2h ago
An open source website I built to explain tensor functions in PyTorch: https://whytorch.org

It makes tricky functions like torch.gather and torch.scatter more intuitive by showing element-level relationships between inputs and outputs.

For any function, you can click elements in the result to see where they came from, or elements in the inputs to see how they contribute to the result to see exactly how it contributes to the result. I found that visually tracing tensor operations clarifies indexing, slicing, and broadcasting in ways reading that the docs can't.

You can also jump straight to WhyTorch from the PyTorch docs pages by modifying the base URL directly.

I launched a week or two back and now have the top post of all time on r/pytorch, which has been pretty fun.

lackoftactics•1h ago
Awesome work. Surprised rand isn't implemented yet, I found it pretty useful for playing around.
olooney•1h ago
This really nice. For `torch.mul(x, y)`, it would be nice if it highlighted the entire row or column in the other matrix and result. Right now it shows only a single multiplication, which gives a misleading impression of how matrix multiply works. I wouldn't mention it, except that matrix multiplication is so important that it's worth showcasing. I've bookmarked the site and will share it at a pytorch training session I'm leading in a couple of weeks.

https://whytorch.org/torch.mul/

Krisso•2h ago
Working on a macOS Metal based 3D engine and synthesizer to participate in 64kb demo entries in demoscene parties. https://imgur.com/a/wOUdTbt
anderber•2h ago
I'm working on a workout tracker that you can actually use for things like TRX and gymnastic rings. Along with normal workouts too. Let me know if there's anything you'd like on there. https://gravitygainsapp.com/
patcon•2h ago
I'm in The Hague right now at a digital democracy conference, where I was invited to present on my prototype that I've been building the past few months!

It's for doing realtime "human cartography", to make maps of who we are together in complex large-scale discourse (even messy protest).

https://patcon.github.io/polislike-human-cartography-prototy...

Newer video demo: https://youtu.be/C-2KfZcwVl0

It's for exploring human perspective data -- agree, disagree, pass reactions to dozens or hundreds of belief statements -- so we can read it as if it were Google Maps.

My operating assumption is that if a critical mass of us can understand culture and value clashes as mere shapes of discourse, and we can all see it together, the we can navigate them more dispassionately and with clear heads. Kinda like reading a map or watching the weather report -- islands that rise from oceans, or plate tectonics that move like currents over months, and terraform the human landscape -- maybe if we can see these things together, we'll act less out of fear of fun-house caricatures. (E.g., "Hey, dad, it seems like the peninsula you're on is becoming a land bridge toward the alt right corner. I feel a little bummed about that. How do you feel about it?")

(It builds on data and the mathematical primitives of a great tool called Pol.is, which I've worked with for almost a decade.)

Experimental prototype of animating between projections: https://main--68c53b7909ee2fb48f1979dd.chromatic.com/iframe.... (advanced)

solomonb•2h ago
Continuing to work on a Low Power FM community radio station for the East San Fernando Valley of Los Angeles. We have started promoting and putting on local events and are trying to fund raise to build out the station. Raising money is hard! We did a big show in Burbank where several hundred people showed up but we only netted $800 after expenses. :(

We were featured on our local NPR syndicate which is neat: https://laist.com/news/los-angeles-activities/new-grassroots...

https://kpbj.fm/

Since this is hackernews, i'll add that i'm building the website and archiving system using haskell and htmx, but what is currently live is a temp static html site. https://github.com/solomon-b/kpbj.fm

ztetranz•44m ago
I wish you good luck.

This might be a naive question which you've probably been asked plenty of times before so I'm sorry of I'm being tedious here.

Is it really worth the effort and expense to have a real radio station these days? Wouldn't an online stream be just as effective if it was promoted well locally?

A few years ago a friend who was very much involved in a local community group which I was also somewhat interested in asked me if I wanted to help build a low power FM station. He asked me because I know something about radio since I was into ham radio etc.

I was skeptical that it was worth the effort. The nerdy part of me would have enjoyed doing it but I couldn't help thinking that an online stream would probably reach as many people without the hassle and expensive of a transmitter, antenna etc.

I know it's a toss up. Every car has an FM radio. Not everyone is going to have a phone plugged in to Android Auto or Apple Car Play and have a good data plan and have a solid connection.

I also pointed out that the technical effort is probably the small part compared to producing interesting content.

amrawad•2h ago
I am working on Lunch Flow (https://lunchflow.app), a tool that allows people to automatically sync their bank accounts to their favorite budgeting apps (Google Sheets, Lunch Money, Actual Budget, or use our API!)

I was motivated to build this as I found that many great personal finance and budget apps didn't offer integrations with the banks I used, which is understandable given the complexity and costs involved, so I wanted to tackle this problem and help build the missing open banking layer for personal finance apps, with very low costs (a few dollars a month) and a very simple api, or built-in integrations.

Still working on making this sustainable, but been quite a learning experience so far, and quite excited to see it already making a difference for so many people :)

jborden13•2h ago
Helping people and orgs bring their vibe code apps to life has been fun:

https://productionapps.ai/

jason_zig•2h ago
Month 48 of my one-man project Zigpoll: https://www.zigpoll.com/

On-site surveys for eCommerce and SaaS. It's been an amazing ride leveling up back and forth between product, design, and marketing. Marketing is way more involved than most people on this site realize...

very_good_man•2h ago
www.platechase.com

This is a free license plate tracking game for families on road trips. Currently adding more OAuth providers, and some time zone features.

nico•2h ago
A mobile app that checks my email to find and extract family-related events/activities. The kind of things that are buried in a 12-point bullet list with font 8, inside of one of 10 school email messages received during the week

It runs fully on-device, including email classification and event extraction

ent101•2h ago
Working on Puter (https://github.com/heyPuter/puter/), the Open-source Internet Computer!

Building desktop environment in the cloud with built in cloud storage, AI, processing, app ecosystem and much more!

chirau•1h ago
Lovely interface. This is quite impressive. I can't seem to get a terminal running though. Can I actually execute scripts here? I opened code and created a hello.py, terminal did not come up in Code either.
felixding•2h ago
https://kintoun.ai

A simple document translator that preserves your file's formatting and layout.

nasir•2h ago
Building Rudys.AI to simplify Google Ads for non-specialists and reduce work for specialists.
shomp•1h ago
Building a donations powered marketplace, zero platform fee: https://shomp.co

Merchants who want to sell on Etsy or Shopify either have to pay a listing fee or pay per month just to keep an online store on the web. Our goal is to provide a perpetually free marketplace that is powered solely off donations. The only fees merchants pay are the Stripe fees, and it's possible that at some volume of usage we will be able to negotiate those down.

You can sell digital goods as well as physical goods. Right now in the "manual onboarding" phase for our first batch of sellers.

For digital goods, purchasers get a download link for files (hosted on R3).

For physical goods, once a purchase comes through, the seller gets an SMS notification and a shipping label gets created. The buyer gets notified of the tracking number and on status changes.

We use Stripe Connect to manage KYC (know your customer) identities so we don't store any of your sensitive details other than your name and email. Since we are in the process of incorporating as a 501(c)(3) nonprofit, we are only serving sellers based in the United States.

The mission of the company is to provide entrepreneurial training to people via our online platform, as well as educational materials to that aim.

gavmor•1h ago
How's your API? I often consider putting together a sort of algorithmically driven print-on-demand storefront.

I want to be able to script prices, product descriptions, things like that. And see them show up in a request on sale.

kilroy123•1h ago
I started a newsletter that tries to recreate the original magic of stumble upon. It features cool random stuff from across the internet.

I believe the old internet is still alive and well. Just harder to find now.

https://randomdailyurls.com

epolanski•43m ago
Jm2c post the latest randomdaily on the homepage, or the top of the archive. Should be the first thing I see.

People won't read and skim all of those CTA, instead trie to give them an "aha, interesting" asap.

kilroy123•24m ago
Good idea, actually. I'll do that.
vahid4m•1h ago
Currently working on the web reader of WithAudio. Just add with.audio/ to begining of a public URL and get the text and audio in your browser. It runs the TTS in your browser so its free and unlimited.

You can read more about it and watch a demo: https://blog.with.audio/posts/web-reader-tts

I buit this to get some traffic to my main project's website using a free tool people might like. The main project: https://desktop.with.audio -> a one time payment text to speech app with text highlighting and export mp3 and other features on MacOS (ARM only) and Windows.

savgore•1h ago
Our waitlist is open for https://flatm8.co.uk - the platform for anonymous reviews of Landlords and Estate Agents in Britain and Ireland.

We’re working directly with partner housing unions and charities in Britain and Ireland to build the first central database of rogue landlords and estate agents. Users can search an address and see if it’s marked as rogue/dangerous by the local union, as well as whether you can expect to see your deposit returned, maintenance, communication - etc.

After renting for close to a decade, it’s the same old problems with no accountability. We wanted to change this, and empower tenants to share their experiences freely and easily with one another.

We’re launching in November, and I’m very excited to announce our partner organisations! We know this relies on a network effect to work, and we’re hoping to run it as a social venture. I welcome any feedback.

oddsockmachine•57m ago
I tried launching something similar 15 years ago, admittedly as a noob to both tech and business. Here's hoping you succeed, it's sorely needed!
steven123•1h ago
A tool that schedules events on your calendar automatically.

https://justschedule.me

Take a picture of an event flyer or paste in some text. The event gets added to your calendar.

some_furry•1h ago
Cryptography stuff!

-----

COCKTAIL-DKG - A distributed key generation protocol for FROST, based on ChillDKG (but generalized to more elliptic curve groups) -- https://github.com/C2SP/C2SP/pull/164 | https://github.com/C2SP/C2SP/issues/159

-----

A tool for threshold signing software releases that I eventually want to integrate with SigStore, etc. to help folks distribute their code-signing. https://github.com/soatok/freeon

-----

Want E2EE for Mastodon (and other ActivityPub-based software), so you can have encrypted Fediverse DMs? I've been working on the public key transparency aspect of this too.

Spec: https://github.com/fedi-e2ee/public-key-directory-specificat...

Implementation: Coming soon. The empty repository is https://github.com/fedi-e2ee/pkd-server-go but I'll be pushing code in the near future.

You can read more about this project here: https://soatok.blog/category/technology/open-source/fedivers...

prisenco•1h ago
I'm working on a design system. I'm a software eng not a designer, but I started one a long while back because I wanted to get a sense of what designers go through. I've dropped it and came back a half dozen times but now I'm finishing it up.

It's been a great project to understand how design depends on a consistent narrative and purpose. At first I put together elements I thought looked good but nothing seemed to "work" and it's only when I took a step back and considered what the purpose and philosophy of the design was that it started to feel cohesive and intentional.

I'll never be a designer but I often do side projects outside my wheelhouse so I can build empathy for my teammates and better speak their language.

nevster•1h ago
About to start converting this 22 year old Java Swing desktop app to a web app : http://www.auctionsieve.com/

(It's a frontend to make searching eBay actually pleasant)

nevster•1h ago
I should also point out - if you download the current version, you should immediately apply the update that will pop up. And even then, you're results may be flakey.
ebcode•1h ago
A “code index” tool that finds symbols in a codebase and creates a single table sqlite database for querying. It’s my second month using Claude Code, and I see a common pattern where Claude tries to guess patterns with grep, and often comes back with empty results. I’m writing the tool to prevent these fruitless searches. Using tree-sitter to parse the AST and add the symbols and what they are (function, class, argument, etc) to the db. I have it working with TypeScript, and am working on adding C and PHP.
epolanski•53m ago
Got a link?
shivasurya•38m ago
This is why codepathfinder.dev is born. It underhood use tree-sitter to search functions, class, member variables and pulls code accurately instead of regex.

I started using it like tool call in Security scanning (think of something like claude-code for security scanning)

Give it a read if you're interested:

https://codepathfinder.dev/blog/codeql-oss-alternative/

https://codepathfinder.dev/blog/introducing-secureflow-cli-t...

Happy to discuss!

jamesponddotco•1h ago
While working on Shelvica, a personal library management service and reading tracker, I realized I needed a source of data for book information, and none of the solutions available provided all the data I needed. One might provide the series, the other might provide genres, and yet another might provide a cover with good dimensions, but none provided everything.

So I started working on Librario, an ISBN database that fetches information from several other services, such as Hardcover.app, Google Books, and ISBNDB, merges that information, and return something more complete than using them alone. It also saves that information in the database for future lookups.

You can see an example response here[1]. Pricing information for books is missing right now because I need to finish the extractor for those, genres need some work[2], and having a 5 months old baby make development a tad slow, but the service is almost ready for a preview.

The algorithm to decide what to merge is the hardest part, in my opinion, and very basic right now. It's based on a priority and score system for now, where different extractors have different priorities, and different fields have different scores. Eventually, I wanna try doing something with machine learning instead.

I'd also like to add book summaries to the data somehow, but I haven't figured out a way to do this legally yet. For books in the public domain I could feed the entire book to an LLM and ask them to write a spoiler-free summary of the book, but for other books, that'd land me in legal trouble.

Oh, and related books, and things of the sort. But I'd like to do that based on the information stored in the database itself instead of external sources, so it's something for the future.

Last time I posted about Shelvica some people showed interest in Librario instead, so I decided to make it something I can sell instead of just a service I use in Shelvica[3], hence why I'm focusing more on it these past two weeks.

[1]: https://paste.sr.ht/~jamesponddotco/de80132b8f167f4503c31187...

[2]: In the example you'll see genres such as "English" and "Fiction In English", which is mostly noise. Also things like "Humor", "Humorous", and "Humorous Fiction" for the same book.

[3]: Which is nice, cause that way there are two possible sources of income for the project.

rrmdp•1h ago
Working on https://JobBoardSearch.com a meta directory of job boards helping job site owners with their DR, visibility, jobs cross posting and promoting in general
regnull•1h ago
AI portfolio manager: https://portfoliogenius.ai

Funny thing is, the advisor started to tell me to sell last week, and so I did. Then last Friday happened. Interesting.

jiffylabs•1h ago
Working on an AI governance and security platform that gives security and GRC visibility into what AI tools people are actually using but also what is going into them.

https://jiffylabs.ai/

It's a browser extension right now and the platform integrates with SSO providers and AI APIs, to help discover shadow AI, enforce policies and creates audit trails. Think observability for AI adoption but also Grammerly since we help coach endusers to better behavior/outcomes.

Early days but the problem is real, have a few design partners in the F500 already

huevosabio•1h ago
A monster trainer game where you can _actually teach new, creative moves_ to your monsters: https://youtu.be/ThOCM9TK_yo

Basically, think of it as "Pokemon the anime, but for real". We allow you to use your voice to talk to, command, and train your monster. You and your monster are in this sandbox-y, dynamic environment where your actions have side effects.

You can train to fight or just to mess around.

Behind the scenes, we are converting player's voice into code in real time to give life to these monsters.

If you're interested, reach out!

ahmedaley•1h ago
Working on securing software against backdoors and hidden exploits using a set of debloating tools. First one available here: github.com/negativa-ai/BLAFS
mwsherman•1h ago
A Go allocations explorer for VS Code. Extension: https://marketplace.visualstudio.com/items?itemName=Clipperh...

Source: https://github.com/clipperhouse/go-allocations-vsix

sab_hn•1h ago
Just deployed the very first version of https://endless-chinese.com

I have been trying to study Chinese on my own for a while now and found it very frustrating to spend half the time just looking for simple content to read and listen to. Apps and websites exist, but they usually only have very little content or they ramp up the difficulty too quickly.

Now that LLMs and TTS are quite good I wanted to try it out for languages learning. The goal is to create a vast number of short AI-generated stories to bridge the gap between knowing a few characters and reading real content in Chinese.

Curious to see if it is possible to automatically create stories which are comfortable to read for beginners, or if they sound too much like AI-slop.

ianbicking•1h ago
I'm doing some experiments in LLM (historical) fiction writing. I feel like we can get pretty good writing out of an LLM (especially Sonnet) with enough prompting, reasoning, and guided thinking. Still with a human as producer and guidance.

I'm trying to use this to create stories that would be somewhat unreasonable to write otherwise. Branching stories (i.e., CYOA), multiperspective stories, some multimedia. I'm still trying to figure out the narrative structures that might work well.

LLMs can overproduce and write in different directions than is reasonable for a regular author. Though even then I'm finding branching hard to handle.

The big challenges are rhythm, pacing, following an arc. Those have been hard for LLMs all along.

zeta0134•1h ago
Now that I can finally test on hardware, I completely rewrote input handling. I can now support original NES controllers, but also SNES and the Power Pad dance mat, for anyone crazy enough to try that. The hardest part was working around a particularly nasty hardware bug: if you try to read the input ports on even cycles while one of the sound channels is playing, the data becomes corrupted. Perform the exact same read on an odd cycle and it works every time.

The solution? Have the cartridge keep track of CPU parity (there's no simple way to do this with just the CPU), then check that, skip one cycle if needed... and very carefully cycle time the rest of the routine, making sure that your reads land on safe cycles, and your writes land in places that won't throw off the alignment.

But it works! It's quite reliable on every console revision I've thrown it at so far. Suuuper happy with that.

olooney•1h ago
I found a neat way to do high-quality "semantic soft joins" using embedding vectors[1] and the Hungarian algorithm[2] and I'm turning it into an open source Python package:

https://github.com/olooney/jellyjoin

It hits a sweet spot by being easier to use than record linkage[3][4] while still giving really good matches, so I think there's something there that might gain traction.

[1]: https://platform.openai.com/docs/guides/embeddings

[2]: https://en.wikipedia.org/wiki/Hungarian_algorithm

[3]: https://en.wikipedia.org/wiki/Record_linkage

[4]: https://recordlinkage.readthedocs.io/en/latest/

sbrother•34m ago
This is very cool! Thanks for sharing.
guskel•17m ago
Very neat. As a heavy user of recordlinkage, this is definitely on my radar.
grigio•1h ago
LLM-eval-simple a tool to evaluate LLMs on your prompts

https://github.com/grigio/llm-eval-simple

sodafountan•1h ago
I'm working on a card game for android, it's being built with Monogame and C#. It's just go fish at the moment, but I'm thinking of expanding it into a full suite of card games like solitaire and poker. The source is available on GitHub if anyone wants to poke around and perhaps collaborate. https://github.com/joshsiegl1/GoFishRefresh
schott12521•1h ago
I'm building a mod for the game Subway Builder (http://subwaybuilder.com) that lets me undo/redo individual stations and tracks, instead of clearing all blueprints.
neilk•1h ago
Working on: to teach myself Rust, I’ve been working on a NYT Letter Boxed solver, with some ambitions to turn it into a game by itself. I think this game could be made a lot more fun.

Thinking about: A new take on LinkedIn/web-of-trust, bootstrapped by in-person interactions with devices. It seems that the problem of proving who is actually human and getting a sense of how your community values you might be getting more important, and now devices have some new tools to bring that within reach.

yasserf•1h ago
I have been working on https://pikku.dev

The goal is to provide a fully typed nodeJS framework that allows you to write a typescript function once and then decide whether to wire it up to http, websocket, queues, scheduled tasks, mcp server, cli and other interactions.

You can switch between serverless and server deployments without any refactoring / completely agnostic to whatever platform your running it on

It also provides services, permissions, auth, eventhub, advanced tree shaking, middleware, schema generation and validation and more

The way it works is by scanning your project via the typescript compiler and generating a bootstrap file that imports everything you need (hence tree shaking), and allows you to filter down your backend to only the endpoints needed (great to pluck out individual entry points for serverless). It also generates types fetch, rpc, websocket and queue client files. Types is pretty much most of what pikku is about.

Think honoJS and nestJS sort of combined together and also decided to support most server standards / not just http.

Website needs love, currently working on a release to support CLI support and full tree shaking.

epolanski•59m ago
I think you need to frame your product better.

It clearly supports different runtimes than node with different capabilities and limitations.

It seems more of a runtime-agnostic web server.

jobswithgptcom•1h ago
jobswithgpt.com job search site, as a side project
yomismoaqui•1h ago
I'm building a site that aggregates remote developer jobs from ~40 job boards:

https://devmote.net

cosmicgadget•1h ago
Adding labels to an indieweb/blog discovery site:

https://outerweb.org/explore

burntcaramel•1h ago
I'm working on a compiler for WebAssembly. The idea is you use the raw wasm instructions like you’d use JSX in React, so you can make reusable components and compose them into higher abstractions. Inlining is just a function call.

https://github.com/RoyalIcing/Orb

It’s implemented in Elixir and uses its powerful macro system. This is paired with a philosophy of static & bump allocation, so I’m trying to find a happy medium of simplicity with a powerful-enough paradigm yet generate simple, compact code.

srid68•1h ago
Currently building a Declarative Web Assembler of Html/Json using AI in multiple languages for the past 1 month: https://github.com/Srid68/Arshu.Assembler deployed to fly.io

https://jsassembler.fly.dev/ https://csharpassembler.fly.dev/ https://goassembler.fly.dev/ https://rustassembler.fly.dev/ https://nodeassembler.fly.dev/ https://phpassembler.fly.dev/

The purpose is to find if can i build declarative software in multiple langauges (Rust, Go, Node.Js, PHP and Javascript) knowing only one language (C#) without understanding the implementation deeply.

Another purpose is validate AI models and their efficiency since development using AI is hard but highly productive and having a declarative rules to recreate the implementation may be used to validate models

Currently i am convinced it is possible to build, but now working on creating a solid foundation with tests of the two assembler engines, structure dumps, logging, logging outputs so that those can be used by the AI which it needs to fix issues iteratively.

Need to add more declarative rules and implement a full stack web assembler to see if AI will hit the technical debt which slows/stop progress. Only time will tell.

logannyeMD•56m ago
Currently working on https://tinyZKP.com

It's an API that allows zero-knowledge proofs to be generated in a streaming fashion, meaning ZKPs that use way less RAM than normal.

The goal is to let people create ZKPs of any size on any device. ZKPs are very cool but have struggled to gain adoption due to the memory requirements. You usually need to pay for specialized hardware or massive server costs. Hoping to help fix the problem for devs

Noxwizard•54m ago
I've been working on a browser plugin for Amazon that attempts to identify the brand and seller country: https://www.wheresthatfrom.org/

It's mostly where I want it to be now, but still need to automate the ingest of USPTO data. I'd really like it to show a country flag on the search results page next to each item, but inferring the brand name just from the item title would probably need some kind of natural language processing; if there's even a brand in the title.

No support for their mobile layout. Do many people buy from their phone?

shivasurya•54m ago
Working on SecureFlow (https://codepathfinder.dev/secureflow-ai/) - think of claude-code style but for hunting security vulnerabilities.

The goal is to catch vulnerabilities early in the SDLC by running agentic loop that autonomously hunt for security issues in codebases.Currently available as a CLI tool, VSCode extension.I've been actively using to scan WordPress, odoo plugins and found several privilege escalation vuln. I have documented as blog post here: https://codepathfinder.dev/blog/introducing-secureflow-cli-t...

nvdnadj92•52m ago
I wanted to build my own speech-to-text transcription program [1] for Discord, similar to how zoom or google hangouts works. I built it so that I can record my group's DND sessions and build applications / tools for VTTs (Virtual TableTop gaming).

It can process a set of 3-hour audio files in ~20 mins.

I recorded a demo video of how it works here: https://www.youtube.com/watch?v=v0KZGyJARts&t=300s

[1] https://github.com/naveedn/audio-transcriber

I alluded to building this tool on a previous HN thread: https://news.ycombinator.com/item?id=45338694

wwalker2112•51m ago
A .NET library for quickly making internal tools and admin screens. Very early prototyping right now.

https://github.com/westonwalker/primelit

Drawing a lot of inspiration from interval.com. It was an amazing product but was a hosted SAAS. I'm exploring taking the idea to the .NET ecosystem and also making it a Nuget package that can be installed and served through any ASP.NET project.

Uptrenda•51m ago
I'm building an open source NAT traversal and networking framework called P2PD. Built from the ground up to allow things like multi-network interface applications, improved network programming in Python, and if people want it: an easy way to bypass NATs. The thing is: it depends on public servers for some of this which tends to change a lot, causing errors when they're all down.

What I'm building at the moment is a server monitoring solution for STUN, TURN, MQTT, and NTP servers. I wanted to allow the software for this to be portable. So I wrote a simple work queue myself. Python doesn't have linked-lists which is the data structure I'm using for the queues. They allow for O(1) deletes which you can't really get on many Python data structures. Important for work items when you're moving work between queues.

For the actual workers I keep things very simple. I make like 100 independent Python processes each with an event loop. This uses up a crap load of memory but the advantage is that you can parallel execution without any complexity. It would be extremely complex trying to do that with code alone and asyncio's event loop doesn't play well with parallelism. So you really only want one per process.

Result: simple, portable Python code that can easily manage monitoring hundreds of servers (sorry didnt mean for that to sound like chatgpt, lmao, incidental.) The DB for this is memory-based to avoid locking issues. I did use sqlite at first but even with optimizations there were locking issues. Now, I only use sqlite for import / export (checksums.)

Not anything special by HN standards but work is here: https://github.com/robertsdotpm/p2pd_server_monitor

I'm at the stage now where I'm adding all the servers to monitor to it. So fun times.

the__alchemist•50m ago
I'm expanding my computational biology toolkit in rust. Of recent interest is optimizing long-range molecular dynamics forces on GPU and SIMD, adding support to generate lipid membranes and LNPs, and a 3D small molecule editor with integrated dynamics.

https://github.com/David-OConnor/daedalus

sothatsit•50m ago
I am working on a paper about solving the Royal Game of Ur, one of the world's oldest board games. We solved it a while ago, and are now trying to get more formal about it (https://royalur.net/solved).
SafeDusk•47m ago
Release a CLI for my open source project: https://github.com/aperoc/toolkami

It is a modified version of Shopify's CEO Tobi try implementation[0]. It extends his implementation with sandboxing capabilities and designed with functional core, imperative shell in mind.

I had success using it to manage multiple coding agents at once.

[0]: https://github.com/tobi/try

globalnode•45m ago
yet another nvr (in python). also trying to make a switch for hpm style rocker light switches. these things are devilish. the switch requires a lot of force at a strange angle but i dont want to break it so knowing nothing about mechanical stuff ive had to learn about slip clutches, idling gears, worm gears, ratchet wheels. rack and pinions (ofc. from a hobbyist perspective). i know theres a switchbot and a fingerbot but neither of those will work with that type of switch unless you tape some sort of torque lever onto the light (which i dont want to do). its a rabbit hole :/
mrdazm•41m ago
I’ve got a side project going that’s a browser extension (starting with Safari + Sign in with Apple) intended to add a comment layer to the internet as a whole. I’m calling it Chaffiti (https://chaffiti.com).

The idea is to enable a comment section on any webpage, right as you’re browsing. Viewing a Zillow listing? See what people are excited about with the property. Wonder what people think about a tourist attraction? It’ll be right there. Want to leave your referral or promo code on a checkout page for others? Post it.

Not sure what the business model will look like just yet. Just the kind of thing I wish existed compared to needing to venture out to a third party (traditional social media / forums etc) to see others’ thoughts on something I’m viewing online. I welcome any feedback!

_pdp_•40m ago
I am working on a vertically integrated agentic AI platform: https://chatbotkit.com.

The main idea is to bring as many of the agentic tools and features into a single cohesive platform as much as possible so that we can unlock more useful AI use-cases.

brailsafe•40m ago
Keeping my damn job and sanity, economy is cooked.
sidgtm•33m ago
I am building https://www.indiancoffeeguide.com/ in side to document coffee roasters from India and Indian coffee scene in general
StratusBen•31m ago
Working on the Vantage FinOps Agent: https://www.vantage.sh/features/vantage-finops-agent

An agent that plugs into Slack and helps companies identify and remediate infrastructure cost-related issues.

Harlekuin•26m ago
AutoDocument: https://github.com/TomMalkin/AutoDocument

Imagine your basic Excel spreadsheet -> generating document files, but add:

- Other sources like SQL queries - User form (e.g. "Generate documents for Client Category [?]") - Chaining sources in order like SQL queries with parameters based on the user form - Split at multiple points (5 records in a csv, 4 records in a sql result = 20 generated documents) - Full Jinja2 templating with field substitution but also if/for blocks that works nicely with .docx files - PDF output - output file names using the same templating: "/BusinessDrive/{{ client_id }}/Invoice - {{ invoice_id}}.pdf"

All saved in reproducible workflows (for example if you need to process a .csv file you receive each morning)

brazukadev•26m ago
A directory for MCP servers, clients, news: https://www.mcpiquant.com
cornfieldlabs•25m ago
We are building a private text-only no-clout social network with chronological feed for close friends.

(It was supposed to be completed months ago but got stuck in other issues)

Here's the waitlist and proposal: https://waitlist-tx.pages.dev

gigatree•21m ago
Private comments and no likes looks great, something I’ve been wishing more social media had (but won’t for obvious reasons). Best of luck!
jcranmer•23m ago
This is going in fits and starts, but I'm working on a Win16 decompiler. The problems with existing decompiler tools for 16-bit code are a) support the NE file format is far less widespread; b) 16-bit code means geating to deal with segment registers, which are largely unmodelled for most binary tools; and c) turns out that you also have to get really good at recognizing "this is a 32-bit value being accessed entirely in 16-bit word chunks," which tends to be under-supported for most optimization toolchains.
faangguyindia•22m ago
I’m currently working on a set of fitness tools and guides aimed at helping people navigate common fitness challenges.

Fitness Tools https://aretecodex.pages.dev/tools/

Fitness Guides https://aretecodex.pages.dev/

A lot of people often ask questions like: - How do I lose body fat and build muscle? - How can I track progress over time? - How much exercise do I actually need? - What should my calorie and macro targets be?

One of the most frequently asked questions in fitness forums is about cutting, bulking, or recomposition. This tool helps you navigate those decisions: https://aretecodex.pages.dev/tools/bulk-cut-recomposition-we...

We’ve also got a Meal Planner that generates meal ideas based on your calorie intake and macro split: https://aretecodex.pages.dev/tools/meal-plan-planner

Additionally, I created a TDEE Calculator designed specifically to prevent overshooting TDEE in overweight individuals: https://aretecodex.pages.dev/tools/tdee-calculator

For a deeper dive into the concept of TDEE overshoot in overweight individuals, check out this detailed post: https://www.reddit.com/r/AskFitnessIndia/comments/1mdppx5/in...

anematode•19m ago
Starting contributing to Stockfish, the little-known chess engine :)
crm9125•14m ago
That little known chess engine kicks my ass daily.
tjhill•17m ago
I'm building a lazygit / lazydocker like TUI for slurm jobs on HPC.

It's called lazyslurm - https://github.com/hill/lazyslurm

Would love feedback! <3

ipnon•16m ago
Where does the slurm come from?
liu3hao•16m ago
Hi HN, I am working on Circuitscript, a language based on python to describe electronic schematics: https://circuitscript.net/. A basic IDE (called the Bench) to try Circuitscript is available online: https://bench.circuitscript.net/

Since the last month, I have created a complete schematic with Circuitscript, exported the netlist to pcbnew and designed the PCB. The boards have been produced and currently waiting for them to be delivered to verify that it works. Quite excited since this will be the first design ever produced with Circuitscript as the schematic capture tool!

The motivation for creating Circuitscript is to describe schematics in terms of code rather than graphical UIs after using different CAD packages extensively (Allegro, Altium, KiCAD) in the past. I wanted to spend more time thinking about the schematic design itself rather than fiddling around with GUIs.

The main language goals are to be easy to write and reason, generated graphical schematics should be displayed according to how the designer wishes so (because this is also part of the design process) and to encourage code reuse.

Please check it out and I look forward to your feedback, especially from electronics designers/hobbyists. Thanks!

ml-•11m ago
Still working on cataloging a curated list of craft beer venues across the world at https://wheretodrink.beer Unsure what the plan is going forward with it, apart from adding more venues and more countries. As long as it's fun for me I'll just keep adding things.

Just added health inspection data from countries that have that in open datasets (UK and Denmark). If anyone know of others I'd be appreciative of hints.

Thinking of focusing on another idea for the rest of the year, have a rough idea for a map based ui to structure history by geofences or lat / lng points for small local museums

meerab•10m ago
Working on https://videotobe.com a audio/video transcription service. VideoToBe started as a user friendly Whisper wrapper — but is evolving into a full pipeline that extracts, summarizes, and structures insights from multimedia content.
all2•9m ago
An implementation of statecharts. I'm working through core functionality using recursive algorithms.

I discovered that "least common ancestor" boils down to the intersection of 'root-path' sets, where you select the last item in the set as the 'first/least common ancestor'.