Watch out OP, big funny appreciator over here found your post sub par
Watch out OP, big funny appreciator over here found your post sub par
I’d say it’s a non sequitur
Which is better in what way exactly?
You mean does the 80s-based protocol that doesn’t even support encryption support voice?
It doesn’t support having messages received while you were offline
IRC supports one and one thing only: N-wise chats to connected clients. That and delusional nerds who like to think they’re better than everyone else. Huge support for that too.
People who actually have sane standards for their instant messaging use the Matrix decentralized chat protocol when they need non-proprietary coms, or revolt
Maybe the base’s wifi is a weird state operator that has peculiar protocols (ie old or misimplemented)
When I worked on a website with a map on it I used 15
50000kms is the kind of distances you get going around the earth so to get it down to a millimeter precision from 50k I think 8 or 10 digits required?
So I just put 15
Hey there’s long fledged out discussions on the nuances of… how very ethical piracy is
That’s insane
Also lol at the people getting mad at the tea maintainer for “name calling” the guy hired to write up the scam PR
Gig economy or not this idiot should have known better
Sometimes some programs and some downloads have weird slowdowns like this when my VPN is on, even though others remain completely unaffected
The dotcom bubble is a good example of a bubble that’s different from VR and crypto.
Massive investments, lots of dumb projects, the underlying tech (the web) still finds widespread use and past the bubble, the dotcom projects that survived are still a massive industry
People think bubbles necessarily collapse to zero because that’s what web3 did. It just means the market is inflated
Most of the times they have some value under the hype
I already use AI for a lot of stuff including my job. Still waiting vr and crypto to change the world :|
They’re not the same
That’s a big one, generating thumbnails client-side rather than running an imagemagick instance on the server to re-size pictures on upload
I used it to generate hashes of the pictures as well, once.
Adding watermarks too. There are virtuous watermarks as well, I remember having to code up a transparents watermark over people’s IDs to make sure that when they submitted their renters dossier (it was a real estate renting service), it couldn’t be used to commit identity theft by the homeowner later down the line or re-used for something else.
Ah nah Canvas is used for so much stuff and it’s sometimes way under your radar in stuff you wouldn’t at all expect
For instance
I’ll let you look at the comments to see how they circumvented this
async function generateFacePic(commentData: SnooComment, ppBuffer: HTMLImageElement[], displaySize: number = 50): Promise<HTMLCanvasElement> {
const imageSeed = /* a random number */
const imageElement: HTMLImageElement = /* someone's avatar */
// Purpose of copying: A single <img> tag cannot be in multiple spots at the same time
// I did not find a way to duplicate the reference to an img tag
// If you use Element.appendChild with the same reference multiple times, the method will move the element around
// Creating a new <img> tag and copying the attributes would work, but it would fetch the src again
// The image at thispersondoesnotexist changes every second so the src points to a new picture now
// Since the URL has a parameter and hasn't changed, then most likely, querying the URL again would
// hit the browser's cache. but we can't know that.
// Solution: make a canvas and give it the single <img> reference. It makes a new one every time. It doesn't query the src.
const canv = copyImage2Canvas(imageElement, displaySize);
canv.classList.add(`human-${imageSeed}`);
return canv;
}
I’ve seen canvas being used for github-like random avatars, graphs, logos, to create dynamic previews of images on the page in online shops, …
It looks a lot like win95. I don’t think anything you brought up is relevant
How’s the atlantic anything like the pacific?
Truly nothing in common. Might as well be comparing an apple to caulking a window
Toilets do a really important job and it is one that I would not enjoy doing myself.
If it’s got a poop fetish then fuck it, I’ll host parties and take suggestions on what too feed guests!
It’s even hornier. Sorry.
Still very much looks like AI
Communist != tankie
Tankies are always communists, communists aren’t always tankies
It ““worked”” in France
It still kills most of the userbase when they do it
Normal people don’t know what a fucking dns is
You end up with 10 more new sites and a drop in quality and an endless game of cat & mouse