frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

My newsletter is your email client, too

https://en.andros.dev/blog/685eb16f/my-newsletter-is-your-email-client-too/
1•andros•1m ago•0 comments

I build it a domain security scanner

https://domainscored.com/
1•destruktioner•2m ago•1 comments

Reviscio – Free AI learning and study tools

https://reviscio.com
1•benoqjdi•3m ago•0 comments

Show HN: SubTrends – stats and trends across 100k subreddits

https://subtrends.io/
2•dataneedscoffee•4m ago•0 comments

'A waste of time for all of us': caught in the crossfire of the peer-review wars

https://www.nature.com/articles/d41586-026-01360-8
1•sbulaev•4m ago•0 comments

Show HN: Nightcrawler – A local AI pentesting agent running on a smartphone

https://github.com/garagehq/nightcrawler/
2•NickySlicks•5m ago•0 comments

Hiroshima atomic bombing created a new material. Scientists just discovered it

https://www.scientificamerican.com/article/bizarre-new-material-discovered-in-hiroshima-bombing-d...
4•pseudolus•6m ago•0 comments

Coldcard wallet RNG flaw likely linked to $88M Bitcoin theft

https://www.bleepingcomputer.com/news/security/coldcard-wallet-rng-flaw-likely-linked-to-88-milli...
1•bookofjoe•7m ago•0 comments

Why AI agents lie and cheat to reach their goals

https://www.technologyreview.com/2026/08/03/1141009/heres-why-ai-agents-lie-and-cheat-to-reach-th...
2•joozio•10m ago•0 comments

I Asked AI to Design 12 ESP32 Dev Boards. It Said No [video]

https://www.youtube.com/watch?v=gt-0t01COPw
1•iamflimflam1•11m ago•0 comments

The fading American Dream: Visa uncertainty drives Indian tech workers back home

https://thefederal.com/category/news/h1b-visa-indian-tech-workers-return-india-us-jobs-245525
2•alephnerd•13m ago•0 comments

Show HN: Wander, a Wysiwyg Markdown Editor for macOS and iOS

https://wander.md/
1•podviaznikov•15m ago•0 comments

Australia hikes levy for tech giants that fail to strike local news deals

https://www.reuters.com/business/media-telecom/australia-hikes-levy-tech-giants-that-fail-strike-...
1•1vuio0pswjnm7•16m ago•0 comments

Microdrama is no more a China thing

https://www.bloomberg.com/news/articles/2026-07-31/chinese-microdramas-go-global-as-ai-slashes-pr...
2•rahulnag07•17m ago•1 comments

What's happening in Hungary's power grid?

https://holadelej.hu/en/
1•tzfld•20m ago•0 comments

What Is Left for Us? Second Scholarship Against Degradation of Research by AI

https://philarchive.org/rec/NOVWIL
1•lioeters•25m ago•0 comments

Reflect Orbital – Selling nighttime sunlight

https://www.reflectorbital.com
1•charlielidbury•26m ago•0 comments

Hollywood fights AI in public while building it into movies

https://www.msn.com/en-us/money/other/hollywood-fights-ai-in-public-while-quietly-building-it-int...
2•pseudolus•27m ago•0 comments

Show HN: DeepFocus – A quiet digital workspace for doing one thing at a time

https://deepfocus.space/en/the-timeless-study
1•mike_watson•31m ago•0 comments

There Are Files Stored in This Video

https://www.youtube.com/watch?v=fhoJK02oD_E
1•Bender•35m ago•0 comments

AI agent on a network made for geniuses to lead and focus on what's important

1•silisleek•39m ago•0 comments

Ask HN: How do you call the "-" on a keyboard?

1•Igor_Wiwi•43m ago•7 comments

The Enterprise Gap: From "Vibe Coding" to Executable Architecture

https://wolkensteiner.substack.com/p/the-enterprise-gap-from-vibe-coding
1•arman-w-jalili•45m ago•0 comments

Drop-in Apache Spark replacement written in Rust

https://github.com/lakehq/sail
2•davedx•45m ago•1 comments

Show HN: Find code on your site that can be replaced with modern HTML and CSS

https://cssradar.com/
1•Theoleff•48m ago•0 comments

Show HN: ChacharApp – Free, local voice dictation for Mac (open source)

https://juanpablocastro.com/en/projects/chacharapp/
1•juanpablius•49m ago•0 comments

Concurrency in Serene's Runtime

https://lxsameer.com/essays/concurrency-in-serene-1/
1•lxsameer•49m ago•0 comments

Data centres vs. housing: how London became a central battleground

https://www.ft.com/content/67db9b64-ec26-442e-8356-6c4411eba66e
2•thm•49m ago•1 comments

Claude gen-5 models show significant regression in BullshitBench

https://github.com/anthropics/claude-code/issues/83510
2•GodelNumbering•50m ago•0 comments

Show HN: Newsroom Self-hosted, AI-ranked meta-aggregator for HN Subreddits etc.

https://github.com/SpektrNO/newsroom
1•franktore•51m 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