frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Prompt-to-Excalidraw demo with Gemma 4 E2B in the browser (3.1GB)

https://teamchong.github.io/turboquant-wasm/draw.html
7•teamchong•2h ago•6 comments

Show HN: MDV – a Markdown superset for docs, dashboards, and slides with data

https://github.com/drasimwagan/mdv
128•drasim•22h ago•47 comments

Show HN: SmallDocs – Markdown without the frustrations

85•FailMore•4d ago•40 comments

Show HN: AI Subroutines – Run automation scripts inside your browser tab

https://www.rtrvr.ai/blog/ai-subroutines-zero-token-deterministic-automation
44•arjunchint•1d ago•13 comments

Show HN: I made a calculator that works over disjoint sets of intervals

https://victorpoughon.github.io/interval-calculator/
302•fouronnes3•1d ago•51 comments

Show HN: Smol machines – subsecond coldstart, portable virtual machines

https://github.com/smol-machines/smolvm
468•binsquare•1d ago•140 comments

Show HN: Sostactic – polynomial inequalities using sums-of-squares in Lean

https://github.com/mmaaz-git/sostactic
9•mmaaz•14h ago•1 comments

Show HN: PanicLock – Close your MacBook lid disable TouchID –> password unlock

https://github.com/paniclock/paniclock/
249•seanieb•1d ago•111 comments

Show HN: Sfsym – Export Apple SF Symbols as Vector SVG/PDF/PNG

https://github.com/yapstudios/sfsym
25•olliewagner•1d ago•8 comments

Show HN: Stage – Putting humans back in control of code review

https://stagereview.app/
125•cpan22•2d ago•106 comments

Show HN: MacMind – A transformer neural network in HyperCard on a 1989 Macintosh

https://github.com/SeanFDZ/macmind
156•hammer32•3d ago•42 comments

Show HN: Open Passkey – open-source passkey auth with free "backendless" host

https://github.com/locke-inc/open-passkey
8•connorpeters•13h ago•0 comments

Show HN: Pvm – A TUI to browse and run commands across multiple Python venvs

https://github.com/Higangssh/pvm
8•swq115•1d ago•0 comments

Show HN: AWS's Kiro just got an Open source Codex

https://github.com/thabti/kirodex
5•sovietism•15h ago•1 comments

Show HN: SPICE simulation → oscilloscope → verification with Claude Code

https://lucasgerads.com/blog/lecroy-mcp-spice-demo/
119•_fizz_buzz_•2d ago•32 comments

Show HN: Coelanox – auditable inference runtime in Rust (BERT runs today)

https://www.coelanox.com/
3•Shark1n4Suit•16h ago•0 comments

Show HN: I can't write Python. It works anyway

https://github.com/Wewoc/Garmin_Local_Archive
7•Wewoc•1d ago•4 comments

Show HN: Home Memory – A local DB of my house, down to cables and pipes

https://github.com/impactjo/home-memory
54•impactjo•2d ago•13 comments

Show HN: Marky – A lightweight Markdown viewer for agentic coding

https://github.com/GRVYDEV/marky
73•GRVYDEV•2d ago•35 comments

Show HN: Pyra – a Python toolchain experiment inspired by uv and Bun

https://github.com/treyorr/pyra
10•trey-orr•1d ago•3 comments

Show HN: OCI MicroVMs for Proxmox VE

https://github.com/rcarmo/pve-microvm
9•rcarmo•19h ago•3 comments

Show HN: Praxis – Lab data to publication-ready figures in one Python package

https://github.com/zmtsikriteas/praxis
2•zmtsikriteas•19h ago•0 comments

Show HN: Libretto – Making AI browser automations deterministic

https://github.com/saffron-health/libretto
132•muchael•3d ago•57 comments

Show HN: DOMPrompter – click a DOM element, get a structured AI coding prompt

4•witnote•20h ago•0 comments

Show HN: WebGL Liminal Space

https://liminal-dwsw5.ondigitalocean.app/
2•5fc3b4•20h ago•0 comments

Show HN: Llama.cpp Tutorial 2026: Run GGUF Models Locally on CPU and GPU

11•anju-kushwaha•1d ago•2 comments

Show HN: Rapid-MLX – Run local LLMs on Mac, 2-3x faster than alternatives

