frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

The Truth About AI: It's Not Intelligence, It's a Trick – Prof Jiang Xueqin

https://www.youtube.com/watch?v=5llffhy3SFs
1•oxqbldpxo•1m ago•1 comments

Bring Back the Gatekeeper, Please

https://thewalrus.ca/bring-back-the-gatekeeper-please/
1•gmays•1m ago•0 comments

Heat adds to strains on areas with data centers

https://apnews.com/article/data-center-heat-wave-lowell-5607b4ea8ef9776b28268561060752a8
1•geox•2m ago•0 comments

Journey to the Moon by Jules Verne

https://www.lrb.co.uk/the-paper/v48/n12/raymond-n.-mackenzie/platinum-noses
1•mitchbob•2m ago•1 comments

Red-Pill Robots Only, Please (2012) [pdf]

https://kryten.mm.rpi.edu/SBringsjordMClarkRed-PillRobotsOnly.pdf
1•projektfu•3m ago•0 comments

Ask HN: Why are so many "AI evangelists" posting such insufferable content?

1•seattle_spring•4m ago•0 comments

Launchpanda: Save your product info once, launch everywhere

https://www.launchpanda.dev
2•welsenesbros•4m ago•0 comments

Ask HN: Will AI force CS to focus on what to build instead of how to build it?

1•amichail•4m ago•0 comments

Show HN: RetainFlow – Subscription Retention for WooCommerce

https://wordpress.org/plugins/retainwoo/
1•techstuff123•4m ago•0 comments

Interpretable Coreference Resolution Evaluation Using Explicit Semantics

https://aclanthology.org/2026.acl-long.2126/
1•petethomas•6m ago•0 comments

The Next Evolution in Human Logic

https://twitter.com/ctindale/status/2072632158624113083
1•jger15•6m ago•0 comments

Platonic Hydrocarbons

https://en.wikipedia.org/wiki/Platonic_hydrocarbon
1•chriskw•8m ago•0 comments

Meta makes cloud push to sell excess AI compute power capacity

https://www.cnbc.com/2026/07/01/meta-stock-cloud-ai-compute.html
1•geoffbp•9m ago•0 comments

No Te Dejes: La Lauren Pena Play

https://thecredentialproject.substack.com/p/no-te-dejes-the-lauren-pena-play
1•Xipitexa•9m ago•0 comments

Jujutsu (JJ) Release v0.43.0

https://github.com/jj-vcs/jj/releases/tag/v0.43.0
1•y1n0•10m ago•0 comments

Amodei told lawmakers that open-source AI is moving down a "dangerous path"

https://twitter.com/coinbureau/status/2071330294452666695
2•msalsas•10m ago•0 comments

Devin Desktop, Replacing Windsurf

https://cognition.com/blog/introducing-devin-desktop
1•thinkingemote•11m ago•0 comments

Valve explains why it isn't subsidizing the Steam Machine

https://www.theverge.com/games/952004/valve-steam-machine-price-not-subsidizing
3•tosh•12m ago•1 comments

Should I go open-source or give free trial and then charge the users?

1•akarshhegde18•12m ago•2 comments

Qwen-Image-Agent: Bridging the Context Gap in Real-World Image Generation

https://arxiv.org/abs/2606.26907
1•gmays•13m ago•0 comments

Show HN: Context.md – A proposed standard for AI project context

https://github.com/kerbelp/context-md
2•kerbelp•15m ago•0 comments

My Most Profitable Experience: How I'm Trying to Hit $800/Day Fast

2•odilelof•16m ago•1 comments

Messi or Ronaldo? Your political ideology may play a part

https://www.ntu.edu.sg/news/detail/messi-or-ronaldo--your-political-ideology-may-play-a-part
1•haunter•16m ago•0 comments

Google testing controversial webcam-based reCAPTCHA that asks for a hand scan

https://www.tomshardware.com/tech-industry/googles-camera-based-recaptcha-asks-for-a-hand-scan-to...
2•akyuu•16m ago•0 comments

"Dimension 20s" Lore Keeper, Skye Smith, on Why AI Can't Replace Her

https://www.businessinsider.com/dimension-20-lore-keeper-skye-smith-ai-2026-6
1•pavel_lishin•16m ago•0 comments

No laptop? No problem. Code on the Go brings the debugger to your phone

https://hackernoon.com/no-laptop-no-problem-code-on-the-go-brings-the-debugger-to-your-phone
2•taubek•17m ago•0 comments

iPhone 18 Pro Could Use Qualcomm Modem in the US and C2 Elsewhere

https://www.macrumors.com/2026/07/02/iphone-18-pro-could-use-qualcomm-modem-in-the-us/
1•tosh•18m ago•0 comments

Coordination Repository Pattern and Pi-Env

https://github.com/u2up/coordination-repository-pattern
1•samopog•18m ago•1 comments

Recollections of Going Up Against Microsoft

https://www.youtube.com/watch?v=4yfBJrWb4pU
1•satisfice•21m ago•0 comments

The War on Self-Driving Cars Will Kill People

https://reason.com/2026/07/01/the-war-on-self-driving-cars-will-kill-people/
1•standardUser•24m 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