frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Cuba's Bet on Solar [video]

https://www.youtube.com/shorts/YyY_Chfvnfc
1•thelastgallon•1m ago•0 comments

New species discovered on expedition to Channel Islands National Park

https://www.sfgate.com/bayarea/article/new-species-channel-islands-22367099.php
1•cyndunlop•1m ago•0 comments

Online ad giant Adform was hacked, proving once again why ad blockers are needed

https://this.weekinsecurity.com/online-advertising-giant-adform-was-hacked-proving-once-again-why...
1•speckx•1m ago•0 comments

Preventing Misfolding by Preventing Folding

https://www.science.org/content/blog-post/preventing-misfolding-preventing-folding
1•surprisetalk•3m ago•0 comments

Show HN: Real-time argument duello game – AI judge decides who's right

https://wram.chat/
2•kacovvv•4m ago•0 comments

Show HN: G6k-rs – lattice reduction framework for rust CPU,Metal,CUDA

https://github.com/ovasylenko/g6k-rs
1•_alphageek•6m ago•1 comments

Interstellar Travel: The Space Age and Nuclear Rockets

https://www.universetoday.com/articles/interstellar-travel-the-space-age-and-nuclear-rockets
2•rbanffy•6m ago•0 comments

A Terminal-Based Jupyter Notebook That Helps Claude Work Like a Data Scientist

https://www.reddit.com/r/ClaudeCode/comments/1vfcs18/a_terminalbased_jupyter_notebook_that_helps/
1•syumei•7m ago•0 comments

Medical implant teardown: Intermedics Interlith 224 pacemaker

https://www.eevblog.com/forum/projects/medical-implant-teardown-intro-intermedics-interlith-224-p...
1•bdb•8m ago•0 comments

Liechtenstein Hunts Hackers as Data on 31,000 Funds Breached

https://www.bloomberg.com/news/articles/2026-08-04/liechtenstein-hunts-hackers-after-names-on-31-...
1•root-parent•10m ago•0 comments

The UK government still doesn't understand encryption

https://www.applemust.com/the-uk-government-still-doesnt-understand-encryption/
1•speckx•11m ago•0 comments

Merge, Don't Queue

https://inside.basepowercompany.com/p/merge-dont-queue
4•foundval•12m ago•0 comments

The Simple Elegance of the Integrated Timing Belt Loopback Fastener

https://danielmangum.com/posts/integrated-timing-belt-loopback-fastener/
1•hasheddan•12m ago•0 comments

China's CXMT Eyes Second Beijing Fab to Fight Memory Shortage

https://hothardware.com/news/chinas-cxmt-eyes-second-beijing-fab-to-fight-memory-shortage
2•rbanffy•12m ago•0 comments

Don't Play with the Odds (The Birthday Paradox)

https://getsolid.io/blog/birthday-paradox-coding-solid.html
1•htunnicliff•13m ago•0 comments

Enabling the next iteration of the borrow checker on nightly

https://blog.rust-lang.org/2026/08/04/enabling-polonius-alpha-on-nighty/
3•arto•13m ago•0 comments

Apple issues new challenge against UK order for access to private user data

https://www.bbc.co.uk/news/articles/cvg0kk3ek2vo
2•Brajeshwar•13m ago•0 comments

Long before ChatGPT, this programming language only worked if you said "Please"

https://www.howtogeek.com/1970s-programming-language-only-worked-if-you-said-please/
1•bookofjoe•13m ago•0 comments

Don't Scale Yet, Because of AI

https://nloum.github.io/blog/dont-scale-yet-because-of-ai/
1•noworriesnate•14m ago•0 comments

Show HN: OpenEdit – Your coding agent can now edit videos

https://github.com/veedstudio/open-edit
2•sabbakeynejad•15m ago•0 comments

New York awards $9M to protect water systems after cyberattacks in other states

https://gothamist.com/news/new-york-awards-9m-to-protect-water-systems-after-cyberattacks-in-othe...
2•toomuchtodo•16m ago•0 comments

FFmpeg 9.0

https://jbkempf.com/blog/2026/ffmpeg-9.0/
3•enz•17m ago•0 comments

Topological Horizon – Zero-allocation Rust engine for predictive telemetry

https://github.com/aboofx41-sys/topological-horizon
2•aboofx•18m ago•0 comments

Show HN: Simple self-hosted LLM assistant with user-steered compounding context

https://github.com/kol3x/pawmc
1•kol3x•18m ago•0 comments

SpaceX is set to acquire 130k acres of marshland in southern Louisiana

https://arstechnica.com/space/2026/08/spacex-is-set-to-acquire-130000-acres-of-marshland-in-south...
2•rbanffy•18m ago•0 comments

Vale-LLM-slop – prose linting for LLMs

https://github.com/Syntaf/vale-llm-slop
1•Syntaf•19m ago•1 comments

Ask HN: Are you working 996 hours?

1•derwiki•19m ago•5 comments

Tl;Dv (Too Lazy; Didn't Validate): 181,874 Meetings Left Wide Open

https://bobdahacker.com/blog/tldv-hack
2•speckx•19m ago•0 comments

Security Vendor's AI Best Practices Labels Critical Elixir RCE Safe

https://paraxial.io/blog/ai-spam
1•realcorvus•21m ago•0 comments

Lyft and Baidu enter London's robotaxi battleground as testing begins

https://techcrunch.com/2026/07/28/lyft-and-baidu-enter-londons-robotaxi-battleground-as-testing-b...
1•gmays•21m 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