@Onihikage@beehaw.org avatar

Onihikage

@Onihikage@beehaw.org

This profile is from a federated server and may be incomplete. Browse more on the original instance.

I was looking at the firefox flatpak on flathub. Won't this warning make a non tech-savy user anxious? This might make them think they'll get a virus or something like that. (programming.dev)

Imagine your friend that does not know anything about linux, don’t you think this would make them not install the firefox flatpak and potentially think that linux is unsafe?...

Onihikage,
@Onihikage@beehaw.org avatar

When I look at Firefox in Discover, it only shows the list of permissions the flatpak will be given out of the box, with no warning of it being “potentially unsafe.” This certainly does seem like the better way to handle it.

Also, the warning on the Flathub website is clickable - it expands into the full permissions list. Why it defaults to “no information except maybe dangerous” is beyond me.

Onihikage,
@Onihikage@beehaw.org avatar

If “nearly every app” that people already use suddenly has a big warning on it, people will quickly decide the warnings are meaningless and start ignoring them, like Prop 65 warnings. Congratulations, we’ve moved the needle backwards.

You have to meet people where they’re at. I finally switched to Linux when MS introduced a feature I wanted no part in (Recall AI), but I would have given up within a day or two if the transition hadn’t been basically seamless. I was able to pick up right where I left off, using all the same apps I did on Windows except MusicBee RIP, but now I’m in a better position than before, on an open-source OS instead of closed-source. Now there’s a little less friction between me and better, freer software.

what's your current linux distro?

wanting to hop into the world of linux on a dual boot method (one of my favorite games unfortunately cannot be run on linux at all, and it’s a gacha. I don’t want to gamble with my account being banned, so I’m keeping windows for it specifically.) this’ll be my second go at it, I used Pop!_OS briefly but had some issues...

Onihikage,
@Onihikage@beehaw.org avatar

Bazzite, from Universal Blue, based on Fedora Atomic Desktops. Immutable-style distro which means critical OS files and folders are read-only and all system apps (the ones preinstalled) are updated together as a full image rather than piecemeal. Anything not preinstalled can be installed in a distrobox or as a flatpak/appimage/aur, or as a last resort, layered with rpm-ostree. Extremely user-friendly, everything a gamer needs is either installed and preconfigured out of the box or available as a flatpak. Bazzite’s the first time I had a good enough experience on Linux that I made it my daily driver; now Windows is the secondary OS I only go to when I really need that one thing that only works there.

Onihikage,
@Onihikage@beehaw.org avatar

The biggest thing missing for me is good VR support at the OS level. Even with all the optimizations in Bazzite making regular games perform about equivalent to Windows, latency in VR is awful, and motion smoothing just plain isn’t supported in Linux yet, on any hardware. Those two pain points make the experience much worse than on Windows, I’d be motion sick in minutes if I tried to actually play something. Thankfully, normal gaming works just fine, and I don’t play VR as often as flat games, so I can just boot into Windows when I want to do that.

The second thing is the poor state of music players. I’m used to the very extensive feature set in MusicBee, and not a single native player hits all the boxes that MusicBee does. It can be run in Bottles, but not very well, and as a newbie, it took me a lot of extra tinkering to get things working even sort of right - file permissions, dotnet stuff, font libraries, etc. I still haven’t quite gotten file permissions working right, and font rendering is pretty bad (and custom font selection is broken entirely), but maybe I’ll figure some of that out eventually so I can stop booting into Windows whenever I want to make changes to my library.

Onihikage,
@Onihikage@beehaw.org avatar

It’s a little more tinkering than Windows, but definitely less than it’s ever been, and getting better all the time. I’ve found it to be basically exchanging one set of weird OS quirks for another. And hey, if you have any issues, the folks in the Universal Blue Discord are super friendly and helpful!

Onihikage,
@Onihikage@beehaw.org avatar

Odysee takes a lot of curation to even be usable. You can block whole channels easily and they won’t show up for you anywhere, but once you’ve blocked all the RWB you’re left with mostly tech, gaming, and reactions. And this is despite Odysee/LBRY having been around for years.

