Live data from Hacker News

Viewing profile — emmanueloga_

emmanueloga_

HN member
Joined
Sat, Nov 16, 2013, 3:46 AM UTC
HN karma
2,857
Public activity
1,181 items

About emmanueloga_

Software Engineer @ Crunchyroll

https://emmanueloga.com

https://lobste.rs/~emmanueloga

https://mastodon.gamedev.place/@EmmanuelOga

https://bsky.app/profile/emmanuel-oga.bsky.social

Recent public activity

  1. comment
    Comment #49125344

    looks very well made, but I still prefer https://en.wikipedia.org/wiki/Elevator_Action !

  2. comment
    Comment #48915324

    Would it be hard to translate to Spanish? I'd love to share with some friends that love books but don't speak English!

  3. comment
    Comment #48320333

    Right! [0] Apparently there are not many standard connectors like these, but I found at least one [1] ... 0: https://www.zojirushi.com/blog/design-explained-our-easy-rel... 1: http…

  4. comment
    Comment #47359470

    The excessive size of Go binaries is a common complain. I last recall seeing a related discussion on Lobsters [1]. Who knows, maybe the binary could be shrunk a bit? IMHO 12mb bina…

  5. comment
    Comment #47011011

    good point, could be some 10 years ago now, I think...

  6. comment
    Comment #46955496

    I got into OCaml for a while, which naturally led me to try F#. What pushed me away back then was that the tooling lagged behind C#, especially in VS Code, and the C#/F# interop wa…

  7. comment
    Comment #46955304

    How about framing this in terms of two orthogonal axes the article doesn’t name: concurrency (actors) and continuity (durable execution). * Durable execution: long‑running, resumab…

  8. comment
    Comment #46594747

    I’ve been thinking that defaulting to durable execution over lower‑level primitives like queues makes sense a lot of the time, what do you think? A lot of the "simple queue" use ca…

  9. comment
    Comment #45976535

    Tried writing an electrostatic particle simulator in Turbo Pascal 7 with BGI as a teen, a handful of particles before it crawled. Then saw a galaxy collision sim on a CD-ROM magazi…

  10. comment
    Comment #45381657

    I haven't used ruby in more than a decade, but I remember there was always some controversy around the corner. Up next: Zed Shaw comes out from his cave, joins forces with the mumm…

  11. comment
    Comment #45246727

    Page Object Models trade off clarity for encapsulation. Concrete example [1]. They can make tests look "cleaner" but often obscure what's actually happening. For example: await pag…

  12. comment
    Comment #45099461

    How about... inlining children: const age = 40; const children = [ , , ]; return ; Rationale: single child elements are ubiquitous in web dev, but most JSX formatters will require …

  13. comment
    Comment #45045555

    I just found that someone posted a showHN for an utility to solve this issue [1]. I think this reinforces the idea that is something that could be built into verdaccio. -- 1: https…

  14. comment
    Comment #45043976

    I wonder if anyone use https://verdaccio.org/ to vendor packages? In theory for each package one could: * npm install pkg * npm pack pkg * npm publish --registry= https://verdaccio…

  15. comment
    Comment #44957792

    Explanation of what this does: https://github.com/steveruizok/perfect-freehand/tree/main?ta...

  16. comment
    Comment #44914947

    TIL about the Scanimate [1] [2]. -- 1: https://en.wikipedia.org/wiki/DVNO#Music_video 2: https://www.youtube.com/watch?v=i1aT_CqhyQs

  17. comment
    Comment #44690466

    In real projects I typically group the classes in a way that makes it easier to read, something like this: ... I currently do this manually but it would be nice to have some toolin…

  18. comment
    Comment #44677586

    There's been a lot of work in this area but no definitive answer, and few constructed languages speakers [1]. I imagine the wins may be marginal, similar to the wins in dvorak vs q…

  19. comment
    Comment #44675609

    I'm a fan of the app, one of those rare web apps that have been reliably there for more than 10 years and "just works". Today I found out it has been refreshed and its source relea…

  20. story
  21. comment
    Comment #44654187

    Not just height, anything that causes continuous repaints can become expensive. Search for "jank free" to find more resources on the subject, or check this oldish website [1]. -- 1…

  22. comment
    Comment #44424968

    Looks similar to https://github.com/kobalicek/mathpresso

  23. comment
    Comment #44286272

    Took me a while to find this [1]: "We’re building the next-gen operating system for AI agents." -- 1: https://sdsa.ai/

  24. comment
    Comment #44077080

    I like it! Suggestions: * Clarify relationship with https://hckrnews.com/ * Don't put the settings in localStorage, use URL params. That has a lot of usability improvements includi…

  25. comment
    Comment #44006448

    "I understood that the poet's work wasn't in the poetry; it was in inventing reasons for the poetry to be admirable. Naturally, that ulterior work altered the piece for him—but not…