Live data from Hacker News

Viewing profile — shikck200

shikck200

HN member
Joined
Tue, Nov 19, 2024, 10:14 AM UTC
HN karma
16
Public activity
35 items

About shikck200

No profile information was provided.

Recent public activity

  1. comment
    Comment #49164558

    Looks like OPs post was flagged. I have also seen this on multiple ocations. To me this is REALLY fishy. Since the janestreet fraud there has been a massive campaign online to down…

  2. comment
    Comment #49131974

    So immigrants flooded the border, and then noticed they never actually left Africa? What kind of dumb is this?

  3. comment
    Comment #49131959

    Java? No thanks. I have some horrible memories from the ugliness, verbosity of Java. The cherry on the cake is the huge hog of an runtime called the JVM. Also java semi-forces you …

  4. comment
    Comment #49131872

    Go never was "no generics". It had generics rusted in from the get-go, but never implemented them as it was a complex feature and one that made the compiler slower. Im glad they wa…

  5. comment
    Comment #49056187

    Thats pretty limited. How do i buy a car with monero? A house? How about can i pay for medical treatment with monero?

  6. comment
    Comment #49056178

    > WikiLeaks and SecureDrop would disagree. This is just nonsense. You can also then argue we should ban email. I can get an anon throwaway email and send some leaked document that …

  7. comment
    Comment #49017667

    Why would P2P/E2EE software be banned? Makes no sense to even compare that to crypto. Its like saying we ban C because the bitcoin is written in it. > Software that gets used to le…

  8. comment
    Comment #49017621

    I hear this over and over. What kind of privacy are we taking about here? You mean X gives Y 100 bucks in cash privacy? Or purchasing a house where there is no paper trail, no know…

  9. comment
    Comment #49017490

    We can send normal FIAT pretty much anywhere in the world, instantly. There might be some places that are truly out-of-reach, but at the same time, crypto is probably not working t…

  10. comment
    Comment #49016078

    [flagged]

  11. comment
    Comment #48989784

    Jane street was/is a top user of ocaml, they kind of flushed their reputation down the toilet with they massive fraud in the asian markets. IIRC the entire company got banned from …

  12. comment
    Comment #48580481

    Thats pretty sweet. How does the repl work? Does it compile to Go, then execute? Or does it ship with a full vm? Most go repls are really slow because they need to compile/execute …

  13. comment
    Comment #48500951

    Why is this not the default? I removed homebrew years ago, because it was just full of nasty surprises like this. Does homebrew still share dependencies? Previously you could not h…

  14. comment
    Comment #48407693

    Paywalled.

  15. comment
    Comment #48403718

    Ocaml is just an ML in the traditional sense. It keep scope without curlies. There is really not much else to it.

  16. comment
    Comment #48403694

    Lisette actually looks really nice! I huge improvement over Go (even i am really fond of the go runtime)

  17. comment
    Comment #48275772

    There is many "like react" things out there. I avoid full fledged frameworks like the pest, but something like solid.js is probably the one that matches how i think of webdev.

  18. comment
    Comment #43410757

    I have aliases for these kinds of general things (in vim) for most languages i use. Eg. if im inside a typescript file i have a mapping produces if ($obj) { $ } and i tab to enter …

  19. comment
    Comment #43065496

    Why is the only PHP defence i hear always the same "use a framework!". I did those for decades, and they always end up sucking. Either you need to hack around them, they have shitt…

  20. comment
    Comment #43065466

    Last time i looked PHP still had no generics, and the "typesystem" is mostly a joke. All the builtin functions still have no namespaces, and no forced types. PHP still coerces stri…

  21. comment
    Comment #43065442

    Real numbers is hard to measure with PHP. This is because of the weird world of CMS systems (like wordpress). From all PHP code out there WordPress is most likely taking 80% of all…

  22. comment
    Comment #42631751

    Indeed. Ocaml is GC'd, and that makes the implementation different. However, the question was about compile times, and i dare to say Ocaml is one if the fastest ones out there, eve…

  23. comment
  24. comment
    Comment #42547622

    Some issues with pagination. I would recommend a non limit offset combo. Right now i get an error: "You tried to access /world/" when manually change the offset.

  25. comment
    Comment #42355449

    My first impression was the same. Mostly from the screenshots, each one had multiple places with an "emacs" text element. If this is not bound to emacs, what the hell is the emacs …