HackerTrans
トップ新着トレンドコメント過去質問紹介求人

vlaaad

no profile record

投稿

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

github.com
1 ポイント·投稿者 vlaaad·2 か月前·0 コメント

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

github.com
3 ポイント·投稿者 vlaaad·2 か月前·1 コメント

Codex in Clojure REPL

vlaaad.github.io
1 ポイント·投稿者 vlaaad·4 か月前·0 コメント

State of Clojure Surveys

vlaaad.github.io
1 ポイント·投稿者 vlaaad·5 か月前·0 コメント

Defold makes a big step towards first-class Teal support

defold.com
1 ポイント·投稿者 vlaaad·10 か月前·0 コメント

Reveal – Read Eval Visualize Loop for Clojure

vlaaad.github.io
38 ポイント·投稿者 vlaaad·10 か月前·2 コメント

コメント

vlaaad
·先月·議論
LMAO I'm not using it. No, I don't allow microphone access.
vlaaad
·2 か月前·議論
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)
vlaaad
·3 か月前·議論
Yeah, I really enjoyed Crafting Interpreters, wholeheartedly recommend!
vlaaad
·3 か月前·議論
More like /r/cars bans all discussion of electric cars.
vlaaad
·3 か月前·議論
So a buy order for $122000M, and a sell order for $600M is presented as bad news for OpenAI?
vlaaad
·3 か月前·議論
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.
vlaaad
·3 か月前·議論
My AGENTS.md is usually `be concise` — it saves on the input tokens as well, and leads by example.
vlaaad
·7 か月前·議論
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.
vlaaad
·8 か月前·議論
Saying "other single points of failure" makes no sense whatsoever.
vlaaad
·10 か月前·議論
Does this person also identify performance issues by reading the code? This is completely impractical.
vlaaad
·10 か月前·議論
Have you compared performance of your solution to rive?
vlaaad
·10 か月前·議論
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.