frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

TrophyLab - Access to aggressor equipment and its analysis

https://trophylab.mod.gov.ua/en/
1•Anon84•1m ago•0 comments

Too much Chinese science is ignored by the West

https://www.economist.com/science-and-technology/2026/06/10/too-much-chinese-science-is-ignored-b...
1•tzury•2m ago•0 comments

Human Dignity

https://www.nubero.ch/blog/017/
1•fmkamchatka•4m ago•0 comments

Long-term remission of neuromyelitis optica w hematopoietic stem cell transplant

https://www.cell.com/med/abstract/S2666-6340(26)00182-0?_returnURL=https%3A%2F%2Flinkinghub.elsev...
1•bookofjoe•4m ago•0 comments

Please Stop Talking About AGI (2025)

https://blog.jxmo.io/p/we-should-stop-talking-about-agi
1•root-parent•5m ago•0 comments

AI Tool That Analyzes Reddit Complaints and Suggests Micro-SaaS Ideas

https://ideavault-alpha.vercel.app/
1•awsaqh•6m ago•0 comments

Europe's Cloud Problem Isn't the Tech. It's the Mindset

https://julien.danjou.info/blog/europes-cloud-problem-isnt-the-tech/
2•enz•7m ago•0 comments

Indian IT stocks slump up to 7% as Accenture cuts revenue outlook

https://www.cnbc.com/2026/06/19/india-it-stocks-fall-accenture-cuts-revenue-forecast.html
2•root-parent•10m ago•1 comments

Where Multi-Agent teams outperform Single Agent runs (and where they don't)

https://www.youtube.com/watch?v=LJ6gdvoekDs
1•jorgemv•11m ago•0 comments

The hard part begins after the lab experiments end

https://rochansinha.com/posts/2026-06-15-The%20hard%20part%20begins%20after%20the%20lab%20experim...
1•rochansinha•11m ago•0 comments

Co/Core – An AI Cooperative

https://console.cocore.dev/
1•tobr•12m ago•0 comments

AI Development Company

1•alexsebastianoo•18m ago•0 comments

Non-Terrifying Spirituality for Children

https://mrmarket.lol/non-terrifying-spirituality-for-children/
1•mrmarket•19m ago•0 comments

My Mathematical Regression

https://blog.dahl.dev/posts/my-mathematical-regression/
2•aleda145•22m ago•0 comments

Whatever Recall – Local AI-knowledge embedded directly within your code

https://whatever-recall.com
1•ChristianMcCain•22m ago•0 comments

The FreeBSD-Update(8) Screensaver

https://vermaden.wordpress.com/2026/06/19/freebsd-update-screensaver/
2•vermaden•23m ago•0 comments

Show HN: Speechmark – On-device meeting notes for Mac (no bot, no cloud)

https://www.speechmark.co/
1•theone•24m ago•0 comments

A startup claims it broke through a bottleneck that's holding back LLMs

https://www.technologyreview.com/2026/06/19/1139313/a-startup-claims-it-broke-through-a-bottlenec...
1•joozio•24m ago•0 comments

Samsung Demonstrates 3D Stacked FETs with Triple Nanosheet Channels at 42nm

https://semiconductor.samsung.com/news-events/tech-blog/from-gaa-to-3d-stacked-fet-expanding-the-...
1•its_ajseven•24m ago•0 comments

Simple, declarative RUM and E2E tests for web apps

https://faultsense.com
1•mitchm•24m ago•0 comments

The LLM industry must keep the RAM prices at absurd levels

https://infosec.exchange/@masek/116775772309957886
2•ndr42•26m ago•0 comments

Docker-compatible REST API on top of Apple's containerization libraries v1.0.0

https://github.com/socktainer/socktainer
1•geordee•28m ago•0 comments

Daveigh Chase, star of Lilo and Stitch and The Ring, dies aged 35

https://news.sky.com/story/daveigh-chase-star-of-lilo-and-stitch-and-the-ring-dies-aged-35-13555579
1•austinallegro•29m ago•0 comments

Self-adapting and mutating LLM based viruses/worms

1•rozumbrada•29m ago•0 comments

How to get product feedback from agents

https://www.sanity.io/blog/how-to-get-product-feedback-from-agents
1•ingve•34m ago•0 comments

Teams using AI for outbound email are finding it harder, Folderly research finds

https://apnews.com/press-release/ein-presswire-newsmatics/press-release-722e599d4420e5d71c812e09b...
1•adamhh•35m ago•0 comments

Node.js Security Fix Silently Broke node-fetch, which broke other tools

https://jdstaerk.substack.com/p/nodejs-security-fix-silently-broke
3•DDerTyp•38m ago•1 comments

HorseWood Reviews 2026: Why Men Are Talking About This Formula

https://finance.yahoo.com/sectors/healthcare/articles/horsewood-urgent-report-2026-horse-19110038...
2•ratypals•43m ago•0 comments

Beast – governed output gateway for AI coding agents

https://github.com/Byron2306/EdgeK-BEAST
1•Byron230686•44m ago•0 comments

Truthforge: A deterministic, closed-form valuation model for token ecosystems

https://github.com/TruthForge-Foundation/truthforge
1•TruthForge•44m ago•0 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