Onihikage,
@Onihikage@beehaw.org avatar

This is the one of the few real things that make VPNs a security tool - security from thugs using a MITM attack on your phone. This is also a reason to avoid SMS messaging and port your number to a VoIP service instead of a direct cellular number, as VoIP traffic would be routed over the encrypted VPN tunnel with everything else instead of through the traditional cell network which is vulnerable to these attacks.

If government agents want to know what you’re saying and doing without your consent, you should leave them no choice but to get a warrant and do some actual work.

Onihikage,
@Onihikage@beehaw.org avatar

The InterPlanetary File System (IPFS) is a protocol, hypermedia, and file sharing peer-to-peer network for storing and sharing data in a distributed file system. It allows users to host and receive content in a manner similar to BitTorrent.

Current 2024 command to automatically transcribe subtitles for a video?

I am very out of the loop with related recent tech, but once in a while i wish i had subtitles for internet clips, and i understand there’s good tech out there for this these days. Is there something i can download in a typical headless Debian machine that i can then point at some MP4 clip to get subtitles? Even if imperfect...

Onihikage,
@Onihikage@beehaw.org avatar

Not at all - you could just be a US citizen coming back from a brief trip across the border.

A few congress critters have been trying to get bills passed to curtail this overreach for almost a decade, but unless I missed the news, none of them have succeeded.

Onihikage,
@Onihikage@beehaw.org avatar

Doesn’t have HDR, and doesn’t have eye tracking? Those are two of its biggest selling points! What were they thinking?

Onihikage,
@Onihikage@beehaw.org avatar

If it was source available under a CLA, would it make sense for them to specify that they will retain control over the “official version” of the software? That would seem to imply they will not have control over unofficial versions, presumably differently-named forks.

Winamp will remain the owner of the software and will decide on the innovations made in the official version," explains Alexandre Saboundjian, CEO of Winamp.

Onihikage,
@Onihikage@beehaw.org avatar

This line gives me some hope that it will actually be open-source:

Winamp will remain the owner of the software and will decide on the innovations made in the official version.

Would they really bother to specify “official version” if it was only source-available and forks weren’t allowed?

Onihikage,
@Onihikage@beehaw.org avatar

Atomic means the core OS packages are in an immutable container such that none of its individual components can be updated separately; instead the entire container is replaced with a newer version when the system is updated. This makes it much less likely for something to break during normal use, and easier to rollback updates if something does happen to break. The ideal use case is a containerized environment where each app you use is installed in its own container, like Docker, or is otherwise self-contained such as flatpak installers, and doesn’t rely on any of the system’s packages.

Onihikage,
@Onihikage@beehaw.org avatar

Why are you all so upset? These stock buybacks don’t pay for themselves, you know!

God I hate the stock market.

Onihikage,
@Onihikage@beehaw.org avatar

I was in your shoes for ages, but HeliBoard has predictions and other languages out of the box. Voice transcription works if you have FUTO Voice Input. Gesture typing uses a swypelibs binary extracted from Gapps; you just have to download it manually since the app never requests network access (instructions are on the Github page). I started using it today and some of its features actually seem to work better for me than Gboard, like the swipe gestures on delete or space, and it has at least a few more features I’m pretty sure Gboard doesn’t. Give it a look at least.

Onihikage,
@Onihikage@beehaw.org avatar

Net Neutrality is about not policing content online. That’s kind of its whole thing:

These net neutrality policies ensured you can go where you want and do what you want online without your broadband provider making choices for you. They made clear your broadband provider should not have the right to block websites, slow services, or censor online content. These policies were court tested and approved. They were wildly popular. In fact, studies show that 80 percent of the public support the FCC’s net neutrality policies and opposed their repeal.

