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.
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.
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.
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.
For me it's under Settings, Privacy and Security, Device Lock, Fingerprint Unlock. I removed my fingerprints from it the other day, though, because it was so inconsistent at unlocking my phone that it seemed faster to just use a numeric code.
Good sci fi usually isn't about the future, aliens, etc. It's about the present, but portrayed in a strange way so as to bypass your existing preconceptions about the situation, so you can look at it with fresh eyes.
So, one thing to consider is whether you could have remnants of a previous filament getting stuck in your hotend and carbonizing and causing partial clogs. That depends a bit on what you were running just before running this filament. If this is the issue, a cleaning filament can help. Another possibility is that your nozzle isn't tight against the heatbreak, in which case plastic can accumulate there and cause issues. The only way to fix that is to disassemble the hotend and put it back together correctly--this usually involves tightening the nozzle when it's hot, but check the details for your specific printer.
But yeah, it could also just be bad filament. That's probably the easiest thing to fix, anyway.
Gluten kicks ass. It's easily the best fake meat base. I remember in college cooking a meal for my roommates and them saying afterwards "wait, aren't you vegetarian? did you cook this just for us and not eat any?" and having to explain that no, that wasn't beef, it was wheat gluten and mushrooms and miso. They were dubious, saying, "well, to me this is just really tender beef."
So yeah. I'm also disappointed that gluten has gotten such a bad rap. I'm waiting for this knowledge to trickle back into the convenience foods sector so I can buy this stuff and not have to make it by hand every time, and it seems like I'll be waiting a long time.
Lots of people post STLs because you can feed them directly to the slicer for printing. But it only represents the surface mesh of an object, and only as polygons. A STEP file basically captures how the part is designed in CAD, so it's much better if you need to modify the part. It also gives you the original form of things like curves, where the STL would be quantized into a fixed number of polygons.
I mean TVs have volume buttons but also a mute. It's nice to be able to use volume to set a specific level but then also quickly toggle between that perfect level and silent.
It's not something you strictly need a physical button for, but the way they implemented it on old iPhones was nice. It was a physical switch rather than a button, and it looked different in the two positions--the slider under the switch was red on one side and black on the other. (or maybe silver, i forget, but it didn't stand out the way the red did.) So you could tell at a glance if it was muted as well without turning on the screen.
The new button seems like a step back from that to me, but if you don't use the silencing feature then a reprogrammable button is maybe more useful to you.
Attention is a kind of surplus mental capacity that we have, which isn't specialized, but can instead be directed to tasks as needed. Ironically, we also use the term for the dedicated mental system which directs this extra capacity, which makes talking about it a bit more complicated.
Most of the stuff we do, our brains just kinda handle for us. Walking is usually like that; it's an incredibly complex feat of dynamic balance, movement planning, and adaptation to changes in the environment, but it rarely takes any conscious effort on our part. Conscious effort is directed attention.
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.