Viewing profile — bitblender
bitblender
HN member- Joined
- Thu, Jun 15, 2023, 5:25 PM UTC
- HN karma
- 78
- Public activity
- 14 items
- HN profile
- View on Hacker News ↗
About bitblender
No profile information was provided.
Recent public activity
-
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 …
-
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…
-
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…
-
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…
-
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…
-
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 …
-
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…
-
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…
-
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.
-
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 …
-
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…
-
comment
Comment #36364580
[flagged]
-
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 …
-
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 …