Interesting. I almost guessed that variant, too, but figured it would be a bit too wild for a country to auto-adopt most laws that another country implements. 🙃
Interesting. I almost guessed that variant, too, but figured it would be a bit too wild for a country to auto-adopt most laws that another country implements. 🙃
I’m more surprised that it even got offered there. There’s some legal hurdles to clear for selling in a new country, and I guess, one of their distribution platforms decided it was worth it.
I guess, the Vatican might not have a ton of laws, though…
Codeberg also does have Pages.
Still uses Git, but yeah.
I, unfortunately, have to use GitHub at $DAYJOB and this is me. I navigate most of the webpage via the URL bar now.
Basically, let’s say I’m working on a repo github.com/tomato/sauce/
and want to navigate to the Releases page.
Via the webpage:
github.com
into the URL bar.tomato/sauce/
in the list of recent repos, even though it’s the only repo I work on.tomato/
org.tomato/
org.sauce/
repo in the list.Via the Firefox URL bar:
gi→t→s→r→
.I admit, it’s hard to compete with the latter, but I wouldn’t know how to navigate that way, if the former wasn’t so terrible.
Man, it really is like an extremely dense but dedicated intern. Does not question for a moment why it’s supposed to make fun of an interval, but delivers a complete essay.
Just make sure to never say “let’s eat Grandpa” around an AI or it’ll have half the leg chomped down before you can clarify that a comma is missing.
You don’t want to use exceptions in normal control flow, because they’re extremely slow. Every time you
throw
an exception, it has to collect a stacktrace, which is hundreds, if not thousands, of calculations, compared to a handful of calculations for returning a boolean or an enum variant.