Live data from Hacker News

Viewing profile — c-cube

c-cube

HN member
Joined
Thu, Apr 06, 2017, 6:24 AM UTC
HN karma
1,379
Public activity
406 items

About c-cube

No profile information was provided.

Recent public activity

  1. comment
    Comment #48942485

    definitely not suitable for runtimes. After all, OCaml's own runtime is in C, not OCaml! For compilers I agree it's a fine choice.

  2. comment
    Comment #47991836

    That's very uncharitable. Crypto has been extremely useful for all sorts of grifters and enabled separating fools from their money at true web scale.

  3. comment
    Comment #46274779

    It's a bit unfortunate that [1] doesn't seem to mention Fleece[2], since Fleece is an already existing, solid format with very similar properties (JSON-compatible data format, uses…

  4. comment
    Comment #46113755

    That's what Twirp ( https://github.com/twitchtv/twirp ) is about. Protobuf or JSON, over any HTTP, with a simple URL schema. It's fairly simple.

  5. comment
    Comment #44263395

    I'm worried this person is going to experience a Yak overflow, honestly.

  6. comment
    Comment #43343073

    So many little things for parents. Your list is good. I was also struck by "early baby", for example, for subtext children will only get when they re-watch in 20 years.

  7. comment
    Comment #43061639

    Lighters cars, electric bikes, more trains on steel tracks...

  8. comment
    Comment #43054702

    So you can't even debug or check the LLM's output for correctness? Good luck with that. If anything, the best use for LLMs is to produce code in very strong languages like Lean, wh…

  9. comment
    Comment #43024986

    Thank you for sharing. What a terrifying experience. I hope you get some help to deal with the trauma.

  10. comment
    Comment #42995500

    Thank you, not surprising it's the nordic countries. I can't imagine this in the US but I'm glad to learn some places pull it off.

  11. comment
    Comment #42994864

    Where do you see sunshine? Are the "audits" public at all? It's indistinguishable from just having Musk kill every agency he dislikes with no further proof, while siphoning data to…

  12. comment
    Comment #42994805

    Can you point to a country that publicly releases everybody's tax returns, as a policy? I know some countries that release elected officials' returns, but not those of common peopl…

  13. comment
    Comment #42976591

    TIL, thank you.

  14. comment
    Comment #42972430

    You think that individual choice is the one and only way to fix climate change? The new regime's policy is "drill baby drill". That's a lot more impactful than people electing not …

  15. comment
    Comment #42969458

    Why does this one man, then, work for a government bent on ignoring science and denying climate change? I'm just laughing at the idea that the grievances are "petty" when the guy i…

  16. comment
    Comment #42938828

    I sincerely hope this is satire (it sure is very HN in nature). "AI" in its current generative incarnation is prone to hallucinations/confabulations that cannot be avoided. In what…

  17. comment
    Comment #42900766

    Another (small) plane crashed in Philadelphia today. That's two in a couple days.

  18. story
  19. comment
    Comment #42760681

    Maybe you're right, that's quite sad. I found dasl.ing to be quite nice and simple as a foundation for dCBOR42, without needing the full ipfs craziness. Oh well.

  20. comment
    Comment #42759861

    I think they should have not reinvented the wheel ;-) and use dCBOR42, which has an actual canonical form. But somehow people like to use json in places where it's shown again and …

  21. comment
    Comment #42752892

    Can nostr be used for the same form of social network as bluesky (ie, a twitter clone)? It seems that it would only show messages from people the user explicitly follows, for examp…

  22. comment
    Comment #42528576

    A paper passport can be valid for 10 years (maybe more, I'm not sure). It can be stashed in a safe. It can be left alone for several years and be picked up just before leaving for …

  23. comment
    Comment #42372143

    It's not "obviously" typed. Values in python have (runtime) types, sure. But contrast that with a statically typed language in which expressions (and functions) have types. Express…

  24. comment
    Comment #41978460

    It's not really clear that functional style is easier/closer to proofs, tbh: https://hillelwayne.com/post/theorem-prover-showdown/ :-). There's absolutely a constructivist form of …

  25. comment
    Comment #41978417

    I want to disagree, but honestly the recursive method I tend to use is almost isomorphic to a loop + stack/deque. Eager elimination of `x=t` pairs, or eager normalization of substi…