frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Iranian hackers shut down UK power plant for 4 days

https://www.telegraph.co.uk/news/2026/08/22/iranian-hackers-shut-down-uk-power-plant/
1•giuliomagnifico•2m ago•0 comments

I gave Qwen 3.8 27B a reverse-engineering job and it finished in 30 minutes

https://www.xda-developers.com/qwen-3-8-27b-reverse-engineering-job-frontier-model/
1•raybb•2m ago•0 comments

I Made the First "Link Compressor"

https://www.youtube.com/watch?v=TOr1Vvji6jA
1•conferza•3m ago•0 comments

25 Years of Mixxx Intergalactic DJ Contest

https://mixxx.org/news/2026-08-23-25_years_of_mixxx_dj_contest/
1•SamWhited•3m ago•0 comments

What if coding agents didn't have to read code?

https://benzi.fly.dev/about
1•showhz•4m ago•0 comments

AI Writing Without the Slop

https://sfactory.dev
1•jasfi•5m ago•1 comments

Show HN: Gibbous – Hide the useless parts of GitHub UI

https://netanel-haber.github.io/gibbous/
1•yikestra•5m ago•0 comments

Ptrclassify – guessing usage and location from reverse-DNS PTR hostnames

https://github.com/adulau/ptrclassify
1•adulau•6m ago•0 comments

Canada now 'at war' with United States over trade, Prime Minister says

https://www.theglobeandmail.com/canada/article-canada-us-trade-deal-tariffs-mark-carney-donald-tr...
2•Fellwaa•6m ago•0 comments

Show HN: ArchSentry – Deterministic architectural enforcement for CI

https://github.com/comerade2134/archsentry
2•light82083•11m ago•0 comments

Mature Optimization: An Introduction

https://carlos.bueno.org/optimization/
1•luispa•13m ago•0 comments

The Strange Foods

https://medium.com/luminasticity/the-strange-foods-0624e47c11f4
1•bryanrasmussen•14m ago•0 comments

Suggestions from Qwoted "Experts" on How to Revitalize IEEE

https://techblog.comsoc.org/2026/08/20/suggestions-from-qwoted-experts-on-how-to-revitalize-ieee/
1•jruohonen•16m ago•0 comments

Ask HN: What made you stop relying on tutorials?

2•codst•23m ago•1 comments

"Considered Harmful" Essays Considered Harmful (2002)

https://meyerweb.com/eric/comment/chech.html
1•matada_•26m ago•0 comments

The Sloppification of Peptides

https://henryaj.substack.com/p/the-sloppification-of-peptides
3•henryaj•32m ago•0 comments

Show HN: Opensourcing Lemmaflow – A trust harness for AI-native apps

1•udit_50•33m ago•0 comments

Show HN: Live 3D satellite tracker and the declassified Pentagon UFO archive

https://skylens.yantraai.app/
2•skylensspace•37m ago•0 comments

Doomscrolling at work wastes time, but the real cost is what happens after

https://stories.tamu.edu/news/2026/08/13/doomscrolling-at-work-wastes-time-but-the-real-cost-is-w...
2•giuliomagnifico•38m ago•0 comments

Redora 0.3.1 – Redis application toolkit for NestJS

https://www.redora-sdk.com/
1•nebyusamuel•38m ago•1 comments

Device lighting from the Omarchy bar, through OpenRGB

https://github.com/ilkaydnc/omarchy-openrgb
1•arbayi•38m ago•0 comments

macOS JIT Memory

https://www.outflank.nl/blog/2026/02/19/macos-jit-memory/
1•porridgeraisin•39m ago•0 comments

Anthropic's best AI model struggles to attract users as cheaper tools thrive

https://www.ft.com/content/5ee49718-c258-4f01-aa32-7e5b76ae5245
1•merksittich•43m ago•0 comments

My Recent Visit to Anthropic

https://marginalrevolution.com/marginalrevolution/2026/08/my-recent-visit-to-anthropic.html
2•smitty1e•46m ago•0 comments

Randall Jarrell: Some Lines from Whitman

https://www.sas.upenn.edu/~perelman/classes/english088/rj_somelinesfromwhitman.html
1•firasd•49m ago•0 comments

Membership Fees Are Coming for Your Doctor's Office

https://slate.com/technology/2026/08/health-care-appointment-short-wait-solution-shortage.html
2•brandonb•51m ago•0 comments

Rust 1.98 got a P-critical miscompilation

https://github.com/rust-lang/rust/issues/161441
1•gdcbe•53m ago•0 comments

How Is AI Transforming Academic Search?

https://katinamagazine.org/content/article/resource-advisor/2026/how-is-ai-transforming-academic-...
1•jruohonen•55m ago•0 comments

Procura – Finance Manager

1•snitchiest•1h ago•0 comments

Land recovery of China's Zhuque-3 reusable rocket first stage completed [video]

https://www.youtube.com/watch?v=lRk0iKGRHGo
2•hggh•1h 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