HackerTrans
TopNewTrendsCommentsPastAskShowJobs

badthingfactory

no profile record

comments

badthingfactory
·4 месяца назад·discuss
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 месяца назад·discuss
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 месяцев назад·discuss
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 месяцев назад·discuss
I avoid Teams as much as possible, but when I have to join a Teams meeting the PWA works fine.
badthingfactory
·5 лет назад·discuss
> 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 лет назад·discuss
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 лет назад·discuss
> 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 лет назад·discuss
If that was "essentially redux", redux would have no reason for existence.
badthingfactory
·9 лет назад·discuss
You have a root component. Run the interval within that component where you have access to state.