KubeRoot

@KubeRoot@discuss.tchncs.de
0 Post – 81 Comments
Joined 1 years ago

I do believe it's illegal if they take a repository with a restrictive license (which includes any repository without a license), and then make it available on their own service. I think China just doesn't care.

5 more...

Sure, you can probably clone it - I'm not 100% sure, but I think laws protect that as long as it's private use.

You can also fork it on GitHub, that's something you agree to in the GitHub ToS - though I think you're not allowed to push any modifications if the license doesn't allow it?

Straight up taking the content from GitHub, uploading it to your own servers, and letting people grab a copy from there? That's redistribution, and is something that needs to be permitted by the license. It doesn't matter if it's git or something else, in the end that's just a way to host potentially copyrighted material.

Though if you have some reference on why this is not the case, I'd love to see it - but I'm not gonna take a claim that "that's very much a part of most git flows".

I imagine they made this specifically for Steam Deck, since windows users already have stuff like this built into GPU software. They'd want to offer feature parity on their handheld, so it'll probably work nicely out of the box.

Doesn't reddit already have NFTs?

Apple has always been about locking down the system and forcing the user to do things the way Apple wants. Not only within one device, but also in locking down inter-device protocols and removing standard ones, as well as obfuscating information about the hardware, not letting the users make an informed decision. And that's already after the fact that you aren't legally allowed to use the system on non-Apple hardware.

I think the point is that a reputable registrar wouldn't sell domains like these in the first place... But I'm not saying that's actually the case :/

8 more...

WINE is not safe to run malware in, it's not a secure sandbox. AFAIK, anything expecting it can do anything a Linux binary can. (Also, not an emulator, it's in the original name - WINE Is Not an Emulator)

2 more...

Isn't that clickhole? AFAIK NotTheOnion is for non-satirical media reporting real news that sound like they came straight from the onion.

4 more...

You need to beat the level to upload it, and I suspect it's a clear check upload - however, separately, the game tracks first clear and world record after a level is uploaded.

My understanding is that the goal is to clear every beatable level that doesn't have a first clear (and some that have been cleared by known hackers, but I think those are all cleared legitimately already)

They probably already set it up to not happen in Europe

I don't think that's a good point, since they make their own immutable images, so they can use whatever versions of software they want, and you don't normally get to update them with the rolling release

3 more...

By the way, for editing server files consider nano. It's also widely available, has simpler shortcuts and displays them on the screen. It's obviously not powerful like vim, but a good match when you just need to edit a config file.

3 more...

It is pretty well optimized. I think it might not be, like, genius-level amazing, but the devs care about performance and worked to improve it.

In the end though, it's a game where the entire map (as generated so far) is simulated - I think there's cases where chunks go to sleep, but it's not Minecraft's "stop simulating anything not next to a player". When combined with players building lots of machines moving many, many items around, you'll inevitably end up with some serious CPU usage. Not a problem on a decent computer, but I have had friends struggle on weak laptops, even getting dropped as they literally couldn't keep up with the server.

The good thing is, on Android you can get an APK without root or anything like that, same for installing it, and you can use an emulator (or something like waydroid) to run it on a computer. For cases where the game doesn't use any more specialized servers, and just uses the app store for authentication, DRM, etc. the situation is no different from PC games with DRM - it's bypassable, and if done right, will work for all games, not just one.

That said though, it's very true for multiplayer/always online games, and those are very common on mobile. While it's possible to reverse engineer and rewrite the servers, for most of them nobody is going to bother. And in the world of aggressively monetized games, developers have an incentive to keep it that way - they can't make money from players who are still enjoying a game they've already squeezed every penny out of.

It's not about it being fast, it's about it only being available for NVidia GPUs. As long as software for things like machine learning uses CUDA, you need to buy an NVidia GPU to use it. A translation layer would let you use the same software on other companies' GPUs, which means people aren't forced to buy NVidia's GPUs anymore.

As much as I love being plugged into the internet, and definitely want to have the option to use a wire, I want to try wireless in VR - getting rid of the complications of being tethered by a cable seems likely to be worth the downsides.

2 more...

