frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

My AI skeptic friends are all nuts

https://fly.io/blog/youre-all-nuts/
838•tabletcorry•5h ago•1142 comments

Ask HN: Who is hiring? (June 2025)

274•whoishiring•11h ago•260 comments

Conformance checking at MongoDB: Testing that our code matches our TLA+ specs

https://www.mongodb.com/blog/post/engineering/conformance-checking-at-mongodb-testing-our-code-matches-our-tla-specs
51•todsacerdoti•5h ago•20 comments

Show HN: I build one absurd web project every month

https://absurd.website
140•absurdwebsite•7h ago•30 comments

Show HN: A toy version of Wireshark (student project)

https://github.com/lixiasky/vanta
191•lixiasky•11h ago•64 comments

Show HN: Kan.bn – An open-source alterative to Trello

https://github.com/kanbn/kan
354•henryball•17h ago•163 comments

Teaching Program Verification in Dafny at Amazon (2023)

https://dafny.org/blog/2023/12/15/teaching-program-verification-in-dafny-at-amazon/
22•Jtsummers•4h ago•4 comments

Ask HN: How do I learn practical electronic repair?

38•juanse•2d ago•33 comments

How to post when no one is reading

https://www.jeetmehta.com/posts/thrive-in-obscurity
513•j4mehta•22h ago•228 comments

Japanese Scientists Develop Artificial Blood Compatible with All Blood Types

https://www.tokyoweekender.com/entertainment/tech-trends/japanese-scientists-develop-artificial-blood/
109•Geekette•5h ago•26 comments

Show HN: Onlook – Open-source, visual-first Cursor for designers

https://github.com/onlook-dev/onlook
331•hoakiet98•4d ago•74 comments

CVE 2025 31200

https://blog.noahhw.dev/posts/cve-2025-31200/
94•todsacerdoti•8h ago•23 comments

ThorVG: Super Lightweight Vector Graphics Engine

https://www.thorvg.org/about
100•elcritch•16h ago•22 comments

Typing 118 WPM broke my brain in the right ways

http://balaji-amg.surge.sh/blog/typing-118-wpm-brain-rewiring
105•b0a04gl•7h ago•149 comments

Show HN: Penny-1.7B Irish Penny Journal style transfer

https://huggingface.co/dleemiller/Penny-1.7B
128•deepsquirrelnet•11h ago•71 comments

Arcol simplifies building design with browser-based modeling

https://www.arcol.io/
45•joeld42•10h ago•24 comments

Younger generations less likely to have dementia, study suggests

https://www.theguardian.com/society/2025/jun/02/younger-generations-less-likely-dementia-study
71•robaato•11h ago•61 comments

Snowflake to buy Crunchy Data for $250M

https://www.wsj.com/articles/snowflake-to-buy-crunchy-data-for-250-million-233543ab
119•mfiguiere•6h ago•49 comments

Ask HN: Who wants to be hired? (June 2025)

99•whoishiring•11h ago•249 comments

Ask HN: How do I learn robotics in 2025?

289•srijansriv•14h ago•82 comments

I made a chair

https://milofultz.com/2025-05-27-i-made-a-chair.html
328•surprisetalk•2d ago•126 comments

The Princeton INTERCAL Compiler's source code

https://esoteric.codes/blog/published-for-the-first-time-the-original-intercal72-compiler-code
131•surprisetalk•1d ago•36 comments

Mesh Edge Construction

https://maxliani.wordpress.com/2025/03/01/mesh-edge-construction/
38•atomlib•11h ago•1 comments

Piramidal (YC W24) Is Hiring a Senior Full Stack Engineer

https://www.ycombinator.com/companies/piramidal/jobs/1a1PgE9-senior-full-stack-engineer
1•dsacellarius•9h ago

A Hidden Weakness

https://serge-sans-paille.github.io/pythran-stories/a-hidden-weakness.html
29•serge-ss-paille•12h ago•1 comments

If you are useful, it doesn't mean you are valued

https://betterthanrandom.substack.com/p/if-you-are-useful-it-doesnt-mean
747•weltview•17h ago•333 comments

Intelligent Agent Technology: Open Sesame! (1993)

https://blog.gingerbeardman.com/2025/05/31/intelligent-agent-technology-open-sesame-1993/
40•msephton•2d ago•3 comments

Can I stop drone delivery companies flying over my property?

https://www.rte.ie/brainstorm/2025/0602/1481005-drone-delivery-companies-property-legal-rights-airspace/
88•austinallegro•7h ago•190 comments

TradeExpert, a trading framework that employs Mixture of Expert LLMs

https://arxiv.org/abs/2411.00782
107•wertyk•16h ago•101 comments

Reducing Cargo target directory size with -Zno-embed-metadata

https://kobzol.github.io/rust/rustc/2025/06/02/reduce-cargo-target-dir-size-with-z-no-embed-metadata.html
48•todsacerdoti•13h ago•13 comments
Open in hackernews

Tldx – CLI tool for fast domain name discovery

https://github.com/brandonyoungdev/tldx
85•Brandutchmen•1d ago

Comments

Brandutchmen•1d ago
I’m always building small tools for myself that end up buried in private repos. I figured it was time to start sharing a few that others might find useful.

Just published tldx, a CLI tool I use to quickly check if a domain name is available across a bunch of TLDs and variations.

