

It’s insane that 30% POS usage considering that they have 3-4x the fees that other POS vendors are charging
It’s insane that 30% POS usage considering that they have 3-4x the fees that other POS vendors are charging
An old android phone with a micro-hdmi port
The last phone I saw with a micro HDMI port was the blackberry Z10 in 2013
It seems awesome but I have the feeling that I would need to spend a whole year of savings to attend that…
This doesn’t make sense. If you send STOP to a spammer they will know that your number is active and hit you harder.
“Block and report as spam” is enough
Just for the record, every single company that is selling a phone in China (this includes Samsung) is already running a degoogled fork of android
Vaultwarden allows a bit of downtime, the vault is cached by the clients
When the server is not reachable, no writes are allowed
Why not both?
I use this on desktop https://github.com/Tichau/FileConverter but then on mobile how you would convert files, especially niche technical ones? I used to rely on cloudconvert.com but now I can install this on my server
It was a very good android emulator built in windows 11. Impressive performance, could run 3D games at full speed is now killed by Microsoft and it looks like they’re going to remove it with some update
Somehow this evidence is not clear enough
Except for federation, you described Notesnook, although it’s a bit hard to self host because the server parts are in alpha with few documentation. I wanted to try it but it looked too complex (hard to backup and hard to maintain) with all those server components, mongodb in a replica set and S3
For self hosting, why e2ee? It makes backups much more complicated than having plain text/images on the server. Consider making it optional 😊
That 4 miles long military parade for his 79th birthday doesn’t pay by itself, unfortunately 😢
The reason that I’m pissed so much for just a name (karakeep can be found with a search engine much easier) is that I had a domain that started with “er” so it was so funny to have it installed as hoard.erXXXXXXX.com 😂
The other app is called similarly, but with the “e” missing.
“Hoarder” but misspelled, like Grindr
It’s a massive success, Google play says downloaded between 1 to 10 times worldwide
What the fuck, the asshole that won the dispute had TEN downloads on Google play and launched only a few months ago
As a customer I hate those “smart” address form as they don’t accept my real house number but I need to put the generic one and hope the delivery guy is smart enough to read notes
I work in a e-commerce and the amount of people that forgets the street number is insane.
We send email to ask clarification: no response (probably filtered by the artificial stupidity classification in Gmail, everyone only reads the main category)
We call them to ask clarification: nobody picks up because they assume it’s telemarketing
I blame the Google chrome auto fill, because it fills the whole form automatically instead of line by line like on Firefox, so people assume that it’s filled correctly while instead the browser decided to omit the street number
When you kill everything that moves, sometimes you might accidentally kill a target too
TL;DR: the “stable” release of nextcloud is glorified crowdsourced alpha testing. Stay behind 2-3 versions to get the real stable version.
The insane part is that since the website is powered by WordPress, the scrapers could access all the posts in a single JSON file.
I was also exasperated by the fucking scrapers reading the same fucking page 20 times a second on posts that didn’t get new content from a decade ago so I migrated my blog to Hugo and I was completely shocked to discover that by default every WordPress blog comes with an unauthenticated api that allows literally everyone to get the whole blog content in JSON files. Why the fuck are you wasting my server power to scrape the HTML if you can get a easy JSON??? Take that fucking JSON and subscribe to the RSS for getting the next post that will be published the next decade. If you refresh that fucking URL 1000 times a day you will get the same fucking stuff, not a new magical article
I mitigated the issue with Wordfence by setting a rule like “more than 2 pages requested within a second = ip banned for a year”
Now, why would WordPress include an unauthenticated api that allows everyone to do a full unauthorized copy of the site in literally seconds is beyond me. There’s no valid reason to have it public without any authentication. That API shit doesn’t make sense, why by default a website should accept user signups from bots via API