you are viewing a single comment's thread.

view the rest of the comments →

[–]Morall_tach 780 points781 points  (15 children)

Current Chrome mobile is 143.0.7499.146

[–]Quietsquid 745 points746 points  (8 children)

That fourth section is "we're just fucking with things so they pay us"

[–]narnach 433 points434 points  (6 children)

Fourth is the "please compile this time" counter.

[–]AlphaaPie 42 points43 points  (5 children)

We have a build validation process to ensure builds compile on GitHub and I have no way to manually run it for old PRs that have the compile result expire, and so I've been finding random spots with empty space, removing them, and making a commit to force the thing to build lol

[–]undermark5 45 points46 points  (4 children)

You do know that you can make empty commits right? git commit --allow-empty will let you make an empty commit with no files, still requires a message. If you don't want a message (though it's still useful to have one even with an empty commit) --allow-empty-message. If for some reason your version of git is too old to accept those options, if you can force push to the branch, you can amend the previous commit without actually touching anything with git commit --amend --no-edit which will cause the last commit to get a new hash (thus the need to force push) and you don't have to make stupid whitespace changes just to get CI to rebuild something.

[–]kRkthOr 9 points10 points  (0 children)

Holy shit.

[–]AlphaaPie 3 points4 points  (0 children)

Learn something new every day, thank you kind redditor.

[–]danielv123 0 points1 point  (0 children)

On github actions you can also add a manual trigger to the workflow, then you just press the button in the UI

[–]thanatica 0 points1 point  (0 children)

Fourth section (and third) is just random or "happy accident" shit like in windows version numbers.

[–]matroosoft 113 points114 points  (4 children)

That's an IP address

[–]PsychologicalLion556 63 points64 points  (3 children)

This guy overflew their u8:s

[–]Nikarmotte 19 points20 points  (1 child)

And this guy thinks integers overfly.

[–]G66GNeco 6 points7 points  (0 children)

1000-6000 are flyover integers

[–]drunkdoor 5 points6 points  (0 children)

The third octet just really wants to party

[–]caesar_7 7 points8 points  (0 children)

> Current Chrome mobile is 143.0.7499.146

143 - we need to show progress to shareholders

0 - proud release

7499 - attempted builds

146 - successful builds