frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Ask HN: When will ChatGPT Voice be able to control my phone?

1•spapas82•4m ago•0 comments

A daily estimation game where the crowd's answer fights an AI

1•holdthelineworl•5m ago•0 comments

The time filter in Google Search broke a few days ago

https://mastodon.online/@mwichary/117023736804129342
1•latexr•5m ago•0 comments

AGI Singer: Buddy, I Need an AGI Handover Framework

https://medium.com/@miho999lv/agi-singer-buddy-i-need-an-agi-handover-framework-7253cafb220e
1•miho999lv•9m ago•0 comments

EU Icons for labelling AI-generated content – Shaping Europe's digital future

https://digital-strategy.ec.europa.eu/en/policies/eu-icons-labelling-ai-generated-content
2•robert-boehnke•15m ago•0 comments

Belladonna of Sadness (1973)

https://www.imdb.com/title/tt0071203
2•aljgz•18m ago•1 comments

Tesla Spyware

https://ma.tt/2026/07/tesla-spyware/
2•ms7892•18m ago•0 comments

Don't replicate data over webhooks. SCROLL

https://welidev.github.io/scroll/
1•weli•19m ago•1 comments

POV: An AI replaced your job this morning [video]

https://www.youtube.com/watch?v=k35i0o-b8sI
1•Animats•24m ago•1 comments

The Claude Code plugin marketplace has no price field

https://www.promptreceipts.com/blog/claude-code-plugin-marketplace-no-price-2026
1•pwsj•25m ago•0 comments

What Happens When Frustrated Machines Talk to Each Other?

https://medium.com/towards-artificial-intelligence/what-happens-when-frustrated-machines-talk-to-...
1•dexmac221•26m ago•0 comments

Running a 35B LLM at 128K Context, Full Speed, on €870 of Used Hardware

https://medium.com/ai-advances/running-a-35b-llm-at-128k-context-full-speed-on-870-of-used-hardwa...
1•dexmac221•27m ago•0 comments

Adima AI: The Future of AI Enhancement

https://www.aiimageupscale.com/ai-image-upscaler-pc
1•JuekMorningstar•28m ago•0 comments

Every new UK home should have air conditioning, say Liberal Democrats

https://www.theguardian.com/environment/2026/jul/26/every-new-home-should-have-air-conditioning-s...
1•edward•29m ago•1 comments

Ginger hair portraits show unexpected 'golden thread' connecting Americans

https://www.bbc.co.uk/news/articles/ce97nyz4rvmo
1•mellosouls•29m ago•0 comments

The Apple Network Server's all-too-secret weapon (featuring PPC Toolbox)

http://oldvcr.blogspot.com/2023/11/the-apple-network-servers-all-too.html
1•rbanffy•33m ago•0 comments

MCP and A2A are not solving one crucial challenge in the post-AGI world – Trust

https://github.com/mindify-ai/VACT-P
1•markchennext-al•44m ago•0 comments

Multiplayer AI Infrastructure

https://github.com/Abloatai/docs
2•luckymonkybaby•46m ago•0 comments

Apple struggles to keep pace with AI 'bug' hunters

https://www.ft.com/content/4532122d-90f2-4433-9df6-ca99d8a141d2
2•sbulaev•47m ago•0 comments

Koalas are the only non-primates with fingerprints

https://www.pbs.org/wgbh/nova/article/koala-fingerprints/?hl=en-US
1•noduerme•49m ago•0 comments

Show HN: Aevros .... A kernel that explains itself

https://github.com/Mobeen0119/Aevros
1•Mobeen0119•52m ago•0 comments

The Great Attack: Survivors' Tales

https://athena.westpoint.edu/items/0b0a7046-90f8-48ef-8b73-429b6536cbd4
1•AFF87•52m ago•0 comments

Cyberscript

https://cyberscript.dev
3•dtj1123•56m ago•0 comments

How to search documents we can't read – Confer Blog

https://confer.to/blog/2026/08/private-ai-document-search/
1•DavideNL•56m ago•0 comments

Nerd culture is murdering intellectuals

https://www.theintrinsicperspective.com/p/nerd-culture-is-murdering-intellectuals
16•mockerell•56m ago•16 comments

Show HN: I built a personal CRM that lives inside Apple's Contacts app

https://www.persodex.com
2•poolie•1h ago•0 comments

Show HN: TamedTable, AI ETL in Natural Language

https://www.tamedtable.com/
2•ZeljkoS•1h ago•2 comments

A deep dive into Nvidia's Vera CPU and the Olympus cores that power it

https://www.theregister.com/systems/2026/08/01/nvidias-vera-cpu-and-the-olympus-cores-that-power-...
1•u1hcw9nx•1h ago•0 comments

What if we learned languages like we acquired our first?

3•Salim_wariz•1h ago•4 comments

Mathematics Without Mathematicians

https://borretti.me/article/mathematics-without-mathematicians
5•varjag•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