hellishharlot

joined 11 months ago
[–] [email protected] 8 points 6 months ago (1 children)

I think pcsx 2 let's you put a PS2 CD in and run it through the emulator

[–] [email protected] 4 points 9 months ago

And when it's 100+f in the summer? AC has to run enough to keep them cool

[–] [email protected] 4 points 9 months ago (2 children)

Not if you have pets at home

[–] [email protected] 1 points 9 months ago

You build workspaces with vscode but the real magic is you never have to switch to visual studio or spend time configuring plugins for a new workspace each time you start a new project

[–] [email protected] 1 points 9 months ago

I'd appreciate the hbr or medium model of so many free uses and then you have to pay a minimal fee to use the platform

[–] [email protected] 1 points 9 months ago

Clean fuel for the furnace

[–] [email protected] 13 points 9 months ago (1 children)

Gotta pay min wage for that

[–] [email protected] 3 points 9 months ago

In truly flexible work cultures, teams chose their working style as a group. If that means y'all pick 2 days a week to voluntarily commute, go for it. Me on my team of 1 will absolutely not be going in to collaborate. Even 100% of unscheduled discussions happen asynchronously

[–] [email protected] 16 points 9 months ago (2 children)

2 days? No it should be that if the employee is able to wfh they should be able to.

[–] [email protected] 1 points 10 months ago

So you could generate lists of 1, 2, and 3 character code items rather than looking at index +1 or something.

[–] [email protected] 1 points 10 months ago (1 children)

What's incoherent about the first one? Why is index bad beyond standards

[–] [email protected] 2 points 10 months ago* (last edited 10 months ago) (3 children)

In what world is

for (int index = 0; index < objectToIterate; index++)
{
    // DO YO THANG
}

less coherent than

for (int i; i < objectToIterate; i++)
{
    // DO YO THANG
}
view more: next ›