frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Local-first SSH/SFTP/Serial client for infrastructure engineers

https://ptyxl.com
1•httppp•2m ago•0 comments

The Wisdom of Quinn the Eskimo (Apple Developer Technical Support Engineer)

https://github.com/macshome/The-Wisdom-of-Quinn
1•gregsadetsky•3m ago•1 comments

X (formerly Twitter) releases X Chat app on Android

https://play.google.com/store/apps/details?id=com.x.chat&hl=en_US
1•Jotalea•3m ago•0 comments

Show HN: Lrcmux, one lyrics API to rule them all

https://lrcmux.dev
1•f1nniboy•3m ago•0 comments

Show HN: Empirical – Your Personal AI Memory, Across Every AI Tool

https://empirical.gauzza.com/
1•cheeseliz•3m ago•0 comments

Why some Project Sunrise flights will go over the North Pole

https://www.headforpoints.com/2026/06/29/project-sunrise-north-pole-route/
1•edward•3m ago•0 comments

We Split PDF Table Extraction Across 6 Agents and a Codegen Step

https://unstract.com/blog/multi-agent-pdf-table-extraction/
1•naren87•3m ago•0 comments

Show HN: Fastsleep.app - An App for Nighttime Overthinkers

https://fastsleep.app/
1•greybox555•4m ago•1 comments

Ornith-1.0: self-improving open-source models for agentic coding

https://github.com/deepreinforce-ai/Ornith-1
1•danboarder•5m ago•0 comments

TurboRes, an fast WASM Apple ProRes decoder (2x faster than FFmpeg)

https://github.com/Vanilagy/turbores
1•vanilagy•6m ago•0 comments

Client-Side Load Balancing at a Million Requests per Second

https://engineering.zalando.com/posts/2026/06/client-side-load-balancing.html
2•speckx•11m ago•0 comments

Zero emission truck deployments SURGED up 37% in 2025 as momentum builds

https://electrek.co/2026/06/28/zero-emission-truck-deployments-surged-up-37-in-2025-as-momentum-b...
1•Brajeshwar•13m ago•0 comments

Qwen 3.6 27B is the sweet spot for local development

https://quesma.com/blog/qwen-36-is-awesome/
16•stared•16m ago•1 comments

Storage: How to deduplicate at intra and inter-files level

https://old.reddit.com/r/dataengineering/comments/1uiybbn/save_storage_by_deduplicating_parquet_d...
1•lhoestq•18m ago•0 comments

How Claude Code and Codex approach sandboxing

https://instavm.io/blog/how-claude-code-and-codex-approach-sandboxing
1•mkagenius•18m ago•0 comments

Business Partner Needed

https://mushegyan.space/
1•Garush77•19m ago•1 comments

Does DSPy prompt optimization weaken adversarial robustness?

https://github.com/immu4989/dspy-security-bench
1•immu4989•19m ago•0 comments

The Download: metric weaknesses and AI elephant warnings

https://www.technologyreview.com/2026/06/29/1139834/the-download-metric-weaknesses-ai-elephant-wa...
1•joozio•19m ago•0 comments

The Discoverable Evidence of AI-Assisted Software Porting

https://williamcotton.com/articles/the-discoverable-evidence-of-ai-assisted-software-porting
1•williamcotton•19m ago•0 comments

Relay – open-source coding agent for non-mainstream/Chinese LLM providers

https://github.com/LeventeNagy/relay-coding-agent
2•levyathan•21m ago•0 comments

1.08M cannabis users data leaked in PuffPal disclosure

https://github.com/xn0tsa/because-i-got-high
2•happyopossum•23m ago•0 comments

I built an AI Chrome extension with $0 infrastructure cost – BYOK architecture

https://chromewebstore.google.com/detail/pr-focus-ai-pro/ememaiabefeojkccjclglcmbjmdpnaoe
1•alexiglesias•24m ago•0 comments

Show HN: The Copyright Puppet Show

1•attogram•25m ago•0 comments

Frontier AI Is Being Enclosed and Labs and Washington Are Both Holding the Fence

https://aidatumpoint.substack.com/p/frontier-ai-is-being-enclosed-and
1•MadCatBureau•26m ago•0 comments

Prosecutors used ChatGPT logs in a wildfire trial; jury split 10-2 for defense

https://www.theverge.com/ai-artificial-intelligence/958751/prosecutors-chatgpt-palisades-wildfire...
2•Lihh27•29m ago•0 comments

JetBlue flight hits drone while landing at JFK: Officials

https://abcnews.com/US/jetblue-flight-hits-drone-landing-jfk-officials/story?id=134313280
3•jaredwiener•31m ago•0 comments

Build from Anywhere with Cursor for iOS

https://cursor.com/blog/ios-mobile-app
3•meetpateltech•32m ago•0 comments

The middle-class home was always a historical accident

https://fortune.com/2026/06/29/harvard-housing-report-middle-class-homeownership-historical-accid...
1•lorecore•32m ago•1 comments

Show HN: Rust / Red Alert inspired WASM game in the browser (open source)

https://punnerud.github.io/mpe-ra/
2•punnerud•33m ago•0 comments

An impossible first task at Google

https://sparr.substack.com/p/an-impossible-first-task-at-google
4•denysvitali•34m 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