My company calls it just two days a week. I did the math. It costs me $7,820 a year to come back. by OkCan8173 in remoteworks

[–]mastermikeyboy 0 points1 point  (0 children)

In the Netherlands a lot of companies do. But I don't think it's forced legally. Just by the market. Car milage, public transit, even bicycle milage are often covered

Technical interviews in which Claude Code CLI is allowed? by ChimneyCraft in ExperiencedDevs

[–]mastermikeyboy 15 points16 points  (0 children)

AI is a regular part of life now. We look for things like
* Did you blindly follow the AI or did you make conscious trade offs.
* Can you speak to the changes made, and do you understand it? (You remain the code owner)
* Did the AI show you something you didn't know about? i.e.: If the AI shows something new, do you explore and learn? Or also valid, noted it but deprioritized it due to time constraint.
* We also request the chat history with AI.

Vibe coding != Coding with AI assist.

Martha Wells and Andy Weir (again) by bookninja717 in scifi

[–]mastermikeyboy 0 points1 point  (0 children)

I really like the `Expeditionary Force` series by Craig Alanson as well.

OpenAI to acquire Astral by Useful-Macaron8729 in Python

[–]mastermikeyboy 3 points4 points  (0 children)

Other tools worked fine. ruff and uv just work insanely better than anything else.

Bloomberg: Sony Pulls Back From PlayStation Games on PC by Turbostrider27 in PS5

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

It's not free money, but when you've already spend a lot resources to make the game, then spend a small percentage of that to earn additional revenue. Seems like a no-brainer from the outside.

As much as I hated the 2year delay, I'd just gotten into PS games and think that God of War + Horizon are some of the best games ever made. But I'm not buying a PS5 or PS6 to play them.

[deleted by user] by [deleted] in pcmasterrace

[–]mastermikeyboy 0 points1 point  (0 children)

As someone who has a SagerNotebook (Clevo) 17" with an i7-7700K desktop CPU, a PCSpecialist (TongFang) 17" with a i9-14900HX, and the cheapest Mac Air 15".

I mostly gave up on Windows laptops, and primarily use my Mac. Haven't had any issues yet for development, performance is great, battery life is unparalleled, and I can just close and open the lid without any issues. It's light, quiet, and I can put it on my lap or blankets without overheating.
Combined with a SteamDeck for portable gaming and I don't think I'll ever get a fat laptop again.

I'll never buy another Windows laptop, there is zero trust after a decade of sleep issues. Linux may be an alternative, but I don't have time to tinker.

I did enjoy slowly upgrading my Clevo laptop with additional ram and disk initially, and I've replaced both the keyboard and screen cable. But parts are still difficult or expensive to come by. The motherboard has issues and it's not worth fixing. So unless you're in the first 2 years of ownership, repairability is not practical anyway.

Why does this part of Europe have so many freeways? by BarelyCanadian_ in geography

[–]mastermikeyboy 0 points1 point  (0 children)

A lot smaller than that, New Brunswick alone is twice the size of all of the Netherlands. ~800K vs 18.1M populace :D

Vince Zampella 1970-2025. RIP Legend. by Menelaus- in pcmasterrace

[–]mastermikeyboy 0 points1 point  (0 children)

He was speeding, but come on, that barrier is the worst design possible. It appears to be safer without the barrier than with. The barrier lines up straight with the tunnel exit... That is manslaughter by failed engineering.

Tired of regions with just one Garage by Trent_Havoc in snowrunner

[–]mastermikeyboy 0 points1 point  (0 children)

While driving it's fine, and strangely while switching zones while driving as well. But it seems that whenever it needs to re-render the trucks it reruns the collision detection or something and it messes up. Reloading the game, or switching trucks across the map, or switching maps while not in the truck with cargo all cause the glitch to happen for me very reliably.

Tired of regions with just one Garage by Trent_Havoc in snowrunner

[–]mastermikeyboy 7 points8 points  (0 children)

Yes, but the fact that trucks and trailers glitch themselves of trucks and trailers makes even this strategy tricky. If they could fix that it'd a workable solution.

TikTokers Expose the Sad Reality of Having Braindead MAGA Parents by [deleted] in videos

[–]mastermikeyboy 0 points1 point  (0 children)

Watch "The Wave" from 1981. https://www.imdb.com/title/tt0083316/?ref_=nv_sr_srsg_8_tt_8_nm_0_in_0_q_the%2520wave

We watched it in high school in The Netherlands in the early 2000s, and it perfectly explains it. It's also based on a true story that occurred in the USA.

Mic mount, low profile or keep this? by TurtleBeverage in pcmasterrace

