frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Htmx 4.0, the first JavaScript library to release exclusively on the Game Boy

https://swag.htmx.org/en-cad/products/htmx-4-the-game
1•rcy•30s ago•0 comments

You don't hire juniors to do menial chores

https://frederickvanbrabant.com/blog/2026-07-24-you-dont-hire-juniors-to-do-menial-chores/
1•TheEdonian•4m ago•0 comments

Poor Countries Are Aging Fast but Can't Keep Up with the Cost

https://www.wsj.com/world/poor-countries-are-aging-fast-but-cant-keep-up-with-the-cost-fd83b1cd
1•impish9208•6m ago•1 comments

I Built a Project Controls Platform with Node.js, SQLite and Vanilla JavaScript

https://plansync.store/
2•shanshahid•6m ago•0 comments

Microsoft rewrote the TypeScript compiler in native code and made it 10x faster

https://www.youtube.com/watch?v=OytpXXeNmTQ
1•imperio59•7m ago•0 comments

Kill The Cookie Banner

https://killthecookiebanner.eu/
1•rapnie•7m ago•0 comments

Rodney Brooks: House Cleaning My January 1, 2018 Predictions

https://rodneybrooks.com/house-cleaning-my-january-1-2018-predictions/
1•chmaynard•9m ago•0 comments

The first watch featuring computer functions

https://by.seiko-design.com/140th/en/topic/58.html
1•stefanv•14m ago•0 comments

I built a canvas where LLM chats become an editable map

https://github.com/chenxiachan/thoughtdag
2•chatchan•18m ago•0 comments

Show HN: Registrly – cross-referenced UK company and Global LEI lookup

https://registrly.com
1•solodynamo•18m ago•1 comments

AI Tokenomics: What AI tokens cost and where they're wasted

https://github.com/QuesmaOrg/awesome-ai-tokenomics
3•bkotrys•21m ago•0 comments

Canada remains anti-nuke, but its potential path to the bomb is getting shorter

https://www.cbc.ca/news/politics/canada-remains-antinuke-road-to-bomb-getting-shorter-9.7283194
3•geox•26m ago•0 comments

Telem News

https://telem.news/
1•sinfuego•30m ago•0 comments

Penny – Turn group chats into feeds, starting with caregivers

https://app.pennyai.chat
2•birudeghi•31m ago•3 comments

Searchable, leveled learning map of AI/ML tools

1•maneeshthakur•31m ago•1 comments

We achieved 94.7% in Longmemeval with no hacks lol, everything open sourced

https://github.com/kunal12203/swafra
1•krishnakantk876•32m ago•0 comments

My Favorite Liar (2008)

https://www.overcomingbias.com/p/my-favorite-liahtml
3•downbad_•35m ago•0 comments

Danbooru pony image to text prompt generator for free

https://danbooru-pony-image-to-text-prompt-generator.pages.dev
3•rrrpro123•35m ago•20 comments

Registration of new accounts to the Arch AUR reopened with hardened requirements

https://lists.archlinux.org/archives/list/aur-general@lists.archlinux.org/message/TT3OCFFNM6SBMUB...
2•exploraz•36m ago•0 comments

Hands-Free Mouse Uses Eyes and Muscles Instead

https://hackaday.com/2026/07/24/hands-free-mouse-uses-eyes-and-muscles-instead/
2•t-3•38m ago•1 comments

Pizza, pasta, potatoes, protein – how Italian children became so overweight

https://www.bbc.com/news/articles/c33y3151vydo
3•porridgeraisin•45m ago•0 comments

ASK HN: Why has technology become so unreliable?

4•prmph•46m ago•2 comments

The perils of parsing type inference declarations in C

https://sebsite.pw/w/20260725-auto.html
2•birdculture•48m ago•0 comments

Will the RAM crunch force a return to optimisation?

https://mattcasmith.net/2026/07/26/ram-crunch-optimisation
3•mattcasmith•51m ago•1 comments

Improving 1080p screen sharing without increasing bandwidth

https://www.gethopp.app/blog/sharpening-screen-sharing
2•iparaskev•53m ago•0 comments

Show HN: Peek – Open social media links without distraction

https://github.com/RtiM0/peek
1•otato_potato•53m ago•0 comments

AI Chatbots Know How to Make Deadly Biological Weapons. Some Will Teach You

https://www.wsj.com/tech/ai/openai-chatbot-biological-weapons-poison-3d808e6c
3•thm•54m ago•0 comments

Show HN: Wmux – A workspace multiplexer for AI agents

https://github.com/openwong2kim/wmux
2•wong2kim•54m ago•0 comments

A [rust] panic hook that asks ChatGPT what went wrong

https://crates.io/crates/chatgpt-panic-hook
1•joshka•58m ago•0 comments

An OpenAI model left notes about how to evade containment; we need more details

https://www.lesswrong.com/posts/jMEAG5c5HiDfdAGpa/an-openai-model-left-notes-about-how-to-evade-c...
10•joozio•59m ago•6 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