You could let people host their own as a method of scaling. But that limits it to geeks like us.
Use kubernetes and let it scale and pay for hosting on cdns.
You could let people host their own as a method of scaling. But that limits it to geeks like us.
Use kubernetes and let it scale and pay for hosting on cdns.
Space, the final frontier. trumpet music These are the voyages of the Starship Enterprise, on a mission to explore strange new markets, to seek out new profits and new business opportunities, to boldly trade where no one has traded before. doot DOOOOOOOT
Uhg it drives me nuts when I search for some obscure programming topic and then I get links to local restaurants. That’s not what I was searching for!
My main concern is that cloudflare knows what content it is serving and it is certainly fingerprinting your browser. So regardless of how you request the data, cloudflare knows.
Yet another eye of the panopticon.
I’m starting to get the idea that the internet is bad and we should go back to the printing press.
The filesize of most binaries is dominated by text strings and images. Modern applications are loaded with them. Lemmy is atypical in that it doesn’t need tons of built in images or text.
That is glossing over how they process the data and transmit it to the cloud. The assistant wake word for “Hey Google” invokes an audio stream to an off site audio processor in order to handle the query. So that is easy to identify via traffic because it is immediate and large.
The advertising-wake words do not get processed that way. They are limited in scope and are handled by the low power hardware audio processor used for listening for the assistant wake word. The wake word processor is an FPGA or ASIC - specifically because it allows the integration of customizable words to listen for in an extremely low power raw form. When an advertising wake word is identified, it sends an interrupt to the CPU along with an enumerated value of which word was heard. The OS then stores that value and transmits a batch of them to a server at a later time. An entire day’s worth of advertising wake word data may be less than 1 kb in size and it is sent along with other information.
Good luck finding that on wireshark.
Remember highschool biology classes where they had jars of random dead animals? They get malort from the juice in those jars.
When I originally typed it, I made a function for string reversal and called that. But I didn’t include it since I didn’t want to define that too.
Honestly… this wiki has a seriously difficult path ahead of it. I mean - it’d be fantastic if it did simplify things like that to let you write simple, elegant, and easy to read functions while linking to other functions.
But it’d also have to lint those and make sure that contributors don’t implement recursive dependencies.
No, the really scary thing is that AI will be able to parse through already-generated historical data and link you to everything you’ve ever done on the internet.
There was an entire season on South Park about that
I think you’re absolutely correct about them choosing those awful identifiers so the functions are not language specific. It just hurts to read and thoroughly makes it harder to understand because my brain doesn’t tokenize “Z10096” and “Z10096K1”.
Neat. I don’t like that the implementations have to name the function by some cryptic identifier, though. Real words matter in source code.
Who can tell me what this function is?
def Z10096(Z10096K1):
return Z10096K1 == Z10096K1[::-1]
How about this?
def isPalimdrone(myString):
return myString == myString[::-1]
jesus fuck that had the most annoying repeating captcha
That’s true for cable, but I haven’t found it to be possible with fiber.
They’re also engineered with the assumption that there is nothing within a 6 in radius and it is kept in a 70F room. Those are assumptions that often aren’t true and lead to them overheating all the dang time.
I bet the bottom of the inverse is full of cone.
I’m stuck with it because of work. Luckily, “Industry 4.0” is completely fucking fed up with M$ and they’re abandoning Windows in droves. I’m just waiting for my vendor to finish polishing their MacOS and Linux alternatives.
Them taking control away from me makes me not use them. Not a problem at all.
All of the others were just USB 2.0. Comparing them to a TB4 cable is kind of hilarious.
The assumption is that legitimate companies who sell software will sign it and that signature proves it came from that company who you trust because of their publicly known legitimacy. It’s a bit of circular reasoning. But it does round back towards that legitimacy - if it is found that they violate your trust, they lose public trust and thus lose sales.
Luckily new OSes (cough NOT WINDOWS) are able to sandbox applications and prevent them from accessing resources without declaring the need to access it.
And as for the signing certificate, I think the MS Store will allow any signed app. They just offer the cheaper signing service.