bitcrafter

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

NO! Don't make it bad.

[–] [email protected] 8 points 2 months ago

Personally, I like to plant gardens that help out natural pollinators in order to change the bees that I want to see in the world.

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

Every one had already been launched.

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

Easy: recognizing bird calls on my phone.

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

Because some of us are bitter at the trees for generating so much pollen at this time of year and want revenge.

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

Spotted the INTERCAL programmer.

[–] [email protected] 2 points 6 months ago

Ah, yes, the good old git off --my lawn command.

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

Yes. My rule of thumb is that generally rebasing is the better approach, in part because if your commit history is relatively clean then it is easier to merge in changes one commit at a time than all at once. However, sometimes so much has changed that replaying your commits puts you in the position of having to solve so many problems that it is more trouble than it is worth, in which case you should feel no qualms about aborting the rebase (git rebase --abort) and using a merge instead.

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

The way I structure my commits, it is usually (but not always) easier and more reliable for me to replay my commits one at a time on top of the main branch and see how each relatively small change needs to be adapted in isolation--running the full test suite at each step to verify that my changes were correct--than to be presented with a slew of changes all at once that result from marrying all of my changes with all of the changes made to the main branch at once. So I generally start by attempting a rebase and fall back to a merge if that ends up creating more problems than it solves.

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

I’m not the one you asked, but what I like isn’t really about PHP itself, but the fact that I can get dirt cheap hosting with PHP and MySQL.

Oh, wow, I looked a little into this and hosting really is dirt cheap! That is a benefit that I genuinely was not expecting.

[–] [email protected] 15 points 7 months ago (13 children)

Either way, it’s an awesome language, happily been using it for decades now

Mind taking a moment to share why you like it? I am not very familiar with it.

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

The founding fathers did not believe in universal suffrage; at the time only people who owned land could vote--to say nothing of even less privileged groups than that--and they were fine with that policy, in part because these were considered to be the people with the most skin in the game.

view more: next ›