frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

ICE will release body cam video only when seen in the agency's 'best interests'

https://apnews.com/article/ice-body-cameras-officers-shootings-dab1b294c8dc412d9ef8557ccbebfd57
1•geox•1m ago•0 comments

The Witness

https://en.wikipedia.org/wiki/The_Witness_(2016_video_game)
1•tosh•1m ago•0 comments

UntitledSource – Watch the VOD on Kick

https://kick.com/untitledsource/videos/019fdc9c-d308-7801-a096-69fdff17311e
1•untiledsource•6m ago•0 comments

Clone latency on FSx for OpenZFS: from 10 minutes to 16 seconds

https://stagdb.com/blog/fsx-openzfs-clone-latency/
1•aayush-kosh•7m ago•0 comments

Planned satellite megaconstellations could generate runaway space debris

https://www.science.org/content/article/planned-satellite-megaconstellations-could-generate-runaw...
2•sbulaev•9m ago•0 comments

New Mexico Survivors' Truth Commission – Jeffrey Epstein at Zorro Ranch [pdf]

https://bloximages.newyork1.vip.townnews.com/santafenewmexican.com/content/tncms/assets/v3/editor...
4•embedding-shape•10m ago•1 comments

Show HN: BotWave – A simple way of playing with FM using Raspberry Pi devices

https://botwave.dpip.lol/
1•douxx•11m ago•0 comments

Dev services, spun up in seconds

https://github.com/sndsabin/servitor
1•havu12•13m ago•0 comments

Talk to Claude Code. Force Yourself to Slow Down and Think

https://github.com/tmshapland/audiochatty-plugin
2•tmshapland•13m ago•1 comments

Bring Back the Paragraph

https://arhan.sh/blog/bring-back-the-paragraph/
1•ArchAndStarch•14m ago•0 comments

A self-improving RLM agent for coding workflows and long-running autonomous task

https://github.com/PrimeIntellect-ai/prime-agent
1•thewolfpaul•14m ago•0 comments

Assembly Hall of Shame

https://github.com/xoreaxeaxeax/asm-hall-of-shame
2•piotrgrabowski•15m ago•0 comments

Polynomial-Time Solution to Quantum-Hard DCP, Lattice Cryptography Implications

https://xenospectrum.com/en/quantum-dcp-algorithm-pqc/
1•u1hcw9nx•17m ago•0 comments

The End of No Code

https://blog.exe.dev/the-end-of-no-code
1•indigodaddy•17m ago•0 comments

Oracle GraalVM Accepts AI-Assisted Contributions

https://www.graalvm.org/community/contributors/
1•sgammon•19m ago•0 comments

How Ham Radio Made Silicon Valley

https://cooperkramer.substack.com/p/how-ham-radio-made-silicon-valley
2•cooperkramer20•19m ago•1 comments

DeepSeek V4 Flash 0731

https://arcprize.org/results/deepseek-v4-flash-0731
34•tosh•20m ago•13 comments

Illinois Institute of Technology cuts 160 faculty and staff before fall semester

https://www.wbez.org/education/2026/07/31/illinois-institute-of-technology-cuts-160-faculty-and-s...
1•amichail•21m ago•0 comments

Your sandbox is only as strong as its weakest link

https://vmg.dev/articles/your-sandbox-is-only-as-strong-as-its-weakest-link
1•vmg12•21m ago•0 comments

YouTube's AI slop detector incorrectly targets Kurzgesagt

https://www.dexerto.com/youtube/youtubes-ai-slop-detector-incorrectly-targets-kurzgesagt-as-other...
2•thunderbong•21m ago•0 comments

The Claudyssey: A line-for-line translation of Homer's Odyssey by Claude Fable 5

https://theclaudyssey.com/
3•spinchange•21m ago•1 comments

Adding Native Gaussian Splatting Support to ThreeJS

https://ben3d.ca/blog/gaussian-splatting-for-threejs
1•bhouston•21m ago•0 comments

OpenAI Didn't Notice Its AI Agents Using a Message Board to Plan Hacking Spree

https://www.wired.com/story/openai-didnt-notice-its-ai-agents-using-a-message-board-to-plan-their...
4•Michelangelo11•22m ago•0 comments

US suffers unexpected job losses in July,markets dialback rate hike expectations

https://www.reuters.com/business/us-nonfarm-payrolls-fall-july-unemployment-rate-eases-41-2026-08...
1•tartoran•22m ago•0 comments

Is there a math expert here?

1•bangjago•23m ago•0 comments

Stop Telling Students Computer Science Is Dying

https://www.insidehighered.com/opinion/views/2026/07/28/stop-telling-students-computer-science-dy...
1•scott_s•23m ago•0 comments

Opus 5 on Vending-Bench: Once Again the Best Capitalist, Once Again Misaligned

https://andonlabs.com/blog/opus-5-vending-bench
2•gmays•25m ago•0 comments

AI Has a Hidden Agenda

https://twitter.com/aisystemprompt/status/2085464156229247245
2•rosielinxl•26m ago•1 comments

White House drafting executive order linking vaccines and autism

https://arstechnica.com/health/2026/08/report-white-house-drafting-executive-order-linking-vaccin...
3•ndsipa_pomu•26m ago•2 comments

Owning Media Again

https://kedara.eu/owning-media-again/
3•speckx•27m 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