Live data from Hacker News

Viewing profile — arka2147483647

arka2147483647

HN member
Joined
Thu, Nov 30, 2017, 11:37 AM UTC
HN karma
721
Public activity
181 items

About arka2147483647

No profile information was provided.

Recent public activity

  1. comment
    Comment #49127298

    > Most people mean this to say that 1 trillion is a lot of money, but it still comes back to what you believe AI is- in hindsight, does 1 trillion dollars to build the internet sou…

  2. comment
    Comment #49066099

    Does not work for me. Presumably there is some popup you have to accept somewhere for it to work.

  3. comment
    Comment #48842638

    Often the biggest blocker on moving to a new programming language, is the cost of re-writing everything. Cue some story here on a bank or airline somewhere still relying on cobol b…

  4. comment
    Comment #48822529

    There is deep history here. For most of the past centuries, most Europe was from where you immigrated FROM, not where you immigrated TO. There just is not the kind of immigration c…

  5. comment
    Comment #48780377

    Could those have been intercepted or suppressed somehow?

  6. comment
    Comment #48573316

    Its important to understand that in Game Dev a ’git clone’, aka ’p4 sync’, can be a terabyte of stuff. Git is bad at such volumes of binary assets, textures, models, sounds, etc.

  7. comment
    Comment #48573246

    I’ll add some more - The P4 cpp api was apparently designed before any modern Cpp std lib was available. And is at best archaic, and stringly to use. - P4 encoding support is pain …

  8. comment
    Comment #48538420

    > Industrial logics are really practical and allow you to write all sorts of sophisticated properties that your system should satisfy in a very succinct way. It sounds like what yo…

  9. comment
    Comment #48459272

    The best part of void* is that it is very terse. Both in definitions, and in access. All cpp alternatives are more wordy. I wonder how this conversation wound go if the was an as t…

  10. comment
    Comment #48428486

    There is LPCAMM2, if manufacturers want to use it. So, it does not have to be soldered.

  11. comment
    Comment #48367999

    I wonder if this is just a way to recycle the chips that did not bin good enough to used for DGX Spark?

  12. comment
    Comment #48297589

    I miss the days when this would just have been named win2wasm. These branded projects become difficult to remember when everything has a random non-mnemonic name.

  13. comment
    Comment #48149539

    If you are a DIY, you might use a tool once a week, or once a year. A pro might use a tool everyday, all day. A different durability requirement. A Ryobi is not bad, if it fills yo…

  14. comment
    Comment #47999979

    All of those platforms are HUGE and well worth the hassle. I think Valve is trying to leverage the Steam Storefront into a full-fledged Platform. It is not quite there yet. As such…

  15. comment
    Comment #47994044

    > Proton represents Valve's failure to make Linux gaming attractive to game studios. > Not even those that have Android/Linux NDK builds, bother with porting to GNU/Linux. It is a …

  16. comment
    Comment #47960763

    The important part of Hardware, is Software After all, if the Software does not work, its just a Paperweight

  17. comment
    Comment #47860425

    > The answer is so obvious A tangent, but what is Obvious depends on what you know. Often experts don't explain the things they think are Obvious, but those things are only Obvious…

  18. comment
    Comment #47357084

    The advantage, as i see it, is that this could be done incrementally. Every new router/firmware/os could add support, until support is ubiquitous. Contrast this with ip6, which is …

  19. comment
    Comment #47067378

    Surely you could have compiler types for 128, 256, 512, etc, and then choose the correct codepath with simple if statement at runtime?

  20. comment
    Comment #46705837

    This is a EU initiative. Confusingly, EU is often called Europe in spoken/non-official speech. Sort of the same way it is said that Washington does something, when it is the US gov…

  21. comment
    Comment #46704799

    Smart home and lighting standard Matter over Thread requires it. Discovered this after i bought some Ikea smart lights. Though you don't need a public IP6, a local static IP6 with …

  22. comment
    Comment #46704699

    > Delaware C-corp, UK Ltd is OK too Neither of which is in EU, which is exactly the point. Should be an EU one which is usable...

  23. comment
    Comment #46435849

    Sadly, all the bug trackers are full of bugs relating to char*. So you very much do those by accident. And in C, fixed width strings are not in any way rare or unusual. Go to any c…

  24. comment
    Comment #45962974

    For someone who is not a rust programmer, but would like to keep up to date, can somebody tell me what "Tier 4" is. And why must it be quoted?

  25. comment
    Comment #45528512

    https://en.cppreference.com/w/cpp/container/vector/reserve.h... says > Increase the capacity of the vector (the total number of elements that the vector can hold without requiring …