Spyke

Replies

piracy

Comment on

Pirated video games SOURCE CODE

Well, source code is not sth that you "crack", you can only reverse engineer it (I think it was done with Doom, also OpenRA) or steal it from the company's servers. The use for it is also rather niche, so the risk vs gains ratio is not attractive enough to feed dedicated websites. You can also look at fully open source games like 0AD and check out what they did!

Edit: I stand corrected (thrice); Doom was indeed open-sourced, not reverse engineered. Thanks for pointing out!

linux

Comment on

Enabling Bluetooth on Arch Linux

This is one of the reasons why I am very unsure about the whole archinstall thing. On the one hand, it lowers the barrier of entry for less techy people, which is always good. On the other hand, it allows for installing the OS without ever having to use the archwiki, which leads to people making a blog post like this that could be solved by looking for "bluetooth" in the archwiki and following the instructions. To somebody not familiar with the OS, this makes it seem like arch is much more complicated than it actually is. "To run arch, you have to hope that there is a blog post or youtube video for simple things like bluetooth!"

No, you simply go here: https://wiki.archlinux.org/ (Also very useful resource if you are on any other distro btw)

linux

Comment on

What is the state of Multiseat in Linux today?

Let me raise a side concern here since the core questions already seems to be answered; reconsider the Nvidia GPUs. Depending on what you do, you might encounter significant shortcomings at the moment since they do not play perfectly with Wayland yet (which is clearly the future). So do some research in this direction first before you pull the trigger.

Comment on

Motorbike Noob

Either only brakes or both. The reason is not really a technical one but rather a safety one: due to the different engine size/power to weight ratio, the engine brake slows you down much quicker that in a car. Combine that with a very small profile from behind and you are basically a huge surprise for the person behind you when you slow down that quickly without the brake light as an indicator; perfect recipe for disaster.

Always use your brakes when slowing down. Good practice is to slightly press the rear brake (foot) when you decelerate so the light goes on, but for now just always use the brake for everything.

Also, especially as a new rider, keep proper distance to the car in front of you. Stay safe and have fun!

linux

Comment on

Alright, I'm gonna "take one for the team" -- what is with the "downvote-happy" users lately?

"Do folks in here are really that needy of self-validation, even if it means seeking such from something completely insignificant like internet points?"

But... is that not exactly the description of somebody who complains about downvotes?? As said by others; they should be considered exactly as valid as upvotes. If you feel like they prohibit you from voicing an opinion, I personally feel like that is a you-problem. Ask yourself of the content you posted is crap, if you feel it is not, simply ignore the downvotes and move on, they are just pixels.

Edit: I checked your posts, most downvoted ones seem to be clickbaity or images that you posted to the linux community. This is not something that vibes with that type of community, I would have downvoted that too. The ones on your technical questions seem unjustified however. Posting a code snippet asking people to execute it... I think that crap should even have been deleted by mods.

Comment on

Dell optiplex - how to transfer windows pro license to new SSD?

Not at all, Windows 10 and beyond identify your hardware composition, so as long as you don't swap the mainboard, the license is automatically applied again upon internet connection (assuming you install the same windows version and do not enter another license key during installation). If you want to transfer your data though, get a cheap external USB HDD enclosure and use clonezilla to clone the drive. Edit: typos

piracy

Comment on

The Daily Show: Introducing Price+

Reply in thread

So you are tryimg to tell me that the operating costs of the CDN are the big reason they need money, not the fact they throw billions at crappy content productions? And that the little performance you would gain by stripping k8s would make a difference, especially wrt the huge additional administration effort and lack of automation this would introduce? Nah man, sorry but you are wrong here in many ways.

linux

Comment on

Still trying to figure out this Lemmy ordeal. lots of overlapping and not enough specific groups, so I feel this should belong here

You are totally right to be confused, the USB naming is a total mess. A quick Google search told me that your two ports are Thunderbolt4, another thing to mix in. TB4 to my knowledge integrates USB4, so you can basically connect anything that is USB2,3,4 or Thunderbolt3 or 4. Luckily, none if that matters for your use case, pretty much all proper docking stations support charging (usually the functionality is listed explicitly on the docking station description), so you can probably choose almost any. If you go with one of the big laptop manufacturer's product (Dell, HP) it is pretty much guaranteed to work. Personally, I use HP's Thunderbolt 3 dock for my gf and HP's universal Thunderbolt Dock for myself across my work and private devices. Even works on my android phone!

linux

Comment on

*Permanently Deleted*

Reply in thread

Wtf is "Linux desktop"? There are more than a dozen different mainstream desktop environments and window managers that have different degrees of maturity, stability and complexity so this blank statement is very hard to support. Not even talking about the servers/prtocols behind it. I can certainly not confirm that experience on Sway, Gnome and Hyprland and with how young the latter is, I would actually expect it to break.

So no, from a technical perspective, Linux is absolutely ready as long as you stick to stable distros and configurations.

Edit: wording

Comment on

Had my first ride, did a stupid

No worries, started riding last year, fell twice during that season. Is a normal thing when you start out :)

One importantl thing: get boots with crush protection. Not crazy like enduro boots but sth resistant. I hurt my ankle at the second tip-over and could not ride for four weeks, very avoidable!

linux

Comment on

How Ubuntu Linux snuck into high-end Dell laptops (and why it's called 'Project Sputnik')

Reply in thread

Very true also for the opposite direction; I am daily driving an HP Elite Dragonfly for work and my Elite x360 1030 G2 for private and both work almost flawlessly despite no official Linux support. I have to disclaim that I never tested the Fingerprint reader or IR face recognition crap. But microphone, orientation sensors, webcam, keyboard, trackpad all work extremely well (Arch linux).

It always comes down to the individual hardware it seems.

Comment on

Self hosting a Lemmy instance for just myself?

Doing this, running on a VPS with 1GB of RAM perfectly fine. No whitelisting required but you will have to manually subscribe to everything you want to see, so such thing as a proper "all" feed since this only shows feeds that users of your instance are subscribed to. Subscriptions are a bit weird, you want to search for the full URL of a sublemmy, then try it again after some minutes for it to work since it has to be fetched first. The ansible playbook is ridiculously easy to use for deployment.

Mastodon is a different beast, from what I saw so far, this needs much more configuration effort for deployment.