soupshield | 3 years ago | on: Git In Two Minutes (updated after 8 years)
soupshield's comments
soupshield | 3 years ago | on: Git In Two Minutes (updated after 8 years)
I've defintely had this sort of problem in the past :)
soupshield | 3 years ago | on: Git In Two Minutes (updated after 8 years)
soupshield | 3 years ago | on: Git In Two Minutes (updated after 8 years)
git checkout HEAD -- <filename>
I find it hard to remember things unless I understand their purpose. It looks like it's specifying an argument but without an argument name (e.g. --verbose), unless it's similar to a pipe | symbol and <filename> is being passed to the checkout command as some special kind of argument?soupshield | 4 years ago | on: Twenty years of C# with Anders Hejlsberg [audio]
soupshield | 4 years ago | on: Show HN: My 486 Server
soupshield | 4 years ago | on: Is Web3 a Scam?
soupshield | 4 years ago | on: Neovim v0.5
soupshield | 7 years ago | on: The Old Robots
soupshield | 8 years ago | on: Why does Google Hangouts still not work in Firefox?
soupshield | 9 years ago | on: Ask HN: Do you still use browser bookmarks?
soupshield | 9 years ago | on: Ask HN: What simple tools or products are you most proud of making?
soupshield | 9 years ago | on: Bootstrap 4 Alpha 4 Released
soupshield | 9 years ago | on: Atom 1.9 and 1.10 beta
> 0.37.8 is actually a 1.0.1 version of Atom so it's not THAT old. The only difference between 0.37.8 and 1.0.0 release is the remove of deprecated API that were not flagged as such in 0.37.8 release. Reason why Atom only incrementally updates electron is to minimize application breakage due to Atom project's size. [0]
> We decide to update to a new version of Electron when there is an enhancement or bug fix that version would enable that would benefit Atom users. Because updating to a new version of Electron is non-trivial, sometimes we skip versions until there is a clear benefit that justifies the cost. [1]
[0] https://github.com/atom/atom/issues/11967#issuecomment-22550...
[1] https://github.com/atom/design-decisions/blob/master/electro...
soupshield | 9 years ago | on: Removing Python's GIL: The Gilectomy [video]