https://github.com/raullenchai/Rapid-MLX
6•raullen•22h ago•0 comments

Show HN: Hiraeth – AWS Emulator

https://github.com/SethPyle376/hiraeth
39•ozarkerD•3d ago•9 comments

Show HN: LangAlpha – what if Claude Code was built for Wall Street?

https://github.com/ginlix-ai/langalpha
145•zc2610•4d ago•54 comments

Show HN: Gave Claude a casino bankroll – it gambles till it's too broke to think

https://letaigamble.com/
38•mackbrowne•3d ago•9 comments
Open in hackernews

Show HN: Every CEO and CFO change at US public companies, live from SEC

https://tracksuccession.com/explore
189•porsche959•4d ago
Built this solo. It watches SEC filings for executive and board changes, extracts the data, and shows it in real time. 2,100+ changes in the last 30 days. The comp data is interesting: average new CEO total comp is $8.4M across 284 appointments. The /explore page is fully open, no login needed.

Comments

itissid•3d ago
Interesting. How do you yourself use this(I am assuming of course you built it out of a need to want to have to track this data)?
porsche959•3d ago
I originally built it to track competitive moves in a specific sector. Turns out sales teams and recruiters get the most value from it as new exec hires are a strong outreach signal
mikedillion•3d ago
“Real time”
mistrial9•3d ago
a CTO at Starbucks started his presentation with "How many employees does Starbucks have?" .. and spends an hour explaining dynamic assesments.. hint- there is no count at any hour because the massive, distributed system has edge states and some noise.

Starbucks CTO explains carefully that they do not actually know how many employees there are, in their own enterprise, at any give hour

eddy_cammegh•3d ago
How does the comp extraction work? 8-K prose has no standard format so curious whether you're running it through an LLM or using a rules-based parser, and how you handle amendments where the actual figures show up in a later filing.
porsche959•3d ago
The 8-K text gets run through an LLM to extract the structured fields. It handles the variation in format pretty well. For amendments, the system picks up the amended filing and updates the record — the comp figures sometimes only appear in the amendment.
djfobbz•3d ago
The site fails to load...it just gets stuck in a fetching state. Another downside of vibe programming.
xnorswap•3d ago
Sites going down under load is hardly a new phenomenon.
djfobbz•3d ago
Sure, it's not new. Neither are memory leaks and race conditions...but we still expect competent engineers to avoid them. It's like opening a store but the doors jam the moment customers walk in. A crowd isn't the problem, your setup is.
porsche959•3d ago
Back up now...first time getting real traffic. Appreciate the patience.
UqWBcuFx6NV4r•3d ago
Another downside of AI is that people for whom today is obviously their first day using the internet will buy into the AI culture war without restraint and blame every little thing under the sun on “AI”. I can assure you that message boards were bringing websites down since before you were born.
baxtr•3d ago
That idea is actually a perfect example for a good use of vibe coding.

It was just an idea first, now it’s a decent website to test the viability of the idea.

I don’t think it was intended for anything else than so if there is real demand for this.

nbiznich•3d ago
I lost you on the "decent website" part. OP's whole point is that the site isn't working. Lol
hliyan•3d ago
Given this is failing due to HN hug of death, might I suggest that you do a periodic batch, save the results and serve static?
porsche959•3d ago
Thank you very much. Great call
abstracthinking•3d ago
Interesting, you should save part of the data to do some caching and avoid api requests for old positions.
porsche959•3d ago
Thank you for the suggestion
abstracthinking•3d ago
Look now that the site loads, is it a bit sketchy that you are asking 50 dollars subscription, one can't even navigate the site a bit without subscribing. You don't even have a working and tested product and already want to make money.
porsche959•3d ago
The explore page is free and always will be. The main site shows real time changes too, just capped at a few recent ones. The $50 is for the full feed, alerts, search, comp data. Comparable to other sales intel tools but I hear you on letting people try more before paying. Gonna work on that.
richwater•3d ago
Would you consider making a stale dataset (3day, 1 week, idk..?) available for other projects (but also protect your revenue stream?) I assume the value in the paid option would be real-time updates but I'm not sure exactly what the target consumer is
porsche959•3d ago
Yeah been thinking about that. A delayed public feed or an API with a lag makes sense. The real-time piece is where the paid value is so anything older than a few weeks/months could be opened up
thedougd•3d ago
What would also be very interesting is a graph of relationships and movements. Let's see just how incestuous the boards really are, and what's going on with serial CEOs who move from one business to the next.
abstracthinking•3d ago
I worked on a knowledge graph map using Wikidata to get relationship between people and organizations, but data was limited to family, basic stuff. Being from Europe, there isn't an open data analogue of SEC. Now I will download this data, it is open so no license at all, and try to show these kind of relationships. It has the potential of being very investigative, especially for USA residents.
HWR_14•3d ago
Is it that Europe doesn't have any open data analogues of the SEC, or is it that each European country has its own open data analog?
abstracthinking•3d ago
Each european countries has various orgs, types of license. It is easier to start from SEC to integrate that data into my site, also you have to test a bit what users care about.
jasonjayr•3d ago
Wondering aloud -- this is clearly PII, but it's public information. The site would be subject to GDPR, and other rules from the EU, and folks may want to have their data hidden or removed. What would be the exposure for sourcing EU data?
StrauXX•3d ago
Northdata [1] does basically this, but mostly ingests European data currently. Perhaps they will expand to ingest US data as well at some point. Not affiliated with them in any way. I just use them to look into company structures every now and again.

