Live data from Hacker News

Viewing profile — sidlls

sidlls

HN member
Joined
Fri, Aug 19, 2016, 11:18 AM UTC
HN karma
10,891
Public activity
3,712 items

About sidlls

No profile information was provided.

Recent public activity

  1. comment
    Comment #39998012

    It wouldn't surprise me. This city is corrupt as hell.

  2. story
  3. comment
    Comment #39296809

    I must not be human. For factual information of this sort I just prefer the information. The story is irrelevant and usually too mundane to be bothered with

  4. comment
    Comment #39296801

    I always thought this was for two reasons: one as you say is to show the plumbing works, the other is because not passing the meconium (combination of stuff ingested while in the u…

  5. comment
    Comment #39270515

    I’ve been in cat 1 and cat 2 storms. They’re awesome in their power for destruction. I’ve evacuated from a category 4 storm, which did a huge amount of damage in the city when it h…

  6. comment
    Comment #39173475

    EM’s vector fields formulation is fairly straightforward: it’s all curls and divergence. Any 3rd (-ish) semester undergrad multivariate calculus course is likely to cover it in suf…

  7. comment
    Comment #38999895

    I'm American. I've been in two economic classes: dirt poor (as in, more or less homeless, when I was a child, for a bit) and now on the low end of rich (net worth in the mid 7 figu…

  8. comment
    Comment #38947303

    This is ridiculous. Set aside the (incredibly optimistic, to be charitable) thinking that is going into the acceleration of these probes. The astronavigation itself is hugely quest…

  9. comment
    Comment #38947259

    At 0.25c the probes would blast through the centauri system in minutes. Hardly enough time to collect data more useful than what we already can sitting here practically stationary,…

  10. comment
    Comment #38939242

    It does not have 0 performance impact, it's not rare, and in applications that are in the hot path, error handling is also in the hot path.

  11. comment
    Comment #38935433

    That "detail of implementation" is what is used by user code, e.g., `myError.As(...)` uses reflection, implicitly.

  12. comment
    Comment #38935386

    https://cs.opensource.google/go/go/+/refs/tags/go1.21.6:src/...

  13. comment
    Comment #38935363

    I really appreciate the lack of magic in go's error handling. I do not appreciate the specific implementation of errors in go. It's inefficient (`reflect` is all over the place) an…

  14. comment
    Comment #38920561

    Some tech is. Meanwhile large tech companies that are actually innovating (FAANG, near-FAANG, and FAANG-adjacent companies) are not. My comp has never been higher, and we're hiring…

  15. comment
    Comment #38919851

    It does take a long time, and also "real life" immersion, to learn a language deeply. It's the immersion part that Duolingo doesn't do well if at all. So it has to artificially slo…

  16. comment
    Comment #38901743

    I think the argument is generally that most applications' "complex interactions" are artificial contrivances and are unnecessary. I certainly think so.

  17. comment
    Comment #38901180

    How is SPA a simpler starting point? It requires more code and more abstractions in the client from the onset. One might argue that that complexity would just exist in the backend …

  18. comment
    Comment #38894711

    It will come out in the NTSB report, if it's true. Though that will take quite a bit of time.

  19. comment
    Comment #38894640

    Please stop moving the goalposts. Iterating on the past is different from thieving entire designs, and you know it.

  20. comment
    Comment #38894580

    Because it demonstrates a theft of tech and design, which puts their credibility and integrity in question. Is the derivative safe (actually safe, not government-of-China wanting a…

  21. comment
    Comment #38891540

    We have yet to see if AI can produce good, new content the way humans can. I'd consider it a problem if mass-produced AI stuff makes it even harder to surface that content.

  22. comment
    Comment #38891358

    That really depends on what you mean by "machine learning system." For a business, implementing some researched algorithm and essentially using a template? Sure, it's possible. The…

  23. comment
    Comment #38891327

    I've been to a few countries outside of Europe and the US. Obesity and lesser but unhealthy fatness may not be as widespread yet there, but they're not that far behind. Also, what …

  24. comment
    Comment #38890938

    Rust and Go both provide features to implement code in an OO-ish way: traits and interfaces. I just code in Rust as a hobby but I code in go professionally. The go codebases I work…

  25. comment
    Comment #38890920

    If your point is that the physicist should partner with someone who is a "professional programmer" ("carpenter") to do the coding, I couldn't disagree more, speaking as a former re…