HackerTrans
TopNewTrendsCommentsPastAskShowJobs

mrzimmerman

no profile record

comments

mrzimmerman
·2 ปีที่แล้ว·discuss
Can I ask how “top 10” is defined? Is it the most common, or perhaps the most destructive to the individual?
mrzimmerman
·2 ปีที่แล้ว·discuss
There are still great use cases for using JS to handle animations instead of CSS, such as creating novel, dynamic images or 3D models in a canvas element (particularly when you want it to be interactive in anyway) or to animate SVGs.

My understanding of CSS animations is that they are particularly optimized to run more efficiently and it’s also helpful that it runs outside of the JS runtime, which frees it from any errors in the JS or it adding to the CPU load that may already be chugging along on the page.

Additionally (and this is old info so it may be outdated), using things like `translate3D()` instead of just `translate()` in your CSS will engage the GPU to handle whatever your instructions are, making everything smoother and further unburdening the CPU. This is from my own memory of things I read more than 10 years ago, so it’s possible that even more CSS functions use the GPU at this point, but I’ve not looked it up since.

Anyway, tl;dr: there are performance benefits to using CSS instead of JS for animations.
mrzimmerman
·3 ปีที่แล้ว·discuss
I haven’t had my phone make noise in probably the last two decades. It’s always obtrusive to me and my phone is so often in my pocket anyway I can feel it vibrate or still hear it if it’s set on my desk.

I was diagnosed with ADHD recently and my doctor suggested turning of virtually all notifications on my phone, which has been life changing. I didn’t realize how many I just had going and how distracting they are. Some I’ve allowed to continue but set to silent so I can look through them later if I want to, but it’s nice to have the mental silence.
mrzimmerman
·3 ปีที่แล้ว·discuss
For me and my family, we only use AirBnbs when we’re traveling with another family or friends and we all want to stay in the same place so we can hang out and carpool easily. It can be cheaper compared to getting separate hotel rooms and if we’re traveling with another family with kids we’re much more likely to eat at the house 1-2 times a day.

If it’s just me or just me and the family, we’ll typically just get a hotel for all the reasons you mentioned. Less hassle about cleaning, points and such, no dealing with wacky policies from an over zealous host telling you how to use the A/C unit or something like that.

As far as the toilet brush, I think that maybe more a region or cultural thing, but I’m only kind of guessing. I saw a Reddit thread asking Americans why there aren’t toilet brushes in public restrooms (I believe the OP was Spanish) and they said it’s common courtesy to scrub away anything that may not have been flushed away. Again, only a guess.
mrzimmerman
·3 ปีที่แล้ว·discuss
Definitely. I thought this was going to be a single, semantically correct table that had some fancy use of the display property across the different elements to make them align differently (though that would help with the table headers).

I actually think this is probably the more practical approach, though I wonder what screen readers make of the mobile version compared to traversing a normal table structure.
mrzimmerman
·3 ปีที่แล้ว·discuss
Yeah, my assumption was that something in some layer of their application isn’t well optimized when asked to return posts from a subreddit that has “gone dark” in whatever fashions the mods chose to do that.

For example, maybe it causes reads from the database take a lot longer than they normally would, locking up the database or causing the process the crash (again, that’s just pure speculation).
mrzimmerman
·3 ปีที่แล้ว·discuss
That’s technically true of most domain names. Bing would be more accurately named “bingsearchengine.com”, Apple would be “applecomputers.com”, etc.

That said, Native Seed Search is a non-profit here in AZ (Tucson, specifically) that works to maintain a seed bank for native plants from the Southwestern US:

> Native Seeds/SEARCH (NS/S) is a nonprofit seed conservation organization based in Tucson, Arizona. Our mission is to conserve and promote the arid-adapted crop diversity of the Southwest in support of sustainable farming and food security. Native Seeds/SEARCH seeks to find, protect and preserve the seeds of the people of the Greater Southwest so that these arid adapted crops may benefit all peoples and nourish a changing world.

You’re not wrong that the domain or group name could be more specific, but at the same time the context is understood when you’re down at their brick and mortar location or buying seeds from them as myself and my family do.