[1] https://www.northdata.com/

porsche959•3d ago
Interesting idea...tracking which execs move together or which board members overlap across companies. Maybe in next turn
czbond•3d ago
> incestuous

Is it that? Or would it be similar to when you have a lot of responsibility (like leading a company) you tend to bring along people you know you can trust and can help you succeed?

text0404•3d ago
You're looking for https://theyrule.net/
Thoko14•3d ago
Interesting part will be what do we read out of that data
porsche959•3d ago
100% - will be cool to see any recurring patterns, which sectors churn most, how comp varies by industry, etc. Gets more useful as the dataset grows.
baxtr•3d ago
Nice job! Is there a way to double click on any name to see more details on the person like previous positions or current compensation?
porsche959•3d ago
Thanks - currently the name just links to a basic linkedin search but this is a good idea for a future feature
mtam•3d ago
Is the equity piece one-time or yearly grants? I think it is adding up yearly salary with one-time equity grants. Also, how about bonuses?
WA•3d ago
Nice idea. Small thing: the categories are pretty much fixed. If you have to abbreviate a never-changing category like "Consumer Defen..." in a widget, your design doesn't work in this aspect.
porsche959•3d ago
Thanks for the feedback
htrp•3d ago
did you write the SEC parsers yourself or use oss/off the shelf tech?
porsche959•3d ago
Built it myself. The filing structure is somewhat consistent enough to parse programmatically, then an LLM handles the unstructured parts (with a lot of trial and error)
just_once•3d ago
And you just scrape it straight from sec.gov?
leobuskin•3d ago
What's the backend? I'd recommend to migrate such project to the edge (Cloudflare, etc)
infecto•3d ago
Fun project but meh on subscription. This data already exists in much better detail including full network graphs of people and many additional data points. Financial data is a hard problem because it’s not only hard to offer something new but also your only real consumer unless novel data is going to be retail.
abstracthinking•3d ago
I agree with you, site also looks too much a one day vibecoded stuff. Can you give me references where I can these graphs of people, I am interested because I am working on something similar.
porsche959•3d ago
Agreed, the big providers like Bloomberg cover this space with way more depth. I'm building for the teams that can't justify those budgets (small sales teams, independent recruiters, solo advisors)
infecto•3d ago
What’s the value add though? This could be vibe coded out in a couple hours of coding and some more incremental time to process historical filings.

And I don’t mean this in a negative way simply that this is just a 30min UI around a 1 hour LLM data pipeline.

porsche959•3d ago
Totally fair. The value is just that it's built and working, you get the data in real time without having to set anything up yourself.

It's definitely vibecodeable but there's a decent amount of edge cases and ongoing maintenance that add up. I'm sure an actual engineer could do it way better. I just wanted the product, couldn't find one at a reasonable price, so I built it.

gbibas•3d ago
You hit on something that AI can be really good at, which is shining light on corporate activities. Salary and movement are great, and interesting, but this could also help parse things like entry and exits into business markets where companies often quietly add or remove things from their filings. Keep going.
porsche959•3d ago
you are absolutely right - filings have a ton of signals beyond just the exec changes. Market entries, risk factor changes, material agreements. Lot of room to expand.
Nuzzerino•3d ago
Getting “literally who” vibes from the list of execs that were listed with a job title but not a company name.

