Live data from Hacker News

Viewing profile — edwintorok

edwintorok

HN member
Joined
Tue, Feb 19, 2013, 1:25 PM UTC
HN karma
5,779
Public activity
1,069 items

About edwintorok

Mastodon: https://discuss.systems/@edwintorok

Recent public activity

  1. comment
    Comment #42846927

    Do you have a link to the 'Small Android Phone'?

  2. comment
    Comment #42234542

    With OCaml 5 and effects it might be possible to use direct style, and rely on effect handlers to schedule IO. Here is an example of how structured concurrency in OCaml could look …

  3. comment
    Comment #42234481

    That can be indeed very confusing when you initially learn the language. However there are 3 things that can help: * An auto-formatter (ocamlformat integration in your editor, or o…

  4. story
  5. story
  6. comment
    Comment #41551099

    Lets try it on itself: > add bullshit: Paste crap, get truth. Output: > Revolutionize your digital content strategy by leveraging our cutting-edge AI-powered semantic transformatio…

  7. comment
    Comment #41490763

    TCP has a lot of offloads that may not all be available for UDP.

  8. comment
    Comment #41479030

    How do you find out what that keyboard shortcut is? I only found out when reading a similar article as the OP many years ago that complained about the removal of the textbox. Other…

  9. comment
    Comment #40785452

    Is there a case where Google Docs or LibreOffice cannot open a docx or pptx correctly? I haven't used Word or Excel since their '97 version. Even at work I can't remember a situati…

  10. comment
    Comment #39739387

    https://www.phoronix.com/news/AMD-Zen-4-LbrExtV2 LBR is supposed to work on AMD too, except it doesn't. I'll have to open a bug report (it records the data, it just can't parse it …

  11. comment
    Comment #39734001

    You probably already know, but with OCaml 5 the only way to get flamegraphs working is to either: * use framepointers [1] * use LBR (but LBR has a limited depth, and may not work o…

  12. comment
    Comment #39012346

    Interesting, I had the opposite experience: the GUI was very slow and nearly unusable on most RISC-V boards that I have, except the LicheePi4a. But that is probably just due to the…

  13. comment
    Comment #38937760

    The description of interaction nets sounds a bit like hash-consing, with some extra optimisations.

  14. comment
    Comment #38868613

    XenServer | (Senior) Software Engineer - Xenserver toolstack | ONSITE (Cambridge, UK) https://www.xenserver.com/story We build and ship a Linux distro that runs on Xen as its contr…

  15. comment
    Comment #38791879

    If you overtrain the model may include verbatim copies of your training material, and may be able to produce verbatim copies of the original in its output. If Microsoft truly belie…

  16. comment
    Comment #38791807

    They are not the only ones to sue. There is also a class action: https://githubcopilotlitigation.com/

  17. comment
    Comment #38791792

    It is questionable whether that filtering mechanism works, previous discussion: https://news.ycombinator.com/item?id=33226515 But even if it did an exact match search is not enough…

  18. comment
    Comment #38390904

    Small nitpick: Next version of Citrix Hypervisor is now called Xenserver again, see https://www.xenserver.com/story Disclaimer: I work here

  19. comment
    Comment #38390891

    Xenserver is not part of Citrix anymore. It is a sibling business unit, part of its parent company Cloud Software Group. See https://cloud.com and https://www.xenserver.com/story D…

  20. comment
    Comment #38390857

    Memory and storage live migration across hosts and pools is possible with Xen too. See VM.pool_migrate and VM.migrate_send https://xapi-project.github.io/xen-api/classes/vm.html . …

  21. comment
    Comment #37889877

    Thanks for pointing these out. I was not sure whether I should wait for Horse Creek or get the MilkV now, but with all these bugs I'd rather wait and see which one will be less bug…

  22. comment
    Comment #36769175

    Why gzip, and not a more complex compression algorithm like 'xz'? Or if you want it to be fast then 'zstd' or 'lz4'. Gzip is an odd choice: is it neither the highest compression ra…

  23. comment
    Comment #36569616

    This doesn't use io_uring so it might be possible to make this go even faster these days...

  24. story
  25. comment
    Comment #35944566

    Distrobox also works on top of other distributions like Ubuntu.