• 1 Post
  • 86 Comments
Joined 5 months ago
cake
Cake day: November 20th, 2024

help-circle
  • I’ve used OLED on phones (my current, free because cracked screen) and like the idea* but considering I have a super-budget desktop (old stuff, unlikely to upgrade) and keeping it mostly to free/old content I’ll stick to whatever low-tier 1080p displays are already in my home.

    Maybe OLED multi-touch if it wasn’t an upsell and niche market, so realistically when you add in burn-in fear it’s either I get some second-hand laptop/tablet that has it (with a bad/no battery) or some new manufacturing tech solves it (either way, probably not for me in the next 10 years).

    It might make more sense for VR immersion, though again between cost and specs (cost again) plus whatever lock-in nonsense (which I already saw of the oculus stuff with a family member who likely won’t ever unlock dev mode) probably not for me.

    * particularly for the contrast ratio (off pixels), though unless you’re into horror stuff this seems like a bit of a gimmick (even space content is not a guaranteed fit). It’s either that or making my own OLED edits of movies, which I find unlikely to work well via a blind edit (as I don’t expect a script to be perfect).




  • Some parts of those governments do have proportional representation (like Scottish Parliment where the SNP has the most representation).

    Other than that, I would guess there are a lot of small reasons… like differences in structure/operation/rules, that recall elections are a thing, larger gov’t bodies, and election frequency. From the outside, I’d also guess that some of these parties do/have held power for a while until they mess things up and the voters switch it out.

    Also a lot of the issue here is with US presidency, and the electoral college cements it even further. That is where it is the biggest inevitability as it’s a big race that largely decides the next 4 years (also a partisan senate and house can enable or stall legislature, also how the right stacked the supreme court).

    This is also a long-term imbalance (as shown by the video I linked) that intensifies over time. Other systems having different factors may be what prevented it from being a huge issue there, and it probably helps that they are older/more-stable (and less individualistic) countries.




  • If it’s everything (in a community/profile) maybe, particularly if they don’t have any contributions elsewhere. Or if it’s actually something heartfelt/personal I can see being more touchy about it, less so with bot-like aggregation or reposting old content etc.

    Because otherwise, it’s not going to be obvious where the line is when you add in time and % of content. If you’re using a bot/script to detect voting, you’re likely going to ban users just for casual browsing (even if they could explain their votes). Especially as an instance ban purges a user’s account (to users of that instance) as if they’re on the same level as an SEO spammer. Does a voting disagreement mean the rest of their account is invalid?

    I don’t know if it’s fedi incompatibility or just 0-transparency moderation, but dubvee might be doing this but it’s unclear as they seem to be just handing out silent bans (no ban reason stated).






  • I do as well as I can in an enjoyable way to keep myself somewhat stable. Like I’ve been riding my bike on the trail lately* and I enjoy cooking** for myself. I’ll sometimes drink soda, but honestly I think if the sugar were halved I would probably enjoy it more (or just… some dessert is probably less sugar). Even though I guess subsidies make sugar cheaper than water.

    I’ll sweep the floor because I don’t want to walk on dirt. Though yeah, I’m probably stuck here more than others.

    * mostly to go outside (with not many good destinations I can viably reach), though I can make it to a local grocery store for a few things

    ** mostly sautéed vegetables, squash/celery/mushrooms/carrots/onions etc, spinach on sandwiches and recently have tried cooking chard


  • Your “meat flesh prison” comments are especially pathetic

    and you come across as someone incapable of forming real human connections

    I’m a shut-in already and it seems odd to me both from a modern perspective and a “wish I was part metal” escapism perspective.

    Modern, sure rain/snow/heat suck… but most of the scary stuff in nature is nowhere near the well-trodden areas I will ever exist in, and a mushroom has never bothered* me. Shade trees are nice, a smooth surface for bicycles is nice too but I don’t want to exist within heat islands and our car-centric system is not conducive to my life.

    Escapism, what does future technology fear in nature? I expect new forms to be more resilient and thus more comfortable (also probably not appetizing to predators, easy dissuasion tools). Do I want to rely on mechanics/scientists to fix me up and control my brain fluid daily? No way, I want self-regulating systems and robust microbiomes! I probably would just live in a broom closet much of the time, but if I could live outside trading resources with trees or be a bogwalker living off/with algae or as a beekeeper golem roving to different farms or other pollination sources why wouldn’t I at least try it for a while? Or in the ocean/space, even if it just means easier/longer traversal? Especially with worthy purposes (ecology, infrastructure, science), not just money.

    * though I could understand hate for those that cause suffering and maiming rather than straight up food, death, or getting over the concept of death. Even more so if it’s a look-alike.


  • If something like USB doesn’t show your video, it may be too new of a codec (it may want mp4 or mpg or avi or wmv (mov or m4v?), not webm or mkv etc).

    One thing to consider may be media-capable consoles (PS3/Xbox 360? and newer). Or an older computer, or maybe someone will be fine running it off of their laptop (or phone if you have a cord/casting).

    You may want to use some sort of server (simple HTTP, perhaps even a media server) if you have a video-capable (+network-capable) device that does not have enough storage. You may need to do firewall/port stuff for that (fixed local address), though it might be more convenient in some cases.


  • I think so, but that’s also has massive tradeoffs on its own. If I did that, it was probably mostly Robot w/Ser Junkan runs.

    I probably would prefer a mod that makes active items only show up in shops (or perhaps chosen selection/loot-table at the start or per-character). Also: have the RR leave junk when taking some items (not ammo).

    I do see one mod (Justice) to alter spawning which would probably help a bit (depending on the character, still not perfect early on). Plus I have other games to be bad at, some of them free (and slightly less frustrating).





  • Vector/polygonal, truly implemented for the technical benefits* and likely untextured**. Which will make it more niche than the early 3D stuff that did use vertex colors ( EDIT: such as Spyro (specifically skyboxes, LoD) and Crash Bandicoot (Crash’s animations are cool too)).

    3D polygonal+vertex color actually isn’t that difficult to do. I’ve done some, the real issue (aside from making it good) is actually the animation/game around it. I haven’t done much and continue not doing much because personal stuff.

    2 examples (of my own stuff) I've used many times before

    * less data while also rendering at native res without needing extra work (8K or even on a 50ft Billboard? Sure). MIDI (you can use higher-quality soundfonts) or other procedural stuff (sounds/sfxr, textures) are nice too.

    ** I’m not against not-too-many general-use textures, but I tried this (including a watercolor splatter texture I made) without mapping and wasn’t really happy with the results… plus normal maps won’t work with per-vertex¯ materials. So this probably takes a lot of effort/skill to work as-intended.

    ¯ not strictly necessary, but I don’t mind the idea aesthetically and a free optimization sounds nice even though low poly+vertex-color is already a low bar (unless per-vertex could help with webGL, mobile, VR, or really old devices etc?)