frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

The Day I Played Hide-and-Seek with an AI

https://medium.com/@gianlucabailo/the-day-i-played-hide-and-seek-with-an-ai-7a1ee189b5ff
1•dexmac221•40s ago•0 comments

Running 26B and 35B LLMs at Full Speed on €990 of Used Hardware – No Cloud

https://medium.com/ai-advances/running-26b-and-35b-llms-at-full-speed-on-990-of-used-hardware-no-...
2•dexmac221•1m ago•0 comments

Why Europe doesn't have a Tesla

https://worksinprogress.co/issue/why-europe-doesnt-have-a-tesla/
1•nielsole•3m ago•0 comments

Scaling PgBouncer Beyond a Single CPU Core

https://clickhouse.com/blog/pgbouncer-clickhouse-managed-postgres
1•saisrirampur•3m ago•0 comments

The Data Recipe for Teaching AI New Skills [video]

https://www.youtube.com/watch?v=I9F_VFfLTmM
2•aborovykh•10m ago•1 comments

Obsidian AI Setup – A production-ready onboarding skill for AI agents

https://github.com/anliberant/obsidian-ai-setup
1•javatuts•13m ago•0 comments

Google's AI buildout drove 37% increase in electricity use in 2025

https://arstechnica.com/ai/2026/07/googles-ai-buildout-drove-37-increase-in-electricity-use-in-2025/
4•mpfect•24m ago•0 comments

Show HN: Opplic AI growth employees for web agencies

https://opplic.com
1•sanketta•26m ago•0 comments

Nvidia B300 vs H200: GPU Specs and Performance Analysis

https://canopywave.com/blog/nvidia-b300-vs-h200-gpu-specs-performance-analysis
1•Timmyzzz•32m ago•0 comments

Show HN: Warmbly – Automate cold email outreach

https://github.com/warmbly/warmbly
1•meszmate•34m ago•0 comments

Meta: New Muse Spark update, and an Opus level Muse variant, are both on the way

https://twitter.com/i/status/2072858780816330833
1•euio757•35m ago•0 comments

Go (golang) Report Card project/service was archived on Jul 1, 2026

https://github.com/gojp/goreportcard/commit/176744ca23b40aa64c55b390161a3c78982e91b8
1•guessmyname•38m ago•0 comments

Ask HN: Is anyone experimenting with different ways of using LLMs for coding?

8•yehiaabdelm•40m ago•5 comments

After WhatsApp, Indian govt sends notices to Telegram, Signal over usernames

https://www.hindustantimes.com/india-news/after-whatsapp-centre-notices-to-telegram-signal-today-...
1•shibaprasadb•42m ago•0 comments

Buy nothing, feel richer – South Korea dopamine apps

https://www.koreajoongangdaily.com/lifestyle/these-brainhacking-services-let-you-buy-absolutely-n...
1•BaudouinVH•44m ago•0 comments

Ford rehires human engineers after AI fails to match quality checks

https://www.bbc.com/news/articles/cgrkd41n2v9o
2•gmargari•46m ago•0 comments

Horsewood: I Tried It for 60 Days – My Honest ReviewS

https://finance.yahoo.com/sectors/healthcare/articles/horsewood-urgent-report-2026-horse-19110038...
1•gaxyjami•47m ago•0 comments

Ask HN: What does a good day at work look like in the AI era?

2•akashwadhwani35•51m ago•1 comments

We Tested 40 CSS Tools for Performance and Learning Curve. Here's What Won

https://cssawwwards.com/blog/color-blindness-accessible-design-guide-2026
2•cssawwwards•59m ago•0 comments

Three Hundred Fifty-Four Fireworks per Second. Is it a good idea?

https://chadtopaz.com/essays/fireworks-per-second.html
1•mattoxic•1h ago•0 comments

Why Build vs. Buy is the wrong question

https://quii.dev/Why_%22Build_vs_Buy%22_is_the_Wrong_Question
1•quii•1h ago•0 comments

Understanding AI with Soumitra Dutta

https://soumitradutta.gt.tc
1•davidwilliam26•1h ago•0 comments

AI is punishing game developers [video]

https://www.youtube.com/watch?v=59XdUJRzRxc
1•frag•1h ago•0 comments

Show HN: Mobile View – a Chrome extension showing desktop and mobile at once

https://chromewebstore.google.com/detail/mobile-view-—-mobile-simu/hocbjiaeeijekejepphjihbpogik...
2•mongrus•1h ago•2 comments

Agentrc – Dockerfile-shaped, governed packaging for AI agents

https://agentrc.ai/
1•adeelahmadch•1h ago•0 comments

First Principles of Model Routing

https://try.works/first-principles-of-model-routing
3•try-working•1h ago•0 comments

Instagram running ads promoting child sexual abuse material in India, BBC finds

https://www.bbc.co.uk/news/articles/cvgm4e0316zo
2•haritha-j•1h ago•0 comments

Anthropic moves to close loopholes that allow Chinese access to Claude

https://www.ft.com/content/ad033063-60f9-4c0c-8d8a-9193a83e6f60
3•mmarian•1h ago•3 comments

Show HN: HTTPS://HN-Jobs.com

https://hn-jobs.com
2•freakynit•1h ago•0 comments

Show HN: b10 – for files

https://github.com/wilds-land/b10
1•kindy•1h 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