HackerTrans
TopNewTrendsCommentsPastAskShowJobs

pjot

924 karmajoined vor 7 Jahren
Schfifty-five

comments

pjot
·gestern·discuss
Here’s a different kind of binary clock https://www.hey.earth/posts/binary-clock
pjot
·letzten Monat·discuss
The actual post from Anthropic: https://www.anthropic.com/institute/recursive-self-improveme...
pjot
·letzten Monat·discuss


  > 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 pwned
pjot
·letzten Monat·discuss
After 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!
pjot
·vor 2 Monaten·discuss


  > 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.
pjot
·vor 2 Monaten·discuss
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)

https://duckdb.org/2022/07/27/art-storage
pjot
·vor 3 Monaten·discuss
To be fair, pie charts are horrible in general.
pjot
·vor 4 Monaten·discuss
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.
pjot
·vor 4 Monaten·discuss
I did this but used duckdb as the vector store. Works really well, quite fast too.

https://github.com/patricktrainer/duckdb-embedding-search
pjot
·vor 5 Monaten·discuss
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.
pjot
·vor 5 Monaten·discuss
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 list
pjot
·vor 6 Monaten·discuss
Not sure how you missed it, it’s here: https://fs.blog/about/
pjot
·vor 6 Monaten·discuss
“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
pjot
·vor 7 Monaten·discuss
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!
pjot
·vor 10 Monaten·discuss
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
pjot
·vor 10 Monaten·discuss
Author of the mentioned DuckDB-DOOM here!

This is awesome - multiplayer is a great addition. Really like the cone in the mini-map too
pjot
·vor 3 Jahren·discuss
At least we can all agree on leading commas though!