You forgot step 2. Throw sacrificial drive into trash.
- 0 Posts
- 295 Comments
kevincox@lemmy.mlto
Showerthoughts@lemmy.world•Dry Shampoo is the teenage girl equivalent to teenage boys' Axe Body Spray
2·3 months agoYeah, I get it. It is definitely dry and it is shampoo 😆
kevincox@lemmy.mlto
Showerthoughts@lemmy.world•Dry Shampoo is the teenage girl equivalent to teenage boys' Axe Body Spray
3·3 months agoYou are thinking of something else. Bar shampoo is intended to be used with water much like bar soap. Dry shampoo is just sprayed or rubbed into hair without any water.
I guess it depends how you look at it. From my point of view the speaker isn’t actually talking about themselves. That is the “royal” part. And I mean she does say “as if” to back up that yes, she is not actually including herself.
kevincox@lemmy.mlto
Programming@programming.dev•Anyone have any favorite diffing tools?
12·4 months agoI use https://difftastic.wilfred.me.uk/ which is well, fantastic. I have it set up as the default diff for Git and it is really nice.
No, this is the right meaning royal we. If you say “we are going into battle” it is talking about the person being talked to not the person talking. So in this case “We don’t eat that” would be implying that the cat doesn’t eat that, not actually saying anything about the speaker even though “we” would imply they are included.
I hear what you are saying. But our society is pretty fucked up if you “deserve” something bad because you bought a product without imaging how the manufacturer can make it worse in the future.
The owners should be able to return the product if something like this happens, no matter how long ago they bought it.
kevincox@lemmy.mlto
Technology@lemmy.world•Welcome to the new world of risk: Microsoft cuts off services to energy company without noticeEnglish
3·7 months agoYeah, it is very important to consider how dependant you are on third parties. At the very least the more dependence the more power they have over you. But also how screwed you are if they just go under.
- If you use SaaS they can interrupt your use at any time and you can only react (for example demanding a reversal or lawsuits).
- If you host closed source software they can’t interrupt service on an existing contract but can legally require you to stop using it if they don’t renew the contract. (And if the company goes under you can likely get away with using the software as long as it doesn’t need code fixes.)
- If the software is open source you can continue using the software indefinitely including making code fixes. (Maintenance may be expensive as it is now your problem but that can be costed and an exit plan made if required.)
Yeah, I finally pulled the trigger and moved to my own domain from
matrix.org. Man, it is just so much faster. Which is sad, because the performance is pretty bad. (Element Web seems to do some per-room request as part of the initial loading screen which is obviously not scalable) but getting off ofmatrix.orgis a huge performance improvement.That being said there is nothing really wrong with
matrix.org. The problem is really public rooms. People will join and spam. It is true of any protocol (have you heard about email?) but Matrix definitely needs to (and they are slowly working on) make it more expensive for spammers.
/favicon.icois the only “default” URL./favicon.icois usually not an actual “icon” type anymore but PNG or JPG (but with the same URL). Other than that you need to load the HTML and check forLinkheaders or<link rel=icon>elements. While URLs like/favicon.pngmay be popular they aren’t part of any actual protocol.
Sort of…
You can just hope that
/favicon.icoworks. But 1. it often doesn’t and 2. it is often of low quality.To find a favicon on a modern site you need to load the HTML and check
Linkheaders and<link rel=icon>elements. However you likely can’t do this client-side for most sites because of CORS. So you need some server (at the very least to strip CORS). That lets you get the URL but 1. you probably don’t want to have connections to external domains for user privacy and 2. some domains will have hot-link protection so you need to fetch the image via your server. You will also want to consider different image formats and sizes to serve the right image to the right client. On top of all of this the site may be using some sort of bot protection which you will have to fight. Google is almost always whitelisted. The site may also have temporary outages so having a cache would be nice, especially if that is almost always populated before you even know the domain exists.At the end of the day you do want some sort of API. And while it isn’t complex it isn’t trivial. So it is nice to just let Google handle it. (Other than tracking risks, but you could proxy Google’s API.)
Off topic. But I can’t help but rate the trash cans.
- 1995: Excellent can. Obviously not that many pixels to work with but it is clear, legible and clean.
- 1998: I mean its fine, but a bit of a downgrade. Why so much black? Especially that top rim that apparently was painted black. The shading on the arrows also just hurts legibility, why do 2D arrows have shading anyways?
- 2000: Nope. The only good thing about it is that it is throwing away Windows. The shading is to simple arrows are strange colours and lacks a sense of depth.
- 2001: I don’t love the theme but the execution is great. It looks clean shiny and bright. The only real weird thing is the bag inside, it is a bit strangely round despite seemingly not going over the edge.
- 2006: This is a nice refinement of the last one. Cleaner look, skip the bag, more realistic trash. This is the second best executed after 1995.
- 2015: This one is bland and lacks contrast and detail. The arrows are also oddly stubby for some reason. It’s not bad, but also not good.
kevincox@lemmy.mlto
No Stupid Questions@lemmy.world•[SOLVED] What makes a fart dry vs wet?
8·8 months agoThis is one of those things that must have been an absolute shit thing to discover the first time. Sure now we are ready and can prepare. But having to diagnose and improvise a solution would not be pleasant.
kevincox@lemmy.mlto
Technology@lemmy.world•Twitter founder Jack Dorsey pumps $10 million into a nonprofit to build Nostr-based social media appsEnglish
19·8 months agoThis is the advantage of decentralization over federation. IMHO the fact that Lemmy is only federated really hurts it. Not so much for user accounts (in theory these can be backed up restored and moved. Not ideal but not awful) but in that communities are tied to servers. When the server a community is on goes away it is hugely damaging to that community.
kevincox@lemmy.mlto
Showerthoughts@lemmy.world•We need to start calling it Simulated Intelligence (SI)
6·8 months agoI believe that OP’s point is that “artificial” and “natural” are about how the thing is made. However neither reject that it is actual intelligence. “Simulated” means that it is not that thing. It is like intelligence, and resembles it in some ways, but it isn’t intelligence.
kevincox@lemmy.mlto
Technology@lemmy.world•Say Hello to the World's Largest Hard Drive, a Massive 36TB SeagateEnglish
1·8 months agoAnd I would go so far as to say that nobody who is buying 36 TB spinners is doing offsite backups of that data.
Was this a typo? I would expect that almost everyone who is buying these is doing offsite backups. Who has this amount of data density and is ok with losing it?
Yes, they are quite possibly using tape for these backups (either directly or through some cloud service) but you still want offsite backups. Otherwise a bad fire and you lose it all.
I uh, wouldn’t recommend that with fire bars.
kevincox@lemmy.mlto
Technology@lemmy.world•Say Hello to the World's Largest Hard Drive, a Massive 36TB SeagateEnglish
4·8 months agoaren’t striping
I think you mean “are striping”.
But even with striping you have backups right? Local redundancy is for availability, not durability.




Yeah, downtown there are tons of gas-station brands that are just convenience stores. Surely many gas stations will offer electric charging but since most people will be charging at home the total number of gas stations will surely drop. Some will turn into convenience stores and some will just shut down.