frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Context Engineering Is a Data Problem

https://davidgasquez.com/context-engineering-is-a-data-problem
1•alexmolas•1m ago•0 comments

Frasier Fantasy: The Director's Cut by Edward La Barbera

https://edward-la-barbera.itch.io/frasier-fantasy
1•rcarmo•3m ago•0 comments

Show HN: I built an M2M payment loop where AI Agents pay for data via x402

https://github.com/tianzizhiming-svg/agentbridge
2•manniusl•3m ago•0 comments

Ask HN: Should we regulate first party ads?

2•figassis•7m ago•0 comments

Nvidia discloses $21B stake in SpaceX

https://arstechnica.com/information-technology/2026/08/nvidia-discloses-21b-stake-in-spacex/
1•joozio•8m ago•0 comments

US diesel crack surpasses $100 a barrel for the first time on supply disruptions

https://www.reuters.com/business/energy/us-diesel-crack-surpasses-100-barrel-first-time-supply-di...
1•doener•9m ago•0 comments

Show HN: AiJarvi – 80 free AI tools for creators in one workspace

https://aijarvi.com
1•aijarviofficial•9m ago•0 comments

Shading Motion

https://blog.maximeheckel.com/posts/shading-motion/
1•tobr•12m ago•0 comments

Qutis Health

https://qurtis.tech
1•witstorms•17m ago•1 comments

Coin size device can hack Boeing airplanes

https://ia.acs.org.au/article/2026/coin-sized-device-could-hack-boeing-airplanes.html
1•asdefghyk•19m ago•0 comments

Blocking prompt injection deterministically costs 40% false positives

https://github.com/vineetpant/customhouse/blob/main/docs/false-positives.md
1•vineetpant•20m ago•0 comments

Xdvc [pdf]

https://ia903104.us.archive.org/30/items/travelocirt1/tripo1.pdf
1•hsbdfh•20m ago•0 comments

DSHPlugin – DeepSeek Harness plugins with install, compatibility and repo data

https://dshplugin.app/
1•yanng404•22m ago•0 comments

Why the Same iPhone Photo Looks Worse Every Time You Touch It

https://iphone-photo-tips.netlify.app/
1•suolex•22m ago•1 comments

You shouldn't let agents talk to each other

https://trpevski.com/blog/multi-agent-orchestration-routing-and-failure-recovery/
1•dzugumot•25m ago•0 comments

How the proposed Australian gambling advertising opt-out register will work

https://www.abc.net.au/news/2026-08-18/federal-politics-how-will-gambling-ad-opt-out-work-online/...
1•milderworkacc•25m ago•0 comments

I made a crazy difficult logic puzzle generator

https://bossfeed.fun/games/morning-mystery/dual-category-logic-puzzle
1•el_boss•26m ago•0 comments

Show HN: Anql is offline workspace for notes, math, and structured work

https://github.com/anqlproject/anql
3•anqluser•27m ago•2 comments

The Enemy of Art

https://www.dgtlgrove.com/p/the-enemy-of-art
1•atan2•28m ago•0 comments

An agent readiness checker tool

https://ora.ai
1•botacode•29m ago•0 comments

Show HN: Code and Sea – Building privacy-first apps without subscriptions

https://codeandsea.com
1•Sharanxxxx•31m ago•0 comments

DeepSeek Harness

https://deepseek-code.com
1•gscott•32m ago•1 comments

Show HN: Convex clients in 100 programming languages

https://github.com/mikecann/the-convex-100-language-challenge
2•mikeyseee•36m ago•0 comments

Writing your own Linux debugger in Rust

https://ogghostjelly.github.io/slog/debugger.html
1•ingve•39m ago•0 comments

Zotero 10.0

https://www.zotero.org/support/changelog#changes_in_100_august_17_2026
1•y1zhou•39m ago•1 comments

A signal that passed out-of-sample testing and was still garbage

https://smugcalls.com/data-leakage-backtest.html
1•smugcalls•42m ago•0 comments

armlint: Examine AArch64 machine code to find suboptimal instruction sequences

https://github.com/gaul/armlint
2•csmantle•47m ago•0 comments

Show HN: Agents Workbook watch Claude Code, Codex write down their working notes

https://github.com/softcane/agents-workbook
1•pradeep1177•49m ago•0 comments

A Different Approach to WordPress Plugins: Building for Performance First

https://medium.com/@chris.ahrweiler/a-different-approach-to-wordpress-plugins-building-for-perfor...
2•docjojo•50m ago•0 comments

We Ship Our UI Through a Subtitle System

https://deadworks.net/blog/we-ship-our-ui-through-a-subtitle-system
2•dw-wisp•50m 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