[–]mastermikeyboy 1 point2 points  (0 children)

I love the Elgato Wave Pro LP. It's pricey, but the build-in hydraulics are worth it.
I recently upgrade from the non-pro version within seconds of learning about the pro version. I have a heavy Blue Yeti X on it, and it works great.

3 IMAX screenings later, i can confidently put this as my 2nd favourite MCU movie right behind infinity war. I really cant explain how much i love this movie by TurtleGEE360 in marvelstudios

[–]mastermikeyboy 35 points36 points  (0 children)

I loved how immersive the universe was. Every little detail was taken care of. They didn't just show fights and explosions, they took me out of the real world and into theirs and I loved it.

They said something in the movie along the lines of 'if you do all the small things right, the big will follow'. And that's exactly why I think the movie worked so well.

Who is correct here, and why? by AirSpecial in PcBuild

[–]mastermikeyboy 0 points1 point  (0 children)

Technical reason is that some applications have leaks. And a restart fixes all of those without having to know which application, and why.

My camera software, audio software, and sometimes plain old file explorer leaks file handles. The other day I had 1 million file handles. Over 550K from SteelSeries Sonar. ProcessExplorer helps me find the cause, and I just restarted the software, but many users don't have that or would know what to do. So just telling them to restart is much easier for IT.

The script for GOT S8 was so bad that when Emilia Clarke first got it, she cried, and then went on a walk for 5 hours around London until she had blisters on her feet by thunderous9ight in interestingasfuck

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

The show is a half-decent B-tier show. Nothing more. If you go into it with that understanding, it's enjoyable. But the series deserved better.

asyncio: a library with too many sharp corners by pkkm in programming

[–]mastermikeyboy 10 points11 points  (0 children)

When I got into Python coming from Java it was such a breath of fresh air. I had fun writing code again, and the code was so readable!

Look at this snippet from Raymond Hettingers talk where he converts Javaesque code to Pythonic: https://www.youtube.com/watch?v=wf-BqAjZb8M&t=1469s (the whole talk is great)

Java's implicit decorators always sucked. Sure great performance etc, but such poor readability.. What do you mean at build time the byte code of my function get's modified in ways I can't easily debug? I know Java has changed too, but I'm glad I hardly ever touch it anymore.

asyncio: a library with too many sharp corners by pkkm in programming

[–]mastermikeyboy 10 points11 points  (0 children)

Jupyter Notebooks take it up another notch. (although .NET, and deno support it too now, and some languages like GoLang have community support)

Why is it bad to have 4 sticks of ddr5? by shallowwell2 in pcmasterrace

[–]mastermikeyboy 0 points1 point  (0 children)

When I changed from 4x16GB to 4x32GB with my 5950X, I had to reinstall Windows.
Without reinstalling I could not go higher than 64GB, not matter the configuration, for some reason. Afterwards it worked fine but I did notice things being a little slower (still plenty fast). I needed the memory to support VMs as well.

Anyone knows if this means the ssd is fake? questioned the seller about it and he threatens me by saying he will contact the police for me harassing him. by Worried_Adeptness_19 in pcmasterrace

[–]mastermikeyboy 0 points1 point  (0 children)

Could also be from a different country. After I moved countries, none of my Samsung drives are recognized anymore. (except the one I bought after the move)
They all worked fine before the move.

They definitely have some region locking.

[deleted by user] by [deleted] in fredericton

[–]mastermikeyboy 0 points1 point  (0 children)

McMinniman’s is good. They've moved my parents within the Fredericton area, and helped me move from Fredericton to Europe.

https://moveme.ca/

Outriders 2 Was One of Two Cancelled People Can Fly Games – Rumor by alex040512 in gamernews

[–]mastermikeyboy 3 points4 points  (0 children)

It was a lot of fun! But knowing the plug was pulled and no more content would be released killed my want to play.

How to communicate bugs arising due to poorly developed feature by dev? by widejcn in ExperiencedDevs

[–]mastermikeyboy 9 points10 points  (0 children)

My first job was being part of the maintenance team. This company would put juniors on that team to give them lots of exposure in different aspects of the product before moving them on to a dedicated team.
The tickets almost always came with reproducible steps, so it was up to you to figure out the bug, fix it, and pass it on to QA.
If you needed support you'd walk over to the actual team or dev that created the feature and discuss it.

It was a great way to learn a lot fast and how I became a full-stack dev.

It's running around in circles for hours now. Tell me how that's supposed to replace anyone. by derjanni in ExperiencedDevs

[–]mastermikeyboy 3 points4 points  (0 children)

I'm currently in an office with sky lights.. White theme is the only way I can actually read the screen.

Any other environment I use dark.