Allero

joined 2 years ago
[–] Allero@lemmy.today 20 points 1 day ago (1 children)

If we Americans

It's not you, it's Big Tech. There's no use bundling yourself with greedy billionaires, and it may actually harm you in the long run, IMO.

Combat the inner enemies in the ways you can. You are not the one.

[–] Allero@lemmy.today 3 points 1 week ago

It essentially is multiple OSes, one host and plethora of separate virtual machines that only communicate what they were designed to communicate.

This way pretty much nothing can get access to userspace.

[–] Allero@lemmy.today 5 points 1 week ago (1 children)

App that mimics wireless debugging device and allows you to access ADB functionality locally. Widely used to perform actions that are normally unavailable on non-rooted devices. Some apps rely on functionality provided by Shizuku - for example, Canta, which allows you to delete any app, including undeletable pre-installed ones.

[–] Allero@lemmy.today 3 points 1 week ago

When I first tried it out in a VM, it was just a pinch of curiosity. Some people argue for Linux, so, maybe there's some merit to that? And, unlike MacOS, you can install it anywhere without all the hackery.

When I actually tried it (my first one was Manjaro KDE, and that's what I stuck with for my first 1,5 years later when I decided to go for a real install), I was amazed at how smooth and frictionless everything is.

The system is blazing fast, even on a limited VM, there's no bloat anywhere, no ads, no design choices to trick you into doing something you don't want to. The interface is way more ergonomic and out of the way at the same time. Seriously, Microsoft, do learn from KDE, pretty please.

So, when I moved to a new home, I decided that my virtual home needs an upgrade as well. I installed Linux alongside Windows (on two different physical drives), and ran it as dual-boot ever since. Not that I address Windows that much (normally about once in two to three months), but it's handy to keep around.

Later, I went into some distro-hopping and also got a laptop, which has become my testing grounds. After trying various options, namely Mint, Arch/EndeavourOS, Debian, Fedora, and OpenSUSE, I gravitated towards the latter, and I use it as my regular daily driver on both my desktop (Tumbleweed) and laptop (Slowroll). I love how it manages to keep the system both up-to-date and extremely stable, and has everything set up just right (except KDE defaults, what the hell is wrong with SUSE folks on that end? Luckily, it takes 5 minutes to change). So, there it is!

[–] Allero@lemmy.today 4 points 1 week ago

Bought a 19-year-old secondhand Brother printer 2 years ago, still working flawlessly, and everything (drum, toner, etc.) is available when needed.

[–] Allero@lemmy.today 1 points 3 weeks ago (1 children)
[–] Allero@lemmy.today 0 points 3 weeks ago (1 children)
[–] Allero@lemmy.today 0 points 3 weeks ago (2 children)

Lack of jobs is not a problem; the system that makes us work BS jobs or die is.

AI replacing some of the workforce is a good thing; businesses firing people they don't need anymore and state leaving them without a safety net is the core issue.

Being against a new wave of automation is just being a luddite. Yet, as religion generally supports the capitalist mode of production and conservative policy, it cannot offer a way out and just blames tools for societal shortcomings.

[–] Allero@lemmy.today 21 points 3 weeks ago (3 children)

Vigilantes are pretty much always odd in applying their "justice".

Which is why we have police, y'know

[–] Allero@lemmy.today 0 points 3 weeks ago (1 children)

These are all good options! In person testing is certainly on my list, and I like the ideas with WIP versions (especially for larger submissions) and commentary.

I also think of more presentation format submissions where I could ask quick questions to see if the person actually understands what is written. Sort of a small defense.

On technical means, I welcome different forms of AI poisoning in tasks: these don't always work, but they can catch the least attentive.

[–] Allero@lemmy.today 2 points 3 weeks ago (4 children)

LLM boom has certainly affected education - complicating things for honest students and at the same time empowering cheaters.

Having studied both pre- and post-boom, I can say the amount of times I was offered to use LLMs overall and ChatGPT/Gemini specifically to generate answers as a student has gone through the roof.

And as a soon-to-be educator (I currently pursue PhD and aspire to teach others), I collect ideas on how to combat it, as it tanks the quality of education so much it may as well be nonexistent. But in any case, students that genuinely complete their assignments should not be harshly affected.

[–] Allero@lemmy.today 0 points 4 weeks ago (7 children)

Every English class at my uni has huge, like 10-page essays (can you even call them essays at this point?) where we cover scientific developments in our field we discovered in that month.

Everything is handwritten because "there were students who used LLMs, and they need to be sure at least some effort is put into admission". Like, just to spite on LLM users and all of us just in case.

 

Yesterday, I did a fresh install of OpenSUSE Tumbleweed on my NVidia-powered machine (GeForce GTX 1060 6gb). When installing, I enabled Secure Boot.

By default, the distribution comes with nouveau drivers, and the process of installing official NVidia drivers is outlined here: https://en.opensuse.org/SDB:NVIDIA_drivers

I successfully added openSUSE-repos-Tumbleweed-NVIDIA as per the guide; first oddity is that by default it shipped with openSUSE-repos-MicroOS-NVIDIA, which got uninstalled as a conflicting package, despite this being Tumbleweed. (I later tried to rollback and do these steps with openSUSE-repos-MicroOS-NVIDIA installed instead, to no avail)

Next, as per the guide, I tried to do zypper install-new-recommends. After installation, I rebooted the machine. Upon login, resolution was forced to low.

inxi -G has shown N/A in the driver field.

I've rolled back via snapper rollback, confirmed that nouveau drivers are back in place (resolution was back to normal, inxi -G has shown nouveau), and tried to install nvidia-video-G6 using YaST. It has automatically installed all dependencies as well.

Upon login, I faced the same issue - resolution degradation and N/A in the driver field.

Troubleshooting for this issue has shown that secure boot may not allow these drivers to be launched without importing the respective key, as listed in the same Nvidia drivers article. However, the file that needs to be imported is not at the suggested location (/usr/share/nvidia-pubkeys/); in fact, /usr/share only had nvidia folder, which didn't seem to contain any keys.

As a workaround, I attempted to disable secure boot by entering: mokutil --disable-validation. A menu appeared on reboot, through which I disabled secure boot. Further launches had "launching in insecure mode" notice. mokutil --sb-state output is SecureBoot disabled.

Then, I tried to install the driver again, as described above. Still no luck, and same issue.

So, what else could be the issue and what do I do about it next? Thank you in advance for any replies!

Solution that worked: instead of going for install-new-recommends, install the following package:

nvidia-driver-G06-kmp-meta

It should be available by default, but if not, add the respective repository by using this command:

zypper addrepo https://download.nvidia.com/opensuse/tumbleweed/

Thanks to Björn Tantau! The comment with the solution: https://swg-empire.de/comment/7201260

Update Bug solved, fix should roll out in a few days: https://bugzilla.opensuse.org/show_bug.cgi?id=1249814

 

I'm pretty new to selfhosting and homelabs, and I would appreciate a simple-worded explanation here. Details are always welcome!

So, I have a home network with a dynamic external IP address. I already have my Synology NAS exposed to the Internet with DDNS - this was done using the interface, so didn't require much technical knowledge.

Now, I would like to add another server (currently testing with Raspberry Pi) in the same LAN that would also be externally reachable, either through a subdomain (preferable), or through specific ports. How do I go about it?

P.S. Apparently, what I've tried on the router does work, it's just that my NAS was sitting in the DMZ. Now it works!

view more: next ›