

One thing I see a lot of instance specific meta communities that only allow top level comments from users if that instance. Auto removing those form other instances would be useful.
Any pronouns. 33.
Professional developer and amateur gardener located near Atlanta, GA in the USA.
I’m using a new phone keyboard, please forgive typos.


One thing I see a lot of instance specific meta communities that only allow top level comments from users if that instance. Auto removing those form other instances would be useful.


No, it’s impossible. The tech just isn’t there yet. We need AGI to be able to detect a string.


I can’t believe they fumbled their reputation so bad lol


You’ve been able to mock concrete classes in Java for like a decade or so, probably longer. As long as I can remember at least. Using Mockito it’s super easy.


I’m making a separate comment for this, but people saying “Liskov substitution principle” instead of “Behavioral subtyping” generally seem more interested in finding a set of rules to follow rather than exploring what makes those rules useful. (Context, the L in solid is “Liskov substitution principle.”) Barbra Liskov herself has said that the proper name for it would be behavioral subtyping.
In an interview in 2016, Liskov herself explains that what she presented in her keynote address was an “informal rule”, that Jeannette Wing later proposed that they “try to figure out precisely what this means”, which led to their joint publication [A behavioral notion of subtyping], and indeed that “technically, it’s called behavioral subtyping”.[5] During the interview, she does not use substitution terminology to discuss the concepts.
You can watch the video interview here. It’s less than five minutes. https://youtu.be/-Z-17h3jG0A


YAGNI ("you aren’t/ain’t gonna need it) is my response to making an interface for every single class. If and when we need one, we can extract an interface out. An exception to this is if I’m writing code that another team will use (as opposed to a web API) but like 99% of code I write only my team ever uses and doesn’t have any down stream dependencies.


Fork repo, make local changes intending to push to fork for PR, never push anything. Very common.
Also, SO MANY SITES have the button that says “Fork me on GitHub!” that is often wonder if people think it’s something that it isn’t.
“Oh, the deep dream stuff? Yeah, those look so trippy. What do you mean poop though? Usually it’s just dogs.”
I may be mistaken, but I really could’ve sworn that a lot of the really strict SLA guarantees Amazon gives assume you are doing things across availability zones and/or regions. Like they’re saying “we guarantee 99.999% of uptime across regions” sort of thing. Take this with a grain of salt, it’s something I only half remember from a long time ago.
Someone asking why isn’t inherently saying no.


Cuuuute!


I don’t ever want people I blocked to not be able to see my stuff when the account is public. It’s just a weird limitation and gives a false sense of security. Though not being able to directly reply to things would be nice.
I don’t find that shocking, and to be honest, I don’t really see too much of a problem with forcing people to give that information to be on the play store. But to let people make programs that run on the hardware at all is crazy. Forbidding third party app stores is the most anti competitive bullshit ever.


Seems very secure. As in job security. Because why the fuck did they make it so complicated.
Right? I get that it’s “alarming” to users to see weird stuff, but just hide it under a little expandable thing.
How? I could’ve sworn it wasn’t even a “real” file. I thought the file system just had special rules for interacting with that name.


I think people get too defensive about security by obscurity not being security. It’s still better for things to be obscure, it’s just not sufficient. A hidden lock to open a door is marginally better than a lock on the door. A hidden button to open a door isn’t secure though, of course.
But at the same time, I fully understand why it’s stressed so much. People tend to make analogies in their mind to the physical world. The digital world is so different though. An example I use often is you can’t jiggle every doorknob in the world to see if it’s unlocked, but it’s (relatively) easy to check every IPv4 address for an open port to some database with default credentials.


Yeah, check it out. https://jsfiddle.net/4a0qhL7u/1/
“It’s not the master branch, it’s the perfect branch. The superior branch!”
No, only top level comments specifically.