Live data from Hacker News

Viewing profile — alexvitkov

alexvitkov

HN member
Joined
Fri, Aug 11, 2023, 5:02 AM UTC
HN karma
1,432
Public activity
311 items

About alexvitkov

:)

Recent public activity

  1. comment
    Comment #45185908

    API/SSH keys can easily be swapped, it's more hassle than it's worth. Be glad they didn't choose to spread the payload of one of the 100 ransomware groups with affiliate programs.

  2. comment
    Comment #45170401

    Most language users will follow the "spirit" of the language - e.g. Bill is against package managers, people who use his language mostly agree with his ideas, and there's not a hug…

  3. comment
    Comment #45169660

    "Vendoring step" You cannot make this shit up. You're providing a library. That library has dependencies (although it shouldn't). You've written that library to work against a spec…

  4. comment
    Comment #45169473

    No, I did not suggest that, in fact in the very comment you're replying to I said: My point was not that running all that on one computer is a great idea... Regardless, if you want…

  5. comment
    Comment #45168812

    > If I am providing (lets say) a library that provides some high level features for a car ADAS system on top of a CAN network with a proprietary library as driver and interface. If…

  6. comment
    Comment #45168642

    If you're doing 10 million transactions per week (which is likely way more than what they're pulling) that's about 16 transactions processed per second. You can add inventory manag…

  7. comment
    Comment #45168428

    You're making your customer's life miserable by having dependencies. You're a library, your customer is using you to solve a specific problem. Write the code to solve that and be d…

  8. comment
    Comment #45167821

    Play stupid games, win stupid prizes. If you need 40,000 servers to keep your business running (which you don't, your ~3-8 million weekly transactions can be processed on 1 compute…

  9. comment
    Comment #45158923

    > Every pixel and every function went through me. The AI translated what I asked for into code, but every decision was human. You'll find that programmers are a lot less prickly wh…

  10. comment
    Comment #45101997

    > how capabilities could be used to write simple scripts without sacrificing simplicity. I proposed a solution for that in my original comment - you should be able to trivially byp…

  11. comment
    Comment #45101902

    The idiotic statement is yours. If the "sometimes" is important to you, you can have it - you're not the first person on the internet to play word games. But unless you can come up…

  12. comment
    Comment #45090759

    No, not everything is a trade-off. Some things are just good and some are just bad. A working permission system would be objectively good. By that I mean one where a program called…

  13. comment
    Comment #45026535

    Please read again the sentence you just typed. > We have to lock people down and physically prevent them from harming themselves. You can apply this argument to literally anything,…

  14. comment
    Comment #45022502

    "Don't use the phone." Let me just give up on banking and the proprietary 2FA app that my job requires. Guess we're going homeless to protest Google, boys.

  15. comment
    Comment #45022449

    It's not illegal to not release your software on a platform. But the mobile market is so top-heavy on both the apps and the games side, that without a few key developers - Meta, By…

  16. comment
    Comment #45022374

    Too bad there is one. https://en.wikipedia.org/wiki/Digital_Millennium_Copyright_A...

  17. comment
    Comment #44878402

    Conspiracy: They're shutting it down so competitors' AI and search crawlers can't visit the links, but theirs can, since archiving efforts aside only they have the DB. Given that i…

  18. comment
    Comment #44873739

    Should I also change it on my mother's computer who doesn't speak English? We can also start distributing .bat files that change the system language along with our spreadsheets, fo…

  19. comment
    Comment #44833773

    There's a very restrictive RAM usage limit on iOS and the tab crashes when you reach it.

  20. comment
    Comment #44786749

    I wouldn't call using Bitcoin legitimately trying. Even in 2017 Monero existed, which solves both the fee and transaction time problems, and as an added bonus is way more private.

  21. comment
    Comment #44784663

    Volatility isn't an issue for the merchant - prices can be adjusted in real-time based on the cryptocurrency's value at the time of purchase, and if they don't want to be exposed, …

  22. comment
    Comment #44784649

    It really hasn't. Everything has been tried with crypto, except actually buying things with it.

  23. comment
    Comment #44659130

    Statistically so far 100% of header only C libraries that require you to define XXX_IMPLEMENTATION are fantastic, so this is probably a good library.

  24. comment
    Comment #44645899

    Yeah, I misunderstood the question. Although if you could statically link .so/.dlls and have it work reliably, it would still be a great convenience, as some libraries are really h…

  25. comment
    Comment #44645861

    Because with the current compilation model shared libraries (.so/.dll) are the output of the linker, but static libraries are input for the linker. It is historical baggage, but as…