Live data from Hacker News

Viewing profile — nemaar

nemaar

HN member
Joined
Fri, Jun 19, 2015, 4:42 PM UTC
HN karma
89
Public activity
33 items

About nemaar

No profile information was provided.

Recent public activity

  1. comment
    Comment #42461755

    > If you design a language that doesn't allow pointers to be shared across threads at all, then you wouldn't need a borrow checker. Is that actually true? I'm pretty sure you need …

  2. comment
    Comment #35181045

    > something as powerful as what I created Could you give us more detail? It sounds intriguing.

  3. comment
    Comment #34365697

    I don't follow influencers but my guess is that they already do this, at least they use filters. If someone can use all these tools to gain considerable amount of fame and fortune,…

  4. comment
    Comment #31777040

    Most functional languages parse a b c d e f as a(b, c, d, e, f), it does not matter what b, c, d, e, f are. Do you know any language where this is different?

  5. comment
    Comment #21435211

    I really believe this is the only way you can write good software. It's mind blowing to me that most people try to "figure out" the problems before seeing what it actually is. I al…

  6. comment
    Comment #20472825

    if you don't have memory issues in your code then either it's so small that everyone participating in its development can actually keep it in a perfect state or no one searched har…

  7. comment
    Comment #20305011

    Can you tell anything about that simulator? it sounds wild:)

  8. comment
    Comment #20236568

    I'm interested in your language ideas. Could you please share them with as much detail as you can/want?

  9. comment
    Comment #20157199

    I think the idea that the program can load files as code is insane in itself. There shouldn't be such a mechanism in an ideal world. The operating system would decide what you can …

  10. comment
    Comment #18757545

    I am not sure what kind of argument you would like, you are trying to redefine the word 'deterministic'. My argument is that it does not work like that. Just because we cannot pred…

  11. comment
    Comment #18756841

    I believe you are mixing things up. A chaotic system IS deterministic, it is just really hard to predict what it will do. The fact that we (or anyone) cannot predict what will happ…

  12. comment
    Comment #18756818

    >Rust is barely influenced by functional languages. That is arguable. Rust supports and in a lot of ways prefers functional solutions for problems, for example the iterator trait i…

  13. comment
    Comment #18688375

    I very much agree with you. Having some strange words in the middle of a large code that is mostly english is just, well, weird. I think inconsistency is a serious issue.

  14. comment
    Comment #18286267

    Technically, you are right, but if multiple processes use the same shared memory is there a real, meaningful difference? You can do efficient, parallel computation in a browser, do…

  15. comment
    Comment #17984704

    Hi, I am working on something similar, it's nowhere near usable but I hope that a proof of concept version could be ready this year. My variant is focused on visual programming wit…

  16. comment
    Comment #17709480

    I believe you can use this without touching Rust. If I remember correctly they even ran Dota2 with this. That certainly does not have Rust inside.

  17. comment
    Comment #14873481

    >It's been a great strategy for 30 years and I hope they keep at it. I wouldn't say that it's been great . The evolution of C++ is insanely slow.

  18. comment
    Comment #12197635

    In a sense we already do this. For example, every time you create a website in HTML/CSS and javascript, you use high level instructions and a lot of declarative stuff. It is alread…

  19. comment
  20. comment
    Comment #12061030

    I really hope when the time comes and someone reinvents the wheel and comes up with a new great OS, the new OS will NOT have signals. Those are one of the worst things ever invente…

  21. comment
    Comment #12057117

    > Is there any chance this tool can produce anything close to clean, safe, idiomatic, rust code? That is generally not possible, unless the C code only uses specific patterns known…

  22. comment
    Comment #12057090

    On some architecture int is 32bit while isize is actually 64bit so no, that translation is definitely not the ideal one.

  23. comment
    Comment #12045400

    > VR? Probably not. VR looks to be the next 3D TV. It's just too much of a hassle to go mainstream. I disagree, I think VR is going to be the next big thing but it will take a few …

  24. comment
    Comment #12037853

    The length of the string is included, so you know where it ends.

  25. comment
    Comment #12002506

    The instance can fetch the upgrade from the NFS mount and also work using the previous version when NFS is down. I see no problem here.