frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Pebble Watch software is now 100% open source

https://ericmigi.com/blog/pebble-watch-software-is-now-100percent-open-source
170•Larrikin•1h ago•40 comments

Claude Opus 4.5

https://www.anthropic.com/news/claude-opus-4-5
293•adocomplete•1h ago•103 comments

Cool-retro-term: terminal emulator which mimics look and feel of the old CRTs

https://github.com/Swordfish90/cool-retro-term
58•michalpleban•2h ago•23 comments

Shai-Hulud Returns: Over 300 NPM Packages Infected

https://helixguard.ai/blog/malicious-sha1hulud-2025-11-24
678•mrdosija•9h ago•604 comments

Mind-reading devices can now predict preconscious thoughts

https://www.nature.com/articles/d41586-025-03714-0
36•srameshc•1h ago•17 comments

The Bitter Lesson of LLM Extensions

https://www.sawyerhood.com/blog/llm-extension
31•sawyerjhood•1h ago•2 comments

Moving from OpenBSD to FreeBSD for firewalls

https://utcc.utoronto.ca/~cks/space/blog/sysadmin/OpenBSDToFreeBSDMove
87•zdw•5d ago•32 comments

Three Years from GPT-3 to Gemini 3

https://www.oneusefulthing.org/p/three-years-from-gpt-3-to-gemini
42•JumpCrisscross•1d ago•14 comments

TSMC Arizona Outage Saw Fab Halt, Apple Wafers Scrapped

https://www.culpium.com/p/tsmc-arizona-outage-saw-fab-halt
28•speckx•1h ago•8 comments

NSA and IETF, part 3: Dodging the issues at hand

https://blog.cr.yp.to/20251123-dodging.html
267•upofadown•7h ago•129 comments

Inside Rust's std and parking_lot mutexes – who wins?

https://blog.cuongle.dev/p/inside-rusts-std-and-parking-lot-mutexes-who-win
96•signa11•4d ago•26 comments

Corvus Robotics (YC S18): Hiring Head of Mfg/Ops, Next Door to YC Mountain View

1•robot_jackie•2h ago

Launch HN: Karumi (YC F25) – Personalized, agentic product demos

7•tonilopezmr•1h ago•7 comments

Chrome Jpegxl Issue Reopened

https://issues.chromium.org/issues/40168998
158•markdog12•7h ago•58 comments

Implications of AI to schools

https://twitter.com/karpathy/status/1993010584175141038
59•bilsbie•2h ago•58 comments

GrapheneOS migrates server infrastructure from France

https://www.privacyguides.org/news/2025/11/22/grapheneos-migrates-server-infrastructure-from-fran...
64•01-_-•1h ago•12 comments

Show HN: I built an interactive HN Simulator

https://news.ysimulator.run/news
4•johnsillings•2h ago•0 comments

Claude Advanced Tool Use

https://www.anthropic.com/engineering/advanced-tool-use
7•lebovic•36m ago•1 comments

Is your Android TV streaming box part of a botnet?

https://krebsonsecurity.com/2025/11/is-your-android-tv-streaming-box-part-of-a-botnet/
36•todsacerdoti•1h ago•18 comments

Ask HN: Scheduling stateful nodes when MMAP makes memory accounting a lie

7•leo_e•2h ago•3 comments

Serflings is a remake of The Settlers 1

https://www.simpleguide.net/serflings.xhtml
114•doener•2d ago•37 comments

The only GM EV1 ever publicly sold

https://www.theautopian.com/how-the-only-gm-ev1-ever-sold-didnt-get-crushed-and-where-its-going-now/
48•zdw•5d ago•47 comments

Shopping research in ChatGPT

https://openai.com/index/chatgpt-shopping-research/
7•wertyk•1h ago•7 comments

The history of Indian science fiction

https://altermag.com/articles/the-secret-history-of-indian-science-fiction
5•adityaathalye•2d ago•0 comments

We stopped roadmap work for a week and fixed bugs

https://lalitm.com/fixits-are-good-for-the-soul/
211•lalitmaganti•1d ago•288 comments

The Arithmetic of Braids (2022)

https://mathcenter.oxford.emory.edu/site/math108/braid_arithmetic/
9•marysminefnuf•13h ago•1 comments

Historically Accurate Airport Dioramas by AV Pro Designs

https://www.core77.com/posts/138995/Historically-Accurate-Airport-Dioramas-by-AV-Pro-Designs
31•surprisetalk•4d ago•6 comments

Show HN: Cynthia – Reliably play MIDI music files – MIT / Portable / Windows

https://www.blaizenterprises.com/cynthia.html
72•blaiz2025•6h ago•17 comments

Disney Lost Roger Rabbit

https://pluralistic.net/2025/11/18/im-not-bad/
442•leephillips•6d ago•215 comments

RuBee

https://computer.rip/2025-11-22-RuBee.html
322•Sniffnoy•16h ago•56 comments
Open in hackernews

Show HN: I built an interactive map of jobs at top AI companies

https://map.stapply.ai
5•kalil0321•1h ago
I built a live interactive map that shows where top AI companies hire around the world. I collected this data for a hackathon project. Many ATS providers have a public API that you can hit with the slug of the companies to get open jobs. The hardest part was finding the companies. I tried Firecrawl but it returned around 200 companies per provider which wasn’t enough for me. Then, I tried SERPAPI but it was expensive. I ended up using SearXNG to discover companies by ATS type and fetch their job postings. This produced a large dataset of 200k+ jobs (I only use a subset as it would have taken too much time processing). A few days ago, I decided to build a visualization of the data as I didn’t know what to do with it and wanted people to benefit.

I kept catching myself wanting to ask simple questions like “show only research roles in Europe” or “filter for remote SWE positions” (and had plenty of free ai credits) so I added a small LLM interface that translates natural language into filters on the map.

The map is built with Vite + React + Mapbox. Live demo: https://map.stapply.ai GitHub (data): https://github.com/stapply-ai/jobs

Would love feedback, ideas for improvement, or contributions.

Comments

janalsncm•9m ago
> I kept catching myself wanting to ask simple questions like “show only research roles in Europe” or “filter for remote SWE positions”

My feedback is that you can’t do this using your app. And a map interface is probably not even the right interface for this task. There’s no way to filter by role or location other than clicking on the dots and looking at each job.