frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

In 2000, Ted Kaczynski advised against math career due to future AI progress

1•MrBuddyCasino•10s ago•0 comments

Microsoft Blames Windows Gaming Issues on RGB Lighting Devices

https://www.bleepingcomputer.com/news/microsoft/microsoft-blames-windows-gaming-issues-on-rgb-lig...
2•m463•1m ago•0 comments

The Golden Rule for Becoming a Better Writer

https://nappertime.com/the-golden-rule-of-becoming-a-better-writer/
1•andsoitis•14m ago•0 comments

Small Models Can Introspect, Too (2025)

https://vgel.me/posts/qwen-introspection/
1•vismit2000•14m ago•0 comments

Reading List Hotkey: Save Web Pages to Apple Reminders Using Shortcuts App

https://rdamodar.com.np/thought/2026/08/2026-08-22-reading-list-hotkey/
1•fhcxvbdb•14m ago•0 comments

The dark underbelly of "Paw Patrol"

https://www.economist.com/culture/2026/08/07/the-dark-underbelly-of-paw-patrol
1•andsoitis•16m ago•0 comments

AI Power Scaling Cuts Both Ways

https://nervecenter.github.io/ai_power_scaling_cuts_both_ways.html
1•netbioserror•22m ago•0 comments

Thalamocortical Circuit Motifs: A General Framework (2019)

https://www.sciencedirect.com/science/article/pii/S0896627319305550
1•andsoitis•22m ago•0 comments

Russian Hackers on Top

https://www.pravda.com.ua/eng/news/2026/08/14/8048610/
1•Preston67•30m ago•1 comments

MartyPC is a cross-platform emulator of early PCs written in Rust

https://martypc.net/
1•boilerupnc•33m ago•0 comments

(Looking 4 Co-Founder) Hyper Terawatt:Piston-Less V8 Engine Architecture

https://drive.google.com/file/d/18pYk3csOIm82M957FKuYJeTAZ6LCFh8-/view?usp=sharing
1•117l11•52m ago•0 comments

Phase.rs – a full featured MTG SIM in Rust

https://github.com/phase-rs/phase
1•dirteater_•1h ago•0 comments

Even More Formal Verification for BPF

https://lwn.net/Articles/1087069/
1•pykello•1h ago•0 comments

Grep: Structural Code Search

https://grep.codemod.com/
1•handfuloflight•1h ago•0 comments

How to archive Everything and share It

https://aramzs.github.io/steal-the-internet/
1•toomuchtodo•1h ago•1 comments

Passive 3D Thermal "Cloak" Hides Objects from Heat, from Any Direction

https://www.electronicdesign.com/technologies/power/article/55399858/electronic-design-passive-3d...
1•WaitWaitWha•1h ago•0 comments

Ask HN: Anyone set up ways to easily obtain and read transcripts from Ted, YT?

1•MollyRealized•1h ago•1 comments

Show HN: LayoutLens: AI-Powered Visual UI Testing

https://github.com/gojiplus/layoutlens
1•neehao•1h ago•0 comments

I Dream of Quieter Computing

https://henry.codes/writing/i-dream-of-quieter-computing/
2•Sir_Twist•1h ago•0 comments

Edify – Windows NLE: OpenFX, proxy editing, AI subs, vtuber tools ($29.99 once)

https://apps.microsoft.com/detail/9nkkk5k5s4ct?hl=en-US&gl=US
1•edify_nle•1h ago•0 comments

AI Chip Architectures

https://www.jepeake.com/ai-chip-architectures
1•Finbarr•1h ago•0 comments

Compactor: A user interface for Windows 10 filesystem compression

https://github.com/Freaky/Compactor
1•thunderbong•1h ago•0 comments

Neutron stars: smoother than billiard balls – unfortunately

https://ligo.org/science-summaries/o4aallskyisolatedcw/
2•raattgift•1h ago•0 comments

Heeramandi: The Diamond Bazaar (Lahore, Pakistan) [video]

https://www.youtube.com/watch?v=Sz064J6qRdQ
1•tkgally•1h ago•1 comments

Psychological Coupling

https://osf.io/preprints/psyarxiv/695gp_v1
1•silverpiranha•1h ago•0 comments

Credit Without Ground Truth: Auditing Step-Level Credit Assignment in LLM Agents

https://arxiv.org/abs/2608.19760
1•sbulaev•1h ago•0 comments

The incoming Developer Experience revolution

https://kwojcicki.github.io/blog/NEW-AGE-OF-DEV-EX
1•kwojcicki•1h ago•0 comments

Why can AI generate Super Mario but not a wedge ramp for my robot vacuum?

2•zhuchaokn•2h ago•0 comments

Show HN: CtrlTool – 132 free online tools for developers and everyday tasks

https://ctrltool.wtf
1•jetroni•2h ago•0 comments

Apple degrades privacy and encryption of iMessage with AI integrations

https://twitter.com/stevemoraco/status/2091194172917338520
4•daniel_iversen•2h 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