The implication of the meme is that the people talking about how stupid the protests are are actually blind to the very real climate change happening. They might know about it, but they don't really comprehend that defacing the Stonehenge is nothing compared to it being completely underwater, alongside the whole area.

Whether the comic is right or wrong is another thing, and the other guy arguing in bad faith is a cunt, but I strongly believe that's what the comic is meant to portray.

Could be because you replied to a random unrelated comment, instead of commenting on the post itself, or because you could've just looked it up easily, or maybe people thought you were being snarky somehow (especially since you were replying to somebody)

Did you mean to say "I don't have nothing"? Because "I don't have anything" doesn't seem to be a double negative

2 more...

That seems to be incorrect, and quite possibly originating from Tim Sweeney.

The only thing I found is that steam keys, which (as a publisher/developer) you get from steam without paying, cannot be sold for cheaper off-steam. The reason for that is obvious, since steam doesn't get their cut on keys, but they still have to provide the support and infrastructure for those users.

If you have a source on that claim though, I'd love to see it - I tried finding anything else on it once and failed.

I remember hearing that when AMD surpassed Intel in multithreaded performance, userbenchmark adjusted they're benchmark scoring to favor single threaded performance over multithreaded

This is from before my times, but... Deploying an app by uploading a pre built bundle? If it's a fully self-contained package, that seems good to me, perhaps better than many websites today...

Cleverly cheesing rules is up to the game master's discretion, while transforming into a whale sounds like a very reasonable, if overpowered, interaction, the peasant rail gun wouldn't fly in most campaigns. Not that it makes it any less hilarious.

If they are competent, the website doesn't communicate with OpenAI directly - instead you're sending messages to their servers, and they add extra text to the prompts before sending requests to OpenAI, before they return the replies to your browser.

So no, probably not.

That's not really right, because verifying solutions is usually much easier than finding them. A calculator that can take in arbitrary sets of formulas and produce answers for variables, but is sometimes wrong, is an entirely different beast than a calculator that can plug values into variables and evaluate expressions to check if they're correct.

As a matter of fact, I'm pretty sure that argument would also make quantum computing pointless - because quantum computers are probability based and can provide answers for difficult problems, but not consistently, so you want to use a regular computer to verify those answers.

Perhaps a better comparison would be a dictionary that can explain entire sentences, but requires you to then check each word in a regular dictionary and make sure it didn't mix them up completely? Though I guess that's actually exactly how LLMs operate...

3 more...

I'd say it would be more clickbaity if you just removed the "TV", because it'd make you think of smartphones, and those would be much more concerning

Why did you link a blog post from 2011?

1 more...

Git might not count because you can have branches that then merge? But yeah, git is useful, it's decentralized and distributed, it could be used P2P...

Maybe not a rite of passage, but a good learning experience if you want to know what goes into your system! I'd recommend trying it to those who want to get more out of their system and know what they're using... Though I also wouldn't recommend Arch to people who don't want that.

To me that's part of the ideology I associate with Arch. If you actually use -h in pacman, I find that the help is presented in a nice and contextual way. You only need a few commands on a daily basis, and most of the other things you might need are easy to figure out when you need them.

In regard to -S being confusing, I think it's basically making the external operations map to how the software works internally. I feel like learning what the software is doing, rather than expecting the software to hide away the details, is also part of it. When you want to do more complex operations, or when something breaks, you'll have a better understanding of what happened.

I wouldn't mind a better interface, I'm not claiming it's the best it can be or even close to it, but I wouldn't want the improvement to come at the cost of obscuring how the software works. I don't want the commands categorized just by convenience rather than logic, or magic buttons that automatically perform a sequence of hidden operations. I want something I can learn, understand, commands I can dissect into their components, not something I'm expected to use in the 10 ways provided and hope it does what I need.

I see this in the same way as people tend to use git - some GUIs will offer convenient buttons with their own made up names, and when git throws an unexpected error, the user will have no idea what the error means, or what the software did to get there.

People often complain that git doesn't make sense. They might have a point in terms of it being unintuitive... But I find that with a general understanding how it's built and what the commands do, the complaints are often people trying to force the issue using the wrong tool for the job.

