Live data from Hacker News

Viewing profile — viralpraxis

viralpraxis

HN member
Joined
Sun, May 21, 2023, 2:16 PM UTC
HN karma
12
Public activity
21 items

About viralpraxis

[ my public key: https://keybase.io/viralpraxis; my proof: https://keybase.io/viralpraxis/sigs/_hQ2XWkUCiEn888serGHcY9YhIPIjO4EQmDD6uA8kI0 ]

Recent public activity

  1. comment
    Comment #46068282

    I’ve seen large Ruby projects with hunders of developers working on it for >10 years with almost 100% sorbet coverage. It’s just that in Ruby you have to pay (ie spend extra time) …

  2. comment
    Comment #46068194

    I was always wondering if there’s some sort of limitation in science. Just like in some games you can’t fly according to the rules (science), so there’s just no way to do that with…

  3. comment
    Comment #45993679

    I don’t know, 210 is a lot. I’d expect him to solve the P =? NP problem during his morning coffe

  4. comment
    Comment #45348684

    You can specify `minimum` and `maximum` property for these fields. So this schema { "$id": "https://example.com/test.schema.json", "$schema": "https://json-schema.org/draft/2020-12…

  5. comment
    Comment #45241192

    I’m not a parent, so it might be I completely do not understands some important aspects of this due to lack of expirience, but I hope I’ll be more smart than my parents. It was qui…

  6. comment
    Comment #45017707

    I’m sorry for an off-topic, are there any non-determenistic compilers you can name? I’d been wondering for a while if they actually exist

  7. comment
    Comment #44646785

    Even if that’s true, it still doesn’t mean vibe coding is safe. :P

  8. comment
    Comment #43464043

    One thing people usually do is D = Data.define do E = new end which is wrong since ’E‘ escapes (it becomes ´Object::E´) also, I agree that its kinda weird to use Ractor API but for…

  9. comment
    Comment #42135722

    Now, imagine this situation taken to the extreme: searching for a job with relocation opportunities while residing in a country that many avoid for ethical reasons. :(

  10. comment
    Comment #41266698

    One of the key outcomes of my master's thesis was the development of an extendable solution for Code Clone Detection (CCD), primarily focused on code and tested with undergraduates…

  11. comment
    Comment #41118036

    Can it be used to trace containers with «host» network driver?

  12. comment
    Comment #40954576

    Incompetence

  13. comment
    Comment #40727473

    Can someone elaborate if the term “AST” is used correctly in the article? I’ve been playing with mutation-injection framework for my master’s thesis for some time. I had to use Lib…

  14. comment
    Comment #40435995

    I wonder if we could move from sharing original (plaintext) source code to some sort of intermediate representation (mostly like AST). So if you publish the AST anyone can “render”…

  15. comment
    Comment #39874351

    Yep. You could also open in-game console and use a command to force checkpoint

  16. comment
    Comment #39732883

    Are there any non-determenistic compilers? I mean if we freeze source code and compiler flags, will binary result (compiled program) always be the same?

  17. comment
    Comment #38428581

    Are there any other options available? Like, what is it all if not a simulation? Religion can be seen as a special case of God’s simulation

  18. comment
    Comment #38408670

    I’ve been using the same structure for years :) But I prefer to replace ‘raise NotImplementedError’ with ´raise “Not Implemeneted”’ because that exception has different semantics (…

  19. comment
    Comment #37954122

    I believe it does not represent the actual state of affairs. Firstly, many people wouldn't say they'd vote for Navalny -- that's just against the self-preservation instincts. Secon…

  20. comment
    Comment #36373989

    That’s simply not true. This method is monkeypatched by json gem

  21. comment
    Comment #36021096

    Your definition does not make any sense. Imagine defining « prime numbers » as {2,3,5} set