Viewing profile — atom_arranger
atom_arranger
HN member- Joined
- Thu, Oct 29, 2015, 2:08 PM UTC
- HN karma
- 317
- Public activity
- 227 items
- HN profile
- View on Hacker News ↗
About atom_arranger
No profile information was provided.
Recent public activity
-
comment
Comment #49187034
The other challenge with real people is the emotional aspect. Easier and faster to tell ai the code it wrote is terrible and needs to be redone completely, or maybe you just end th…
-
comment
Comment #49013532
I don’t have a lot of experience related to this so I’m just noting some things. Some people in this thread don’t seem to think it’s that hard or overcomplicated. When reading Desi…
-
comment
Comment #49011408
Can you elaborate on 4 a bit, are you saying to always use event sourcing, or something like it?
-
comment
Comment #48552218
I'm not claiming everyone uses the terms this way but for your consideration: Geeks - Obsessed over fictional world(s). Nerds - Obsessed over the real world (or a specific part of …
-
comment
Comment #48265018
Breaking and entering is to immigrating as pickpocketing is to taking my stuff. Sometimes immigration is legal. Sometimes taking my stuff is legal. There’s often overlap between le…
-
comment
Comment #48250708
a. Opposed to someone taking my money against my will and the law just because they want to, “for a better life”. b. Not opposed to someone taking my money in exchange for goods or…
-
comment
Comment #48195244
An alternative chain of events might be one where OpenAI, Inc. only operated through income and donations, which would probably lead to them scaling more slowly. They could also ta…
-
comment
Comment #48185801
The interested parties would be taxpayers. I think some groups are trying to look into it. The issue is that they did R&D as a charity, donations to which are tax deductible, there…
-
comment
Comment #48183786
Aside from the disagreements between these parties, what about the precedent of running a non-profit, and then transferring all IP to a for profit when it’s convenient to do so? I …
-
comment
Comment #44955179
The anti piracy stance would be making it illegal for a surgeon/person to copy the procedure another surgeon invented without payment. Copying does not require additional labor fro…
-
comment
Comment #44557327
Tesla was built on American R&D and manufacturing and is competitive in terms of cost and features. It’s probably easier to not innovate and go for almost guaranteed short term pro…
-
comment
Comment #44524802
This kind of specialization can be bad for factory workers as well. Doing the same motion over and over can lead to repetitive stress injury. I think it's true for any worker that …
-
comment
Comment #44394241
That’s an interesting point, I do often hear about being near a rail line as being a benefit for property values, but you don’t usually hear the same thing about being near an airp…
-
comment
Comment #44380517
I would have thought this as well. Looking at a trip from Fukuoka to Tokyo though. Shinkansen takes 5 hours and costs about $200. An economy flight is around $50 and takes less tha…
-
comment
Comment #38929492
https://www.rockstargames.com/careers/openings/position/5761... "Scrum", "Agile", "Lean". The devs were may have been too busy "sprinting" and getting their assigned tickets done t…
-
comment
Comment #38503126
I’ve never thought much about it, always consider it’s just a percentage. I am in Canada but it’s pretty much the same. Googling “tipping buy one get one” turns up this snippet fro…
-
comment
Comment #38495173
They calculate tips after fees and before discounts, so customers are tricked into tipping more. First noticed this after getting a buy one get one free deal and seeing a tip calcu…
-
comment
Comment #38435468
What should Prettier should do in this case? I think we can all agree there should be a line length limit, it has to enforce it eventually. You could say “it’s just a couple more c…
-
comment
Comment #34555693
I was with you until you said “make me Facebook for dogs”. I think a sufficiently pattern recognizing AI could probably make a somewhat useful/accurate application from that prompt…
-
comment
Comment #34395092
I usually tend to do the refactoring without asking permission. Just spend 20% of my time on it, get it done, definitely pays off. I tend to be pretty productive generally and with…
-
comment
Comment #34364590
IMO TypeScript nudges you away from bad patterns. If it’s a mess to type it, it’s probably a mess in general. If you are in a very rare situation and think you know better then the…
-
comment
Comment #34335722
I tend to jump to the opposite conclusion. If a name is cute I assume it’s something open source, named for marketing or SEO. If a name is descriptive I assume it’s probably intern…
-
comment
Comment #34328957
Could not disagree more.
-
comment
Comment #34180831
Potentially can’t notify either if you don’t have a UA string
-
comment
Comment #33881814
- Keep your code reasonably clean - Use strong typing - Make sure your tests don't test implementation details if possible - e.g. using more integration like tests written with rea…