The closest we get to online censorship is obscenity laws, which one might think applies to porn, but obscenity is actually defined much more narrowly than just “content designed to arouse”. Obscenity is basically stuff that even Hugh Hefner would find offensive, stuff the average adult would find deeply repulsive and abhorrent (not just a little bit, the exact language is “patently offensive”). Adult content in general (obscenity & indecency) is banned from broadcast media during daytime hours to keep kids from seeing it; subscription-based services are exempt from such rules, which presumably means that the adults who pay for the subscription are supposed to be the ones preventing kids from using it to view adult material, if such is possible. I expect this is why anything which does manage to qualify as obscene is typically very hard to get to unless you really want to see it, so nobody who might report it ever actually finds it.

It’s worth mentioning that obscenity laws apply whether Net Neutrality is a thing or not, so having it will be a net reduction in the avenues through which content may be censored or policed. Now if only they’d ban ISPs from selling your data to brokers…

Onihikage,
@Onihikage@beehaw.org avatar

Vivaldi > Brave

Onihikage,
@Onihikage@beehaw.org avatar

I mean, yes, I daily drive Firefox myself. If one must have a Chromium-based browser, however, Vivaldi is very much not-Google, very much not crypto, and is all around pretty based. It’s a solid choice for a secondary “I’m going to need something chromium on rare occasions” browser.

Onihikage,
@Onihikage@beehaw.org avatar

I don’t know if this has changed, but last time I used Ungoogled Chromium, I recall the UI still referred to Google and/or its services in many areas, even if the underlying code’s removal made those areas nonfunctional. Google’s name is also still right in the browser title, like free advertising every time I look at it, and that bothers me as well.

Onihikage,
@Onihikage@beehaw.org avatar

VPN subscriptions about to explode.

Naturally, they’ll try to ban VPNs next.

Onihikage,
@Onihikage@beehaw.org avatar

They’ve been shadowbanning VPN users for years. It’s not a policy I expect to change.

Onihikage,
@Onihikage@beehaw.org avatar

It’s very disappointing to see someone come to a post about a game bundle to support Palestine only to uncritically surface claims from a site with a blatant pro-Israel, pro-Zionism bias. Zionism and Judaism are not the same thing. Zionism is a sect of Judaism characterized by an extreme ethnic nationalist doctrine (with expected bedfellows). NGO Monitor repeats the utter nonsense that being Anti-Zionist or Anti-Israel is somehow anti-Semitic. It’s not - the earliest anti-Zionists were Jews. The idea that being against or critical of Zionism is the same as being racist against Jews is an absurd fiction pushed by Zionist foreign policy in order to insulate Israel from all forms of criticism; sadly, it seems to be working. In any case, I’m not inclined to believe one word printed by NGO Monitor where Israel or Palestine are involved.

Onihikage,
@Onihikage@beehaw.org avatar

It’s stored with zero-knowledge encryption, which means the server only receives enough information to authenticate the user, but otherwise has no ability to decrypt the user’s files. Proton has an explainer.

Onihikage, (edited )
@Onihikage@beehaw.org avatar

A few months ago, Proton’s CEO Andy Yen was interviewed on The Linux Experiment and reiterated in the segment starting at 49:27 that he does want to have an F-Droid version, but because Proton encrypts notifications sent through Play Services such that Google can’t get at the metadata, and because third-party notification frameworks are typically much worse for battery life than Play Services, they consider F-Droid a lower priority than some of the other things they’re trying to get done, such as feature parity between their mobile and desktop apps. It’ll come eventually, especially as Yen himself seems to want it, but since they’re completely private and have no investors, they don’t have infinite money for developers, so they have to prioritize sustainable growth.

Highly recommend watching the full interview, Yen seems to have a good mindset about the whole thing, doing what he feels is best for privacy and ownership of identity in the long run, even if he has to temporarily compromise in some places in order to get there.

Onihikage,
@Onihikage@beehaw.org avatar

Blog commenter Frank Wilhoit made a now somewhat famous assertion that the human default for nearly all of history has been conservatism, which he defined as follows:

There must be in-groups whom the law protects but does not bind, alongside out-groups whom the law binds but does not protect.

