frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Patternia – A compile-time compile-time pattern matching DSL for C++

https://github.com/SentoMK/paaternia
1•sentomk•1m ago•0 comments

Using UUIDv7 with Ruby on Rails Without PostgreSQL 18

https://t27duck.com/posts/31-using-uuidv7-on-rails-without-postgresql-18
1•t27duck•4m ago•1 comments

AI-powered nimbyism could grind UK planning system to a halt, experts warn

https://www.theguardian.com/politics/2025/nov/09/ai-powered-nimbyism-could-grind-uk-planning-syst...
1•YeGoblynQueenne•5m ago•0 comments

Future of Apple Fitness+ 'Under Review'

https://www.macrumors.com/2025/11/09/future-of-apple-fitness-under-review/
1•tosh•7m ago•0 comments

Passive investments have fueled the bull market

https://media.hubspot.com/your-401k-is-wall-streets-paradox
1•MattSayar•10m ago•0 comments

Snac2: Simple, minimalistic ActivityPub instance written in portable C

https://codeberg.org/grunfink/snac2
1•walterbell•13m ago•0 comments

Freedesktop.org now hosts the Filesystem Hierarchy Standard

https://lwn.net/Articles/1045405/
2•blueflow•15m ago•1 comments

State-Sponsored Remote Wipe Tactics Targeting Android Devices

https://www.genians.co.kr/en/blog/threat_intelligence/android
1•campuscodi•19m ago•0 comments

"Wolverine stack" peptides: healing and recovery

https://www.economist.com/science-and-technology/2025/11/07/can-peptides-give-you-superpowers
1•bookofjoe•21m ago•1 comments

The Single Byte That Kills Your Exploit: Understanding Endianness

https://pwnforfunandprofit.substack.com/p/the-single-byte-that-kills-your-exploit
1•andwati•23m ago•0 comments

Show HN: Episodic/Profile Memory for N8n

https://github.com/siwei12101900/n8n-chatbot
1•siwei1210•29m ago•0 comments

Show HN: I made a image generator gempix2 generatored by nano banana 2 and 1

https://www.gempix2.org/
1•hoxihan•30m ago•0 comments

Carbon Footprint of Different Applications – Research

https://docs.google.com/spreadsheets/d/e/2PACX-1vR_zrU51G3BGQU4KtOXqQ-fpfLLKnjivkzN13GzWeyIdIAU_v...
1•giuliomagnifico•31m ago•0 comments

AI Slop–How Every Media Revolution Breeds Rubbish and Art

https://www.scientificamerican.com/article/ai-slop-how-every-media-revolution-breeds-rubbish-and-...
1•quapster•31m ago•2 comments

Datastar first impressions, coming from React

https://threadgold.nz/writing/datastar-coming-from-react
1•JSR_FDED•31m ago•0 comments

Relay – Team Collaboration in Obsidian

https://relay.md/
2•bariumbitmap•34m ago•0 comments

Quantinuum unveils Helios quantum computer

https://www.livescience.com/technology/computing/this-is-easily-the-most-powerful-quantum-compute...
1•ashishgupta2209•37m ago•0 comments

JPEG XL will be adopted as a new image format in PDFs

https://old.reddit.com/r/jpegxl/comments/1om1o1f/jpeg_xl_will_be_adopted_as_a_new_image_format_in/
2•ksec•38m ago•0 comments

Show HN: Pipeflow-PHP – Automate anything with pipelines even non-devs can edit

https://github.com/marcosiino/pipeflow-php
8•marcosiino•39m ago•2 comments

Looking for a Simple Lists App

https://tildes.net/~tech/1lj1/looking_for_a_simple_lists_app
1•bariumbitmap•40m ago•0 comments

Calibration of PCR by antibody tests: course of SARS-CoV-2 infections estimated

https://www.frontiersin.org/journals/epidemiology/articles/10.3389/fepid.2025.1592629/full
3•walterbell•43m ago•1 comments

Show HN: I built a free app idea generator with a twist

https://spark.ziadhussein.com
1•ziadhussein•45m ago•0 comments

Vending Equipment Expert

https://vendland.ru/
1•IvanPavlenko•48m ago•1 comments

The Return of Language-Oriented Programming

https://blog.evacchi.dev/posts/2025/11/09/the-return-of-language-oriented-programming/
3•todsacerdoti•49m ago•0 comments

Show HN: I built a Chrome extension that creates flashcards from YouTube videos

https://www.reeldecks.com/
1•msafi04•50m ago•1 comments

TTU-1AX Details – Norcon

https://www.norconcommunications.com/ttu-1ax-details
1•bariumbitmap•52m ago•0 comments

An Argument for the Identity of Consciousness and Electric Charge

https://alancolquhoun.substack.com/p/an-argument-for-the-identity-of-consciousness
2•fprog•54m ago•0 comments

Drax: Speech Recognition with Discrete Flow Matching

https://huggingface.co/papers/2510.04162
10•cliffly•55m ago•0 comments

Show HN: Modern office furniture catalog built with Next.js

https://www.ofistek.com.tr/
1•oktaydak•56m ago•0 comments

AV2: The Future of Innovation Is Open Webinar 2025

https://www.youtube.com/watch?v=RUMwMe_2Dqo
1•ksec•57m ago•0 comments
Open in hackernews

Visualize FastAPI endpoints with FastAPI-Voyager

https://www.newsyeah.fun/voyager/
32•tank-34•1h ago

Comments

brulard•1h ago
I would appreciate some quick info what this is all about. Clicking on link presents me with a huge diagram i know nothing about. What am I looking at?
tank-34•1h ago
this project is inspired by https://apis.guru/graphql-voyager/, which visualize the entity relationships based on graphviz and add fancy ui effects.

fastapi-voyager, from left to right, is tag, routes(apis) and response_models, it indicates the internal relationship between routes, which can help developers/PO easily figure out the data structure.

tonyhart7•1h ago
ok, how is this better than OpenAPI schema???
tank-34•1h ago
in swagger, from the definition of schema you are not able to easily figure out the related class, the name is marked as <object> or array<object>

in voyager their relationships are visualized and very close to the source code.

agumonkey•1h ago
Pretty nice
tank-34•1h ago
scroll to zoom in/out

pick tag/routes at left panel, and see subgraphs

double click to see field table and source code, click link to see source code in github

click focus to hide other nodes.

...

tank-34•1h ago
heere is the repo: https://github.com/allmonday/fastapi-voyager
throwaway0X13•1h ago
Mapping software in /src/ modding, either with GIS software for positional API voyaging, which designate the tiers for endpoints.