HN user

vlaaad

878 karma
Posts36
Comments89
View on HN
github.com 10d ago

GhosttyFX – JavaFX terminal powered by libghostty

vlaaad
3pts0
github.com 2mo ago

Show HN: I mage GhosttyFX, a JavaFX terminal view that uses libghostty

vlaaad
1pts0
github.com 2mo ago

Show HN: I mage GhosttyFX, a JavaFX terminal view that uses libghostty

vlaaad
3pts1
vlaaad.github.io 4mo ago

Codex in Clojure REPL

vlaaad
1pts0
vlaaad.github.io 4mo ago

State of Clojure Surveys

vlaaad
1pts0
defold.com 10mo ago

Defold makes a big step towards first-class Teal support

vlaaad
1pts0
vlaaad.github.io 10mo ago

Reveal – Read Eval Visualize Loop for Clojure

vlaaad
38pts2
vlaaad.github.io 10mo ago

Tripping Around REPL

vlaaad
23pts0
vlaaad.github.io 11mo ago

MCP tools with dependent types

vlaaad
73pts14
vlaaad.github.io 11mo ago

MCP Tools with Dependent Types

vlaaad
4pts2
vlaaad.github.io 11mo ago

Building ad-hoc analytics in Clojure with Reveal

vlaaad
20pts0
vlaaad.github.io 11mo ago

I built ad-hoc analytics service with Reveal

vlaaad
2pts0
vlaaad.github.io 11mo ago

Reveal – Read Eval Visualize Loop for Clojure – Adds Graphviz Viewer

vlaaad
1pts0
vlaaad.github.io 11mo ago

Reveal – Read Eval Visualize Loop for Clojure – Adds Graphviz Viewer

vlaaad
16pts0
vlaaad.github.io 11mo ago

I wrote a Kalaha solver and got my mind blown in the process

vlaaad
2pts1
defold.com 1y ago

Defold editor scripting in 1.10.4: scene editing

vlaaad
5pts0
defold.com 1y ago

Defold editor scripting 1.10.4 update: scene editing

vlaaad
2pts0
defold.com 1y ago

Defold editor scripting adds scene editing in 1.10.4

vlaaad
3pts1
vlaaad.github.io 1y ago

LSP client in Clojure in 200 lines of code

vlaaad
164pts25
vlaaad.github.io 1y ago

Writing LSP client in Clojure in 200 lines of code

vlaaad
2pts0
vlaaad.github.io 1y ago

All I want from JSON is whitespace commas

vlaaad
3pts0
vlaaad.github.io 1y ago

All I want from JSON is whitespace commas

vlaaad
1pts3
defold.com 2y ago

Luden.io on using Defold game engine for web-first games

vlaaad
4pts0
poll2hook.com 3y ago

Poll2hook – platform that uses polling of REST APIs to create webhooks

vlaaad
1pts0
poll2hook.com 3y ago

Poll2hook – platform that uses polling of REST APIs to create webhooks

vlaaad
1pts1
poll2hook.com 3y ago

Show HN: Poll2hook – platform that uses polling of REST APIs to create webhooks

vlaaad
3pts0
vlaaad.github.io 4y ago

I made Reveal Stickers for Clojure: inspector window overlay for development

vlaaad
1pts0
vlaaad.github.io 5y ago

REPL vs CLI: IDE wars

vlaaad
147pts105
vlaaad.github.io 5y ago

Reveal 1.0: Read Eval Visualize Loop for Clojure

vlaaad
25pts2
defold.com 6y ago

Defold game engine source now available and free to use for commercial games

vlaaad
340pts293

Did we read the same Anthropic and Andrew Kelly's posts? Anthropic is not in the programming language market; their post about rewriting Bun in Rust is full of technical details that led to improving the end product for their users. Zig's response is a sour opinion piece full of personal attacks.

For context, I'm using Codex and have no interest in either Zig or Rust, so just observing this drama from the sidelines.

Good CTE, Bad CTE 4 months ago

Use the term, never define the term, classic.

CTE stands for Common Table Expressions in SQL. They are temporary result sets defined within a single query using the WITH clause, acting like named subqueries to improve readability and structure.

Backing up Spotify 7 months ago

Unrelated, but I just can't stop myself from saying that I absolutely hate Spotify even though I'm a paying customer. Fuck you Spotify. You were supposed to be a convenient way to discover and listen to music. Now you are only convenient for listening to music, and absolutely terrible for any recommendations. This is sad really. Spotify had good recommendations. It's absolutely in a position where it can provide good recommendations — it has both a vast music library and a vast amount of data on user preferences. And it chooses to push procedural/ai-generated slop instead to earn more money. I thought that maybe buying $SPOT stock will make me more at peace with its greed, but it didn't work. Spotify fucking deserves to crash and burn because it sees paying customers as idiots who might not notice they are fed garbage. Fuck you Spotify, fuck you.

Look Out for Bugs 11 months ago

Does this person also identify performance issues by reading the code? This is completely impractical.

I love this idea; I hope it gains traction. One thing that is not clear to me is file search vs unsaved files. It's common for agents to use, e.g., ripgrep to search the file system. But if the communication protocol includes read/write access to unsaved files, there is a desync in terms of accuracy.. rg can't search unsaved files.

Yes, though I also liked the overall point of the post. Spotify recommendations are shit, and any playlist made by Spotify is full of garbage. I guess Ek knows this and, perhaps unconsciously, sees himself as evil, doing what's legal no matter how bad it is, with his weapon investments...

Sure, but the need for accuracy will only increase; there is a difference between suggesting an LLM to put a schema in its context before calling the tool vs forcing the LLM to use a structured output returned from a tool dynamically.

We already have 100% reliable structured outputs if we are making chatbots with LLM integrations directly; I don't want to lose this.

I can't shake off a feeling that "integrity by default" is a populist bullshit.

If a third-party library is not updated to not use require reflection, the speaker considers it "a red flag that it's improperly maintained" and suggests looking for alternatives. This is just plain ignorance: for particular domains, there are libraries that either don't have alternatives, or the cost of switching to the alternatives is too high. Are JVM developers going to pay me to write a replacement for every old library essential for my projects? This simplistic approach severely downplays the impact on what the speaker calls "old applications", i.e. the battle-tested, money-generating, useful applications.

Like, I get the usefulness, and I get that it's an attack surface, but it seems the author never had to deal with real-world projects where going into the internals of other dependencies to fix them or access hidden functionality is an absolutely crucial requirement that creates value for the project.