He then defined anti-conservatism as opposition to this way of thinking, so that would be to ensure the neutrality of the law and the equality of all peoples, races, and nationalities, which certainly sounds left-wing in our current culture. It would demand that a legal system which protects the powerful (in-groups) while punishing the marginalized (out-groups), or systematically burdens some groups more than others, be corrected or abolished.

Onihikage,
@Onihikage@beehaw.org avatar

Seconding Dragon’s Dogma: Dark Arisen. I have it on GOG, it’s absolutely fantastic (apparently the pawn rental system is broken on that version, but I never used it anyway). Climbing up a drake to stab it in the face has never been so satisfying! and magic archer is OP

It’s also old enough that OP’s hardware shouldn’t have any trouble running it at decent settings.

Edit: I just realized the GOG version is currently on sale for under $5, what are you waiting for?

Onihikage,
@Onihikage@beehaw.org avatar

Yeah, we only have to look at the FTC’s lawsuit against Amazon to see what they consider an antitrust problem:

[…] Amazon violates the law not because it is big, but because it engages in a course of exclusionary conduct that prevents current competitors from growing and new competitors from emerging. By stifling competition on price, product selection, quality, and by preventing its current or future rivals from attracting a critical mass of shoppers and sellers, Amazon ensures that no current or future rival can threaten its dominance.

That isn’t what we see from Valve - in fact it’s the opposite, as Valve’s strategy with Steam is simply to provide the best service and be the gold standard. The competition is almost always compared unfavorably to Steam, because gamers know how it feels to use a mature platform that isn’t trying to abuse them.

Valve has even taken some steps that wind up increasing competition in adjacent markets, such as operating systems (Proton has contributed significantly to Linux popularity) and even handheld game devices (Steam Deck set off an arms race when electronics manufacturers realized Nintendo is asleep at the wheel). Steam is as pro-consumer as it gets, with the exception of GOG and possibly itch.

Onihikage,
@Onihikage@beehaw.org avatar

since most languages are written horizontally and i like ux to reflect this structure. such things are subjective though

You might be misunderstanding what we mean by vertical tabs - we aren’t literally turning the tabs sideways and putting them on the side of the browser. We’re placing the tabs, still horizontal, into a stacked, scrollable list on the side of the browser. The superiority of this display method for tabs on widescreen displays is not subjective, and here’s why:

  1. Tab titles are not typically very long, but there tend to be a lot of them. This data is far more readable and accessible as a bulleted list than a long paragraph.
  2. Beyond about ten to fifteen tabs, tabs displayed at the top, side by side, must either shrink and obscure the title, go off-screen and be invisible without scrolling, or stack in multiple rows across the top. A vertical tab setup can easily display 30-40 of them in a vertical list, all with the maximum visible amount of their titles which helps distinguish them from one another.
  3. Modern desktop screens are wider than they are high, but webpage content scrolls vertically, often leaving a lot of empty space on the sides.
  4. Eyestrain is reduced and readability improves when the width of the reading area is reduced. This is why text on the web almost never fills the full width of a widescreen display, why most books are taller than they are wide, and why newsprint articles have many narrow columns rather than filling the entire page.
  5. Given points 3 and 4, tabs at the top of the browser window on a widescreen display leave slightly less room for the actual page contents, while tabs displayed in a vertical list on one side only cut into the white space that exists on the sides of the content, while keeping the titles readable and causing less eyestrain.
  6. With one change, a list can become an outline with sections and headers, following your own train of thought as you branch out and expand on each idea. In the same way, tabs displayed as a list can be very easily displayed with a tree structure, allowing tabs to be grouped, collapsed, and generally organized in ways that are impossible for traditional-style top-tabs.

This is why Tree Style Tabs exists, though I prefer Sidebery these days, being more customizable and performant than TST. There’s no way I can ever go back to top-tabs.

Onihikage,
@Onihikage@beehaw.org avatar

The very first version of Tree Style Tabs was published in… hmm…

2007

