dan
@dan@upvote.au
Aussie living in the San Francisco Bay Area.
Coding since 1998.
Developer at Meta.
.NET Foundation member. C# fan
d.sb
Mastodon: @dan@d.sb
- Comment on Moth go brrrr 14 hours ago:
Why are there so many moth posts these days? Isn’t that an old meme?
- Comment on Bestbuy decided to use fucking **DOORDASH** to deliver my order, I couldn't cancel it. Today I was supposed to get it, and I saw the driver stealing the package after marking it as delivered. 1 day ago:
When you sign for something, they’re supposed to verify your signature against the signature on your ID, credit/debit card, etc. Companies have gotten lazy about this, though. For example, the last time a store asked to see the signature on the back of my credit card was maybe 10 years ago?
- Comment on Bestbuy decided to use fucking **DOORDASH** to deliver my order, I couldn't cancel it. Today I was supposed to get it, and I saw the driver stealing the package after marking it as delivered. 3 days ago:
Plenty of companies don’t actually check signatures these days.
- Comment on Bestbuy decided to use fucking **DOORDASH** to deliver my order, I couldn't cancel it. Today I was supposed to get it, and I saw the driver stealing the package after marking it as delivered. 3 days ago:
There’s 29 Microcenters in the USA! One just opened near me.
- Comment on Bestbuy decided to use fucking **DOORDASH** to deliver my order, I couldn't cancel it. Today I was supposed to get it, and I saw the driver stealing the package after marking it as delivered. 3 days ago:
A lot of companies have moved towards using Uber or Doordash for same day deliveries.
I don’t like buying stuff from Amazon, but they’re the only company I’d trust for same-day at the moment. They directly employ the delivery drivers (via Amazon Flex) so you don’t end up with issues where Doordash and Best Buy blame each other and neither takes full responsibility.
- Comment on Bestbuy decided to use fucking **DOORDASH** to deliver my order, I couldn't cancel it. Today I was supposed to get it, and I saw the driver stealing the package after marking it as delivered. 3 days ago:
Even if there was a signature required, the driver could just forge it.
- Comment on Bestbuy decided to use fucking **DOORDASH** to deliver my order, I couldn't cancel it. Today I was supposed to get it, and I saw the driver stealing the package after marking it as delivered. 3 days ago:
Does your FedEx still check signatures? In my area they stopped during it during COVID and never started doing it again. Even on packages that need a direct signature, they’ll leave them without collecting a signature.
- Comment on Bestbuy decided to use fucking **DOORDASH** to deliver my order, I couldn't cancel it. Today I was supposed to get it, and I saw the driver stealing the package after marking it as delivered. 3 days ago:
The standard window for a chargeback with both Visa and MasterCard is 120 days. Don’t let the retailers bully you into thinking otherwise.
Usually just threatening to do a chargeback, without actually doing it, is sufficient to get them to comply. Every chargeback costs the company money (anywhere from $15 to $40 depending on the bank) so they try to resolve issues without the customer involving the bank.
- Comment on What the fuck 3 days ago:
Pregananant
- Comment on Opinions on the internet 2 weeks ago:
California Pizza Kitchen?
- Comment on They don't get it. They think we are A holes. And they are right 2 weeks ago:
My wife totally skipped the “lol so random” phase of absurdist internet memes, so she doesn’t appreciate things like Badger Badger Badger, Charlie the unicorn, the Llama song, animutations, etc.
- Comment on Don't ask for more pixels 5 weeks ago:
I still call it Twitter because their emails are still branded as Twitter. I don’t actuslly use it any more but I do get so much spam through DMs that I’m considering deleting my account. I’m mostly holding it just so nobody squats on my name.
- Comment on Sure thing, website, my name is Gabe Newell 5 weeks ago:
Websites don’t have an actual check for a legit email.
Some do. You can connect to an SMTP server and pretend to send an email (send the
EHLO
,MAIL FROM
, andRCPT TO
commands, but dint actually send any content). A lot of servers will immediately reject as soon as you provide an invalid recipient email address - Comment on Thats right 5 weeks ago:
Do you mean in mixed language documents? Can’t you tell it that parts of the document are in a different language? You could do that in Microsoft Word 25 years ago.
- Comment on Ancient 1 month ago:
It really do be like that. I work with some people who are nearly 15 years younger than me (I’m in my mid 30s and some newer employees have just graduated from university) so I feel this.
- Comment on Give an inch take an inch 1 month ago:
Thanks for the recommendation!
- Comment on Give an inch take an inch 1 month ago:
Sandboxing does use some RAM, but it was a big win for security. One site can’t crash the entire browser or use a security hole to get access to data on other tabs. Still, the majority of the RAM is taken by the site itself. The processes do share some RAM - they’re not entirely isolated.
- Comment on Give an inch take an inch 1 month ago:
I’m not a game developer so I just used the first example I could think of.
- Comment on Give an inch take an inch 1 month ago:
Most regular players didn’t encounter these bugs though, as often they’re edge cases that don’t occur during regular gameplay. A lot of them were found by people intentionally looking for them.
I’d argue that games today are bugger than games in the past, just due to how complex they are now. Sure, they’re a different class of bug (and arbitrary code execution via buffer overflows isn’t really a thing any more thanks to ASLR and the NX bit), but I don’t think there’s fewer bugs at all.
- Comment on Give an inch take an inch 1 month ago:
In some cases, the RAM actually is in use by the site. That’s especially the case on sites with heavy client-side logic. In that case, it’s not Chrome’s (or Firefox’s) fault, it’s the website’s fault.
Chrome has a “Memory Saver” feature where it’ll unload tabs that are offscreen/hidden which helps quite a bit. Not sure if Firefox has something similar.
- Comment on My doctor's office now has ads when checking in online 1 month ago:
I wouldn’t be surprised if they’re also using something like Google Analytics to track users.
- Comment on Give an inch take an inch 1 month ago:
Unused RAM is wasted RAM. Apps like Chrome use available RAM if it’s available, but they should be releasing it for other apps to use when there’s high memory pressure.
It’s the same with disk caching. If you have a lot of free RAM, the OS will use all of it for caching files.
- Comment on Give an inch take an inch 1 month ago:
Games were impressive in this way too. Computers and consoles didn’t have much CPU power or memory, so they had to squeeze every little bit.
This was still happening even with 5th gen consoles. Crash Bandicoot couldn’t fit in the Playstation’s memory so they ended up overwriting system memory and memory allocated to features of Sony’s standard library they weren’t using.
These days, game development is more “boring” in that aspect. Systems are powerful and frameworks like Unreal Engine handle all the core stuff. That’s not necessarily a bad thing though - it lets the game developers focus on the game itself.
- Comment on Apple's USB-C transition is a confusing mess (and that might be on purpose) 1 month ago:
I’m just joking - it was a reference to the famous Bill Gates quote (that he didn’t actually say) about RAM.
- Comment on Apple's USB-C transition is a confusing mess (and that might be on purpose) 1 month ago:
480Mbps ought to be enough for anybody.
- Comment on Unsubscribe page that crashes when you try to unsubscribe 1 month ago:
Yeah, car mats.
- Comment on Unsubscribe page that crashes when you try to unsubscribe 1 month ago:
Trunk/boot mats. Those are mostly the same across brands.
- Comment on Unsubscribe page that crashes when you try to unsubscribe 1 month ago:
I’m pretty sure this is against the CAN-SPAM act in the USA. If you can’t get it working, email legal@ and complain.
To be honest, Weathertech’s floor mats aren’t even that good. They’re okay, but I much prefer Tuxmat, which are a similar price but feel higher quality and usually have much better coverage. Lasfit is also good, if you want something a bit cheaper.
- Comment on It's not time for your point release yet. 2 months ago:
A few basic steps can keep Arch just as stable as anything else.
“stable” in this case means “doesn’t change often”. Is that actually doable with Arch?
- Comment on It's not time for your point release yet. 2 months ago:
Debian testing is usually good enough. Packages have to be in unstable for ~10 days with no major bugs to migrate to testing.
Of course, you can run unstable if you really want to live on the edge.