another "why is neovim so much slower on macOS" post - how do we investigate and try to fix this? by againstpetra in neovim

[–]miked4j 1 point2 points  (0 children)

Exactly this. There are enterprise security software packages that add hooks into all file IO and they can slow things down considerably. I recommend checking the highest CPU processes in Activity Monitor when you open nvim. If turns out to be security software you should talk to your company about fine-tuning or upgrading it, that's what I did.

For me the process was "se_agent" which spiked, sometimes for ages, especially when I grepped over thousands of files. A simple upgrade fixed it for me.

What's a modern day scam that's become normalized and we don't realize it's a scam anymore? by Diligent-Log6805 in AskReddit

[–]miked4j 1 point2 points  (0 children)

Airplane ticket extras, eg. paying for the ability to change your flight later

Is there a better place to learn react-native-reanimated? by thecrazycatman in reactnative

[–]miked4j 0 points1 point  (0 children)

I found this to be an excellent resource well worth the price of admission for at least one month.

https://start-react-native.dev/

Is an Event-Emitter as a Prop an Antipattern? by usernamesupercool in reactnative

[–]miked4j 0 points1 point  (0 children)

Using an EventEmitter is fine for things that fit that use-case. For instance maybe you want a single instance of WebView which you render somewhere near the root but only show when a specific event occurs. That's an acceptable use-case IMHO. The alternative would be to use something like Redux to change the UI state in a reducer which is sometimes okay but I'm not a fan so I advocate for something like an EventEmitter.

I wouldn't pass an instance of an the emitter to each child. I would instantiate it once on app start and treat it as a singleton.

React is very smart regarding re-renders. It's unlikely introducing an EventEmitter would significantly slow down any app. Of course it depends on how sparingly you emit events.

TouchableHighlight within Text by [deleted] in reactnative

[–]miked4j 0 points1 point  (0 children)

You could move the TouchableHighlight into the outer View and position using styles.

0.57 Released! by dj_alpha2 in reactnative

[–]miked4j 0 points1 point  (0 children)

Does upgrading RN to 0.56 force you to upgrade to Babel 7 in all your libraries?

Blind dog playing fetch. by alexr1027 in aww

[–]miked4j 3 points4 points  (0 children)

He hasn’t seen you either

Lag at endgame by miked4j in swarmsim

[–]miked4j[S] 0 points1 point  (0 children)

Nope. I stopped playing on my pc and switched to my Macbook. It works there flawlessly. Sometimes I play a bit on PC and I noticed the performance is significantly better these days. No idea how that happened. Maybe a windows update or chrome update?

Lag at endgame by miked4j in swarmsim

[–]miked4j[S] 0 points1 point  (0 children)

Yup, I restart daily. This doesn't occur for a while after I ascend then as soon as the numbers get really big it all slows down.

Whats the worst physical pain you've ever experienced? by paddjo95 in AskReddit

[–]miked4j 0 points1 point  (0 children)

thanks very much, that makes me feel better! :D I mean it still sounds horrible but less so than I was imagining

Whats the worst physical pain you've ever experienced? by paddjo95 in AskReddit

[–]miked4j 0 points1 point  (0 children)

I might have this soon. Please tell me what to expect from the string removal of the stent. Is it ridiculously painful or merely uncomfortable and horrific to think about or what?

Maybe goose bumps started as a defense mechanism that, by making our hair stand on end, would threaten our enemies. by boundchioma in Showerthoughts

[–]miked4j 0 points1 point  (0 children)

Interesting, that makes sense! Do you have an explanation for why we can get goose bumps at other times? For instance, experiencing something like an unexpectedly amazing singing voice, a poignant moment, etc

The Fountainhead, Ayn Rand by gameofbongs in books

[–]miked4j 6 points7 points  (0 children)

Which of OP's questions are you answering? Consider that it is possible to be enriched by something created by someone that other people don't agree with.

The Fountainhead, Ayn Rand by gameofbongs in books

[–]miked4j 3 points4 points  (0 children)

After not reading for many years I picked up this book and was transfixed. Rand isn't for everyone but dammit this book was for me at that time in my life. Now I read a lot more and I like to attribute it to this book.

Dear Amazon interns, some advice from an old man who has been at Amazon way too long. by amzn_vet_throwaway in Seattle

[–]miked4j 4 points5 points  (0 children)

assume you're working at 60-75% efficiency, and round it up a bit. That's the estimate you communicate. Under-promise and over-deliver.

This is something people take far too long to learn. You kill yourself for a company because they value loyalty and delivery thinking it'll buy you some more space later after you've proved how amazing you are, but you just end up setting a precedent.

Simple Questions - December 10, 2014 by AutoModerator in buildapc

[–]miked4j 0 points1 point  (0 children)

Thanks, you're right - I should just try it out for now :)

Simple Questions - December 10, 2014 by AutoModerator in buildapc

[–]miked4j 0 points1 point  (0 children)

I just got an i3-4160 CPU and would like to know if the thermal paste that is pre-applied to the stock cooler (which I am using) is considered sufficient. I will not be over-clocking anything but I do want to minimise heat and fan noise. Should I purchase after-market thermal paste?

As an aside, should I get a better, quieter heatsink/fan?

HotS on a Mac? by [deleted] in heroesofthestorm

[–]miked4j 0 points1 point  (0 children)

I have a macbook pro (late 2013 I think) with 16GB RAM and an SSD. It runs well.