frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

1•chesterguan•14s ago

Show HN: Publish ChatGPT/Claude HTML output to a shareable link in one click

https://chromewebstore.google.com/detail/publish-to-dochost/ihnogobgkjojleeiajngmcdlaccjdmdi
1•sailorpro•27s ago•0 comments

Fast Great-Circle Distance Calculation in CUDA C++

https://developer.nvidia.com/blog/fast-great-circle-distance-calculation-cuda-c/
1•Alien1Being•1m ago•0 comments

Isthestraitofhormuzopen.com

https://isthestraitofhormuzopen.com/
1•thisislife2•1m ago•1 comments

In and Out of the Box

https://blog.oup.com/2026/06/in-and-out-of-the-box/
1•jruohonen•5m ago•0 comments

Meta's Threads Reaches 500M Monthly Users, Rolls Out New Features

https://about.fb.com/news/2026/06/meta-launching-new-features-500-million-monthly-threads-users/
1•karakoram•7m ago•0 comments

Offset_of (Slice) in Rust

https://bal-e.org/blog/2026/offset-of-slices/
1•fanf2•8m ago•0 comments

Execution Intelligence Is Missing from the Blockchain Stack

https://blog.bridgexapi.io/execution-intelligence-for-ai-agents
1•Bridgexapi•8m ago•0 comments

NJ Suburb Finder

https://njtown.vercel.app/
1•thisismytest•9m ago•0 comments

Vacation With An Artist – Mini-Apprenticeships with Artists in Their Studios

https://vawaa.com/
2•karakoram•10m ago•0 comments

Fedora 44 Gnome review – We're not in Kansas anymore

https://www.dedoimedo.com/computers/fedora-44-gnome.html
2•jandeboevrie•14m ago•0 comments

Why are donor IDs skipped on fairfax cryobank

https://blog.tesko.io/#tab2
1•autocatt•14m ago•0 comments

Norway's school AI ban is the wrong thing to do.

https://coffee.link/norway-is-banning-the-wrong-thing/
1•PhilKunz•15m ago•1 comments

How to move a beluga across the world

https://www.cbc.ca/news/canada/hamilton/moving-marineland-beluga-whales-9.7233160
1•curmudgeon22•17m ago•0 comments

AI-generated synthetic neurons speed up brain mapping

https://research.google/blog/ai-generated-synthetic-neurons-speed-up-brain-mapping/
1•modinfo•17m ago•0 comments

US Scientist John Jumper to Leave Google DeepMind for Anthropic

https://www.reuters.com/technology/us-scientist-john-jumper-leave-google-deepmind-anthropic-2026-...
2•karakoram•18m ago•0 comments

Ancient 'Robin Hood' tree is dead, experts say

https://www.bbc.co.uk/news/articles/clyer9m0jmko
1•neilwilson•18m ago•0 comments

Stop Treating LLMs Like Databases

https://medium.com/@mirshakirdah2/stop-treating-llms-like-databases-the-financial-case-for-event-...
2•rovmut•20m ago•0 comments

Do you know what you are *really* selling? [Shreyas Doshi/Claude discussion]

https://claude.ai/share/406e6fde-73d4-43b5-8d83-ca3ae9275d53
1•jger15•20m ago•0 comments

A Monolith Designed to Record Civilization's Downfall Is Finally Taking Shape

https://gizmodo.com/a-monolith-designed-to-record-civilizations-downfall-is-finally-taking-shape-...
1•baranul•23m ago•0 comments

Why doesn't Get­Last­Input­Info() return info for the user I'm impersonating?

https://devblogs.microsoft.com/oldnewthing/20260618-00/?p=112444
1•ibobev•24m ago•0 comments

Pix 2606.18-preview: DirectX Dump Files and more

https://devblogs.microsoft.com/pix/pix-2606-18-preview/
2•ibobev•24m ago•0 comments

Ask HN: What do you care about? What is your joy and purpose?

3•bix6•24m ago•1 comments

Computing Camera Rays

https://momentsingraphics.de/CameraRays.html
2•ibobev•25m ago•0 comments

How to become an AI infrastructure engineer?

2•akrisanov•25m ago•0 comments

Is anyone still using Emacs?

https://jmmv.dev/2026/06/is-anyone-still-using-emacs.html
2•jmmv•27m ago•1 comments

Understanding Isn't Just Knowledge

https://christianmooreanderson.com/understanding-isnt-just-knowledge-and-how-we-can-teach-it/
3•mathgenius•28m ago•0 comments

Show HN: Multi-Agent AI trading firm simulation powered by small language models

https://huggingface.co/spaces/build-small-hackathon/Wall-Street-of-AI-Agents
2•Ashish106•28m ago•0 comments

Secretive Wall Street Powerhouse Jane Street Seizes the AI Spotlight

https://www.wsj.com/tech/ai/jane-street-ai-wall-street-bdfcc81a
2•Brajeshwar•28m ago•0 comments

Ask HN: How to handle kernel struct changes (e.g. iov_ITER) in eBPF?

2•morolis•29m ago•1 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