frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Decomp Academy – Learn to decompile GameCube games into matching C

https://decomp-academy.dev
18•jackpriceburns•47m ago•6 comments

AMD Strix Halo RDMA Cluster Setup Guide

https://github.com/kyuz0/amd-strix-halo-vllm-toolboxes/blob/main/rdma_cluster/setup_guide.md
21•jakogut•1h ago•0 comments

Anonymous GitHub account mass-dropping undisclosed 0-days

https://github.com/bikini/exploitarium
673•binyu•11h ago•266 comments

Choosing a Public DNS Resolver

https://evilbit.de/dns-resolver-guide.html
59•pawal•3h ago•18 comments

OpenRA

https://www.openra.net/
587•tosh•13h ago•115 comments

AI learns the “dark art” of RFIC design

https://spectrum.ieee.org/ai-radio-chip-design
191•Brajeshwar•3d ago•124 comments

Enhancing X11 Application Security with LXC

https://dobrowolski.dev/article/enhancing-x11-application-security-with-lxc/
33•shirozuki•4h ago•7 comments

Fintech Engineering Handbook

https://w.pitula.me/fintech-engineering-handbook/
483•signa11•15h ago•159 comments

Regular expressions that work "everywhere"

https://www.johndcook.com/blog/2026/06/23/regex-everywhere/
15•ColinWright•2d ago•4 comments

The case for physical media ownership

https://dervis.de/physical/
371•cemdervis•14h ago•246 comments

Space Shuttle Endeavour's 20-story vertical display

https://californiasciencecenter.org/about-us/samuel-oschin-air-and-space-center/go-for-stack
8•uticus•1d ago•0 comments

Turn your site into a place people can bump into each other

https://cauenapier.com/blog/townsquare_release/
159•eustoria•8h ago•73 comments

Suspicious Discontinuities (2020)

https://danluu.com/discontinuities/
213•tosh•12h ago•61 comments

How do you keep Web MIDI from crashing a 1983 synthesizer?

https://knob.monster/how-do-you-keep-web-midi-from-crashing-a-1983-synthesizer
26•halfradaition•3d ago•8 comments

IP Crawl: Living atlas of open webcams discovered on the public internet

https://ipcrawl.com/
246•arm32•6h ago•128 comments

Asian AI startups launch Mythos-like models

https://techcrunch.com/2026/06/27/asian-ai-startups-launch-mythos-like-models-as-anthropics-expor...
145•bogdiyan•12h ago•133 comments

Reducing tick density along recreational trails in Ottawa, Canada

https://www.sciencedirect.com/science/article/pii/S1877959X26000476
158•bushwart•3d ago•87 comments

Paradise Revisited: What Darwin Saw in the Galápagos

https://www.theatlantic.com/magazine/2026/08/writers-way-galapagos-charles-darwin-travel/687480/
36•benbreen•3d ago•0 comments

Post-Mythos Cybersecurity: Keep calm and carry on

https://cephalosec.com/blog/cybersecurity-in-the-post-mythos-era-keep-calm-and-carry-on/
134•Versipelle•11h ago•40 comments

Response to AI slop is from Robin Williams

https://jayacunzo.com/blog/your-move-chief
8•herbertl•40m ago•0 comments

Show HN: Adrafinil – keep a lid-closed Mac awake only while agents work

https://github.com/kageroumado/adrafinil
90•kageroumado•5h ago•55 comments

Supabase (YC S20) Is Hiring for Multigres

https://jobs.ashbyhq.com/supabase/2e718684-4f75-4a99-8d6b-3b6bd44e4228
1•awalias•9h ago

DSpark: Speculative decoding accelerates LLM inference [pdf]

https://github.com/deepseek-ai/DeepSpec/blob/main/DSpark_paper.pdf
726•aurenvale•16h ago•298 comments

What Ozempic does to the gut-brain axis

https://www.psychologytoday.com/au/blog/mood-by-microbe/202606/what-ozempic-does-to-the-gut-brain...
75•randycupertino•4h ago•155 comments

Michigan spent $1.8B and only created 602 jobs

https://www.msn.com/en-us/money/general/michigan-spent-1-8-billion-and-only-created-602-jobs/ar-A...
115•littlexsparkee•4h ago•48 comments

The eerie interface of man and machine (Life Magazine, October 1967)

https://blog.jgc.org/2026/06/the-eerie-interface-of-man-and-machine.html
29•Brajeshwar•3d ago•1 comments

One man, two kernels, and a lot of RISC-V

https://www.theregister.com/software/2026/06/26/one-man-two-kernels-and-a-lot-of-risc-v/5262858
79•LorenDB•1d ago•6 comments

Show HN: Starglyphs - A constellation puzzle game based on Euler paths

https://starglyphs.com
11•telman17•4h ago•3 comments

How H-E-B became Texas' most beloved brand (2024)

https://texashighways.com/culture/how-heb-became-texas-most-beloved-brand/
94•NaOH•3d ago•91 comments

Why does kinetic energy increase quadratically, not linearly, with speed? (2011)

https://physics.stackexchange.com/questions/535/why-does-kinetic-energy-increase-quadratically-no...
350•ProxyTracer•1d ago•195 comments
Open in hackernews

Set Up Your Own DoH Service

https://nochan.net/b/Internet-Crap/20260602-Set-Up-Your-Own-DoH-Service/
9•Bender•3h ago

Comments

jeroenhd•1h ago
My DoH server ended up on a random list on Github at some point. I noticed when I saw what seemed like a small country suddenly use my DoH server.

Blacklisting the entire country worked, after that I moved my actual DoH resolver to a subpath. Because it's HTTPS, you can just run your DoH server at https://my-doh.example.com/066c591f-c976-4095-85fe-a49e62577.... Not as easy to remember, but you can send yourself and anyone you want to share the server with a link.

Other things to consider when setting up your own DoH server: setting up HTTP3 with HTTPS records and the like, 0-rtt TLS for the query server, ODoH support (upstream or as an endpoint directly), and of course DNSSEC validation (because you can't trust your clients to the validation themselves).

For DoT this is a lot harder. A random IPv6 address should work, but then you're stuck having to fall back to something else on networks with only legacy IP support.

gruez•49m ago
>ODoH support (upstream or as an endpoint directly)

Is there client support without installing third party apps? Such apps usually use a VPN connection to operate, which means you can't use another VPN at the same time as oDOH, which is a major disadvantage.

WalterGR•14m ago
DoH = DNS over HTTPS

https://en.wikipedia.org/wiki/DNS_over_HTTPS

Bender•7m ago
Good point, updated the title though too late for me to edit it here.