Here’s a different kind of binary clock https://www.hey.earth/posts/binary-clock
HN user
pjot
Schfifty-five
The actual post from Anthropic: https://www.anthropic.com/institute/recursive-self-improveme...
> created bunch of fake spam pages and trying to mine crypto
Pages like GitHub pages? We’re repos being created in your account? Curious how you discovered that your tokens were pwnedAfter years of using orchestration tools like airflow and dagster so many lightbulbs have just lit up in my head.
I wish documentation for tools would explain their abstractions concepts in terms of its primitives.
Great post, thanks!
> The Chinese are a decade ahead of the west when it comes to building cars.
Is this true? From years of watching Top Gear any Chinese car that was tested was laughably bad.DuckDB has indexes. One specifically for highly selective point lookups. The structure is called an adaptive radix tree. The workloads you’re describing are sort of duckdb’s bread and butter (even the parquet stuff it’ll handle out of the box)
To be fair, pie charts are horrible in general.
Re-reading your comment :) Yes, my demo has just a simple loop when loading the embeddings.
I was replying more towards the latency you mentioned. Because duckdb runs on device, you save yourself the additional round trip network time when comparing similarities.
I did this but used duckdb as the vector store. Works really well, quite fast too.
For me, it helps to slow down my thoughts and aides deep work. I draw diagrams, connect blurbs with arrows, and “link” to other page numbers.
Claude Code release notes:
> Version 2.1.32:
• Claude Opus 4.6 is now available!
• Added research preview agent teams feature for multi-agent collaboration (token-intensive feature, requires setting
CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS=1)
• Claude now automatically records and recalls memories as it works
• Added "Summarize from here" to the message selector, allowing partial conversation summarization.
• Skills defined in .claude/skills/ within additional directories (--add-dir) are now loaded automatically.
• Fixed @ file completion showing incorrect relative paths when running from a subdirectory
• Updated --resume to re-use --agent value specified in previous conversation by default.
• Fixed: Bash tool no longer throws "Bad substitution" errors when heredocs contain JavaScript template literals like ${index + 1}, which
previously interrupted tool execution
• Skill character budget now scales with context window (2% of context), so users with larger context windows can see more skill descriptions
without truncation
• Fixed Thai/Lao spacing vowels (สระ า, ำ) not rendering correctly in the input field
• VSCode: Fixed slash commands incorrectly being executed when pressing Enter with preceding text in the input field
• VSCode: Added spinner when loading past conversations listNot sure how you missed it, it’s here: https://fs.blog/about/
“Hover” seems to be causing some confusion. It’s more of a “shallow” press. Like the opposite of “pressing into” when 3D Touch was a thing
Similar is the save icon, though for a different reason. It conveys its function well, but one first needs to know what a floppy disk even is!
I’ve found myself writing code intending to write prompts for writing better code.
Soon enough Im sure we’ll start to see programming languages that are geared towards interacting with llms
Author of the mentioned DuckDB-DOOM here!
This is awesome - multiplayer is a great addition. Really like the cone in the mini-map too
A “fully dressed” poboy in New Orleans is one with all the fixing’s
Ha! I made this. I’m not a robot either :)
Author here, wild to see this at the top of HN!
You can play it here: https://patricktrainer.github.io/duckdb-doom/
Pressing “L” enables (very) verbose logging in the dev console and prints much of the sql being executed.
Rather than juggling your parent’s __init__ on another thread, it’s usually clearer to:
1. Keep all of your object–initialization in the main thread (i.e. call super().__init__() synchronously).
2. Defer any ZMQ socket creation that you actually use in the background thread into the thread itself.
This compounds with each _team_ modeling the work in jira/excel too!
Through the arm, I believe, is still the way it’s performed today!
I don’t know, I feel like there is much more room for positive incentives than negative. Prisons put people on a pretty level playing field.
Like, the well behaved could be served pork chops and peas instead of slop and mush.
Maybe leading with a stick instead of a carrot isn’t the right approach?
When Forest Gump said “I’m pretty tired, I think I’ll go home now” was he breaking an obligation to keep running just because others were following him?
The impacts of this on today’s music is unreal.
WWOZ is the local station and its djs are musical historians.
We did this in elementary school in Seattle. I feel like the muscle memory might still be there!
From New Oxford dictionary:
> combine (a number of things) into a coherent whole: pupils should synthesize the data they have gathered | Darwinian theory has been synthesized with modern genetics.A little know Google product is called Tables[0]. Very similar to what you’re describing.
Another is AppSheet[1] for a more drag and drop application builder.
Similarly, I found the kickstart.nvim immensely helpful as a jumping off point.