HackerTrans
TopNewTrendsCommentsPastAskShowJobs

vlaaad

no profile record

Submissions

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

github.com
1 points·by vlaaad·قبل شهرين·0 comments

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

github.com
3 points·by vlaaad·قبل شهرين·1 comments

Codex in Clojure REPL

vlaaad.github.io
1 points·by vlaaad·قبل 4 أشهر·0 comments

State of Clojure Surveys

vlaaad.github.io
1 points·by vlaaad·قبل 5 أشهر·0 comments

Defold makes a big step towards first-class Teal support

defold.com
1 points·by vlaaad·قبل 10 أشهر·0 comments

Reveal – Read Eval Visualize Loop for Clojure

vlaaad.github.io
38 points·by vlaaad·قبل 10 أشهر·2 comments

comments

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