HN user

danielfalbo

363 karma

hi at danielfalbo dot com

Posts73
Comments101
View on HN
dr.loudness-war.info 1mo ago

Loudness War – Dynamic Range DB

danielfalbo
2pts0
gemini.google.com 5mo ago

Google Gemini Music

danielfalbo
3pts0
www.youtube.com 5mo ago

Italian Mafias Ranking [video, interviews]

danielfalbo
1pts0
www.joanwestenberg.com 6mo ago

Invisibility is the maintainer's reward for competence

danielfalbo
2pts0
news.ycombinator.com 6mo ago

Ask HN: Has your 10+ y.o. business been growing or shrinking since LLMs?

danielfalbo
2pts0
www.danielfalbo.com 6mo ago

AI Utopia: What about Us? Dance and Martial Arts

danielfalbo
2pts0
www.danielfalbo.com 6mo ago

Transcript: Are martial arts the answer to AI? – Yuval Noah Harari

danielfalbo
2pts0
news.ycombinator.com 6mo ago

Ask HN: Is anyone aware of a LinkedIn mirror like xcancel.com for X?

danielfalbo
11pts8
cdn.danielfalbo.com 6mo ago

Show HN: picturephone.c – ASCII video-conferencing in the terminal [video]

danielfalbo
2pts0
github.com 6mo ago

Show HN: picturephone.c - Ascii video-conferencing in the terminal

danielfalbo
2pts2
huggingface.co 6mo ago

Anatomy of BoltzGen

danielfalbo
31pts1
news.ycombinator.com 6mo ago

Tell HN: Happy Birthday Bitcoin

danielfalbo
2pts0
shkspr.mobi 6mo ago

A small collection of text-only websites

danielfalbo
153pts60
www.danielfalbo.com 6mo ago

In defense of starting with bloatware: my journey from Next.js to syscalls

danielfalbo
3pts1
github.com 6mo ago

My web framework is 1 py file, my CRM is 1 shell script, SQLite the 1 dependency

danielfalbo
1pts0
www.youtube.com 6mo ago

Oral History of <antirez>

danielfalbo
2pts0
www.seangoedecke.com 7mo ago

Nobody knows how large software products work

danielfalbo
6pts1
github.com 7mo ago

"computer-use" loop in python via Homerow.app (Vimac) [video]

danielfalbo
1pts0
www.youtube.com 7mo ago

How AI can bring on a second Industrial Revolution – Kevin Kelly (2017) [video]

danielfalbo
1pts0
thezvi.wordpress.com 7mo ago

When Were Things the Best?

danielfalbo
1pts1
antirez.com 7mo ago

Reflections on AI at the End of 2025

danielfalbo
243pts363
github.com 7mo ago

to-clipboard-for-ai.sh

danielfalbo
1pts0
news.ycombinator.com 7mo ago

YouTube Recommendations and Elephants in the Room

danielfalbo
1pts0
github.blog 7mo ago

GitHub: Review Commit-by-Commit

danielfalbo
2pts0
en.wikipedia.org 7mo ago

Medical Students' Disease

danielfalbo
5pts0
github.com 7mo ago

Show HN: prev.js: Blog/PKM SSG using SQLite and Python. Compiles in 5s on Vercel

danielfalbo
1pts1
getcarv.com 7mo ago

Carv: Whoop for Skiing

danielfalbo
5pts1
github.com 8mo ago

Fil-C Linux/x86_64 version 0.675

danielfalbo
1pts0
github.com 8mo ago

Toy solid.js implementation (signal/effect) in less than 100 LOCs

danielfalbo
1pts0
nanochat.karpathy.ai 8mo ago

nanochat.karpathy.ai

danielfalbo
9pts2

Maybe off-topic but,

If you're not familiar with the CMU DB Group you might want to check out their eccentric teaching style [1].

I absolutely love their gangsta intros like [2] and pre-lecture dj sets like [3].

I also remember a video where he was lecturing with someone sleeping on the floor in the background for some reason. I can't find that video right now.

Not too sure about the context or Andy's biography, I'll research that later, I'm even more curious now.

[1] https://youtube.com/results?search_query=cmu+database

[2] https://youtu.be/dSxV5Sob5V8

[3] https://youtu.be/7NPIENPr-zk?t=85

I feel you.

I decided to leave my phone at home

I used to do this too but soon I realized I wanted my phone for payments (say, coffee) and/or unlocking public bikes (like Lime).

Now I have 2 phones: - Phone A with my SIM, internet, payment cards, but unlogged from any internet account - Phone B, no SIM, usually connected to Phone A via hotspot, with email, messaging apps, logged into hacker news and everything.

When I want to take an offline walk/ebike-ride I only bring Phone A with me.

Logging sucks 7 months ago

I see more and more blog posts that contain interactive elements. Despite the general enshittification of the average blog and the internet, this feels like a 'modern' touch that actually adds something valuable to the sufficient ad-free no-popups old blog style.

Are we going to be too many developers / software engineers ? What will happen for the rests of us?

I propose that we should raise the bar for the quality of software now.

Exactly. The singularity is already here. It's just "programmers + AI" as a whole, rather than independent self-improvements of the AI.

I wonder how a "programmers + AI" self-improving loop is different from an "AI only" one.

There are certain tasks, like improving a given program for speed, for instance, where in theory the model can continue to make progress with a very clear reward signal for a very long time.

This makes me think: I wonder if Goodhart's law[1] may apply here. I wonder if, for instance, optimizing for speed may produce code that is faster but harder to understand and extend. Should we care or would it be ok for AI to produce code that passes all tests and is faster? Would the AI become good at creating explanations for humans as a side effect?

And if Goodhard's law doesn't apply, why is it? Is it because we're only doing RLVR fine-tuning on the last layers of the network so all the generality of the pre-training is not lost? And if this is the case, could this be a limitation in not being able to be creative enough to come up with move 37?

[1] https://wikipedia.org/wiki/Goodhart's_law

Author here. I previously used Next.js for my blog and Notion for my collection of linked books/resources/notes, but I wasn't happy with the compilation time of Next.js for a simple blog and the slowness of Notion. So I built my own solution for both from scratch.

I use Python for the logic (zero dependencies) and SQLite for the data.

I still have to migrate the data, but the core is already online at https://danielfalbo.com

For instance, I have an SQLite table for resources and one for authors, linked together.

The indices for each are automatically generated at https://danielfalbo.com/resources and https://danielfalbo.com/authors

If you open, for example, an author's page, you'll find hyperlinks to all their resources in the first part of the document, and vice versa for the resources. Example: https://danielfalbo.com/resources/fabric-of-reality

The blog will live in the "notes" table, which behaves similarly at https://danielfalbo.com/notes (actually, I'm still thinking whether to split the notes and the blog tables or keep them together, but infrastructure-wise it doesn't change anything).

A fun feature is the dynamic calculation of my age at the moment of writing of any blog post, for example, seen at https://danielfalbo.com/notes/essentials

There is also a lightweight livee preview feature for nice offline html content editing.

I still have to finish migrating everything and might realize there are gaps along the way, but the goal is relevant-features parity with https://old.danielfalbo.com/weblog and https://danielfalbo.notion.site/3cce7ff647e94470ba1342211337...