The shameful part is the fact that Edge-Chromium added a native tree style tabs feature over three years ago, and has been eating Firefox’s lunch. Vivaldi has had native vertical tabs for eight years! Mozilla’s leadership is asleep at the wheel.

Onihikage,
@Onihikage@beehaw.org avatar

Sidebery has tab groups and natively supports containers, which is perfect for your use-case. Might as well be TST 2.0.

Onihikage,
@Onihikage@beehaw.org avatar

When you’re keeping things in a tree structure for visual grouping and using containers to manage different logins, bookmarks will lose the tree structure, and you’ll have to specify which container to open it in. If your workflow involves a dozen tabs per context, locating the bookmarks and reopening them every time you switch contexts is a significant time and productivity loss.

Consider the classic Evidence Board (also known as string wall, crazy wall, conspiracy board, etc.). Saving everything to bookmarks is the equivalent of putting your board’s contents into a drawer, then pinning everything back up whenever you need to look at or update that particular conspiracy. It works, but it’s cumbersome, error-prone, and wastes a lot of time; you’d only do this if you only have one board but multiple things to inspect. Leaving tabs open and simply unloading the inactive tab trees is like having multiple separate boards where you just roll them into a closet when you aren’t using them.

Onihikage,
@Onihikage@beehaw.org avatar

There are several addons that organize the tabs in the sidebar with a vertical, tree-style layout, with nested tabs that can be collapsed, just like a classic folder structure. This is what GreyBeard was referring to earlier in the thread when he said “The tabs are in a tree hierarchy”.

https://addons.mozilla.org/en-US/firefox/addon/tree-style-tab/ has been around since 2007; https://addons.mozilla.org/en-US/firefox/addon/sidebery/ is much newer, and IMO looks and performs better.

Onihikage,
@Onihikage@beehaw.org avatar

What you’re missing is that “vertical tabs” in this context isn’t talking about tabs literally turned on their side. We’re talking about tabs that are still horizontal, but instead of arranging the tabs along the top of the screen, and shrinking their width when there’s no room left, they’re given a fixed width and arranged in a vertical list on one side of the screen. The best implementations of this (such as Sidebery, which the previous screenshot is from) also allow tabs to be nested in a collapsible tree structure.

You sound like you’d really like the tree-style tabs offered by Sidebery on Firefox, or that’s built into Edge. Give it a try!

Onihikage,
@Onihikage@beehaw.org avatar

It has better customization, better performance, and tab groups. I used TST for many years, switched to Sidebery only a few months ago. You can do stuff like set it to where tabs only activate on releasing the mouse, so you can rearrange unloaded tabs without activating them, or make it so middle clicking the tab close button unloads it instead. You can also rename tabs!

Onihikage,
@Onihikage@beehaw.org avatar

I’d really recommend something like Fedora before trying to touch Arch. Arch is pretty much only one step removed from Gentoo, the difference being you don’t compile everything from source, but installing it is still a process of building the entire OS from the ground up. There is no GUI installer, you’re going to be in a terminal window punching in dozens of commands while the installation guide is up on your phone or a nearby computer. There is no real standard pathway to “a setup that works fine for most people”. The wiki is very noncommittal in many areas to the point of inflicting decision paralysis and wasting a lot of your time if you try to approach it as a Linux newbie, as well as throwing so many links at you that it can be hard to tell which links mean “you need to click this and follow the instructions” or “here’s background information on this thing we just told you to do that you only need to know if you’re curious”.

When I tried to install Arch, following the directions as precisely as I could understand them, I couldn’t get networking to function when booted into the OS, it only worked when I was running the USB installation environment. The default pacstrap you’re given doesn’t include the same networking packages as the installation environment, so any newbie just trying to follow the guide is expected to chase down nests of links and hyper-detailed wiki pages to figure out which networking packages they need, try to get them installed, figure out how they’re supposed to be configured, and in my case, still fail to connect to the internet. Also not included by default are the packages that download manuals for all the commands you’ll be learning to use, or a text editor which you need to edit config files, and editing config files is the only way to configure most of the system when you’re in a terminal. I hit so many stumbling blocks and started over so many times it felt like a hazing. Gave up after a full day of trying to figure out the networking problem and having no new ideas the next day.

