frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Bluesky Protocol Services

https://atproto.com/blog/introducing-bluesky-protocol-services
34•danabramov•39m ago•1 comments

Gemini 3.7 Flash

https://blog.google/innovation-and-ai/models-and-research/gemini-models/introducing-gemini-3-7-fl...
590•thisisauserid•7h ago•330 comments

Accelerating GPT-5.6 Sol Ultrafast

https://www.cerebras.ai/blog/accelerating-gpt-5-6-sol-ultrafast-with-openai
404•pr337h4m•6h ago•170 comments

NP-Overrated

https://gruhn.me/blog/2026-08-13/
135•theanonymousone•4h ago•82 comments

Understanding is the new bottleneck

https://www.geoffreylitt.com/2026/07/02/understanding-is-the-new-bottleneck
188•sebg•6h ago•94 comments

Donkey.bas is 45 Years Old – 131 line of Glory

https://donkeybas.com/
184•jkrauska•7h ago•79 comments

Mistral OCR 4.1

https://docs.mistral.ai/models/ocr-4-1
246•spelk•7h ago•94 comments

DeepSeek Harness developer preview

https://deepseek.com/harness/en/
545•bjin•11h ago•239 comments

How AI text watermarking works

https://declaude.org/watermarking/
39•padolsey•1h ago•18 comments

Choose Boring Technology (2015)

https://mcfunley.com/choose-boring-technology
236•tosh•7h ago•123 comments

Spaghettifying DRAM

https://github.com/xoreaxeaxeax/skitter-creek-bath-salts
484•matt_d•10h ago•138 comments

Finite State Machines in Forth (1994)

https://www.forth.org/literature/noble.html
39•ofalkaed•5d ago•0 comments

How a device finds encrypted DNS by itself

https://blog.dundns.eu/posts/ddr-encrypted-dns-discovery/
10•majorchord•6d ago•3 comments

How Organizations Use AI: Evidence from ChatGPT [pdf]

https://cdn.openai.com/pdf/how-organizations-use-chatgpt.pdf
65•malshe•5h ago•34 comments

Where did the old web go? We followed 657,607 links to find out

https://0.mk/blog/link-rot
125•tdx•7h ago•95 comments

How Gödel's Proof Works (2020)

https://www.quantamagazine.org/how-godels-proof-works-20200714/
61•tzury•5h ago•32 comments

Single log line is 49KB+ (ext4) / 110KB+ (btrfs) of systemd-journald disk writes

https://github.com/systemd/systemd/issues/40262
141•ValdikSS•6h ago•92 comments

How Compaction Works in Pi

https://earendil.com/posts/compaction-in-pi/
95•tosh•6h ago•34 comments

SparrowMap – Cameras that watch government vehicles

https://sparrowmap.com/
6•paulnpace•44m ago•1 comments

Nine PBS sues Iron Mountain over blocked access to archival data

https://current.org/2026/08/nine-pbs-sues-iron-mountain-over-blocked-access-to-archival-data/
231•vinayakborkar•11h ago•130 comments

Compute-Optimal Is Not Cluster-Optimal

https://szha.ai/blog/compute-optimal-is-not-cluster-optimal/
4•yuxin_tang•7h ago•0 comments

Hello, me. It's been a while

https://themech.net/2026/08/hello-me-its-been-a-while/
13•somesoftdev•6h ago•5 comments

I want extern "fil-C"

https://domenkozar.com/2026/08/13/i-want-extern-fil-c/
4•domenkozar•7h ago•0 comments

Idol Mahjong Final Romance: A Slideshow Disguised as a Video Game

https://nicole.express/2026/more-like-idle-mahjong.html
40•nicole_express•4d ago•9 comments

Smooth Move: Taming Trajectories with Polynomials

https://nick.zoic.org/art/smooth-move-taming-trajectories-with-polynomials/
21•lioeters•3d ago•0 comments

Kubernetes on Oxide: How customer needs shaped our integrations

https://oxide.computer/blog/kubernetes-on-oxide
153•stevehipwell•10h ago•69 comments

AI At Home Part 1: A Box Of Scraps

https://jdagostino.github.io/ai-pt1-box-o-scraps/index.html
87•timmmmmmay•8h ago•45 comments

Launch HN: Bullet (YC S26) – A Faster Coding Agent

https://www.codewithbullet.com
81•adi1•16h ago•51 comments

Ordinary abundance

https://ordinaryabundance.com/
202•yen223•11h ago•108 comments

Text AI watermarks will always be trivial to remove

https://www.seangoedecke.com/text-ai-watermarks/
95•pseudolus•9h ago•84 comments
Open in hackernews

How a device finds encrypted DNS by itself

https://blog.dundns.eu/posts/ddr-encrypted-dns-discovery/
10•majorchord•6d ago

Comments

WarOnPrivacy•27m ago
a lookup for _dns.resolver.arpa, a name reserved for ... asking whether an encrypted version exists, and where it can be reached

Neat! Let's try: nslookup _dns.resolver.arpa

    [mine] unblound.lan can't find _dns.resolver.arpa: Non-existent domain 

    [1.1.1.1] can't find _dns.resolver.arpa: Non-existent domain

    [8.8.8.8] No internal type for both IPv4 and IPv6 Addresses (A+AAAA) 
    records available for _dns.resolver.arpa

    [9.9.9.9] Name:  _dns.resolver.arpa
ButlerianJihad•19m ago
You have asked the wrong question. This standard does not describe an “A” or “AAAA” record. Use the "-query" option to nslookup(1). Or, use dig(1).

https://datatracker.ietf.org/doc/html/rfc9462#name-discovery...

This is a proposed standard. The reserved domain is very new. Widespread deployment is not expected or mandatory.

WarOnPrivacy•16m ago
> You have asked the wrong question.

I figured it was something like that.

    dig @1.1.1.1 _dns.resolver.arpa SVCB

    ;; ANSWER SECTION:
    _dns.resolver.arpa.     300     IN      SVCB    1 one.one.one.one.
     alpn="h2,h3" port=443 ipv4hint=1.1.1.1,1.0.0.1
      ipv6hint=2606:4700:4700::1111,2606:4700:4700::1001 key7="/dns-query{?dns}"

    _dns.resolver.arpa.     300     IN      SVCB    2 one.one.one.one.
     alpn="dot" port=853 ipv4hint=1.1.1.1,1.0.0.1
      ipv6hint=2606:4700:4700::1111,2606:4700:4700::1001