Live data from Hacker News

Viewing profile — uvas_pasas_per

uvas_pasas_per

HN member
Joined
Wed, Oct 16, 2024, 2:08 PM UTC
HN karma
53
Public activity
14 items

About uvas_pasas_per

No profile information was provided.

Recent public activity

  1. comment
    Comment #45273878

    Is there a test to see if you have the virus already? So I know whether I should take the vaccine.

  2. comment
    Comment #44752139

    Given the huge effort to make this language, I wonder if they could have directed that toward some kind of Rust-to-C++ bridge instead?

  3. comment
    Comment #44702515

    Something like this combined with some IDE smarts to offer up the possibilities for `fun` after I type `(-> a` ... that could be very cool.

  4. comment
    Comment #44702507

    Do you mean you run a build and it tells you in the error message? Or is there an IDE/editor where you could hit a key-combo with the cursor on that line, or near the `_`, and it w…

  5. comment
    Comment #44701592

    Lisp is very cool. But one thing I do not like is that the syntax style `(fun a b c)` loses out to the less-symmetric "OO" style `a.fun(b, c)` when it comes to IDE auto-completion.…

  6. comment
    Comment #44396176

    Well, the state I can accept - death and taxes. But has it now become "death, taxes, and commissions to the authors of operating systems"?

  7. comment
    Comment #44395962

    What other industries can try this? For a restaurant built on a cement foundation... maybe the cement company can release a product to fix the cracks in their flawed mixture, and t…

  8. comment
    Comment #42341810

    Thanks. I've learned a lot of languages and enjoy doing it, especially when much of it is a step up, so not a problem there. I may need to just dive in and try it out on a larger p…

  9. comment
    Comment #42335070

    I started a new project recently and chose C++ because I wanted cross platform, and a language that let me write the highest performance code I could imagine. C is so lacking in ab…

  10. comment
    Comment #41934224

    I cancelled my Apple/Goldman card after they were totally useless on a transaction dispute. Frontier Airlines gave me a "refund", and printed me a "receipt" for it, and then later …

  11. comment
    Comment #41903976

    Looks interesting, but I don't see anything for how to build it into an iOS or Android app. https://docs.couchdb.org/en/stable/install/index.html

  12. comment
    Comment #41903373

    My problem with PG is it just doesn't seem to help much with my situation. I want to write apps that work offline and sync data across devices using the 'cloud'. I think that means…

  13. comment
    Comment #41861398

    Yeah, I did. I want something low level and cross platform, including mobile. I think when I tried the C# for iOS stuff, nothing worked. But it's probably too much VM/runtime for m…

  14. comment
    Comment #41859204

    I've been using modern C++ for a personal project (a language interpreter) for the last year+. I constantly think of switching to C, because of the mental burdens of C++, and becau…