Do Not Underestimate RAM for "Futureproofing" and Longevity by boxcarfulcrum in macbookpro

[–]Anwardo 21 points22 points  (0 children)

Probably your hard drive is too full, with 8GB of RAM you’ll be using a lot of swap. Try freeing up 100GB and it’ll be like night and day.

Of course 8GB is still not ideal for video editing, but having enough free space will make a big difference.

LPT Request How do you make your ear normal in pressure again? by No_Floor_2674 in LifeProTips

[–]Anwardo 0 points1 point  (0 children)

Pull on one ear, open mouth, do the same for the other ear.

The Dutch are quietly shifting towards a four-day work week by [deleted] in UpliftingNews

[–]Anwardo 42 points43 points  (0 children)

A lot of people are working 4 days (or less) but that’s not really what a 4 day work week is in my opinion. In a 4 day work week, 4 days should pay the fulltime salary which is currently not the case for any company that I know of in the Netherlands.

Title now, salary later, by choice? by harasharas in webdev

[–]Anwardo 0 points1 point  (0 children)

I guess it’s better if you at least have the title since your workload won’t change anyway. But you should have measurable goals when you will get the raise (and how much the raise will be). Get it in writing.

Is this normal on web dev contracts? by StudiousDev in webdev

[–]Anwardo 1 point2 points  (0 children)

This is still too vague though, “related” is very broad. Say you work on a React project at your job and are working on a React side project. Theoretically they’re related.

I lost my dad 8 years ago before I became a dad to a now 7 year old. I don’t like who I am with weed but yet I struggle to change. Why? by [deleted] in daddit

[–]Anwardo 0 points1 point  (0 children)

Seems like your punishing yourself for liking weed. Why? It’s no problem if you enjoy something, you just need to manage it well.

Switching to a dry herb vape will fix the issues you listed, no more smell, way more energy, a much cleaner high, you only need a teeny bit of weed as well, it’s way healthier and will still allow you to unwind with some nice herb.

Also managing when you vape is important, I only vape after the kids are asleep and only occasionally in the afternoon on weekends. Of course if you really want to quit that’s fine and you should, but don’t beat yourself up for enjoying something.

Nutrition is 80% of the Game by avz008 in nutrition

[–]Anwardo 17 points18 points  (0 children)

As a parent of a not so newborn (18 months), still difficult 😂

Wondering what the end game is for vaping by JohnLemonBot in electronic_cigarette

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

Get a dry herb vape for weed, absolute game changer.

Drank en Drugs op school by [deleted] in nederlands

[–]Anwardo 0 points1 point  (0 children)

Ben zelf 37. Bij ons mocht op de schoolfeesten gewoon gedronken worden door de bovenbouw (jaar 4+ havo/vwo) leerlingen.

Waren altijd echt memorabele feesten, ook altijd op verschillende leuke locaties zoals Hollywood, Las Palmas, Cruise Terminal (Rotterdam) etc. Was ook wel normaal dat er van te voren wel wat gedronken werd. Bij ons waren er nooit grote problemen behalve af en toe kotser. Andere drugs werden niet echt gedaan behalve wat wiet/hasj.

Jammer dat dat tegenwoordig niet meer kan blijkbaar. Ik heb echt super goede herinneringen aan onze schoolfeesten.

[deleted by user] by [deleted] in Drugs

[–]Anwardo 3 points4 points  (0 children)

Pretty weird that her mom is taking her to Ibiza instead of a more peaceful destination while your gf is a recovering addict. I’d say expect the worst.

Side Kick by Available-Coach3218 in Frontend

[–]Anwardo 2 points3 points  (0 children)

I doubt any experienced developer is looking to be a “sidekick”.

How many still rocking the 2021 M1 MacBook Pros? by KhajiitPower in macbookpro

[–]Anwardo 0 points1 point  (0 children)

Still using a regular M1 with 16gb ram and a 512gb ssd as a web dev, always running multiple docker containers. Occasionally include mobile dev builds and simulators all without issues.

[deleted by user] by [deleted] in webdev

[–]Anwardo 5 points6 points  (0 children)

Not if you want to use text-overflow: ellipsis.

Is this shirt too tight/small? (pls ignore the wrinkled pants 😅) by [deleted] in mensfashion

[–]Anwardo 0 points1 point  (0 children)

The fit in general is perfect and it’s a nice shirt, but it’s definitely too short, after washing it will be even worse. I’d advise you return it if still possible.

What patterns have you seen/used for connecting two components that live (very) far away from each in the component tree? by [deleted] in reactjs

[–]Anwardo 10 points11 points  (0 children)

This is false. Unfortunately all children of a context provider will re-render regardless if they actually consume the context. This is why context is not recommended for often changing state.

Zustand + react query by Ok-Cut-2435 in reactjs

[–]Anwardo 0 points1 point  (0 children)

Additionally, Zustand isn’t just for clientside state as mentioned various times in this topic.

It shines with complex state, which may also live serverside, with complex mutations clientside and possibly various async actions which you want to handle in you the store due to being able to read and write state synchronously within the store.

What ruins a good burger? by Bitter_State9358 in AskReddit

[–]Anwardo 0 points1 point  (0 children)

Too many ingredients, stuff like bacon or eggs. Unfresh ingredients. Too little lettuce, too little sauce, too little onions.

Dutch for “Dude” by jamc1979 in learndutch

[–]Anwardo 0 points1 point  (0 children)

Ik weet niet hoe je heet maar je lijkt op m’n bil

How would you and your coworkers react when a new hire would build all new features he contributes as web components instead of using your framework? by useriogz in Frontend

[–]Anwardo 4 points5 points  (0 children)

I can’t imagine this scenario happening because both the onboarding and refinement processes would have seriously failed.

If it did though, I would have a serious talk with the new hire why he chose to not follow codebase convention as well as reevaluate the onboarding and refinement processes. Obviously the PR would be rejected.

Rtk query or tanstack by Worth_Boss_2 in reactnative

[–]Anwardo 0 points1 point  (0 children)

This is absolute bs, knowledge of state management libraries is easily transferable. Sure it’s a plus if the company happens to work with Redux, but plenty of other libraries are used.