Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
vlaaad
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
24 ms
·
1.
▲
by
vlaaad
1mo ago
It's curl | tar, not curl | sh
2.
▲
by
vlaaad
1mo ago
I work on 2 things that are the same thing: 1. ghosttyfx — libghostty terminal for JavaFX ( https://github.com/vlaaad/ghosttyfx/ ) 2. trying to integrate ghosttyfx into the Defold editor ( https://defold.c
3.
▲
by
vlaaad
2mo ago
Yes, what's the point of JsonObject at all? Why JsonString when there is String? Why JsonArray when there is List? JDK only needs a function to convert from JSON format to the normal data structures it already has and back.
4.
▲
by
vlaaad
2mo ago
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. Zi
5.
▲
GhosttyFX – JavaFX terminal powered by libghostty
(github.com)
3 points
by
vlaaad
2mo ago
|
0 comments
6.
▲
by
vlaaad
4mo ago
LMAO I'm not using it. No, I don't allow microphone access.
7.
▲
Show HN: I mage GhosttyFX, a JavaFX terminal view that uses libghostty
(github.com)
1 points
by
vlaaad
4mo ago
|
0 comments
8.
▲
by
vlaaad
4mo ago
The implementation uses jextract-generated bindings, so it can be considered a light-weight wrapper around libghostty and a rendering layer that uses JavaFX. Works on Windows too (unlike Ghostty :P)
9.
▲
Show HN: I mage GhosttyFX, a JavaFX terminal view that uses libghostty
(github.com)
3 points
by
vlaaad
4mo ago
|
1 comments
10.
▲
by
vlaaad
5mo ago
Yeah, I really enjoyed Crafting Interpreters, wholeheartedly recommend!
11.
▲
by
vlaaad
6mo ago
More like /r/cars bans all discussion of electric cars.
12.
▲
by
vlaaad
6mo ago
So a buy order for $122000M, and a sell order for $600M is presented as bad news for OpenAI?
13.
▲
by
vlaaad
6mo 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 struct
14.
▲
by
vlaaad
6mo ago
My AGENTS.md is usually `be concise` — it saves on the input tokens as well, and leads by example.
15.
▲
Codex in Clojure REPL
(vlaaad.github.io)
1 points
by
vlaaad
7mo ago
|
0 comments
16.
▲
State of Clojure Surveys
(vlaaad.github.io)
1 points
by
vlaaad
7mo ago
|
0 comments
17.
▲
by
vlaaad
9mo 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 con
18.
▲
by
vlaaad
10mo ago
Saying "other single points of failure" makes no sense whatsoever.
19.
▲
Defold makes a big step towards first-class Teal support
(defold.com)
1 points
by
vlaaad
1y ago
|
0 comments
20.
▲
by
vlaaad
1y ago
Does this person also identify performance issues by reading the code? This is completely impractical.
21.
▲
by
vlaaad
1y ago
Have you compared performance of your solution to rive?
22.
▲
Reveal – Read Eval Visualize Loop for Clojure
(vlaaad.github.io)
38 points
by
vlaaad
1y ago
|
2 comments
23.
▲
Tripping Around REPL
(vlaaad.github.io)
23 points
by
vlaaad
1y ago
|
0 comments
24.
▲
by
vlaaad
1y ago
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/
25.
▲
by
vlaaad
1y ago
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 n
26.
▲
by
vlaaad
1y ago
The difference between 99% reliability and 100% reliability is huge in this case.
27.
▲
by
vlaaad
1y ago
Not true, structured outputs enforce output formats with 100% reliability, e.g., https://platform.openai.com/docs/guides/structured-outputs says "Structured Outputs is a feature that ensures the model will al
28.
▲
by
vlaaad
1y ago
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 al
29.
▲
by
vlaaad
1y ago
I was considering making an MCP SEP (specification enhancement proposal) — https://modelcontextprotocol.io/community/sep-guidelines , though I'm curious if other MCP tinkerers feel the issue exists, should be solve
30.
▲
MCP tools with dependent types
(vlaaad.github.io)
73 points
by
vlaaad
1y ago
|
14 comments
More ›