Live data from Hacker News

Viewing profile — ab111111111

ab111111111

HN member
Joined
Sun, Feb 07, 2021, 3:58 AM UTC
HN karma
82
Public activity
21 items

About ab111111111

No profile information was provided.

Recent public activity

  1. comment
    Comment #29652354

    To code well, you need to be able to write well too. If your code isn't clearly written it can't be understood and it can't be maintained. Writing well isn't a "nice to have" for d…

  2. comment
    Comment #28331044

    Healthy foods (e.g. fresh fruit and vegetables) being more expensive than unhealthy ones (e.g. McDonald's) is one of the structural incentives causing increased obesity in the US. …

  3. comment
    Comment #28223593

    I'd add: 4) Changes to the replacement format should be human-readable in a diff

  4. comment
    Comment #27325809

    Sure. You could and should do that if you can. But, as you say, it'll still only work for one narrow definition of "dirty" and another, equally narrow, definition of "clean".

  5. comment
    Comment #27324142

    I think a large part of the problem is that the Tolstoy "All clean data is clean in the same way, but all dirty data is dirty in its own way" riff is itself an over-simplification.…

  6. comment
    Comment #27261540

    I think the author's underlying point is that all of the decentralised applications she's talking about rely on their having a large number of users communicating with one another …

  7. comment
    Comment #27230047

    I think it may be more a "monolinguals are hard to understand in a lingua franca situation" issue. It just happens that a lot of English speakers are monolingual compared to speake…

  8. comment
    Comment #27175731

    Fantastic. An N dimensional error-handling space. That's exactly what Python is lacking.

  9. comment
    Comment #27128845

    Quite. Who are mere German public officials to question the rectitude of an organisation as august as Facebook?

  10. comment
    Comment #27011858

    Isn't that already the case, though? There's already a minimum wage in the US. The debate is about increasing the minimum wage, not creating one.

  11. comment
    Comment #27007091

    The whole point of a minimum wage increase is that it will increase all restaurants' wage costs to the same degree, at the same time. Meaning that going "down the street", potentia…

  12. comment
    Comment #26944600

    There's a whole world of outsourcing shouting angrily at people over the phone. That's what call centres are. And their workers normally cost a lot less than CEOs.

  13. comment
    Comment #26944552

    Sure. Quite. But why not try developing an AI to replace them that can make you a >5x return?

  14. comment
    Comment #26930259

    I think the Key phrase from that quotation is "thinking harder". A debugger gives you all of the programme's state as a kind of vast animation, so it's easy to start working with o…

  15. comment
    Comment #26729337

    Not insurmountable issues, in my experience: - Your commute is sufficiently short (I managed a 30k round trip every day at my last job. Took about 45 minutes each way.) - You have …

  16. comment
    Comment #26729109

    What major investment would be required from the city or developers to set up cycling infrastructure? Painting some cycle lanes onto the roads? Marking a few car parking places as …

  17. comment
    Comment #26463137

    What this seems to show is that CEOs in a particular sector often have expertise in that sector. And that Tech is currently the most highly valued sector as measured by market capi…

  18. comment
    Comment #26284696

    "Gambling occurs when you have a poor understanding of risk, resulting in either (1) negative expected value bets, or (2) poor bet sizing that leads to ruin." Not so. Top poker pla…

  19. comment
    Comment #26125224

    It's more a matter of "different languages force you to express different things". E.g. English forces you to specify subject and tense, while Chinese makes specifying such things …

  20. comment
    Comment #26053086

    As you indicate, Pandas is effectively another language, distinct from regular Python. E.g. it doesn't really use loops. So I think what irritates a lot of people about pandas is t…

  21. comment
    Comment #26052592

    Same here. Why re-invent SQL as a weird object system? I've also recently found that using the sqlite3 command line tool increases my productivity when doing data sciency stuff a l…