frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Hackers breach JDownloader website to serve malware-laced downloads

https://www.neowin.net/news/if-you-downloaded-this-popular-software-recently-you-might-have-insta...
1•bundie•1m ago•0 comments

Show HN: NanoCorp – Create autonomous companies run by AI

https://www.nanocorp.so
1•AdrienBA•1m ago•1 comments

How dangerous is Anthropic's Mythos AI? - Bruce Schneier

https://www.theguardian.com/commentisfree/2026/may/08/how-dangerous-is-anthropics-mythos-ai
1•kuerbel•3m ago•0 comments

Papers That Inspire Wonder

https://nicholasdecker.substack.com/p/100-papers-that-inspire-wonder
2•surprisetalk•5m ago•0 comments

PostgreSQL's Aggregate Filter Will Spoil You

https://stokerpostgresql.blogspot.com/2025/02/how-postgresqls-aggregate-filter-will.html
1•surprisetalk•6m ago•0 comments

SpaceX is starting to move on from the most successful rocket

https://arstechnica.com/space/2026/05/spacex-is-starting-to-move-on-from-the-worlds-most-successf...
1•rbanffy•9m ago•0 comments

Apple's Camera-Equipped AirPods In Late State Testing

https://www.bloomberg.com/news/articles/2026-05-07/apple-s-camera-equipped-airpods-reach-advanced...
1•flippyhead•9m ago•0 comments

I've been trying to understand how antennas work ...

https://cloudisland.nz/@pjf/114821653743562368
1•ColinWright•9m ago•0 comments

The Other (Analog) Computer

https://www.therml.ai/blog/two-tracks
1•Anon84•9m ago•0 comments

Printing Press – Print the best agent-designed CLI of all time

https://printingpress.dev/
1•Anon84•10m ago•0 comments

Nuclear-Powered Shipping Initiative Push to Revive U.S. Maritime Industry

https://gcaptain.com/trump-administration-launches-nuclear-powered-shipping-push-to-revive-u-s-ma...
1•mpweiher•10m ago•0 comments

The Magnet Beneath Every Robot Joint – Atoms to Algorithms

https://atomsfrontier.substack.com/p/the-magnet-beneath-every-robot-joint
1•jpatel3•10m ago•0 comments

US Government releases first batch of UAP documents

https://www.war.gov/UFO/
2•david-gpu•10m ago•2 comments

If You Can Make a Compute Engine, You Can Sell a Compute Engine

https://www.nextplatform.com/compute/2026/05/06/if-you-can-make-a-compute-engine-you-can-sell-a-c...
1•rbanffy•11m ago•0 comments

The Impact of AI-Generated Text on the Internet

https://ai-on-the-internet.github.io/
1•TheWeiHu•12m ago•0 comments

A life in pictures: celebrating David Attenborough at 100

https://www.nature.com/immersive/d41586-026-01371-5/index.html
2•sohkamyung•14m ago•0 comments

Python 3.15.0 beta 1 is here

https://blog.python.org/2026/05/python-3150-beta-1/
2•GalaxySnail•15m ago•0 comments

BeeL – VeriFactu-compliant invoicing API for Spain

https://beel.es
2•massanaRoger•15m ago•0 comments

David Attenborough's 100th Birthday

https://www.bbc.com/news/articles/cp3pww9g0p5o
3•defrost•17m ago•0 comments

Show HN: Rfp.ai – answer RFPs from approved docs, with source citations

https://rfp.ai/
3•dutchcode•18m ago•0 comments

Benchmarking AI agent retrieval strategies on Kubernetes bug fixes

https://www.cncf.io/blog/2026/05/08/benchmarking-ai-agent-retrieval-strategies-on-kubernetes-bug-...
2•xngbuilds•19m ago•0 comments

The future of work is world models

https://www.strangeloopcanon.com/p/the-future-of-work-is-world-models
2•surprisetalk•21m ago•0 comments

Repomind – 256K context coding agent on a single AMD MI300X (FP8)

https://github.com/SRKRZ23/repomind
2•sardor_r1•21m ago•0 comments

Shader Model 6.10 Preview and AgilitySDK 720 Preview

https://devblogs.microsoft.com/directx/shader-model-6-10-agilitysdk-720-preview/
2•ibobev•23m ago•0 comments

D3D12 LinAlg Matrix Preview

https://devblogs.microsoft.com/directx/d3d12-linalg-preview/
2•ibobev•23m ago•0 comments

Quantizing Tangent Frames

https://zeux.io/2026/04/30/quantizing-tangent-frames/
2•ibobev•23m ago•0 comments

Building an Open Source 7MB AI Terminal with Agents and Code Editor (Rust/Tauri)

https://github.com/crynta/terax-ai
2•crynta•25m ago•1 comments

The reason that everybody use LLMs [video]

https://www.youtube.com/watch?v=xE9W9Ghe4Jk
2•modinfo•25m ago•0 comments

Gnome Surface next-generation AI desktop platform built with GirCore-SkiaSharp

https://github.com/GnomeMaui/surface
2•czirok•26m ago•0 comments

Sumud flotilla ships released from Greek detention

https://www.marinetraffic.com/en/ais/home/shipid:85582/zoom:10
2•burnt-resistor•28m ago•1 comments
Open in hackernews

Ask HN: Which function definition keyword do you prefer, def or fn?

1•winwang•12mo 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•12mo 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•12mo 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•12mo 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•12mo ago
"def" is too generic.

"fn" is too cryptic.

"function" is better than the two.

MultifokalHirn•12mo ago
Agreed