frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Ask HN: How to Sell as a Software Engineer?

1•vmsp•4m ago•0 comments

Hibana: Protocol Choreography for Rust

https://crates.io/crates/hibana
1•o8vm•7m ago•0 comments

Free Trial of HogPocket

https://apps.apple.com/us/app/hogpocket/id6760708657
1•omardakelbab1•10m ago•1 comments

Japan is deploying ultra-cheap cardboard drones built for swarm warfare

https://www.tomshardware.com/tech-industry/japan-is-deploying-ultra-cheap-cardboard-drones-built-...
1•giuliomagnifico•11m ago•0 comments

Ask HN: Can I trust GitHub not to use my code for LLM training?

1•tikotus•14m ago•0 comments

Startups challenge Apple over curbs on AI 'vibe coding' apps

https://www.ft.com/content/92c19ed5-2a76-4356-84e9-6c2725865eaa
1•JumpCrisscross•14m ago•0 comments

I freed a pool heat pump from an unencrypted Chinese cloud server

https://thomas-witt.com/blog/how-to-free-a-pool-heat-pump-from-an-unencrypted-chinese-server/
1•thomas_witt•14m ago•0 comments

What are tarpit ideas in the AI era?

1•maxim_bg•15m ago•1 comments

Iran war accelerates 'Regrexit' as wealthy UK expats weigh a return

https://www.ft.com/content/b57d34ac-807e-4106-b319-56f91c617a1c
1•JumpCrisscross•16m ago•0 comments

Show HN: How to build CLI for agents – Loxone CLI as an example

https://github.com/eisber/lox-cli
1•eisber•21m ago•0 comments

Universal Bug Discovery Algorithm

https://ir3-ethereum-4ca4c2.gitlab.io/posts/post-004/
1•machardmachard•21m ago•1 comments

Ask HN: Alternatives to VSCode?

2•baobabKoodaa•21m ago•3 comments

All Four Sentinel-1 Satellites Are Now Live

https://orbitaltoday.com/2026/05/03/all-four-sentinel-1-satellites-are-now-live-and-europes-earth...
1•cgeier•24m ago•0 comments

The Fog, a New Encrypted Cloud Platform, Rolls In

https://spectrum.ieee.org/the-fog-cloud-encryption
1•pseudolus•30m ago•0 comments

Inexpensive seafloor-hopping submersibles could stoke deep-sea science–and mini

https://www.technologyreview.com/2026/05/01/1136734/inexpensive-seafloor-hopping-submersibles-cou...
1•joozio•30m ago•0 comments

PixiJS was killing my video exports. So I rewrote the pipeline in Rust

https://tinyrec.io/blog/rust-video-exporter/
1•davidtranjs•31m ago•0 comments

Coffee doesn't just wake you up–a biological pathway illuminates health effects

https://sciencex.com/news/2026-04-coffee-doesnt-key-biological-pathway.html
1•pseudolus•32m ago•0 comments

Approaching Zero Bugs?

https://daniel.haxx.se/blog/2026/04/30/approaching-zero-bugs/
1•lionkor•32m ago•0 comments

Unauthorised [Claude Pro] Gift Purchases Made from My Account

https://old.reddit.com/r/claude/comments/1rwsduw/unauthorised_gift_purchases_made_from_my_account/
1•YeGoblynQueenne•33m ago•0 comments

Why I don't like the "staff engineer archetypes"

https://www.seangoedecke.com/staff-engineer-archetypes/
2•swah•36m ago•0 comments

SpaceChem 2012 Tournament

https://lparchive.org/SpaceChem-2012-Tournament/
2•tmtvl•39m ago•0 comments

Father hiring bouncer to keep kids from beating the dog due to phone addiction

https://www.msn.com/en-in/news/India/in-gujarat-bouncers-hired-to-watch-screen-addicts/ar-AA22fBfW
1•vivzkestrel•42m ago•1 comments

Agentic Coding Is Burning Me Out

https://0xsid.com/blog/agentic-coding-fatigue
1•mpweiher•43m ago•1 comments

Richard Sutton – Father of RL thinks LLMs are a dead end [video]

https://www.youtube.com/watch?v=21EYKqUsPfg
1•mpweiher•45m ago•0 comments

Company says nuclear fusion could power the grid – and soon

https://www.cnn.com/2026/04/30/climate/nuclear-fusion-real-world-electricity-grid
1•mpweiher•46m ago•0 comments

A 360° panorama generator that turns one sentence into a world

https://imagesv2.ai/
1•taoji1994•46m ago•0 comments

Systemd-manager-TUI: A TUI application for managing systemd services

https://github.com/Matheus-git/systemd-manager-tui
15•thunderbong•49m ago•1 comments

Re-Imagining GitHub/GitLab Actions

https://almostintuitive.com/docs/technical/reimagining-github-actions/
1•legothief•49m ago•0 comments

The Problem with Open Hardware [video]

https://www.youtube.com/watch?v=YLn4vnfchaE
1•Udo_Schmitz•53m ago•0 comments

Shares in Japanese toilet maker Toto soar on AI-related pivot

https://www.ft.com/content/38969e97-92e4-4066-a554-27274d32d545
1•JumpCrisscross•53m ago•0 comments
Open in hackernews

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

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

"fn" is too cryptic.

"function" is better than the two.

MultifokalHirn•11mo ago
Agreed