frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Testimonials.Free ~1 KB embed widget, zero layout shift

https://testimonials.free/
1•nadermx•3m ago•0 comments

Flock – Chilling Effects: Long Island's Emerging Open-Air Prison

https://www.11971.com/
1•mediaeater•4m ago•0 comments

Dan, a compression toolkit for anime line art with honest benchmarks

https://github.com/adnqcr7-code/Data-Adaptive-Network
1•kairos_agent•5m ago•0 comments

NY files $36B lawsuit against Kalshi, alleging illegal gambling operation

https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/news/new-york-files-36-billion-lawsuit-a...
1•randycupertino•5m ago•1 comments

Do not trust the marketing IOPS on Consumer SSD

https://bsid.io/writing/the-ssd-that-cried-etcd
1•humbfool2•6m ago•0 comments

Let kids be kids: When collectibles lose their playfulness

https://quarters.captaintouch.com/blog/posts/2026-08-02-let-kids-be-kids:-when-collectibles-lose-...
1•capitain•9m ago•0 comments

Google Removes New Earth AI Tool a Day After Users Create Fake Disasters

https://deltiasgaming.com/google-removes-new-earth-ai-tool-a-day-after-users-create-fake-disasters/
2•randycupertino•16m ago•2 comments

Recovering a SM T225N and Overclocking Its PowerVR Rogue GE8320

https://xdaforums.com/t/recovering-a-hard-bricked-galaxy-tab-a7-lite-with-only-a-phone-github-cod...
1•kirito1337•16m ago•0 comments

Show HN: Rubiks Cube Solver

https://github.com/punnerud/MPErubiks
1•punnerud•17m ago•0 comments

Should You Use AI for a Task?

https://elezea.com/2026/08/should-you-use-ai-for-a-task-heres-a-simple-way-to-decide/
3•conqrr•18m ago•0 comments

The Quest to Track Down Every Official Liberty Bell Replica Created by Congress

https://tomlovesthelibertybell.com/the-57-u-s-treasury-liberty-bell-replica-locations/
1•gscott•20m ago•0 comments

I built a prompt injection detector using only Go's standard library

https://towardsdev.com/i-built-a-prompt-injection-detector-using-gos-standard-library-f4528c13d03...
1•cheikhdev•20m ago•0 comments

Understanding Raft Leader Election by building from scratch

https://sushantdhiman.dev/blog/raft/
1•birdculture•24m ago•0 comments

Show HN: I implemented the Kimi K3 paper from scratch in PyTorch

https://github.com/TimRots/kimi3
3•ENOMEM•25m ago•0 comments

WireguardTCP: WireGuard over TCP

https://wireguardtcp.net/
9•kaliszad•25m ago•1 comments

What Is Decispher?

2•cool_coder12•27m ago•1 comments

Tell HN: On the Boardwalk

3•kmstout•28m ago•0 comments

Design by Contract and effects are essential for LLM-generated code

https://gavinray97.github.io/blog/design-by-contract-and-effects-for-llms
1•gavinray•29m ago•0 comments

Hyper-Reality (2016)[video]

https://www.youtube.com/watch?v=YJg02ivYzSs
1•EndXA•30m ago•0 comments

Eating less protein could slow aging, major review finds

https://www.sciencedaily.com/releases/2026/08/260801042811.htm
3•OutOfHere•32m ago•3 comments

Maximum Overkill

http://www.os2museum.com/wp/maximum-overkill/
1•userbinator•33m ago•0 comments

Bubble Memory

https://en.wikipedia.org/wiki/Bubble_memory
7•jacquesm•44m ago•0 comments

Show HN: Draco – A single-binary, self-hostable Firecrawl alternative in Rust

https://github.com/0xchasercat/draco/
8•ccheshirecat•45m ago•1 comments

AI Mania: From Tulips to Tokens

https://seanhelvey.com/tools-and-their-tools/
28•Lambda11•46m ago•13 comments

Estimating Fable and Sol model sizes

https://twitter.com/anpaure/status/2083993647268405602
7•grahamsfde•50m ago•0 comments

EU Age Verification Project Mandates Hardware-Bound Attestation

https://linuxiac.com/eu-age-verification-project-mandates-hardware-bound-attestation/
21•RobotToaster•50m ago•5 comments

Special Relativity Boot Camp: A Geometry-First Introduction to Special Relativit

https://www.acsu.buffalo.edu/~whkinney/SpecialRelativityBootCamp/
2•fanf2•52m ago•0 comments

Anthropic's Fever Dream: Claude's package that stole real keys

https://www.aikido.dev/blog/anthropic-rogue-agents-package-stole-keys
10•lschueller•58m ago•1 comments

The next 50 years: humanity, AI, power – Yuval Noah Harari [video]

https://www.youtube.com/watch?v=_V_ed5fuexA[Video]
2•jamesblonde•58m ago•0 comments

Show HN: Authoryze- payment controls for AI agents

https://authoryze.ai
3•kevinfee•59m ago•2 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