Fedora (KDE Plasma/Wayland) worked really well out of the box with a proper GUI installer, I just had to do little configuration stuff like adding additional flatpak sources or learning how the console package manager works (dnf), and also to ignore any instruction that ever tells you to run dnf autoremove. Simple stuff like installing a web browser and basic apps was about as quick to set up as on Windows. The most trouble I actually had was with Discord - it would be freshly installed, briefly work, then on the next launch say that an update is available and demand I manually update it, with options to download an Ubuntu/Debian installer or a tar.gz (aka “figure it out yourself”) which never seemed to take. I ended up looking for alternatives that weren’t just using it in my regular web browser and discovering WebCord, which I’ve been very pleased with from a privacy perspective.

Onihikage,
@Onihikage@beehaw.org avatar

They’re more than fine with it, the Bits N’ Bricks podcast (part of LEGO Gaming) actually had Baraklava (the Manic Miners dev) on for an episode about the history of Rock Raiders which included a section on remakes, including Manic Miners, so they outright drew attention to it. Very cool people over there at the LEGO Group.

Onihikage,
@Onihikage@beehaw.org avatar

With a set of mods natively supported by the game through mod.io, you can get as many as 8 people in a spacerig (lobby) without the game crashing, and in theory up to 16 if they join after the drop pod has landed. I’d recommend the following set of mods if you go that route:

Downside of this method is you have to log into mod.io through your Steam account, and I’d personally be too paranoid to do that at an internet cafe, but it would get y’all down to 1-2 parallel games. In addition, if you turn up swarm sizes, the game basically becomes Starship Troopers: Space Dwarf Edition.

Google's Chrome Browser Analyzing Your Browsing History with so-called "Privacy Sandbox" Feature

For nearly two years now, Google has been gradually rolling out a feature to all Chrome users that analyzes their browsing history within the browser itself. This feature aims to replace third-party cookies and individual tracking by categorizing you into an interest category and sharing that category with advertisers. It’s...

Onihikage,
@Onihikage@beehaw.org avatar

Probably a local credit union, provided it’s FDIC insured and has decent terms of membership. Most credit unions aren’t in the business of spying on the people that own them, their purpose is just to manage their clients’ money and facilitate spending.

Krebs on Security: "Using Google Search to Find Software Can Be Risky" (krebsonsecurity.com)

Google continues to struggle with cybercriminals running malicious ads on its search platform to trick people into downloading booby-trapped copies of popular free software applications. The malicious ads, which appear above organic search results and often precede links to legitimate sources of the same software, can make...

Onihikage,
@Onihikage@beehaw.org avatar

We keep saying that blocking ads is a security feature, and it keeps being true.

Onihikage,
@Onihikage@beehaw.org avatar

Chipzel has already gotten a mention, but I have to say her stuff is fantastic, especially Chipped of the Necrodancer and Super Hexagon.

Developer Konjak (Joakim Sandberg) did good work on the Noitu Love 2: Devolution soundtrack, which is a free download (zip file) from his website and is very chiptune. The actual link on the website’s main page has an errant slash at the end that has to be deleted for the download to work. Some of the album can be found on YouTube if you want a preview.

Another banger chiptune to go for comes from Zircon and the work he did for the Demon Truck Soundtrack, especially https://zirconstudios.bandcamp.com/track/the-devils-mudflap-main-theme. It’s 16-bit Genesis goodness, and the game is pretty fun! Zircon’s done stuff for several games and is generally an all-around musical badass.

Herbert Weixelbaum’s on the album 8-Bit Operators: The Music of Kraftwerk is a total earworm. The album is full of good chiptunes, but that one’s my personal favorite.

You might also enjoy https://adventuresound.bandcamp.com/album/adventure. Very upbeat and energetic stuff.

