
All this bill is telling industry is “if my product includes an uptime SLA, don’t build new data centers in Texas”, which is ironic, because that’s the exact customer Texas is trying to attract
All this bill is telling industry is “if my product includes an uptime SLA, don’t build new data centers in Texas”, which is ironic, because that’s the exact customer Texas is trying to attract
I run a half marathon 1-2 times a month, and the costco poutine (2000+ calories) really hits different when it’s guilt free
“sugar free water flavors” is just a nice way of saying “artificially sweetened juice”
Probably because the week input is just a date picker that applies Math.floor()
on the result, and month inputs are better suited for a ``
Chrome implements features that aren’t standards track into their browser, and lazy/oblivious devs use these features to build their products - only to realize wayyy too late it won’t work in Safari/Firefox because it uses APIs that are chrome only
I feel like 99% of its usage was to avoid ads/paywalls/geo/account restrictions on news and social media sites
You should be able to search by class name, find something salient in the Dom tree nearby and step over/up/down to your desired element
It’s markdown, if it detects “[number][period][space]” at the start of a line it converts it to an HTML ordered list, which always starts at one. You should be able to escape it with a \ before the period to bypass the markdown
4. I wrote "4\. "
Crunch wrap & fries supreme (🇨🇦)
The fries supreme are just a shadow of their former self though, 20 years ago they were the best fast food item you could get
At least for corn tortillas, placing them in a tortilla keeper (steaming basket) after you cook them makes a world of difference when it comes to having pliable tortillas - you can just use a pot/saucepan with a lid.
Baking powder in flour tortillas is common, helps them come out more like a light fluffy tortilla and less like a flat flour brick
Shortening has like, the same number of calories as oil
Unfortunately, the RTL8812AU isn’t 20 year old hardware (then it might get a pass) - it’s current gen stuff
This is disingenuous on OPs part.
All LTS releases get 5 years of updates. Ubuntu pro (which is free for non-commercial users FYI) extends the LTS support window to 10 years, which is 5 years more than any other Linux distribution I know of
It’s a rest of the world unit. Fahrenheit is only used by America, the Cayman islands and Liberia
To elaborate a bit more, there is the MySQL resource usage and the docker overhead. If you run two containers that are the same, the docker overhead will only ding you once, but the actual MySQL process will consume its own CPU and memory inside each container.
So by running two containers you are going to be using an extra couple hundred MB of RAM (whatever MySQL’s minimum memory footprint is)
Every time there is a transaction the sender’s funds are mixed together with a bunch of other senders, and the recipients receive their money from this random pool, so there is no direct association between sender/receiver
Because many apps will (or would prefer to) only be bundled as Flatpak.
This reads like speculation to me and is directly contrary to the file counts on flathub and snapcraft. What about CLI apps and server software? How are they supposed to distribute their software if not via snap? (Flatpak doesn’t support this well)
could just as well be a rant why Canonical shouldn’t have introduced Snaps in the first place
You are acting like Ubuntu core (and snaps) came after flatpak? Snaps were announced almost a decade ago
Like, I get you don’t like snaps, but your argument is basically “every Linux distribution should ship the same default software, and it should be the software I choose”
Why do you need to have two package formats that do the same thing installed by default? If you could install snaps and flatpaks both from the same store you could have 2 (or 3 if you also installed the .deb) copies of the same app, like steam etc installed, and user sessions and games set up on one wouldn’t be launchable from the other because they all store their state and config in different locations - the only way to know what config your program is launching with would be to inspect and rename the launcher scripts. If you are intending to support naive users this is the absolute worst case scenario. It would be like debian including pacman by default as well alongside apt for maximum user accessibility confusion.
it won’t necessarily take twice the resources of a single mysql container
It will as far as runtime resources
You can (and should) just use the one MySQL container for all your applications. Set up a different database/schema for each container
That looks like it’s just wrapping a WebView, is it not?
It looks like the CSS is just capping the container class width at 1440px, which has nothing to do with GTK