Live data from Hacker News

Viewing profile — ultrafez

ultrafez

HN member
Joined
Sun, Mar 24, 2013, 3:08 PM UTC
HN karma
156
Public activity
85 items

About ultrafez

No profile information was provided.

Recent public activity

  1. comment
    Comment #44826486

    I've seen the term "request coalescing" used to refer to a technique to minimise the impact of cache stampedes. Protects your backend systems from huge spikes in traffic caused by …

  2. comment
    Comment #43613579

    There are many types of request that cannot be made with client-side JS alone, but for those that can, the ability to send those requests client-side would be handy.

  3. comment
    Comment #43242042

    Anecdotally, I've heard the term "doomscrolling" being used by a reasonable number of different people in different circles to refer to passively consuming "bitesize" content (e.g.…

  4. comment
    Comment #42976911

    This is very cool - I haven't seen anything like it before. I've spent about half an hour noseying at places I've lived or considered living, fascinating. The view of changing hous…

  5. comment
    Comment #42877132

    What model are you using now that fixes the issues you experienced on your 735xt?

  6. comment
    Comment #42272785

    We're conflating the Ninja Creami with Ninja's smoothie makers and blenders - they are separate product lines

  7. comment
    Comment #42051196

    Is the project named spinup or rallyup? The HN post title differs from the GitHub repo

  8. comment
    Comment #42008557

    People might not buy a game if they don't think they'll get a fair play experience.

  9. comment
    Comment #41987023

    The poke feature is back! It was re-introduced this year some time.

  10. comment
    Comment #41904129

    It also seems reminiscent of KSQL - consuming multiple input topics, and producing output to a topic defined using a query written in a SQL-like language that defines how the input…

  11. comment
    Comment #40715808

    Meta point - this page has one of the nicer "snap" scrolling mechanisms I've seen on Mac with a touchpad - scrolling still feels natural, but when I let go it snaps to a single sli…

  12. comment
    Comment #40354634

    Strange. It shouldn't alert you unless the AirTags aren't connected to their own phones - do they leave their phones behind when going for a walk?

  13. comment
    Comment #40237891

    This objectively makes the world a worse place. I challenge you to come up with any ethical angle that supports your work on this product.

  14. comment
    Comment #36789451

    Your first point is almost a meme at this point - so many products can be written off as pointless with the statement: > As a [type of tech person], [product] is completely unneces…

  15. comment
    Comment #34226134

    Some of the cost might come from buying a computer suitable for video editing, which I can imagine could be a couple of thousand dollars.

  16. comment
    Comment #32140332

    The thing I'm most impressed and surprised about is that archive.org runs a Windows 3.1 emulator in the page, so you can actually use the program. I fully expected it to just be in…

  17. comment
    Comment #31479722

    Capitalism.

  18. comment
    Comment #26712105

    haveibeenpwned.com does not use the k-anonymity method that you've described when searching for phone numbers: https://www.troyhunt.com/the-facebook-phone-numbers-are-now-...

  19. comment
    Comment #26594447

    A fun problem on a Mac is that if you're using APFS for your filesystem, if it fills up, you can't delete any files. It's caught me out a handful of times, and each time, the only …

  20. comment
    Comment #25468991

    > There's more than one way to do it (TMTOWTDI or TIMTOWTDI, pronounced Tim Toady) is a Perl programming motto. https://en.wikipedia.org/wiki/There%27s_more_than_one_way_to...

  21. comment
    Comment #25360600

    You being vaccinated only cuts off the path that the virus can take to somebody if the vaccine gives you sterilising immunity - otherwise, it may just prevent you experiencing dise…

  22. comment
    Comment #25360460

    On the whole, I agree that the adoption of QR codes more widely is a good thing - they are a useful tool to solve a certain class of problems, but in pre-COVID times, they often we…

  23. comment
    Comment #25125777

    And now, we've reached equilibrium again: every major social network now has stories.

  24. comment
    Comment #23173318

    There's an option in the Preferences to "Show a badge on Slack's icon to indicate new activity" which, when unchecked, may stop the behaviour you're describing.

  25. comment
    Comment #23020743

    Using a lambda to route requests to other lambdas would result in you effectively doubling your Lambda cost, as your routing lambda would sit idling while waiting for the target la…