Live data from Hacker News

Viewing profile — my_new_account0

my_new_account0

HN member
Joined
Sun, Aug 20, 2023, 11:50 PM UTC
HN karma
-1
Public activity
3 items

About my_new_account0

No profile information was provided.

Recent public activity

  1. comment
    Comment #37205182

    [flagged]

  2. comment
    Comment #37204619

    Unless things have changed and Ruby has stream fusion now, this is bad advice for scale. You are iterating over a fat object multiple times. Even if its uglier its much better in t…

  3. comment
    Comment #37204064

    Yes. The OP's post is basically "baby's first API." The are a very handy API but relying on them at scale is much less efficient than structs or arrays. This post doesn't even go i…