HN user

kesor

1,548 karma

[ my public key: https://keybase.io/kesor; my proof: https://keybase.io/kesor/sigs/jmMGNf3t1txUSFFsyOAMk9Jyjk9UPNI-ZKb4DY49aGw ]

Posts218
Comments351
View on HN
en.wikipedia.org 7d ago

Poka-Yoke

kesor
3pts0
transformer-circuits.pub 15d ago

Verbalizable Representations Form a Global Workspace in Language Models

kesor
1pts0
www.radio-browser.info 20d ago

60k Radio Streams DB

kesor
3pts0
noodlerack.com 1mo ago

NoodleRack: Modular Synth in the Browser

kesor
6pts2
snake-stable-build.netlify.app 1mo ago

Snake (self aware) – Built by Claude

kesor
2pts1
www.youtube.com 1mo ago

Learn anything with the /teach skill [video]

kesor
4pts0
www.youtube.com 1mo ago

Building OpenCode with Dax Raad [video]

kesor
1pts0
michaeljburry.substack.com 7mo ago

Michael Burry Foundations: My 1999 (and part of 2000)

kesor
2pts0
finance.yahoo.com 8mo ago

DoiT Alliance with Ingram Micro, Reshapes the Value of FinOps Worldwide

kesor
1pts0
www.channelinsider.com 8mo ago

DoiT and Ingram Micro Team on FinOps for AWS Partners

kesor
1pts0
www.youtube.com 9mo ago

Reinforcement Fine Tuning a Pangu Model

kesor
2pts0
arxiv.org 9mo ago

Reasoning with Sampling: Your Base Model Is Smarter Than You Think

kesor
2pts0
www.ornitheology.com 1y ago

The Oddities of Collective Names

kesor
2pts0
github.com 1y ago

Trae Agent is an LLM-based agent for general purpose software engineering tasks

kesor
2pts0
www.bis.gov 1y ago

USA AI-Related Export Controls

kesor
1pts1
www.youtube.com 1y ago

How to squeeze computational space into time

kesor
2pts1
www.youtube.com 1y ago

Fireside Chat with Kelsey Hightower: An Outsider's Look at Nix

kesor
10pts1
github.com 1y ago

Terraform MCP Server

kesor
105pts21
twitter.com 1y ago

GitHub Copilot now has a coding agent embedded

kesor
6pts0
www.linkedin.com 1y ago

DHH on Convenience of Programming

kesor
4pts1
medium.com 1y ago

Helm vs. Kro: Is Kubernetes' New Orchestrator a Game Changer?

kesor
1pts0
www.catb.org 1y ago

The Cathedral and the Bazaar (1997)

kesor
41pts30
github.com 1y ago

Ollama Nginx Proxy

kesor
2pts0
www.uber.com 1y ago

QueryGPT – Natural Language to SQL Using Generative AI

kesor
3pts0
github.com 1y ago

Ollama Proxy

kesor
2pts1
www.businessinsider.com 1y ago

Amazon could cut 14,000 managers soon and save $3B a year

kesor
6pts0
www.youtube.com 1y ago

What is AI? How did it start? How is it progressing?

kesor
1pts0
www.calcalistech.com 1y ago

Salesforce acquires Own for $1.9B it was valued at $3.3B in Series E 2021

kesor
1pts2
medium.com 1y ago

Karpenter Transformation – Fiverr's Infrastructure Renaissance

kesor
1pts0
medium.com 2y ago

DevOps Transformation Using Theory of Constraints

kesor
2pts0

Nice. I made a similar thing as a TamperMonkey script that I can turn on and off on any website, it even includes a speed-controlled-voice that can read it for me.

One small annoyance with your app is the instructions in the welcome were tiny. Took me well over a minute to figure out how to control the thing, until I finally found those small hand icons in the right corner. You should consider adding these to the first page of welcome using a large-er size or something.

Maybe in the circles you circled in ... where I am from, I never had anyone saying "belt-and-suspenders" or "load-bearing" or "boil the ocean" or "swing for the fences" when talking about engineering topics. The only one who I heard say "circle-back to you" was Psaki.

Grok 4.5 14 days ago

You get "Grok Build" (the CLI) that uses the Cursor and/or Grok 4.5 models when you buy SuperGrok, which is like $300/year. I don't know if there is a feature-to-feature comparison by anyone on this, but you can get access to these models with unmetered tokens with SuperGrok.

[dead] 29 days ago

That is what government is for. Protecting itself from citizens.

The art of writing clickbait article headlines:

- Use a word like "science" to lure in the geeks

- (you don't even need to know what science is, its ok)

- Some of the geeks will push your headline to top of HN just because it had the right word in it

- Put some filler about life being hard in the article, so those who actually read it have to waste ten minutes of their lives (proving your point).

- Profit and glory!

It depends how much of that is services. If the device is hardware constrained, having an option to boot into a different set of services can be useful. Like a way to have more than a single lean thing, instead of a single bloated one.

Originally the word "Kanban" was used by Toyota to describe their card system that helped them achieve several important things, one of them was to NOT work on too many things at once. The other one was to visualize the work. And in general Kanban was used to manage the flow of work so that defects don't get through.

This tool on the other hand is all about "jam as much work as you can come up with into being created in parallel". Obviously there is no managing of any flow of quality outputs, and no limiting of any work because you just shove everything into the agent and burn tokens like crazy.

Calling this a "Kanban" really irks me ... its like blasphemy or something.

It is a way to switch into a different configs. Just like when you switch to a new set of packages when you update your channels (or flake) and you get activated with the new versions. Same thing with specializations, just you can choose to have a different set of packages activated and enabled in each different specialization. Like having multiple different configs in one.

It is just a Linux device. Other people will install NixOS on it anyway, and use specializations if the whole idea of swapping device roles in-and-out is viable. I don't really understand why would the team that already got a full plate decide to also invent a whole new Linux system while they're creating their hardware device.

Declining America 2 months ago

People have been sent to the gulag by the Canadian government as well, not too long ago. Governments are disgusting.

So you have some folders with markdown files ... which are insanely hard to query without a tool ... impossible to traverse via their relationships ... and you call that a graph database? WHAT?!

Clicked the link expecting to see some tool or method that actually allows graph-like queries and traversals on files in a file system, all I found was some rant about someone on the internet being wrong.

Waste of time.

Diffusion models for images are already pretty much binary code generators. And we don't need to treat each bit individually, even in binary code there are whole segments that can be tokenized into a single token.

Regarding training, we have many binaries all around us, for many of them we also have the source code in whichever language. As a first step we can use the original source code and ask a third party model to explain what it does in English. Then use this English to train the binary programmer model. Eventually the binary programmer model can understand binaries directly and translate them to English for its own use, so with time, we might not even need binaries that have source code, we could narrate binaries directly.

Why would you think its more complex? There are less permutations of generating transistor on/off states than there are all the different programming languages in use that result in the exact same bits.

Who said that creating bits efficiently from English to be computed by CPUs or GPUs must be done with transformer architecture? Maybe it can be, maybe there are other ways of doing it that are better. The AI model architecture is not the focus of the discussion. It is the possibilities of how it can look like if we ask for some computation, and that computation appears without all the middle-men layers we have right now, English->Model->Computation, not English->Model->DSL->Compiler->Linker->Computation.

You, like many others, seem to imply that humans write "good" code, but they absolutely do not--unless they are running some million dollar team with checks and cross checks and years of evolving the code over failures. I've tested every junior developer using simple Javascript leetcode quizes and they all produce erroneous spaghetti slop.

The difference is, we forgive humans for needing iteration. We expect them to get it wrong first, improve with feedback, and learn through debugging. But when AI writes imperfect code, you declare the entire approach fraudulent?

We shouldn't care about flawless one-shot generations. The value is in collapsing the time between idea and execution. If a model can give you a working draft in 3 seconds - even if it's 80% right - that's already a 10x shift in how we build software.

Don't confuse the present with the limit. Eventually, in not that many years, you'll vibe in English, and your AI co-dev will do the rest.

Binary bits are also a language. A structured language that transistor-based computers execute into some result we humans find valuable. Why wouldn't a model be able to write these binary instructions directly? Why do we need all these layers in between? We don't.

Probably because then it wouldn't be software anymore. That is because you will be required to do a physical process (print an integrated circuit) in order to use the functionality you created. It can definitely be done, but it takes it too far away from the idea the author expressed.

But I don't see a reason why the LLM shouldn't be writing binary CPU instructions directly. Or programming some FPGA directly. Why have the assembly language/compiler/linked in between? There is really no need.

We humans write some instructions in English. The LLM generates a working executable for us to use repeatedly in the future.

I also think it wouldn't be so hard to train such a model. We have plenty of executables with their source code in some other language available to us. We can annotate the original source code with a model that understands that language, get its descriptions in English, and train another model to use these descriptions for understanding the executable directly. With enough such samples we will be able to write executables by prompting.

I don't think there is a need for an output language here at all, the LLM can read and write bits into executables directly to flip transistors on and off. The real question is how the input language (i.e. prompts) look like. There is still a need for humans to describe concepts for the machine to code into the executable, because humans are the consumers of these systems.