Live data from Hacker News

Viewing profile — univerio

univerio

HN member
Joined
Wed, Nov 26, 2014, 1:07 AM UTC
HN karma
130
Public activity
41 items

About univerio

No profile information was provided.

Recent public activity

  1. comment
    Comment #47461232

    I think just written in an ambiguous way: "dish" here refers to the food contained in the vessel and not the vessel itself.

  2. comment
    Comment #43039942

    If you have coax, I've found MoCA to be more reliable than powerline.

  3. comment
    Comment #40094235

    Yes! But for me it's very rare (< 1/yr) and I'm like a kid in a toy store every time I get to bust it out. My employer uses squash commits so that's not a problem for us, but you'r…

  4. comment
    Comment #37155389

    It seems to resolve against 1.1.1.1 but not 8.8.8.8. $ dig www.hackingbutlegal.com @1.1.1.1 ... www.hackingbutlegal.com. 1730 IN CNAME target.substack-custom-domains.com. ...

  5. comment
    Comment #31657918

    There's a specific PD profile (15V IIRC) that your charger needs in order to be able to power the dock, and older MacBook chargers didn't have it.

  6. comment
    Comment #29834499

    stdlib rbis are shipped with Sorbet. A limited selection of gem RBIs are available at https://github.com/sorbet/sorbet-typed .

  7. comment
    Comment #29643678

    +1 on making video better. The janky video feature feels like such an afterthought compared to the impeccable screensharing/pairing feature. I've had to resort to using Tuple with …

  8. comment
    Comment #26545516

    It does read a bit absurd with the over-the-top proper nouns, but this being the author's description of their past beliefs led me to interpret this as their being self-critical ab…

  9. comment
    Comment #24654109

    The Switch dock requires the 15V PD profile, which the (old) 61W adapter from 2016 did not support, but the newer 61W adapter from 2018 does.

  10. comment
    Comment #22269191

    I assume it's doing `(N-2)(N-3)/2 + 2N - 3` instead of `N(N-1)/2` due to overflow concerns? But couldn't `(N-2)(N-3)` also possibly overflow, just supporting a larger range of `N`?…

  11. comment
    Comment #21064991

    I assume an example of a "life-simulation" game is the Sims? What are "hidden-object" games?

  12. comment
    Comment #20026099

    What are the proper abstractions necessary?

  13. comment
    Comment #19884282

    > you carefully dump acid on them, and you visually extract the ROM data. Super interested in how that works. Do they literally map out the chip at a transistor/gate level?

  14. comment
    Comment #19600882

    You could use it if available, and fall back to existing behavior if not. (Not sure if it would be faster, but probably worth experimenting with.)

  15. comment
    Comment #19565083

    This is a great technique; I learned it in David Gries' Intro to CS at Cornell, but a lot of my classmates didn't think so, which elevated this to meme status at Cornell: https://q…

  16. comment
    Comment #18850162

    Unfortunately JSON.stringify makes no guarantees about the order of keys in an Object, so that can break in subtle ways.

  17. comment
    Comment #18847832

    For JS, implement a Map data structure that is keyed by the value (not identity) of arbitrary objects.

  18. comment
    Comment #18720808

    > [...] he did it because Amazon has an incentive program that pays drivers $5 for each undelivered package they return. Not sure I understand the program and how it benefits Amazo…

  19. comment
    Comment #18623569

    Does this mean we can finally login to U2F-required Google accounts from iCal?

  20. comment
    Comment #17824343

    Are you familiar with the term "human resources"?

  21. comment
    Comment #17305464

    This looks like a step in the right direction. I can't seem to find a polyfill though -- do you have a link to that?

  22. comment
    Comment #17022464

    Russia = purple SEA = teal Africa = blue

  23. comment
    Comment #15368585

    Is it just me, or is the I-bar cursor positioning off? The "point" seems to be top-left corner (like a arrow cursor), when it should be the center. Also, a typo: > If you needed a …

  24. comment
    Comment #12839581

    It's Ff (capital F, lowercase F). Don't know why there's a difference between big and small 口, though.

  25. comment
    Comment #12139998

    Put simply, AFAIU, it's the pattern of TCP packet sizes. OpenVPN, for example, has a very recognizable handshake that makes it prone to detection. This post goes into some of the n…