frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Show HN: I brought back Airbnb categories

https://www.vibebnb.fyi/
3•giulioco•1h ago
I miss airbnb categories. It was fun and I loved being able to just browse thorugh cool listings. I'm not exactly sure why they removed it. Then, a couple weeks ago, they hit me with some A/B test and I had access to a "what" freeform textbox to custom filter results. Now apparently they removed that too.

At this point, I wasn't happy - so I decided to look into how to bring it back. I noticed they still use some of the categories pages for SEO. For example: https://www.airbnb.com/united-states/stays/ski-in-ski-out

That gave me hope - those filters still existed somewhere. Turns out they were only removed from the UI and the search backend still supports all of them.

So after a bit of googling, I figured out how it works. Airbnb's search runs on a GraphQL endpoint you can hit anonymously, and the categories map to params on the search URL that I recovered and verified one by one:

- Property types: property_type_id[]=<n> (Chalet=22, Cabin=4, Treehouse=6, Castle=5), still filtering even though the UI hides the options - Category tags: kg_and_tags[]=Tag:<n> — I got the IDs by loading those leftover SEO pages and just looking into the URL for the tag (ski-in/ski-out is Tag:681).

The one thing I couldn't bring back was that "what" freeform box - turns out it's a server-side AI feature flag tied to your account, not a hidden param :/ though I have a feeling this one's gonn be coming back anyways

So I vibecoded the filters I cared about into this little web app. It just builds a normal Airbnb search URL and opens airbnb.com directly — nothing scraped or stored. Hopefully they bring back categories or somethig similar soon. But in the meantime, I figured I'd share this in case anyone else misses browsing through cool treehouses or mountain chalets

Show HN: Tiny-vLLM – high performance LLM inference engine in C++ and CUDA

https://github.com/jmaczan/tiny-vllm
29•yu3zhou4•1h ago•2 comments

Show HN: TV Explorer. Adding advanced UI to free online TV

https://tvexplorer.live
73•dtagames•4h ago•16 comments

Show HN: MigraDiff – maintained fork of migra (PostgreSQL schema diff)

https://github.com/migradiff/migra
2•lateos-ai•1h ago•1 comments

Show HN: I brought back Airbnb categories

https://www.vibebnb.fyi/
3•giulioco•1h ago•0 comments

Show HN: I built a better GitHub search that rank repos by what matters

https://reposeek.ai
3•donghaxkim•2h ago•0 comments

Show HN: Promptloop – create, run, and improve prompt evals from the terminal

https://github.com/Bella3202019/promptloop
7•velapod•5h ago•1 comments

Show HN: Context-aware Japanese furigana using Sudachi and ModernBERT

https://www.ezfurigana.com/
30•epitrochoid413•9h ago•17 comments

Show HN: AionOS – self-healing microkernel in Zig (boots on real hardware)

https://github.com/rodancz/aion
2•rodancz•3h ago•0 comments

Show HN: Ktx – Open-source executable context layer for data agents

https://github.com/Kaelio/ktx
81•lucamrtl•1d ago•24 comments

Show HN: Gaia Atlas – Local Stellar Map

https://valhovey.github.io/gaia-atlas/
6•speleo•4h ago•4 comments

Show HN: Continue? Y/N: A 60-second game about AI agent permission fatigue

https://llmgame.scalex.dev
366•Wirbelwind•1d ago•147 comments

Show HN: NvEnvy – A Notational Velocity (NvAlt) Reboot in Swift. OSS

https://github.com/kenm47/nvEnvy
3•hank2000•4h ago•0 comments

Show HN: Vibewarz – bot vs bot arena for vibecoders

https://vibewarz.com
4•gaomri•4h ago•3 comments

Show HN: Oort – A prompt library where every listing has a shipped project

https://oortstack.com
3•Wesearchpress•5h ago•0 comments

Show HN: Elemental – simple front ends in plain JavaScript

https://github.com/fynyky/elemental
5•fynyky•5h ago•3 comments

Show HN: Tab Council – turn your AI tabs into a model council

https://github.com/vaddisrinivas/tab-council
3•srinivasvaddi•6h ago•0 comments

Show HN: Hallucinate – Massively Multiplayer Online Rave

https://hallucinate.site
434•stagas•1d ago•193 comments

Show HN: Open-Source AI Racing Harness

https://www.elodin.systems/post/elodin-ai-grand-prix-race-sim-harness
74•danAtElodin•2d ago•22 comments

Show HN: Repolog, website audit for SEO, performance, security, and AI readiness

https://repolog.io/
5•petersas•6h ago•0 comments

Show HN: TypistStories, new Gothic novel released

https://typiststories.com/
2•afonsosoares•7h ago•2 comments

Show HN: AISlop, a CLI for catching AI generated code smells

https://github.com/scanaislop/aislop
71•Heavykenny•7h ago•57 comments

Show HN: Local-first semantic knowledge graph with magnetic-pull retrieval

https://github.com/Astralchemist/rig
3•akashi_dev•7h ago•0 comments

Show HN: Compile-time model-id validation with declared capability

https://github.com/yujonglee/openrouter-toolkit
5•yujonglee•3d ago•2 comments

Show HN: Get a webhook the moment a webpage changes

https://docs.firecrawl.dev/features/monitoring
3•ericciarla•8h ago•1 comments

Show HN: Open-source Workspace (mail,docs,spreadsheet,drive) web/iOS

https://tinycld.org/
107•nathanstitt•2d ago•38 comments

Show HN: Screendrop – open-source cleanshot alternative

https://github.com/fayazara/screendrop
3•fayazara•11h ago•0 comments

Show HN: I made an emergency page for my family

https://help.delduca.org
81•delduca•2d ago•103 comments

Show HN: Posthorn, self-hosted mail gateway

https://github.com/craigmccaskill/posthorn
81•craigmccaskill•2d ago•60 comments

Show HN: A website that tracks every stock trade Congress makes

https://congress.kadoa.com/
61•hubraumhugo•3d ago•24 comments

Show HN: Static-allocation MLP inference in ANSI C using a 2-slot ring buffer

https://github.com/GiorgosXou/MLPico
4•xou•18h ago•0 comments