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·2 miesiące temu·0 comments

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

github.com
3 points·by vlaaad·2 miesiące temu·1 comments

Codex in Clojure REPL

vlaaad.github.io
1 points·by vlaaad·4 miesiące temu·0 comments

State of Clojure Surveys

vlaaad.github.io
1 points·by vlaaad·5 miesięcy temu·0 comments

Defold makes a big step towards first-class Teal support

defold.com
1 points·by vlaaad·10 miesięcy temu·0 comments

Reveal – Read Eval Visualize Loop for Clojure

vlaaad.github.io
38 points·by vlaaad·10 miesięcy temu·2 comments

comments

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