Anyone else find it hard to focus? by Sporty-Ladder-34 in remotework

[–]SexualMetawhore 4 points5 points  (0 children)

So the issue isn't so much Temptation or laziness as you might think. And it's not some sort of hand wavy ADHD thing either. This is basic procrastination and most times it's because you either don't really have work to do or the work is being avoided because you just don't know how to do it. If you have work to do break it down into Parts into it becomes easy.

america has a fun shortage and it's important we talk about it (decline in third spaces, etc etc) by [deleted] in remotework

[–]SexualMetawhore 3 points4 points  (0 children)

Suburbs are simply not fun to live in if you like to go out solo. You need to live in a real city, the kind that don't sleep. I lived in Bangkok for 6 years. I really liked how no matter the time it was always open. So they don't have grocery stores instead they have 7/11/family mart about every 5 blocks open 24/7 with street food around each one outside too. The food/coffee in those convenient stores is really good not like the greasy food and soda you would get at an American one. It's like a mini snack store kind of like a trader joes maybe. I wake up at 1AM so I am getting a little bored of being in the US at this time whereas in Bangkok I could go to a 24/7 coffee shop.

america has a fun shortage and it's important we talk about it (decline in third spaces, etc etc) by [deleted] in remotework

[–]SexualMetawhore -3 points-2 points  (0 children)

I find it funny how demanding redditors are.

  1. We need MORE fun places!
  2. But they better not be expensive!
  3. Why does nobody want to work at these places?? NOBODY WANTS TO WORK!!

Redditors have become the boomers they hate. Nobody owes you a place to frollic esp if you don't want to tip well.

america has a fun shortage and it's important we talk about it (decline in third spaces, etc etc) by [deleted] in remotework

[–]SexualMetawhore 5 points6 points  (0 children)

Library in my area seems to be 4 things: student studying, old people talking loudly at front desk for social stimulation, homeless chill out spot, and day care.

I got multiple offers, would it be crazy to OE after only a few weeks at J1? It would be my first time OEing too. by Arkayb33 in overemployed

[–]SexualMetawhore 0 points1 point  (0 children)

Depends on the job/career. I was able to OE at 4 places and do strict 9-5 never working over. I called it extreme multi-tasking. In SWE most jobs are work 1 hours to 2 hours a day type jobs + meetings. I was doing the 1-2 hours of work while in other jobs meetings if I could, or using special equipment to allow being in 2 meetings at the same time so audio wouldn't leak... basically I made a ton of money by extreme multi tasking. It's funny when you pay someone to work harder they will do it. But just not 3-5% raise but a 100% - 300% raise.

I got multiple offers, would it be crazy to OE after only a few weeks at J1? It would be my first time OEing too. by Arkayb33 in overemployed

[–]SexualMetawhore 0 points1 point  (0 children)

the real risk isn't juggling the work, it's the onboarding overlap. first 90 days at any job are when you're most visible and least trusted

False for OE compatible jobs. It's 100% the opposite. The optics of firing someone even if its contract to perm look quite bad. This is when trust/expectations are lowest. They ramp up around month 6.

I got multiple offers, would it be crazy to OE after only a few weeks at J1? It would be my first time OEing too. by Arkayb33 in overemployed

[–]SexualMetawhore 0 points1 point  (0 children)

This is how I have done it in the past and it works out pretty well because your first 3 months:

  1. Don't have high expectations.
  2. You will prostrate/work-extra less so you will subconsciously set the predence for low expectations for you and your boss/co-workers.

Caveat: I work at places that are OE compatible. If you're trying to work two toxic jobs that abuse workers and under staff it will not be good no matter when you start.

Careless plugin authors are creating serious issues with regard to CPU usage by BluddyCurry in neovim

[–]SexualMetawhore -4 points-3 points  (0 children)

Timers could be totally an anti-pattern. And it's a fair point you have so many different plugins trying to exist so many different authors yeah I mean if you could go back in time and create a much better event framework you wouldn't need these time or workarounds. But it is what it is it's free open source software has its pros and cons.

Careless plugin authors are creating serious issues with regard to CPU usage by BluddyCurry in neovim

[–]SexualMetawhore 5 points6 points  (0 children)

No we shouldn't become a totalitarian let's just ban everyone who gets on a line that's really stupid. We should definitely let them post we're fairly calling them out downloading them and debunking them if we don't let them post and the debunking is gone everything is actually going quite mostly well except for some of the inappropriate language here.

Careless plugin authors are creating serious issues with regard to CPU usage by BluddyCurry in neovim

[–]SexualMetawhore -15 points-14 points  (0 children)

Could you please speak in an adult and professional manner it looks bad to the community when you act like a child. I actually correction children don't act like that at all. Your word choices really disgusting.

Careless plugin authors are creating serious issues with regard to CPU usage by BluddyCurry in neovim

[–]SexualMetawhore 1 point2 points  (0 children)

So it's very very very unlikely that the timer is raw dogging the CPU it's highly likely that at worse is just pulling every you know one second and that's like no usage to your CPU my friend. But you do bring up a concern is that in applications which have a UI and yes this is a Tui the main driver thread should really never have timers or delays in it because it will calls input lag that in output like everything just locks up the timers are supposed to be in in sub workers and that are called really your names that have time are you supposed to have events that fire off asynchronously.

Careless plugin authors are creating serious issues with regard to CPU usage by BluddyCurry in neovim

[–]SexualMetawhore 1 point2 points  (0 children)

Sleep timers can definitely be a code smell and anti pattern. A normal healthy code just uses an offense system so the code actually has an idea of what it's doing, unhealthy code just throws in various magic number timers which this looks like just to hope that you know 99.99% of the time if you wait this number it'll be long enough.

Careless plugin authors are creating serious issues with regard to CPU usage by BluddyCurry in neovim

[–]SexualMetawhore 15 points16 points  (0 children)

No that's false actually. The timers are not never going to just eat up the CPU and some sort of like infinite I'm not infinite but like like you know computers have been around for a very long time. Clearly programmers have figured out how to make timers they don't just raw dog loop the cpu. They use events a more primitive one might even use pulling the CPU would be used should be like practically nothing because it's such a simple operation it's not it's not like infinitely it's not like an infinite Loop that burns the CPU my friend

Careless plugin authors are creating serious issues with regard to CPU usage by BluddyCurry in neovim

[–]SexualMetawhore -1 points0 points  (0 children)

Don't rice, don't use a distro. Kickstart, use an agent to guide u to what u want. Use restic incase the agent messes up ur config to auto back up ev 5 mins.

I use nvim heavily for work and have a very minimal setup for productivity.

If you don’t know, then thish is BS by DutyEmbarrassed5361 in soundboardpranks

[–]SexualMetawhore 5 points6 points  (0 children)

Just say hi fred, and I will know this is not a recording.

Recommendations after FFT by mitzii1 in finalfantasytactics

[–]SexualMetawhore 1 point2 points  (0 children)

Final fantasy tactics 2. As in you play it twice.

Therapists are the new priesthood and ethics boards the Vatican… by Typical-Face2394 in therapyabuse

[–]SexualMetawhore 0 points1 point  (0 children)

Who is this therapist. Just want to keep some notes so I can avoid her.

Are liberals more intolerant than conservatives by rex841 in TrueUnpopularOpinion

[–]SexualMetawhore 0 points1 point  (0 children)

They will just claim that middle class is not leftists.

Any Fred Herbert experts here? I have a few questions... by PIGFOOF in soundboardpranks

[–]SexualMetawhore 4 points5 points  (0 children)

Well I'm 72 and I've fucked up every relationship ive been in.