frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

There's No Economy but Only the Debt to the Center: Money, Capital and Tributary

https://zackbaker.substack.com/p/there-is-no-economy-but-only-the
1•gmays•1m ago•0 comments

General LLMs outperform specialized clinical AI tools on medical benchmarks

https://www.nature.com/articles/s41591-026-04431-5
1•sebg•1m ago•0 comments

Write Like a Human

https://om.co/2020/07/30/write-like-a-human/
1•handfuloflight•1m ago•0 comments

Trump administration asks OpenAI to stagger release of GPT5.6

https://www.bloomberg.com/news/articles/2026-06-25/trump-administration-asks-openai-to-stagger-re...
1•htrp•2m ago•0 comments

Kuramoto Model for Synchronization

https://en.wikipedia.org/wiki/Kuramoto_model
1•efavdb•2m ago•0 comments

Extract structured JSON from messy text with Telnyx AI Inference

https://github.com/team-telnyx/telnyx-code-examples/tree/main/extract-structured-json-with-ai-python
1•sona-coffee11•4m ago•0 comments

Social Security fund may run out by 2032 Q4 lawmakers: high earners to pay more

https://www.cnbc.com/2026/06/25/social-security-why-some-washington-lawmakers-want-to-tax-high-ea...
1•donsupreme•7m ago•0 comments

Chinese A.I. Models Close the Gap with Anthropic and OpenAI

https://www.nytimes.com/2026/06/25/technology/zai-china-artificial-intelligence-models.html
1•JumpCrisscross•8m ago•0 comments

Hermetic builds help contain Shai-Hulud attacks

https://flox.dev/blog/mitigating-shai-hulud-attacks-with-hermetic-builds/
1•mathewpregasen•10m ago•0 comments

Scaling Laws, Carefully

https://lilianweng.github.io/posts/2026-06-24-scaling-laws/
1•sebg•10m ago•0 comments

Om Malik taught Silicon Valley to read itself

https://runtimewire.com/article/om-malik-taught-silicon-valley-to-read-itself
3•ryanmerket•10m ago•1 comments

Military branches restore flu shot requirement after virus swept through base

https://arstechnica.com/health/2026/06/military-branches-restore-flu-shot-requirement-after-virus...
5•tzs•13m ago•0 comments

Less Is More: The Orthodox File Manager (OFM) Paradigm

https://softpanorama.org/OFM/Paradigm/index.shtml
2•Quitschquat•16m ago•0 comments

The Return of Aspect Oriented Programming

https://thomaswc.com/blog/the_return_of_aop.html
3•thomaswc•17m ago•0 comments

ABA Problem

https://en.wikipedia.org/wiki/ABA_problem
2•soupspaces•17m ago•0 comments

Picking the best books among many good ones

https://booksfromgreats.com/manifesto
1•barisozmen•17m ago•0 comments

Show HN: A privacy-first tool to email your MP about Canada's surveillance bill

https://stopc22.ca/
3•braunshizzle•18m ago•0 comments

Transportation After the Age of Expansion

https://www.strongtowns.org/journal/2026-1-5-transportation-after-the-age-of-expansion
1•toomuchtodo•18m ago•0 comments

AMPH (Arch Meta Package Harmonizer)

https://github.com/DAMIOTF/Arch-Meta-Package-Harmonizer
1•damiotf•22m ago•0 comments

Show HN: I created a Scrabble-like word game with simple rules and fun combos

https://letterphile.com
2•sonOfHades•22m ago•0 comments

The Story of Hemoglobin

https://www.newtinteractive.com/essays/hemoglobin
1•sebg•22m ago•0 comments

Hidden Prompts in Manuscripts Exploit AI-Assisted Peer Review

https://cacm.acm.org/opinion/hidden-prompts-in-manuscripts-exploit-ai-assisted-peer-review/
1•sohkamyung•24m ago•0 comments

I am new to GitHub and I have lots to say (2025)

https://old.reddit.com/r/github/comments/1at9br4/i_am_new_to_github_and_i_have_lots_to_say/
1•SpyCoder77•24m ago•0 comments

Ask HN: Have you ever given your AI agent a phone number?

1•sameersri2004•24m ago•1 comments

The New York Times Amends Lawsuit Against OpenAI and Microsoft

https://www.nytimes.com/2026/06/25/technology/times-lawsuit-openai-microsoft.html
2•JumpCrisscross•24m ago•0 comments

How AI is powering new law firm structures

https://www.ft.com/content/6f8f7acd-8afe-42bb-a5c7-89fffe1af91f
1•petethomas•26m ago•0 comments

Zig – SPIR-V Backend Progress

https://ziglang.org/devlog/2026/#2026-06-26
3•Retro_Dev•26m ago•0 comments

Hot surfaces during Europe's heatwave 'seen' by Sentinel-3

https://www.esa.int/ESA_Multimedia/Images/2026/05/Hot_surfaces_during_Europe_s_heatwave_seen_by_S...
3•simonebrunozzi•30m ago•0 comments

The operating cost starts after the demo

https://twoheads.net/the-promise-is-unattended-work/
2•hellokfk•31m ago•0 comments

Deferring tech choices to thought leaders

https://twitter.com/bentlegen/status/2069876565110898920
2•coloneltcb•34m 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