frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Eberto Streaming Companion

https://eberto.net/top/us/movies/netflix
1•nkrycek•1m ago•0 comments

Optimizing Base58: up to 67× faster encoding and decoding

https://fluxrpc.com/blog/base58-optimization-solana-rpc
1•cloakd•2m ago•0 comments

Shares in humanoid robot firm Unitree surge 600% on Chinese stock market debut

https://www.theguardian.com/technology/2026/aug/19/unitree-shares-surge-humanoid-robot-firm-chine...
1•martyvis•6m ago•1 comments

Build your first FlaskTrack MCP agent

https://flasktrack.com/build-mcp-agent
1•boredumb•8m ago•0 comments

A multi-tenant SaaS built in a 92-hour AI-augmented engineering sprint

https://fast-and-flow-production.onrender.com/case-study
1•caredeo•8m ago•0 comments

IOmap Improvement for Linux 7.3 Takes EXT4 and XFS Performance Further

https://www.phoronix.com/news/IOmap-Linux-7.3-Faster
1•rbanffy•13m ago•0 comments

Greenhouse gas emissions of all world countries – 2025 report

https://edgar.jrc.ec.europa.eu/report_2025
1•leonidasrup•17m ago•0 comments

Rebuilding Linear's delta sync read path

https://linear.app/now/rebuilding-delta-sync-read-path
1•tosh•18m ago•0 comments

Supersonic, a cross-platform Subsonic client

https://github.com/supersonic-app/supersonic
1•tentacleuno•18m ago•0 comments

NASA images show crater carved by a SpaceX rocket that slammed into the moon

https://apnews.com/article/spacex-rocket-moon-crash-crater-52b76d61289c06b7d32348b082a8e6b8
1•bushwart•19m ago•0 comments

CS229 Lecture Notes [pdf]

https://cs229.stanford.edu/main_notes.pdf
1•tosh•20m ago•0 comments

Cloning takes a weekend, finding the 38% took months

https://dev.profullstack.com/~anthony/blog/021-post.html
2•buffer_overlord•25m ago•0 comments

Cerebras Overclocks WSE-3 Waferscale Engine to Boost Inference in "Nexus" CS-4

https://www.nextplatform.com/compute/2026/08/19/cerebras-overclocks-wse-3-waferscale-engine-to-bo...
1•rbanffy•27m ago•0 comments

Clop Returns with Custom Implant in Mass-Extortion Campaign

https://reliaquest.com/blog/clop-returns-with-custom-implant-in-mass-extortion-campaign/
1•nyku•31m ago•0 comments

Many Ways to Win

https://stephango.com/moats
1•futurecat•35m ago•0 comments

Nitrogen pollution from the sky is a likely driver of global vegetative greening

https://nsojournals.onlinelibrary.wiley.com/doi/10.1002/ecog.08631
1•vixen99•36m ago•0 comments

The Great ADHD Myth?

https://www.theguardian.com/tv-and-radio/2026/aug/18/the-great-adhd-myth-review-most-controversia...
1•Gupie•36m ago•0 comments

Oh Yeah That Guy

https://ohyeahthatguy.com/
1•4pkjai•37m ago•0 comments

"The most terrifying 11 hours of my life"

https://meduza.io/feature/2026/08/17/samye-zhutkie-11-chasov-v-zhizni
1•Michelangelo11•40m ago•0 comments

CapsLock Enhancement

http://capslock.vonng.com/
1•figmert•52m ago•0 comments

High Capacity Color Barcode

https://en.wikipedia.org/wiki/High_Capacity_Color_Barcode
1•plaguna•53m ago•0 comments

The Equations of Reasoning – Pathway AI

https://pathway.com/research/the-equations-of-reasoning
2•unprovable•53m ago•0 comments

OpenAI makes ChatGPT less 'human' for teens in new safety update

https://www.bbc.com/news/articles/czxqz91n5n8o
2•1659447091•54m ago•0 comments

US Military funding propelled China's robot dogs

https://www.reuters.com/world/asia-pacific/how-us-military-funding-propelled-chinas-robot-dogs-20...
2•ironyman•57m ago•0 comments

10M for Spirit Airlines data, a bargain and a question?

1•srguarapo•1h ago•0 comments

GLM 5.3 Available in OpenRouter

https://openrouter.ai/z-ai/glm-5.3
1•herlon214•1h ago•0 comments

BeneFITs: Bypassing Signature Verification in U-Boot SPL

https://www.binarly.io/blog/signature-verification-bypass-in-u-boot-spl
2•n0blenote•1h ago•0 comments

Thoughts about Scaling Law (from Z.ai Cofounder)

https://xcancel.com/jietang/status/2089941544581403107#m
2•theanonymousone•1h ago•0 comments

Show HN: Carbon8r – Option+click React elements to open their source (React 19)

2•carboni-rob•1h ago•0 comments

Show HN: AI PR reviewer built to stay quiet – 89% of merged PRs got no comments

https://github.com/Kyeom1997/pr-sage
1•gudrua1543•1h 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