The demon core’s theme just started playing for some reason
The demon core’s theme just started playing for some reason
Maybe we can breed super mosquitos to eat the ticks or something
Binging with babyish on YouTube tried this not long ago when trying to make cheeseburger pizza or something. It wasn’t great
Weirdly though it wasn’t remotely close to the right answer so I don’t think it was floating point malarkey. I always assumed some defect but I guess we’ll never know.now I wish I had kept it so I could have sent it to Matt Parker for his calculator reviews
I bought a cheap scientific calculator for math class. When I tried to multiply .5 by .5 it gave a long irrational number instead of .25. then I had to try to explain to the store clerk why that was wrong before they would accept the return
Maybe Chewie got hungry one day?
Wookies canonically have 6 breasts: https://starwars.fandom.com/wiki/Breast/Legends#Behind_the_scenes
I wish I did not know this.
True story https://m.imdb.com/title/tt0779982/
Probably a mix. This was at Cineplex in Canada which also does the IMAX shows here. Maybe they were just behind the curve
That’s Tom from MySpace. Everyone got added as his friend so he could peep on anyone he wanted
In an interview about silicon valley the creators said they interviewed a lot of people in the industry and had to actually cut out a bunch of stuff because it wouldn’t be believable by people outside the industry. One small example was the valuation. The VC people they talked to said pied piper would have gotten a lot more money than what ended up being in the show
I think the Pentagon Wars is about as close as it gets for now. Not about programming of course but all about company bureaucracy and feature creep
Huh I guess I haven’t been to a 3d movie in quite some time. I definitely remember had tilting used to work
That’s not Frollum, that’s Vladimir Putin
Oops got stuck in another lather, rinse, repeat loop
Hmm haven’t seen that yet personally but I’m sure YouTube is always trying things to get around adblockers and probably A/B testing it on various accounts or countries. You could try making sure unlocks rules/definitions are up to date.
Unrelated but I also have been using sponsor block which skips over in-video sponsors which is nice. Though it’s community updated so very new videos might not have the sponsor segments marked yet.
FTL. At least until you’ve beaten the game several times
This was a few years ago but I was able to google something like “vacuum repair” to find this place where we got ours. They had lots of used repaired ones but we had to hunt around the shop a bit til we found the one we liked
We went to a little shop that repairs vacuums and such and found an old Electrolux cannister vacuum from the 70s or 80s for relatively cheap. Apparently they are quite popular with people who clean houses professionally as they last a long time and are repairable. It’s a bit of a pain to drag around the cannister but really not too bad over all and works very well.
Yes html is all parsed and rendered by the web browser. What the elements do and how they interact and are displayed is defined by a standards body like the w3 consortium https://www.w3.org/TR/2014/REC-html5-20141028/
There’s traditionally been differences in the implementations of those standards between browser companies, thus causing browser compatibility issues where a site may say it doesn’t work in Firefox, or requires chrome or whatever. Though most major browsers use Chrome’s rendering engine now except for Firefox and its derivatives.
Yes I suppose it is less efficient than precompiling a webpage and serving it as a package that gets downloaded and “executed” though that then opens you up to cross operating system compatibility issues such as Linux and windows not being able to run binaries compiled for the other os. Html was conceived at least in part to be agnostic in that way I believe. As a “hypertext mark up language” it was a way of formatting text for easier reading