Live data from Hacker News

Viewing profile — bitblender

bitblender

HN member
Joined
Thu, Jun 15, 2023, 5:25 PM UTC
HN karma
78
Public activity
14 items

About bitblender

No profile information was provided.

Recent public activity

  1. comment
    Comment #43752155

    Plagiarism is theft because it does take something away from the original author (attribution). Plagiarism and piracy are different concepts. Making a copy and forking the code is …

  2. comment
    Comment #39692824

    I want to call my Uncle Steve in Melbourne. What time DOES THE SUN RISE there? Google tells me it happens at 7:17am. It is currently 4:25am. It's probably best not to call right no…

  3. comment
    Comment #37772078

    For starters, "the world is flat" is falsifiable and trivially disproven with evidence. "Dynamic types are better" is neither of these. If you're going to pin someone's professiona…

  4. comment
    Comment #37770034

    Again, I don't mean "personal" in the sense that you are making a statement about someone's worth as a person. It's "personal" because you extrapolate information about an individu…

  5. comment
    Comment #37769921

    It is "personal" if you attach someone's technical opinion to broader implications about their own competence. If you disagree with a technical opinion, say so and move on, there i…

  6. comment
    Comment #37764977

    I don't consider it productive to be personal about technical topics. It's best to divorce yourself and the other party from the issue to limit as much bias as possible. You don't …

  7. comment
    Comment #37436455

    Disliking async/await does not make someone "generally bad at programming". This is a childish ad-hominem mindset that has no place in technical debates. Rust's decision to adopt a…

  8. comment
    Comment #37311185

    I think your disagreements are valid, but I don't think it is fair to say this is an amateurish take or infer the author's level of experience. Your example of unnecessary inherita…

  9. comment
    Comment #37250714

    Bun is apparently targeting September 7th for a 1.0 release. I also have concerns about delivering a stable api using a language that doesn't have one yet.

  10. comment
    Comment #37249640

    >That 'balance' is not for everyone - but crucially it is what some people want I've never seen anyone that could sustain an 80+ hour per week grind and make it out without severe …

  11. comment
    Comment #36540873

    Is there a way to disable arbitrary I/O in macros? I would like to use this feature to compute lookup tables and inline the results of pure functions, but I really really do not wa…

  12. comment
    Comment #36364580

    [flagged]

  13. comment
    Comment #36359016

    Yes really. The fact that you can "often just return an object straight from the database" and have it fulfill the functional requirements of your client is just a coincidence, or …

  14. comment
    Comment #36344013

    In this case SignupRequest is your contract representation, Account is your storage representation, and the "backend code path" is the transformer/napping layer. >I don't have two …