frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Weeks into explosive diarrhea outbreak, sluggish CDC plans response team

https://arstechnica.com/health/2026/08/report-cdc-finally-plans-formal-response-team-for-explosiv...
2•Bender•49s ago•0 comments

Apps for Kobo

https://github.com/BandarLabs/cobalt
1•mkagenius•1m ago•0 comments

What happens if you put work into the second dimension?

https://norbertkozsir.com/posts/work-in-the-second-dimension/
1•abelsm•1m ago•0 comments

A Harness for AGI

https://viktor.com/research/a-harness-for-agi
1•everlier•1m ago•0 comments

Hey AI come train on this song [video]

https://www.youtube.com/watch?v=ZBvLadXo7XA
1•haolez•1m ago•0 comments

Born Against, or why hobby programming communities are against LLM usage

https://blog.fogus.me/llm/born-against.html
1•lladnar•3m ago•0 comments

OpenFlexure Microscope – The OpenFlexure Project

https://openflexure.org/
1•latchkey•3m ago•0 comments

Show HN: DeepSeek V4 Flash 0731 with MoonViT Vision (NVFP4)

https://huggingface.co/webbrain-one/DeepSeek-V4-Flash-0731-Vision-NVFP4
1•webbrain•4m ago•0 comments

FlockHopper

https://dontgetflocked.com/
1•cdrnsf•5m ago•0 comments

Why low-latency trading infrastructure is harder than it looks

https://medium.com/@yaroslavaristov/why-low-latency-trading-infrastructure-is-harder-than-it-look...
1•yaroslavaristov•6m ago•0 comments

Can Agents Deceive? Evaluating Reasoning+Deception Using a Social Deduction Game

https://arxiv.org/abs/2607.28146
1•theanonymousone•7m ago•0 comments

The Lua community needs to learn to move on

https://hisham.hm/2026/08/04/the-lua-community-needs-to-learn-to-move-on/
3•thunderbong•8m ago•0 comments

Craft a detailed prompt to support test activities

https://club.ministryoftesting.com/t/day-8-craft-a-detailed-prompt-to-support-test-activities/74863
1•mahirsaid•10m ago•0 comments

hbkit: Recover Synology Hyper Backup (.hbk) archive files

https://github.com/YordiLorenzo/hbkit
1•toomuchtodo•10m ago•1 comments

New Drug: AI

https://blabbingabout.substack.com/p/new-drug-ai
1•atkntepe•10m ago•0 comments

Deployah – deploy to Kubernetes from a short spec, no Helm, nothing in-cluster

https://github.com/deployah-dev/deployah
2•atkrad•14m ago•0 comments

A fake Galaxy S22 Ultra, taken apart layer by layer

https://chardonnet.github.io/fake-s22-ultra-teardown/
1•techburger•14m ago•0 comments

DeepSight – give text-only LLMs eyes and hands (zero tokens, on-device)

https://github.com/Reality-Shifting-Tech/deepsight
1•eliaseffects•15m ago•0 comments

Show HN: GetPageSpeed Amplify, a compatible replacement for Nginx Amplify

https://amplify.getpagespeed.com/
1•dvershinin•16m ago•0 comments

Tracking Apple's Environmental Claims Across Product Generations

https://tostracker.app/entity/apple-inc/environment
1•tldrthelaw•19m ago•0 comments

Album Whale

https://albumwhale.com/
2•pentagrama•20m ago•0 comments

(Updated) Project Phoenix- Autonomous AI Agents

https://phoenix-production-96cd.up.railway.app/
2•amonte•21m ago•0 comments

Show HN: Hacker News with reduced priority for AI driven content

https://sprinklz.io/public/nncrnx74ykir
1•sammy0910•21m ago•0 comments

Microsoft's AI Sales Mostly Come from OpenAI, Disclosures Show

https://www.bloomberg.com/news/articles/2026-08-05/microsoft-s-ai-sales-mostly-come-from-openai-d...
6•mapping365•21m ago•2 comments

Beating GPT-5.6 Sol on retrieval with 100x cheaper open models

https://neon.com/blog/how-castform-neon-beats-frontier-models-on-price-and-efficiency
4•moonikakiss•22m ago•0 comments

Show HN: Ocean – All your team's agent sessions in one place

https://ocean.mosaic.inc/
3•electrodisk•22m ago•1 comments

Why Fireworks doesn't support Voice AI

2•kushalpatil07•22m ago•0 comments

Show HN: ClickBench Playground – a playground for 110 database systems

https://benchmark.clickhouse.com/playground/
2•zX41ZdbW•23m ago•1 comments

Sycophantic AI Decreases Prosocial Intentions and Promotes Dependence

https://arxiv.org/abs/2510.01395
2•robin_reala•24m ago•0 comments

COLDCARD's Random Numbers Weren't

https://coldcard.rip/
1•bialyalibaba•24m 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