masterspace

@[email protected]

This profile is from a federated server and may be incomplete. View on remote instance

masterspace , to Technology in How rental ‘libraries of things’ have become the new way to save money

This is a terrible summary, it feels like you just summarized the first 3 paragraphs.

masterspace , (edited ) to Technology in How rental ‘libraries of things’ have become the new way to save money

In North America you don't see many home improvement stores downtown where people are most likely to rent.

Most Lowe's, Home Depots, etc do have tool rental options, but they're located out in the burbs where land is cheap and everyone has space to store tools.

masterspace , to Technology in How rental ‘libraries of things’ have become the new way to save money

Yes there are pros and cons to both, but that does not mean they are the same or equal.

Renting inherently adds an extra middleman to the process, (someone still has to buy it), who is incentivized to rent-seek and drain everyone from as much of their money as possible.

Renting really only works in scenarios where you have a bunch of different rental companies to drive down costs, but now you're starting to get back to the original problem of duplicating everything.

masterspace , to 196 in Rule

And Canada as a whole has a massive real estate affordability crisis, with Toronto housing being exceptionally unaffordable relative to real wages.

masterspace , to Games in "PSN isn't supported in my country. What do I do?" Arrowhead CEO: "I don't know"

I feel like Sony did a Sony here.

I'm old enough to remember when Sony shipped 22 million malware infested CDs because they were worried about Napster.

masterspace , to No Stupid Questions in Why can't people make ai's by making a neuron sim and then scaling it up with a supercomputer to the point where it has a humans number of neurons and then raise it like a human?

Yes we do. FPGAs and memristors can both recreate those effects at the hardware level. The problem is scaling them and their necessary number of interconnections to the number of neurons in the human brain, on top of getting their base wiring and connections close to how our genetics build and wires our base brains.

masterspace , (edited ) to Technology in After 16 years, Ecobee is shutting down support for the original smart thermostat

Probably because this came out 16 years ago, before HomeAssistant even existed, it will still maintain wifi support for checking and controlling with your phone even after they cut off the cloud connection, and all their new products do have a local API and can still be used with HomeAssistant or whatever other local home automation server you have.

masterspace , to Fuck Cars in If You Hate Density, Maybe Don’t Live in A City (Oh the Urbanity!)

People do not live in Downtown Toronto.

LMFAO, don't look at a census my guy.

Residential density looks more like Montreal's walkup residential buildings.

I love those buildings, but lol no, not in Toronto it doesn't, unless you can point me to all the developers building Montreal style walkups instead of 60 story glass rectangles? Seriously, go ahead and link me to how many Montreal style walkup units are under construction right now. 1? 0? Now look out your window and you'll count how many glass rectangles you see under construction.

Even if you could point out an example of density done poorly, you would have to ignore all the examples of density done well for it to be meaningful.

Not only did I already, but it is flat out laughable that you can't think of an example of density done badly. On top of that, no, one good example of density doesn't mean that density is good, all I have to show is that the density being actually built here is shitty and unpleasant and that proves that the density being built here is shitty and unpleasant. It's not complicated.

Here's to the 4 story multiplex law 🍻, though it's still a race to the bottom. On average if you were in the 50th percentile of income 30 years ago, you would be able to own a house with a backyard and greenspace, today, you can own a tiny condo with no outdoor access, next to a park that's 3m square with soil about 6in deep. It is more sustainable overall, but a shittier quality of life for individuals. We of course, have the land to have both, but that would have required building more transit and real cities in the region 20 years ago instead of just continuously investing in Toronto and nowhere else.

masterspace , to Fuck Cars in If You Hate Density, Maybe Don’t Live in A City (Oh the Urbanity!)

Lol bro, no. Not at all.

You know how you can start to dislike density? Spend some time in downtown Toronto midwinter and notice that east west streets literally do not get sun at street level, all day long.

I honestly cannot fathom how so many people think runaway density and a race for everyone to live in tiny cramped shoebox apartments is a good thing.

Yes, we need to overall increase our average density to be more sustainable, that didn't mean tearing down streetcar suburbs in Toronto and replacing them with endless walls of condos. That meant turning the in-city suburbs and actual suburbs into streetcar suburbs, but nope, race to the bottom instead.

masterspace , to Ask Lemmy in Shouldn't most religious people in theory be excited to die because then they get to experience the afterlife?

There is no loss to you if you don't experience it.

masterspace , to Ask Lemmy in Shouldn't most religious people in theory be excited to die because then they get to experience the afterlife?

This is like saying that Atheists shouldn't fear death because they know it will just be blank nothingness that they won't perceive.

Fear of death doesn't come from the logical part of our brains.

masterspace , to Programmer Humor in GOD DAMMIT STEVEN! NOT AGAIN!

No it wouldn't. You'd have git beginners committing IDE configs and secrets left and right if -A was the default behavior.

No, you wouldn't because no one is a git beginner, they're a software developer beginner who need to use git. In that scenario, you are almost always using repos that are created by someone else or by some framework with precreated git ignores.

You know what else it could do? Say "hey, youve said add with no files selected, press enter to add all changed files"

Esc, :, q. Sure it's a funny internet meme to say vim is impossible to quit out of, but any self-respecting software developer should know how, and if you don't, you have google. If you think this is hard, no wonder you struggle with git.

Dumping people into an archaic cli program that doesn't follow the universal conventions for exiting a cli program, all for the the goal of entering 150 characters of text that can be captured through the CLI with one prompt, is bad CLI design.

There is no reason to ever dump the user to an external editor unless they specifically request it, yet git does, knowing full well that that means VIM in many cases.

And no, a self respecting software developer wouldn't tolerate standards breaking, user unfriendly software and would change their default away from VIM.

Git's authors were the first users. The team that started the linux kernel project created it and used it because no other version control tool in existence at that time suited their needs. The subtle implication that you, as a user of git, know better than the authors, who were the original users, is laughable.

Lmao, the idea that we should hero worship every decision Linus Torvalds ever made is the only thing laughable here.

masterspace , to Programmer Humor in what u actually signed up for

Lmao, no.

Go work a job in a different industry before thinking you have it so tough.

Programmers make more money, have more vacation and free time, and consequently typically have stabler lives, than literally every single other professional industry.

masterspace , to Today I Learned in TIL Feminist Icon Gloria Steinem Was An Anti-Communist CIA Operative who Kept the Feminist Movement From Discussing Class; only Gender

This is awful article. I'd be curious to read about any role Steinem had with the CIA but this article has jack shit in it other than weird vague accusations based on one of her organizations receiving funding from the CIA at some point.

masterspace , to Programmer Humor in GOD DAMMIT STEVEN! NOT AGAIN!

git add with no arguments outputs a message telling you to specify a path.

Yes, but a more sensible default would be -A since that is how most developers use it most of the time.

git commit with no arguments drops you into a text editor with instructions on how to write a commit message.

Git commit with no arguments drops you into vim, less a text editor and more a cruel joke of figuring out how to exit it.

Again, I recognize that git has a steep learning curve, but you chose just about the worst possible examples to try and prove that point lol.

Git has a steep learning curve not because it's necessary but because it chose defaults that made sense to the person programming it, not to the developer using it and interacting with it.

It is great software and obviously better than most other version control systems, but it still has asinine defaults and it's cli surface is over complicated. When I worked at a MAANG company and had to learn their proprietary version control system my first thought was "this is dumb, why wouldn't you just use git like everyone else", then I went back to Git and realized how much easier and more sensible their system was.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • kbinchat
  • All magazines