Viewing profile — malkia
malkia
HN member- Joined
- Fri, Apr 27, 2007, 4:30 PM UTC
- HN karma
- 4,753
- Public activity
- 3,021 items
- HN profile
- View on Hacker News ↗
About malkia
No profile information was provided.
Recent public activity
-
comment
Comment #49206848
Or also called bureaucracy
-
comment
Comment #49206797
USB-C1, USB-C2, USB-C3, etc... we had the CAT naming for a while
-
comment
Comment #49134614
Садись. Двойка! - "Sit down, you got an F" :) - sorry, as bulgarian it was funny to me this used as example (from russian).
-
comment
Comment #49030123
Well I've played the 6502 simulator as a kind on my 6502 Apple ][ clone :) :) :) youtube.com/watch?si=XuNgnVc4rf86nIgA&t=42 it should'be available here to play online too (but have…
-
comment
Comment #48973540
15 million mollars :)
-
comment
Comment #48915609
Oh yes, good point! Stand corrected!
-
comment
Comment #48888314
Does this apply to Netflix, Amazon, Disneys, and many other streaming providers's "What to watch next? Recommended..." of sorts (or music/podcast streaming services)...
-
comment
Comment #48853363
I spent years (on my free time) coding Lisp, even had the aspiration (but I was younger then) to rewrite P4V (Perforce Client GUI) in it :) - https://github.com/malkia/p4bee but ha…
-
comment
Comment #48849493
Hah, didn't think of it this way... To me it was if it allows live updates (+support for them) or not :)
-
comment
Comment #48849476
I've been wondering - Is lisp (common lisp, clojure, scheme) easier for iterative work with LLMs?
-
comment
Comment #48791532
No it's not. Not everybody uses Zig. Rust/Python/And others have also tried "fixing" it.
-
comment
Comment #48789221
Everytime I see a language creating their own package system, all I can think of it how much we've missed here. The only exception is C/C++, where there is none established that we…
-
comment
Comment #48610913
In similar spirit, there was an old US TV show that was popular in Bulgaria. It was about some typical US family living with the grandad (father's side). So grandad gets punishes a…
-
comment
Comment #48605744
There is HyperDX - search is not fastest, but it could be something that we do too - haven't checked deeply if high-cardinality is big issue with ClickHouse, but seeing some high c…
-
comment
Comment #48605730
There is an awesome amount of software written by Russians - nginx, clickhouse, 7zip, Far Manager, WinRAR, even Kotlin (his creator) - I grew up, as bulgarian, with Russian books (…
-
comment
Comment #48423390
Holy Shit! _ How did they got so far - this is amazing... Look here - https://github.com/search?q=repo%3AFoxdieTeam%2Fmgs_reversin...
-
comment
Comment #48389121
ha! I wish I knew this back then, but now I do remember - I think what we did was simply clearing the bit before access, and it was in just dozen or so places. Slap a macro and you…
-
comment
Comment #48385748
There are memory regions that are mapped to the same physical memory - https://psx-spx.consoledev.net/memorymap/ I worked on the Metal Gear Solid port from PSX to PC, and Konami pr…
-
comment
Comment #48236261
Sandboxing is quite easy (user-wise), once you install the sandbox system. By default it allows only a single sandbox, and with small `.wsb` file you can drive what's visible from …
-
comment
Comment #48236222
There is a game - Beyond The Darkness - released few weeks before the name change "Beyond the Darkness" was released on Nov 14 2024 - https://store.steampowered.com/app/1728610/Bey…
-
comment
Comment #48150755
oh wow! that sounds awesome! (I guess I left around the time you were starting)! I was based in LAX (so no G-Buses for us, but I had to visit MTV often - like once twice a month, a…
-
comment
Comment #48128827
yup - when I started in 2014, coming from long gamedev experience it was nice that "g4" was just "p4" rewritten for piper. (alzo "blaze menu" was cool, but did not show (AFAIR) pla…
-
comment
Comment #48128755
Xoogler here (2014-2017). My team (part of Ads) used primarily Java, and we used the Eclipse, then we started switching the IntelliJ. Cider was used also a lot, but I've heard even…
-
comment
Comment #47622524
One more "hidden" fact - Windows uses sqlite a lot, for a lot of tables. There is even "C:\Windows\System32\winsqlite3.dll" and "C:\Program Files (x86)\Windows Kits\10\Include\10.0…
-
comment
Comment #47618572
In the past I've used the backup API - https://sqlite.org/backup.html - in order to load in memory a copy of sqlite db, and have another live one. I would do this after certain use…