Hopefully, some of you CLI enthusiasts can find it useful!

cranberryturkey•1d ago
need --suggest "..." --max 100
Brandutchmen•1d ago
I'm wanting to add something like this.

Besides length, what would you think would be a good way to sort suggestions here?

cranberryturkey•1d ago
just alphabetically easier to read imo
Brandutchmen•1d ago
good suggestion

Currently, it just streams out whichever whois servers respond first. Sorting is a good improvement!

cranberryturkey•1d ago
Agreed. I’d provide two lists both sorted. First a list of taken then a list of available.
Brandutchmen•1d ago
I wonder if it'll be good to go from a line-by-line print to an actual TUI. That'd make sorting + dynamically inserting new domains make sense
dayjah•1d ago
Great tool! Prior me is sad this didn’t exist!

I’d be fine with a live summary status updating showing # available and # taken. Hitting ctrl+c resulting in printing the lists as above.

Also perhaps a —timeout flag, or similar as I may only want to wait 5 minutes / length of time it takes to steep tea for answers.

cranberryturkey•1d ago
i'd rather be able to pipe the results to a domains.txt file to be honest.
croes•1d ago
What’s the difference between

https://github.com/brandonyoungdev/tldx?tab=readme-ov-file#t...

and

https://github.com/brandonyoungdev/tldx?tab=readme-ov-file#t...

phinnaeus•1d ago
Surely just a typo in the readme
Brandutchmen•1d ago
Yep! There's supposed to be two examples there... Fixed now :)
Brandutchmen•1d ago
Good eye.

Fixed now :)

dedicate•1d ago
The core problem: The good old days of easy domain hunting are long gone...
Brandutchmen•1d ago
I agree. That's why I love using a permutation tool like this. It has had some surprising finds so far.

Though it's still a cope for the real problem of domain squatting.

amelius•1d ago
My version of the tool:

    #!/bin/sh

    echo "Don't bother, all the good names have been taken"
akoculu•1d ago
I just got some good domains like mitte.ai and told.so a few months ago
cb321•1d ago
Since identifier bike shedding is more broad than only top-level domain names, readers interested in a tool like this might also be interested in https://github.com/c-blake/thes - a command-line thesaurus utility written in Nim and organized around the Moby Thesaurus format. An example usage might be:

    $ thes -n5 lofty
    airy    gaudy   high   showy  brand  sound
    big     grand   lurid  steep  clear  valid
    erect   grave   noble  tall   lucid  logo
    fancy   great   proud  tony   regal
Observant readers might notice 3 banks of alphabetic sorting for the 3 kinds of synonyms - reciprocal/reflected (airy..tony), defined but irreciprocal (brand..valid), and wilder made-up names/phrases someone got into Moby (just logo in this example). These can be configured to show up in 3 distinct terminal colors.

Besides the prefix/suffix ideas of `tldx` in TFA, "synonymity" could also be incorporated, but you might need a higher quality source of such than Moby which has kind of a "big tent" aspect to its synonym lists.

a_dabbler•1d ago
You should consider adding DNS checks prior to WHOIS. Whois is unreliable and you can be quickly blocked, doing a quick SOA DNS request can help reduce your WHOIS queries when the domain definitely exists (no SOA is not enough to confirm domain is unregistered but existing SOA is enough to confirm a domain is registered)
indigodaddy•1d ago
So only do a whois when no SOA exists. That's clever.
Brandutchmen•1d ago
Yeah! Excited to have a short circuit.
Arubis•1d ago
WHOIS is actually scheduled for sunset by IANA: https://www.icann.org/en/announcements/details/icann-update-...
Brandutchmen•1d ago
This is good to know! I'll migrate this over to RDAP
Brandutchmen•1d ago
Good advice!

DNS check -> RDAP seems to be the right way to take this.

akoculu•1d ago
installation fails for me

λ brew tap brandonyoungdev/tldx λ brew install tldx

==> Fetching brandonyoungdev/tldx/tldx ==> Downloading https://github.com/brandonyoungdev/tldx/releases/download/ curl: (56) The requested URL returned error: 404

Error: tldx: Failed to download resource "tldx" Download failed: https://github.com/brandonyoungdev/tldx/releases/download/v1...

ashleyhindle•1d ago
Same here
Brandutchmen•1d ago
Could you try: https://github.com/brandonyoungdev/tldx/issues/10
Brandutchmen•1d ago
https://github.com/brandonyoungdev/tldx/issues/10
noperator•1d ago
You can also use https://github.com/noperator/raink to brainstorm TLDs that are relevant to some topic you care about. For example:

    curl -s https://data.iana.org/TLD/tlds-alpha-by-domain.txt |
        raink -f /dev/stdin -p 'which of these TLDs is most related to the concept of "hacking"?' |
        jq -r 'map(.value)[:10]'
    
    [
      "BLACK",
      "COMSEC",
      "TOOLS",
      "SECURITY",
      "ZERO",
      "EXPOSED",
      "FORUM",
      "SHELL",
      "BOT",
      "SOFTWARE"
    ]
Those are all in the IANA list but not all can be registered—just showing as PoC. See https://bishopfox.com/blog/raink-llms-document-ranking for more background.
noitpmeder•21h ago
Are you the creator of that project?
Brandutchmen•43m ago
I'd assume so? Usernames on HN and GitHub match?