2e8a9d6bb6935a54

joined 1 year ago
MODERATOR OF
293
submitted 10 months ago* (last edited 10 months ago) by 2e8a9d6bb6935a54 to c/programminghumor
 

Want to make a branch ?

git checkout

Want to make switch branches ?

git checkout

Want to get a specific file version ?

git checkout

Want to get remove changes to one file ?

Believe it or not, also git checkout

 
 

Apparently VMWare knows what's up

[–] 2e8a9d6bb6935a54 3 points 11 months ago

One man's pain is another one's comedy :)

[–] 2e8a9d6bb6935a54 3 points 11 months ago

Then again, the panel seems to be originally from 2016, so I'm sure perceptions changed over time

 

Via Toggl

 

Playing a game

Visual Studio Code

 

Via DesignerNews: Getting help from an engineer

 

A collection listing Achievements that were rejected when creating the GitHub Profile Achievements feature.

This repository attempts to list them all.

 
    // We play this game because we want this to be callable even from places that
    // don't have access to CallFrame* or the VM, and we only allocate so little
    // memory here that it's not necessary to trigger a GC - just accounting what
    // we have done is good enough. The sort of bizarre exception to the "allocating
    // little memory" is when we transfer a backing buffer into the C heap; this
    // will temporarily get counted towards heap footprint (incorrectly, in the case
    // of adopting an oversize typed array) but we don't GC here anyway. That's
    // almost certainly fine. The worst case is if you created a ton of fast typed
    // arrays, and did nothing but caused all of them to slow down and waste memory.
    // In that case, your memory footprint will double before the GC realizes what's
    // up. But if you do *anything* to trigger a GC watermark check, it will know
    // that you *had* done those allocations and it will GC appropriately.

Relevant code on line #269

69
submitted 1 year ago* (last edited 1 year ago) by 2e8a9d6bb6935a54 to c/programminghumor
 

If only string maps were known to human kind :)

[–] 2e8a9d6bb6935a54 1 points 1 year ago

An alias could work :)

[–] 2e8a9d6bb6935a54 1 points 1 year ago

Last I counted there's actually 3 of them, besides this one :)

[–] 2e8a9d6bb6935a54 7 points 1 year ago (1 children)

You need to verify your email address

view more: next ›