Lastly, I have to give a shoutout to Zweihänder. All his stuff is pretty good, and much of it game-inspired.

Enjoy!

Onihikage,
@Onihikage@beehaw.org avatar

The title does need updated, but I suspect it was accurate at the time of posting 23 hours ago. The article appears to have been updated at least twice, based on the URL.

Onihikage,
@Onihikage@beehaw.org avatar

They’re really gonna mention Lego Rock Raiders without a single nod to the unofficially sanctioned and free remake?

Onihikage,
@Onihikage@beehaw.org avatar

It’s not even about selling you something, it’s about selling you, period. They sell the user’s attention to advertisers, and don’t much care about anything else because anything else is too hard to quantify in a spreadsheet.

These days I mostly go for paid content like Nebula, alternative platforms like Odysee or PeerTube, or even Newgrounds - remember them? It’s not always possible to avoid YouTube entirely since some creators I follow only have a presence there, but transitions like this take time.

Onihikage,
@Onihikage@beehaw.org avatar

I really hope he’s cultivating at least one successor within the company to carry on his vision.

Onihikage,
@Onihikage@beehaw.org avatar

Since this labour is likely to be farmed out to innocent people in developing countries

You don’t quite seem to understand how easy it is to train these AI models, and because of that, you’re missing a critical point - with open-source technologies like Stable Diffusion, which has models that can be refined and run on a consumer-grade graphics card, the people using models to generate images and the people creating and refining those models are the same people. People who want to generate brand new pokemon sprites can train a model on all the pokemon sprites until it looks good. A few absolute galaxy-brain nerds who want to generate MIDI spectrograms from a text description and convert the output into audio… can apparently do that. And of course, people who want to generate lots of hentai or photorealistic porn can create and fine-tune a model, or multiple models, all by themselves (I won’t link any of these, but hundreds are readily available, and thousands exist in total)

In other words, people who already consume CSAM are the people working on models for generating CP, and a subset of those have definitely been trying to make it work with only legal images so that the model itself can be distributed and used without breaking any laws, maybe even hiding in plain sight pretending it’s not for making CP. Someone else out there with a different set of fucked-up desires has probably trained a model on gore and snuff images and then used it to create “photos” of people they hate as mutilated messes. There’s sick people of all kinds all over the place, and the jury’s unfortunately still out on whether this new tool actually causes harm when used in such a manner, or if it’s just the newest way they can express their deviance. We don’t know yet.

But this genie is already out of the bottle. Banning the use of this technology for specific, narrow use cases just isn’t going to be effective without banning AI image generation entirely, and we’re past the point where that’s feasible. Image generation is a powerful tool that’s not going away; it’s on us now to figure out what we really believe about harm, health, and personal freedom, and what we want a society with this tool to look like.

Personally, I’m of a mind that if all the data going into the model is legally obtained, anything generated should be considered artistic expression. A person had a thought, then put their thoughts into a tool, which made a picture of those thoughts. No matter how repulsive those thoughts were, I think throwing people in prison for that kind of expression is thought-crime. There’s public obscenity at play, of course, but only once they take the step of showing it to other people. If it’s just for themselves, and nobody else sees it, who is harmed? Even if it does turn out that it harms the person generating the images (which wouldn’t surprise me), that makes it a health issue, like drugs or other addictions, not something to criminalize.

Does anyone know of any kid-friendly "horror" games out there for children ~7 years old?

My son loves the adrenaline rush of getting scared, particularly with jump scares, however, I have a lot of difficulty finding a game or show which is appropriate for him. He is prone to nightmares, and more adult-oriented “kid horror” is too much (Poppy’s Playtime, Cartoon Cat?) And others like Siren Head. His peers...

Onihikage,
@Onihikage@beehaw.org avatar

More specifically, Manic Miners, the unofficially endorsed and completely free remake/remaster of Lego Rock Raiders 😉

  • All
  • Subscribed
  • Moderated
  • Favorites
  • fightinggames
  • All magazines