Mobile browser, if that makes a difference (maybe one of the people on the list helped me downsize as well at some point without me realizing it).

porsche959•3d ago
thats a bug. thanks for flagging. The company name is there but gets cut off on mobile. Will fix the layout.
tristor•3d ago
I think one of the interesting things here is that many senior executives make similar base pay to very senior ICs. The primary compensation difference is in their equity compensation, where executives get massive PSU/RSU packages, while senior ICs get much more modest packages. A senior IC may have 30-50% of their compensation as stock, while a typical senior executives may have as much as 97% of their compensation as stock.
balderdash•3d ago
I think this is a good thing? At least from the perspective of aligning incentives with shareholders?
rustystump•3d ago
Sbc is not always good for shareholders if anything it can obfuscate actual valuations
tristor•3d ago
Maybe? I think the jury might still be out on whether equity compensation aligns incentives. Most equity compensation is treated same-as-cash for the perspective of taxation, and unless there are regulatory or contractual limits affecting holdings, it's commonplace for executives to offload shares as they vest as part of normal compensating activities just like your typical FAANG engineer does.

I was thinking it was interesting more from the socioeconomic perspective:

1. Senior execs are still "working for the man", even if their compensation is materially different from other employees, except in the case of founders of mega-caps.

2. From a socioeconomic lifestyle perspective, the primary differentiator is that senior executives can afford larger one-time costs/upfront costs due to their equity compensation, but have to maintain fairly similar ongoing costs to senior ICs. E.g. a senior exec can afford to buy a nicer house in SFBA because of Prop 13 limiting ongoing property taxes and the ability to shell out more up front to either avoid a mortgage or minimize payments, but their ongoing lifestyle expenses otherwise are most likely not materially different.

Basically, given the rhetoric, I was expecting that senior execs were essentially living in a totally different parallel world from senior ICs in tech, but it doesn't seem that this is really the case /other than/ probably social connections and society. In both cases these employees are highly compensated, but still ultimately employees, and neither is on a rocketship into the billionaire class. The difference between a billionaire and a 50-millioniare (senior exec) is about a billion dollars, the difference between a billionaire and a 3-millionaire (senior IC) is about a billion dollars.

Maybe my take is wrong, but I'd expect that is more about fringe benefits (e.g. access to corporate PJ) than direct compensation.

zipy124•3d ago
No. It encourages short term thinking which can boost profits whilst harming long term performance. As an insider you can usually hide the long term consequences until after you have liquidated your stock.
balderdash•3d ago
Isn’t that why a lot of the options are long dated / issuance of restricted stock? Im not saying it’s perfect, but it seems better than annual cash bonus?
arikrahman•3d ago
Says it's unable to respond at the moment.
porsche959•3d ago
Should be back up now. Got hit with way more traffic than expected.
artembugara•3d ago
You can also check any signal from publicly available sources using tools like CatchAll.

For example, "CEO and CFO appointments at US public companies in the last two weeks" found 142 records [0]

You can also set up monitors to get updates.

[0] https://platform.newscatcherapi.com/catchall/example/gtm--ex...

karmelapple•3d ago
Great proof of concept!

At the top it says:

> 2,100+ > CEO, CFO, Board, and other executive changes tracked in the past 30 days

Could you add a little metric there such as how many companies are being tracked, and perhaps how that compares to the previous 30 days, or 6 months ago, or 12 months ago?

Maybe a graph showing how many changes happen each month, so we can see when things are more volatile or not.

aayushkumar121•3d ago
This feels like the start of a “people layer” for public companies—almost like a Bloomberg terminal but focused purely on executive movement.

Curious if you’ve looked at second-order signals yet (e.g. clusters of execs moving across the same companies)?

chollida1•3d ago
Nice work.

I remember giving this task to a summer co-op 10-12 years ago. it was alot harder to scrape the edgar site then and gather all for form 4 filings without the new api call first interface and the XBML markup in 10-K and 10-Q filings.

gmatt•3d ago
been mulling visualizing this for years.. nice work.
culi•3d ago
Essentially a cleaner, filtered, partial front-end for https://www.sec.gov/cgi-bin/browse-edgar?action=getcompany&C...