frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Ratfor

https://en.wikipedia.org/wiki/Ratfor
1•tosh•2m ago•0 comments

The Digital Image Archive of Medieval Music

https://www.diamm.ac.uk/
1•jruohonen•3m ago•0 comments

We ran OWASP attacks on 8 LLMs. Optimized small models beat frontier defaults

https://www.megacode.ai/blog/prompt-security-benchmark
1•ChanwooSong•5m ago•0 comments

The first microcomputer: The transfluxor-powered Arma Micro Computer from 1962

https://www.righto.com/2024/02/the-first-microcomputer-transfluxor.html
1•rsecora•5m ago•0 comments

The invisible force making food less nutritious

https://www.washingtonpost.com/climate-environment/interactive/2026/carbon-pollution-diluting-key...
1•brandonb•6m ago•0 comments

Co-Founder relationship, thoughts?

1•gemelli2020•7m ago•0 comments

On Agents Dropping Production Databases

https://yakko.dev/blog/on-agents-dropping-production-dbs
1•yakkomajuri•7m ago•0 comments

Anthropic: Partnership with SpaceX will increase our compute

https://twitter.com/claudeai/status/2052060691893227611
1•tosh•7m ago•0 comments

ReactOS Gets Unified BootCD, GUI Installer, and New ATA Storage Driver

https://www.phoronix.com/news/ReactOS-Unified-ISO
2•jeditobe•9m ago•0 comments

For a Fistful of Dollars: CVE-2026-23918 – Pre-auth RCE in Apache httpd

https://www.striga.ai/research/apache-httpd-mod-http2-double-free
2•mparadys•10m ago•0 comments

Mnemara – an LLM agent runtime where the role doc runs every turn

https://github.com/mekickdemons-creator/mnemara
1•Mekickdemons•10m ago•0 comments

'RAMageddon': is the era of cheap phones and laptops over?

https://www.theguardian.com/business/2026/may/06/ramageddon-cheap-phones-laptops-macbooks-ps5s-ai...
1•Brajeshwar•10m ago•0 comments

Colombia hosts talks on exiting fossil fuels as global energy crisis deepens

https://www.latimes.com/environment/story/2026-04-26/colombia-hosts-talks-on-exiting-fossil-fuels...
2•PaulHoule•11m ago•0 comments

You Don't Love Systemd Timers Enough

https://blog.tjll.net/you-dont-love-systemd-timers-enough/
1•leephillips•12m ago•0 comments

Do I just forget everything I've learned?

2•humam_alhusaini•12m ago•0 comments

10T downloads are crushing open-source repositories: Here's the fix

https://www.zdnet.com/article/open-source-repositories-are-being-overwhelmed-but-there-is-an-answer/
2•CrankyBear•12m ago•0 comments

Liberata – graph scientometrics for share-based academic publishing

https://arxiv.org/abs/2605.02128
1•anishrverma•14m ago•1 comments

Anthropic has a Red Team page

https://red.anthropic.com/
3•DavidCanHelp•15m ago•0 comments

Show HN: Search jobs using Claude, Codex via MCP

https://corvi.careers/ai/
1•sp1982•15m ago•0 comments

OpenAI violated Canadian privacy laws, federal and provincial watchdogs say

https://betakit.com/federal-and-provincial-privacy-watchdogs-say-openai-violated-canadian-privacy...
2•neom•17m ago•0 comments

Anthropic will now use all the compute capacity at the xAI Colossus1 data center

https://twitter.com/claudeai/status/2052060693269008586
6•sergiotapia•20m ago•3 comments

Grug on Personal Finance

https://xquant.substack.com/p/grug-on-personal-finance
3•nb_quant•20m ago•0 comments

Timmy the Whale Released After Being Stranded Off the German Coast for Weeks

https://www.smithsonianmag.com/smart-news/timmy-the-whale-was-released-into-the-sea-after-being-s...
2•ulrischa•21m ago•1 comments

Functional Programming Solves E-Commerce Scaling and Integration Headaches

https://softwareoutsourcing.com/insights/beyond-hiring-how-to-build-high-performing-remote-teams-...
4•ViktoriiaYarosh•22m ago•0 comments

PortalVR Motion – use any VR content in 2D with 3D tracked Joy-Cons

https://portalvr.io/motion
2•gfodor•23m ago•0 comments

Life During Class Wartime

https://www.tbray.org/ongoing/When/202x/2026/05/03/Life-During-Class-Wartime
4•AndrewDucker•24m ago•0 comments

Fragments: May 5

https://martinfowler.com/fragments/2026-05-05.html
3•0xKelsey•25m ago•0 comments

A Browser-Based UI for Deploying MongoDB with Terraform and Ansible

https://www.percona.com/blog/psmdb-sandbox-a-browser-based-ui-for-deploying-mongodb-with-terrafor...
1•0xKelsey•25m ago•0 comments

US threatens to scrap EU visa waivers over data sharing demands

https://www.thelocal.com/20260506/us-threatens-to-scrap-eu-visa-waivers-over-data-sharing-demands
2•vinni2•26m ago•0 comments

Clinical efficacy of different therapeutic options for knee osteoarthritis

https://journals.plos.org/plosone/article?id=10.1371/journal.pone.0324864
2•bookofjoe•26m ago•0 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