Live data from Hacker News

Viewing profile — malkia

malkia

HN member
Joined
Fri, Apr 27, 2007, 4:30 PM UTC
HN karma
4,753
Public activity
3,021 items

About malkia

No profile information was provided.

Recent public activity

  1. comment
    Comment #49206848

    Or also called bureaucracy

  2. comment
    Comment #49206797

    USB-C1, USB-C2, USB-C3, etc... we had the CAT naming for a while

  3. comment
    Comment #49134614

    Садись. Двойка! - "Sit down, you got an F" :) - sorry, as bulgarian it was funny to me this used as example (from russian).

  4. 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…

  5. comment
    Comment #48973540

    15 million mollars :)

  6. comment
    Comment #48915609

    Oh yes, good point! Stand corrected!

  7. 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)...

  8. 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…

  9. 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 :)

  10. comment
    Comment #48849476

    I've been wondering - Is lisp (common lisp, clojure, scheme) easier for iterative work with LLMs?

  11. comment
    Comment #48791532

    No it's not. Not everybody uses Zig. Rust/Python/And others have also tried "fixing" it.

  12. 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…

  13. 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…

  14. 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…

  15. 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 (…

  16. 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...

  17. 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…

  18. 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…

  19. 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 …

  20. 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…

  21. 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…

  22. 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…

  23. 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…

  24. 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…

  25. 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…