frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: PyScrappy – self-healing web scraping and MCP tools for AI agents

https://github.com/mldsveda/PyScrappy
2•vedaant00•2m ago•0 comments

Sailor went overboard on USS Lincoln; report of worsening mental health for crew

https://www.cnn.com/2026/08/13/politics/uss-abraham-lincoln-conditions-extended-deployment-hnk
1•1659447091•5m ago•0 comments

Show HN: Minesweeper with flowers game you can fork

https://forkcade.com/gallery/minesweeper-flowers
1•jonaldomo•5m ago•0 comments

Bluesky Protocol Services

https://atproto.com/blog/introducing-bluesky-protocol-services
3•danabramov•5m ago•0 comments

Glass Is Glass [video]

https://www.youtube.com/watch?v=7YrdI7h2XoY
1•ValentineC•6m ago•0 comments

SparrowMap – Cameras that watch government vehicles

https://sparrowmap.com/
3•paulnpace•10m ago•0 comments

How Obama's BlackBerry got secured (2023)

https://www.electrospaces.net/2013/04/how-obamas-blackberry-got-secured.html
2•downbad_•10m ago•0 comments

Possession, poem by Jo McCormick (Compaq tech demo circa 1982) [video]

https://www.youtube.com/watch?v=cTg1Smo5CFk
1•joeycastillo•13m ago•0 comments

GitHub adds an ROI section to the Copilot impact dashboard

https://github.blog/changelog/2026-08-07-copilot-impact-dashboard-adds-a-return-on-investment-sec...
2•jamesfinlayson•13m ago•0 comments

Kennedy Center Board Decides to Inscribe Trump's Name on Building

https://www.nytimes.com/2026/08/13/arts/design/kennedy-center-closure-board-vote-trump.html
3•2OEH8eoCRo0•13m ago•0 comments

How Can LLM RL Work Despite Information-Theoretic Inefficiency

https://www.beren.io/2026-07-26-How-Can-LLM-RL-Work-Despite-Information-Theoretic-Inefficiency/
2•jxmorris12•13m ago•0 comments

Show HN: Auto-train the harness, not the LLM. cross-model, cross-benchmark gains

https://github.com/workofart/harness-training
3•megadragon9•14m ago•0 comments

TRS-80 Color Computer Extended Basic Emulator in JavaScript

https://github.com/bshichman/trs80-coco-basic
2•codazoda•15m ago•0 comments

Gitmon Cards – Generate Pokemon-style TCG cards from real GitHub data

https://github.com/mcsscalabrin/gitmon-cards
1•Jojokujo404•16m ago•0 comments

Technological breakthroughs are easy to miss

https://johnjdavis.io/posts/technological-breakthroughs-are-easy-to-miss/
1•jcdavis•17m ago•0 comments

AI Pen Testing Chrome Extension

https://github.com/brianhama/in-browser-sec-audit
2•brianhama•19m ago•0 comments

Hideous Little Bugs Are Invading California and Biting People's Feet (2022)

https://www.bgr.com/science/these-hideous-little-bugs-are-invading-california-and-biting-peoples-...
1•mooreds•23m ago•0 comments

OpenAI launches Computer History to track macOS activity as memory timeline

https://thenewstack.io/openai-chatgpt-computer-history/
2•thoughtpeddler•23m ago•0 comments

AMD Instinct MI455X Deep Dive: CDNA 5 Marks the Next Era of Instinct

https://www.servethehome.com/amd-instinct-mi455x-deep-dive-cdna-5-marks-the-next-era-of-instinct/
1•rbanffy•24m ago•0 comments

Apply for a Second US Passport Book

https://travel.state.gov/en/passports/apply/unique-needs/second-passport-book.html
2•mooreds•24m ago•0 comments

AI Can Now Design Functional Viruses

https://spectrum.ieee.org/ai-designed-virus
1•rbanffy•25m ago•0 comments

Show HN: Referee.Chat - Set the goal. An AI panel works. Referee clears it done

https://referee.chat/
1•nadermx•26m ago•0 comments

Administration to impose tariffs on drone imports, White House says

https://www.reuters.com/world/us/trump-administration-impose-tariffs-drone-imports-white-house-sa...
1•petethomas•27m ago•0 comments

Ask HN: What do you use for budgeting in the business?

1•killjoywashere•28m ago•0 comments

UBOM a mini bill of materials manager

https://github.com/comalice/ubom-v4
1•all2•28m ago•1 comments

Toast 1

https://www.mixedbread.com/blog/toast-1
1•breadislove•31m ago•0 comments

Noop – Privacy respecting Whoop replacement

https://github.com/ryanbr/noop
2•Cider9986•33m ago•0 comments

Talking with Synopsys about the Physics of Chip Design at DAC 2026

https://chipsandcheese.com/p/talking-with-synopsys-about-the-physics
1•rbanffy•38m ago•0 comments

Show HN: Code Stitcher Godot Support

1•aihatterer•40m ago•0 comments

Blog about things you don't understand yet

https://www.seangoedecke.com/blog-about-things-you-dont-understand-yet/
5•gfysfm•40m ago•0 comments
Open in hackernews

Ask HN: Which function definition keyword do you prefer, def or fn?

1•winwang•1y ago
I'm curious about what people think of `def` vs `fn`, two short keywords for starting function definitions.

...Or maybe we should subscribe to the church of `df`, haha.

Comments

sitkack•1y ago
def could be for lots of things, fn is for functions. I don't think it matters much as long as you have one. C would have been so much easier to parse. Just copy Zig or Rust.
butlersean•1y ago
def means define, could be used to define all kinds of things

fn isnt a legitimate short form of function

fun doesnt work because of the amusement factor

func is the only alternative we have left

sitkack•1y ago
How about unicode or emojis?

These don't have the full fidelity as hn scrubs emojis

add = (a, b) -> a + b

a, b ⟹ a + b

λ add(a, b): ↪ a + b

johncoltrane•1y ago
"def" is too generic.

"fn" is too cryptic.

"function" is better than the two.

MultifokalHirn•1y ago
Agreed