And, honestly, sorry for the rant. In the end it's just my opinion, I don't want to force it on anybody, I just started writing and kept finding things I wanted to elaborate on. If you're reading this, I hope you have a good day!

PDFs are... Not an image format? It's a document format that is difficult to edit, and thus mostly meant to be read-only, but a document nonetheless.

An image viewer can't open a pdf, unless for some ungodly reason it also has a whole pdf reader built into it, which just sounds inane. Defaulting to a browser is icky, and I think stems from browsers having gotten good PDF support before Microsoft could figure it out. This is something that ideally belongs to a reader, either dedicated to PDF, or supporting similar formats, be it documents or ebooks.

That's like saying that a 3D project file is basically an image format, if it's built to be rendered out from a viewpoint into an image.

1 more...

On the topic of whether or not it's an emulator, sounds like semantics in the end - fair enough, I disagree but you make a fair point.

That said, in terms of security I think it's very important to point it out that it isn't any more secure than running a random Linux executable. In my view, the original comment is advocating for running unknown executables under wine as a security measure, and the further argument is that it's more secure because most attacks don't target that.

Sounds like if people rely on that for security, malware will just start targeting that after people get used to assuming it's safe.

Don't forget people are different, misiphonia is a thing - something you consider normal might be absolutely infuriating to be around for some people.

1 more...

According to your quote, noodles are long, and they're strips or strings

2 more...

First of all, something like "I'll have anything" is a valid and reasonable statement that is not negative, for example when somebody asks you what you want to drink.

But further, "anything", "anymore" and "at all" are all very different - from what I understand, "anymore" doesn't even exist as a word in British English, and I'd point out an example of "do you have any more?" as another non-negative. I think generally "anything" makes more sense by itself than "anymore"/"any more", and "at all" similarly needs context. But just to provide a not-really-negative example, "Do you like it at all?", where a positive response ("yes"/"I do") does mean liking something.

In the end, I think your arguments might be stemming from trying to apply the term to too many things, from my understanding double negatives are very simple in that they need to have two negatives. A word being general, and used mostly in negative statements doesn't mean it's a negative, and that the actual negative part of the sentence is redundant.

If you use a VPN, it doesn't matter if you use your home network or public wifi... At that point if they track you down to your VPN account, if either you provided personal information, or you used identifiable payment, you could be tracked down. Only difference is, if your VPN keeps certain information, you could be tracked down to the network you connected from, where the public wifi would offer some protection.

VPNs aren't a magic solution to guarantee privacy, they're a tool with multiple uses, but using one could decrease your privacy in certain cases.

Pretty sure HDR is "working" in the sense that KDE went ahead and implemented unfinished specs, so that the very few apps that also went ahead with it can do HDR, but only on Wayland which breaks other things that are behind, and also often requires very recent versions and specific obscure parameters to be passed to enable HDR support?

Yeah, it's a great step forwards and great for enthusiasts, but unless I'm very behind on the state of HDR myself, it's still something I'd consider "coming soon" and not proclaim it's just "working for me". It certainly feels like a "year from now" kind of thing - something to anticipate, not try to force just yet.

4 more...

Okay, but what about cat mlems and one orange braincell? Or greebles, cats being scared by cucumbers, cat circles...

I think the vibrant red lips remind me of his red hair stripe, now that you mention it

It prevents that specific strategy that would culminate in extinguishing. The idea being to siphon users away from other platforms, then add features that other platforms won't or can't implement, and use that to create an image of their own platform being better, having more features. If they succeed at having a lot of users oblivious to what's happening, they will use those features, and when they don't work for people on other platforms, they will blame the other platforms instead of their own, further cultivating the image that other platforms are broken/unreliable. In the end, they leave other platforms unable to compete, forcing users to either have a "broken"/incomplete experience, or migrate to their platforms. (Or leave the fediverse entirely). Or they can simply stop federating at that point, after users have left for their platform, cutting off the rest of the fediverse from content hosted on their platform.

The way defederating prevents a strategy like that is by cutting them off before they can get a foothold - they can't make users feel left out if they don't get to influence their experience in the first place.