frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Framework responds to complaints that BIOS update bricks Ryzen 7040 laptops

https://arstechnica.com/gadgets/2026/08/framework-responds-to-complaints-that-bios-update-bricked...
1•anthonj•3m ago•1 comments

AWS London gets a new AZ (EU-west-2d)

https://old.reddit.com/r/aws/comments/1vskxac/london_gets_a_4th_az/
1•znpy•3m ago•0 comments

New research shows how psychedelics reorganise the patterns in your brain

https://theconversation.com/new-research-shows-how-psychedelics-reorganise-the-patterns-in-your-b...
1•XzetaU8•3m ago•0 comments

Credit card purchases approved with wrong PIN. Bank says there's nothing wrong

https://www.thestar.com/business/this-etobicoke-business-owner-typed-the-wrong-pin-three-times-vi...
1•computator•3m ago•0 comments

China's wind and solar megabases face a coal test

https://globalenergymonitor.org/research/chinas-wind-and-solar-megabases-face-coal-test
1•leonidasrup•5m ago•0 comments

There are 67 items to manually delete in Google My-Activity

1•whyagaindavid•6m ago•0 comments

China's humanoid robot boom is fueled by government-backed training centres

https://www.ft.com/content/26735a23-315f-47ef-8cf2-6c6ea9713998
1•giuliomagnifico•7m ago•0 comments

Stemdeck – Free, open-source, local stem separation

https://github.com/stemdeckapp/stemdeck
1•m_kos•9m ago•0 comments

Qwen 3.8 27B is a great open model

https://williamcallahan.com/blog/qwen-3-8-27b-is-a-great-open-model
2•wcallahan•10m ago•0 comments

Zombie Cards Back Online: Reviving Expired Credit Cards for Contactless Payments

https://www.usenix.org/conference/usenixsecurity26/presentation/anwar
1•nixass•10m ago•0 comments

Markdown-den as an issue tracker for agentic workflows

https://www.markdown-den.com/blog/issue-tracker-for-agentic-workflows
1•dguridi•12m ago•0 comments

Physical Implant Attack on the Boeing 737 [pdf]

https://www.usenix.org/system/files/usenixsecurity26-crow.pdf
2•rbanffy•12m ago•0 comments

Seoul to cover all sidewalks with shade by 2028 to combat heat waves

https://english.kyodonews.net/articles/-/82572
1•_____k•12m ago•0 comments

Show HN: Talecut – Turn a movie or TV episode into vertical micro-episodes

https://talecut.com/
1•oscarallombert•14m ago•0 comments

What contemporary artists read, watch and listen to

https://contxt.art/in-contxt
1•scriptedfantasy•16m ago•1 comments

Why is there no programmatic access to the Start menu pin list? (2003)

https://devblogs.microsoft.com/oldnewthing/20030903-00/?p=42673
1•ano-ther•17m ago•0 comments

Does EdgeAI and Robotics requires ad-hoc network

https://www.youtube.com/watch?v=Pkrqur86iGs
1•jasonhao518•19m ago•1 comments

Florida police officer accused of using Flock AI cameras

https://www.dexerto.com/entertainment/florida-police-officer-accused-of-using-ai-flock-cameras-to...
1•01-_-•19m ago•0 comments

Gptel Emacs: Beyond Just a Chat Interface (YT)

https://www.youtube.com/watch?v=xHEnWvKmSKM
1•signa11•20m ago•0 comments

Polly [.Net library] demands Open Source Maintenance Fee

https://thepollyproject.org/2026/07/14/polly-osmf-announcement.html
1•xnorswap•20m ago•1 comments

U.S. preparing to foce Netherlands to ban ASML from selling to China

https://nltimes.nl/2026/08/20/us-preparing-foce-netherlands-ban-asml-selling-china
3•01-_-•23m ago•0 comments

Python Code Quality with Agents

https://github.com/wemake-services/wemake-python-styleguide
1•sobolevn•26m ago•0 comments

It used to be our imperfect bodies that made us insecure. With AI, its our minds

https://www.theguardian.com/commentisfree/2026/aug/20/bodies-ai-minds-history-technology-humans
1•novaRom•28m ago•0 comments

Samuel: A Silly Speech Model

https://vvolhejn.com/blog/2026-08-17-samuel
1•QuantumNomad_•30m ago•0 comments

SQLite for Everything

https://joecode.com/2026-08-19-sqlite3/
5•mpweiher•33m ago•1 comments

Our security harness can hack to get root 9/10 times

https://donely.ai/ai-employees/autonomous-security-agent
2•Stanlyya•34m ago•1 comments

The Expurgation of Maniac Mansion for the Nintendo Entertainment System

https://www.crockford.com/maniac.html
2•weinzierl•39m ago•0 comments

VS Code in the Terminal

https://github.com/zenbu-labs/terminal-code
2•dsr12•42m ago•2 comments

FaCTz: Fast Critical-Point and Topology-Aware GPU Compression for Vector Fields

https://arxiv.org/abs/2608.10586
1•g0xA52A2A•43m ago•0 comments

Understanding the Limitations of Pubsub Systems

https://dl.acm.org/doi/pdf/10.1145/3713082.3730397
2•rapnie•45m 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