HackerTrans
トップ新着トレンドコメント過去質問紹介求人

badthingfactory

no profile record

コメント

badthingfactory
·4 か月前·議論
I appreciated the notification at the top of the screen because it prompted me to disable every single copilot feature I possibly could from my account. I also appreciated Microsoft for making Windows 11 horrible so I could fall back in love with Linux again.
badthingfactory
·4 か月前·議論
You probably made the right decision. In my opinion, DHH is underselling how terrible the keyboard on the Dell XPS is. I bought the lunar lake XPS and I hate the keyboard so much, I turned it into an expensive Jellyfin server and bought a $275 thinkpad T14 on ebay to use instead. Maybe the keyboard on the panther lake version is better, but my fingers just get lost with the flat keys. In addition, they are super low-travel and mushy. I gave it a few months and just couldn't handle typing on it anymore.
badthingfactory
·6 か月前·議論
StackOverflow answers are outdated. Every time I end up on that site these days, I find myself reading answers from 12 years ago that are no longer relevant.
badthingfactory
·8 か月前·議論
I avoid Teams as much as possible, but when I have to join a Teams meeting the PWA works fine.
badthingfactory
·5 年前·議論
> That was in 2018... That's the _average_ person who is making a video game.

The average person who was making a video game was upset at themselves for putting non-conventionally attractive females in the games they were making?
badthingfactory
·9 年前·議論
I understand Redux, have used it many times and have read the source code. I don't understand the argument that it is "basically is the same thing as having a root component handle all your state".

It's that plus actions, reducers, dispatcher, middleware, and HoCs for connecting components to global state. So it's not basically the same thing at all.
badthingfactory
·9 年前·議論
> It is essentially Redux, only much worse the more complex your app is.

so... not at all like Redux then. C# is essentially Python except it has different syntax and static typing.
badthingfactory
·9 年前·議論
If that was "essentially redux", redux would have no reason for existence.
badthingfactory
·9 年前·議論
You have a root component. Run the interval within that component where you have access to state.