frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Clarveo – See the trading patterns costing you money

https://clarveo.app
1•timoslav•1m ago•0 comments

RFC 10023: A DNS signal for domains that are for sale

1•mdavids•1m ago•0 comments

Kani Rust Verifier

https://github.com/model-checking/kani
1•lwhsiao•3m ago•0 comments

Hackers say they breached Italian state email to target Revolut 'crypto whales'

https://www.ft.com/content/97f3d2b7-0282-42a7-bbb7-538624441a8a
1•JumpCrisscross•5m ago•0 comments

Movies with their own making-of book

https://chadcomello.com/a-list-of-movie-microhistories/
1•speckx•5m ago•0 comments

Samsung backs Nvidia AI chip rival in $230M funding round

https://www.cnbc.com/2026/09/14/samsung-euclyd-ai-chip-funding.html
1•velik_m•5m ago•0 comments

It's Not About How Developers Vote

https://techrights.org/n/2026/09/15/It_s_Not_About_How_Developers_Vote.shtml
2•amcclure•5m ago•0 comments

Factory raises $200M at $5B valuation

https://factory.com/news/5-billion-valuation
1•kstrauser•6m ago•1 comments

Publicdomainpictures.net Seems to Have Become Fed Up with Slop

https://techrights.org/n/2026/09/15/publicdomainpictures_net_Seems_to_Have_Become_Fed_Up_With_Slo...
2•amcclure•6m ago•0 comments

Unixcop.com Is the Latest "Linux" Site to Have Become a Slopfarm After Death

https://techrights.org/n/2026/09/15/unixcop_com_is_the_Latest_Linux_Site_to_Have_Become_a_Slopfar...
1•amcclure•10m ago•1 comments

I am building an OCR benchmark SaaS

https://ocrbench.app
1•gusguitare•11m ago•1 comments

Meta One – personal/creator/business subscription plans

https://www.meta.com/meta-one-plans/
1•gessha•13m ago•1 comments

We're not ready for superpersistent AI

https://www.natesilver.net/p/were-not-ready-for-superpersistent
1•7777777phil•14m ago•0 comments

Typesafe.ai's System One Model

https://docs.typesafe.ai/concepts/system-one
1•big_toast•15m ago•0 comments

AWS says it can't restore service to Bahrain facilities 6mo after Iran strikes

https://www.cnbc.com/2026/09/15/aws-cant-restore-service-to-bahrain-uae-6-months-after-iran-strik...
2•herpderperator•16m ago•0 comments

I started writing a 500-page sci-fi novel at 12 – at 14, I published it

https://lukatakki.com/side
1•Luka_Takki•16m ago•1 comments

A simulated fruit-fly brain (FlyWire connectome) plays a strategy game

https://pr1nted.itch.io/open-fly
1•Pr1nted•19m ago•0 comments

How OpenAI Used Its Own LLMs to Design Its AI Chip

https://spectrum.ieee.org/llms-for-chip-design
2•guardiangod•19m ago•0 comments

95% of projects publishing an OpenAPI spec have no compatibility gate

https://specshield.io/blog/95-percent-no-compatibility-gate
1•DeepakSatyam•21m ago•0 comments

Cisco email security boxes can be rooted by an email

https://www.theregister.com/security/2026/09/15/cisco-email-security-boxes-can-be-rooted-by-an-em...
5•sbulaev•24m ago•1 comments

Windows navigation using NLP and a bunch of other cool stuff

https://grabthat.ai/
1•kevanparker•24m ago•0 comments

The Navier–Stokes Millennium Prize Problem

https://openai.com/index/navier-stokes-solution/?hl=en-GB
2•Eridanus2•27m ago•1 comments

'On the Equality of All Things' looks at the nature of reality

https://www.npr.org/2026/09/14/nx-s1-5968442/on-the-equality-of-all-things-physics-carlo-rovelli
1•Anon84•29m ago•0 comments

Did your AI agent get the memo, or just the blame?

https://dev.yuv.run/writing/rules-that-survive/
1•alkisyuv•29m ago•0 comments

I built a local CV generator/application tracker because hunting was exhausting

https://github.com/Tibab222/cvMaker
1•Tibab•30m ago•0 comments

Show HN: Inkling – ask Claude Code for a doc, get HTML instead of Markdown

https://github.com/MeetVys/inkling
1•meet_vyas•31m ago•0 comments

IDEs are dead, long live the IDE

https://px0.ai/blog/ides-are-dead-long-live-the-ide/
3•arpitbbhayani•34m ago•0 comments

How much oil-market buffer is left?

https://www.depletion.org
41•mcone•34m ago•34 comments

AI agents now have a place to snitch

https://techcrunch.com/2026/09/15/ai-agents-now-have-a-place-to-snitch/
1•hackernj•34m ago•0 comments

Optimize Your Funnel by Getting Inside Your Buyer's Head (2017)

https://www.heavybit.com/library/video/optimize-your-funnel-by-getting-inside-your-buyers-head
1•mooreds•35m 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