frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

The Sad Wives of AI

https://www.wired.com/story/meet-the-sad-wives-of-ai/
1•bryanrasmussen•1m ago•0 comments

Perseverance Snaps a Selfie on Mars

https://nautil.us/perseverance-snaps-a-selfie-on-mars-1280734
1•Brajeshwar•2m ago•0 comments

Three AWS VPS Runs Looked Identical – One Still Failed Under Load

https://webbynode.com/articles/three-aws-vps-runs-looked-identical-one-still-failed-under-load
1•gsgreen•3m ago•0 comments

How I Sandbox My AI Agents

https://blog.fidelramos.net/software/how-i-sandbox-ai-agents
1•fidelramos•4m ago•0 comments

Apple has won a prestigious award for iOS 26's Liquid Glass design

https://9to5mac.com/2026/05/14/apple-has-won-a-prestigious-award-for-ios-26s-liquid-glass-design/
1•danorama•5m ago•1 comments

Vibecoding – A vibecoding tool for HR who still don't get what vibecoding is

1•zhenruyan•6m ago•0 comments

Like Ollama, but for your own cloud [Apache 2.0]

https://github.com/superlinked/sie
1•supo•7m ago•1 comments

Conductor: Deterministic orchestration for multi-agent AI workflows

https://opensource.microsoft.com/blog/2026/05/14/conductor-deterministic-orchestration-for-multi-...
1•hulksmash5756•7m ago•0 comments

Military Snipers Are Being Put Out of a Job by Drones

https://www.wsj.com/world/europe/military-snipers-are-being-put-out-of-a-job-by-drones-ae85a271
2•JumpCrisscross•9m ago•0 comments

HMRC to use AI from British tech firm to spot fraud and tax return errors

https://www.bbc.com/news/articles/c7v9ld262n4o
2•Brajeshwar•11m ago•0 comments

We let AI review low-risk PRs without breaking SoC 2 controls

https://eng.miragesecurity.ai/posts/10x-change-management/
1•rosslazer•14m ago•0 comments

Build apps people can find

https://lovable.dev/seo-aeo
1•doener•14m ago•0 comments

AI-aided code migration: Google got 6x faster migration from TensorFlow to Jax

https://cloud.google.com/blog/topics/developers-practitioners/6x-faster-migration-from-tensorflow...
2•porridgeraisin•15m ago•0 comments

CMS to blog can be fast Python3 powered

https://eaglepress.org
1•eagle10ne•15m ago•0 comments

Balcony solar can help renters and homeowners save money

https://theconversation.com/how-balcony-solar-can-help-renters-and-homeowners-save-money-281620
1•PaulHoule•19m ago•0 comments

Malicious node-IPC Versions Published to NPM

https://github.com/RIAEvangelist/node-ipc/issues/15
3•varunsharma07•20m ago•1 comments

The Tarot Card Deck Created by Salvador Dalí

https://www.openculture.com/2026/05/salvador-dali-tarot-card-deck.html
3•Brajeshwar•20m ago•0 comments

David Turner (2019) Some History of Functional Programming Languages [video]

https://www.youtube.com/watch?v=ezFZIPuSQU8
1•emigre•22m ago•0 comments

Show HN: CrunchyCleaner – A cross-platform TUI tool to purge software caches

https://github.com/Knuspii/CrunchyCleaner
1•Knuspii•23m ago•0 comments

May I recommend understanding Emacs's patterns

https://www.chiply.dev/post-emacs-carnival-may
1•chiply•23m ago•1 comments

Show HN: Yes We Scan: rescue old scanners with an in-browser Linux VM and WebUSB

https://yes-we-scan.app/
2•gmac•24m ago•1 comments

What happens when you post a real Monet and say it's AI?

https://twitter.com/SHL0MS/status/2054280631807316329
3•thinkingemote•25m ago•1 comments

Building ML framework with Rust and Category Theory

https://hghalebi.github.io/category_theory_transformer_rs/
1•adamnemecek•25m ago•0 comments

Accenture joins IBM in battle for £323M Post Office Horizon deal

https://www.computerweekly.com/news/366642986/Accenture-joins-IBM-in-battle-for-323m-Post-Office-...
2•latein•25m ago•0 comments

Let's maybe not defund universities (2025)

https://12gramsofcarbon.com/p/silicon-valley-is-wrong-about-federal
1•theahura•26m ago•0 comments

VNote, a Qt-based, free and open source note-taking application

https://github.com/vnotex/vnote
2•htfy96•26m ago•0 comments

Microsoft AntiSSRF

https://github.com/microsoft/AntiSSRF
1•campuscodi•29m ago•0 comments

US charges suspected Dream Market admin arrested in Germany

https://www.bleepingcomputer.com/news/security/us-charges-suspected-dream-market-admin-arrested-i...
1•Brajeshwar•30m ago•0 comments

HDD Firmware Hacking

https://icode4.coffee/?p=1465
3•jsploit•30m ago•0 comments

Datadog scales time series foundation models to 2.5B parameters

https://huggingface.co/Datadog/Toto-2.0-2.5B
3•chrisdevs•31m 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