Live data from Hacker News

Viewing profile — mnembrini

mnembrini

HN member
Joined
Fri, Oct 11, 2013, 11:36 PM UTC
HN karma
28
Public activity
23 items

About mnembrini

Mathematician and Software Dev.

marco.nembrini.co@gmail.com

Recent public activity

  1. comment
    Comment #45374695

    In Intellij if you open a PR it will highlight lines that have changed in the PR differently (even from multiple commits) and you can click on the colored border to see the version…

  2. comment
    Comment #45268525

    2 yes, although if you are splitting only one regular character the implementation doesn't use a Regen internally 3 is not an issue anymore since java 22 https://blog.jetbrains.com…

  3. comment
    Comment #42729596

    About workflow recovery: if I'm running multiple instance of my app that uses DBOS and they all crash, how do you divide the work of retrying pending workflows?

  4. comment
    Comment #38497329

    Interesting design but a bit hard to use on mobile :) will have to check it out later

  5. comment
    Comment #34335986

    To be fair if the fixes are trivial they shouldn't need any extra context from a ticket to understand

  6. comment
    Comment #32680452

    The direct links are giving a 404 for me

  7. comment
    Comment #32544082

    This seems exactly what you are looking for https://www.causal.app/

  8. comment
    Comment #30501374

    You want this https://github.com/bayne/dot-http

  9. story
  10. comment
    Comment #28353202

    There are some example links in this post about HATEOAS https://engineering.3ap.ch/post/using-hateoas-with-rest/ I think the main distinction according to the original paper is if …

  11. comment
    Comment #27024953

    D approach: https://maikklein.github.io/soa-d/

  12. story
  13. story
  14. comment
    Comment #26484055

    A Csv editor/viewer in Rust using druid. Very early stage, but the goal is to open large files (1 GB and over) easily and have some good filtering / sorting options. Excel stops at…

  15. comment
    Comment #26314694

    It's pretty hard to measure end-to-end delay, Nvidia is only getting to it now with https://www.nvidia.com/en-us/geforce/news/reflex-low-latency...

  16. story
  17. comment
    Comment #16627644

    There was an interesting CCC talk about N26 security in 2016 https://disruptive.asia/researcher-n26-security-gaps/ Their security seemed a bit lax back then

  18. comment
    Comment #15668871

    A nice trick for debugging code generated at runtime is temporarily adding a CC instruction at the beginning of your assembly function, so you don't have to care where in memory yo…

  19. comment
    Comment #15576485

    How does this compare to something like ccache?

  20. comment
    Comment #13577648

    You should take a look at https://catch-eye.com It's a plug-in on top of Skype that let's you make eye contact with the other person

  21. comment
    Comment #9212180

    Nice article. I'd like to point out that in the Pacman example the agent is only receiving a partial picture of the environment (details are in the video description), so it's unfa…

  22. comment
    Comment #8457937

    [0,1) = {x | 0<=x<1} is probably the simplest example.

  23. comment
    Comment #6536505

    Sociomantic is a German based company that does online real-time bidding and is using D to do it: you can find more info in their blogpost about Dconf 2013 with links to two talks …