footfaults

joined 2 months ago
[–] [email protected] 1 points 2 weeks ago
[–] [email protected] 8 points 2 weeks ago (2 children)

Average American moment

[–] [email protected] 11 points 2 weeks ago* (last edited 2 weeks ago)

Yes. Although what are they going to do? Sell it? It's an accounting trick

[–] [email protected] 19 points 2 weeks ago

These are all a bunch of shell games that everyone is going to see right through and dump their Treasury bonds, or call them in. America will immediately go to shit.

Fine. Whatever.

[–] [email protected] 1 points 3 weeks ago

Don't know what to tell you. Been doing it that way since 2011

[–] [email protected] 11 points 3 weeks ago

The tyranny of the HOA. Your options for what to do with your property is very limited

[–] [email protected] 1 points 3 weeks ago* (last edited 3 weeks ago) (2 children)

Not exactly, because n commits will have been squashed into one, so making the edit would lose the reference to the originals which should have been squashed with other commits

See but you can break the commit back apart by doing a git rebase interactive, selecting that squashed commit as the commit to edit, then doing a git reset HEAD~1 then recommit it in pieces, then git rebase --continue

Then git rebase -i a second time and then remove the commit that you don't want to be included

[–] [email protected] 1 points 3 weeks ago* (last edited 3 weeks ago) (4 children)

If you are continually rebasing and having to fix the same merge conflict over and over, you should look at https://git-scm.com/book/en/v2/Git-Tools-Rerere

You can also do a git rebase -i and mark a commit as edit and git will stop at that commit in the rebase to allow you to stop, look around, and make changes.. I think that is what you are looking for

[–] [email protected] 1 points 3 weeks ago

It makes sense, it's the only way to create code and libraries that can be called from other languages and runtimes (FFI, JNI, etc). Plus they pull in v8

[–] [email protected] 3 points 3 weeks ago

Gonna get my popcorn for this one.

[–] [email protected] 1 points 3 weeks ago

I want to say that you've piqued my interest, but honestly I'm not sure I can set aside my bias. I deal with enough wrong code already as it is that my co-workers write, so I don't know if having yet another one giving me bad code suggestions adds much, but I appreciate you putting in the work showing everything.

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

.

I mean yeah you have to have all those languages to support iOS and Android but still.

view more: ‹ prev next ›