Really scary 2D horror games?
monotremata @ monotremata @kbin.social Posts 2Comments 142Joined 2 yr. ago
Metroid Fusion has some very scary segments, and my understanding is that Metroid Dread does some of the same things, though I haven't played through that one yet.
Could still be temperature if the thermistors on e printers read differently--that is, the same setting doesn't necessarily work out to the same physical temperature on two printers, even if they're the same model, because the thermistors vary. My suspicion would be that you're printing a little hot, and the filament is contracting after it's extruded. On the first few layers it can't shrink much because of all the material in the middle, but on the vase mode layers there's nothing preventing it.
Another possibility is that your overlap percentage between your infill and perimeters is too high. This leads to something that basically is overextrusion, but it's usually visible as more of a ripple.
A third possibility is that it's just the filament.
Honestly, Google killing this will probably be the best outcome for it, because otherwise they'll try to monetize it, and that could be a nightmare. Just a straight-up conversation partner that tries to wheedle personal information out of you for their advertising profiles. Even their example question about what you like to do for fun is a little uncomfortable in that context.
I mean, I assume what happened was that the friend looked in their library, was surprised the game wasn't there after they bought it online, and since they were already chatting they just asked what to do rather than try to solve it alone. Opening a store is always a little slow just because it has to load ads and images and everything from online, so I can see why you wouldn't just rush to try that if your friends were waiting for you.
It's not FOSS, and it's been a few years since I used it, but I used to rely on Jota text editor. It was a very straightforward one, no bells and whistles, but that was kinda what I wanted from it. It didn't get unmanageable when using very large files, and if I recall correctly I think it also handled both Unix and Windows line endings, which mattered to me.
Not sure if it's still good, though. I don't do nearly as much weird stuff with my phone as I used to.
Thanks!
Attack ships on fire off the shoulder of Orion...
I'm really curious how good the depth sensor is. In the iPhone there are apps that will let you use the depth sensor as a 3d scanner; I'd like to see something like that here. I'm particularly curious if it would be possible to use the scanner to get the contours of your face, then use that to 3d print a custom facial interface out of TPU, sort of similar to what the bigscreen beyond does.
I just use swipe typing, but my dad absolutely loves MessagEase, which is basically a 9-key keyboard. The gimmick is that every letter is a gesture; nine letters are just taps, and everything else (including some punctuation) you start on one of those nine keys and swipe in one of eight directions (up, left, upper left, etc.). I think there are a couple of other large keys, like a space bar at the bottom and delete and "switch to numbers and extra punctuation" on the right, but you mainly use the nine for words. It's not terrible, and he's gotten moderately fast at it. Might be worth a look.
Edit: Oh, I've just seen that MessagEase is now unmaintained, and the "thumbkey" mentioned in another comment is basically a replacement. So I guess this is just another recommendation for that keyboard! Oops.
Fakespot used to reveal more about how they detected fakes, but as you say there are obvious issues with that, as it's a bit of an arms race. They don't just look at the text of the individual review though. Folks who buy reviews tend to get them from "review farms" that do reviews for a lot of products, and they don't have an infinite number of Amazon accounts to use for that, so there are network effects that can be powerful indicators, and that aren't easy for manipulate.
Fun fact: there's a name for the phenomenon of instantly recognizing the number of objects when it's fewer than five. It's called "subitizing."
There's a pretty interesting overview of what we know about math on the brain (or at least knew as of its writing) in the book "Where Mathematics Comes From" by Lakoff and Nuñez.
Ugh, I'm typing on my phone and kbin just ate about three pages of text. I'll try to just summarize.
Assessments for land that's at a roughly average level of development for its area would likely be about the same as they currently are for the properry as a whole, because of how, as I say, the existing system conflates the building and the land. So, better estimates for the values of your example properties would be $200k for a single family home in East, several million for the five-story condo building, and hundreds of millions for big pink. If they were all taxed at 1%, that would be a couple thousand a year for the home, a few hundred thousand a year for the condo, and millions for big pink. Which is probably not far off what they pay now. (My numbers are just as made up as yours, so, y'know, take with salt.) You'd only really expect to see significant changes in valuation for properties that are either much more or much less developed than the land around them, which is why I mentioned parking lots and U-Store-It centers; these businesses are almost always structured around the idea that they'll bring in a nominal trickle of cash to offset the taxes while the owner holds them and waits for their value to go up. This would be a lot less attractive if they had to pay the same taxes as the businesses and apartments going in around them that were causing that value to rise.
George used to demonstrate this by buying empty lots in downtown areas and putting up signs in them that said "Everybody works but the empty lot." Below that it would explain that he had bought it for whatever price, would hold it until it hit some other price, and would have done absolutely nothing to earn that increase in price but was instead capturing some of the value of the work other people had put in to growing the neighborhood. It was a pretty good way of advertising his ideas.
Oh, and yes, you can always adjust the rates to incentivize particular kinds of development like an urban farm. It's a human system, so there's gonna be a need for flexibility. :)
It's related for sure. Our current property tax system kind of conflates the land value with the value of the buildings on the land--that's why a house will be assessed as going up in value even though it's physically deteriorating a bit as it ages, and even if it's likely to be torn down and replaced by a new buyer. The idea of land value tax is that you revamp the assessment system to reflect that most of the value is actually in the location of the property, and you tax the property based only on that value, but at a high rate. This significantly discourages leaving a lot vacant, because your income on that property will be low, but your taxes will be as high as if you had built it up. It basically does away with "land banking." This is why there are currently so many lots in most downtowns that are barely improved--parking lots, storage companies, that sort of thing: because of the lack of significant buildings, they'll have low property taxes, and the owner can just hold them while they wait for the value to inflate. Land Value Tax does away with that. It incentivizes the efficient use of land, and basically eliminates the use of land as simply a hoarding spot for wealth.
A Land Value Tax would help with this. Henry George was on to something with that.
It also doesn't with with PLA and ABS. Same issue, they won't stick together well.
And when you say "laser or printer" here, are you referring to a 2d printer, or a 3d printer?
The questions are because, fundamentally, a wireframe image like the one you linked is just a different way of rendering the same file. So if what you want is literally an image like this, then there are tools to do that, which will depend a bit on what operating system you're using. Blender, as mentioned in another comment, is one such option.
If, on the other hand, what you want is a 3d printable structure that resembles a wireframe rendering of the object, that's a more complicated task. The STL file just lists the triangles that make up the surface of the object; in order to make a solid structure that resembles this, you'd need to create a solid (e.g. a cylinder, maybe with balls at the ends) for every edge in the file (3n / 2 edges for n triangles, since every edge in a properly printable ["manifold"] STL is shared by two triangles) and then takes a boolean union of all of them. I don't think a tool to do this exists currently, as it's a rather specialized need, but it wouldn't be too hard to throw together a python script that could take an STL file and generate an OpenSCAD script that you could then render with OpenSCAD to get the STL.
Specifically, the 8 pro has a 5x telephoto 48mp sensor that the base model lacks, a 48MP wide angle sensor compared to 12MP on the base model, a thermometer the base model lacks, 12GB of ram vs 8 on the base model, and a slightly larger and brighter display and slightly larger battery (though the gain in battery is probably roughly offset by the increased power draw of the screen). I believe those are the only hardware difference.
That's wild! Sorry that's happening to you.
I don't think we should be too surprised by this. If a company isn't all that good before a conglomerate buys it, then it's unlikely to be widely known. Conversely, if a small company is widely known, it's likely to be exceptionally good. So, even if acquisition usually just results in regression to the mean, we'll still mostly have heard of ones that degraded the company.
"Scary" may also be the wrong word; "tense" might be closer to the mark. In Fusion there are these sections where you'll be exploring and then suddenly your doppleganger will show up and start hunting you. It's surprising and actually pretty unnerving; you have to get away, but the thing can move basically as fast as you can and there's really not much room to maneuver. I was under the impression that the "EMI" sections in dread were basically a refinement of this, but maybe I was misinformed.