Maxy

@Maxy@lemmy.blahaj.zone
0 Post – 31 Comments
Joined 1 years ago

interested in females

Username checks out, though I’m assuming you meant “demakes”?

Anyways, the demake I’m most familiar with is the in-progress Lego island. The YouTuber behind it documented part of the process in vlogs (linked on the GitHub page), so that might be an interesting starting point.

12 more...

To add to this, all of the packages mentioned have a -git version in the AUR. The people who really need the absolute newest version can always install these packages. The rest of the people (those who prefer stability) can continue using a slightly older, but well-tested versions of these programs.

3 more...

If the installer is small enough (<650MB I believe), you can upload it to virustotal.com to have it be scanned by ~65 antivirus programs

MPV has automatic native wayland support, VLC doesn’t (yet, see https://wiki.archlinux.org/title/VLC_media_player#Wayland_support)

I haven’t found any other large differences in functionality when it comes to simply playing video (only thing I use either one for).

2 more...

Oh I don’t mind the nitpicking, thanks for the explanation! I (apparently erroneously) thought “demake” and “decompile” were synonyms. Guess I’m one of today’s 10000.

In that case the (now taken down, but forked a gazillion times) portal64 project would be a correct example of a demake, right?

There is an “TI-nspire CXII connect” web app from Texas Instruments themselves. You can find it by going to the webpage of your calculator, and then going to the software section (https://education.ti.com/en/products/calculators/graphing-calculators/ti-nspire-cx-ii-cx-ii-cas/software-overview). If you scroll down far enough (past all the teacher/student software) you’ll see a small section about nspire connect. This should lead you to the following website: https://nspireconnect.ti.com/?ref_url=https%3a%2f%2feducation.ti.com%2fen%2fproducts%2fcalculators%2fgraphing-calculators%2fti-nspire-cx-ii-cx-ii-cas%2fsoftware-overview. This should allow you to update your OS, send and receive files, etc.

3 more...

didn’t know that was a part of bisexuality

I should probably flee before I get eaten by an army of blahåjar (apparently that’s the correct plural?)

I am currently using the proprietary Nvidia driver, simply because nouveau isn’t performant enough. I can’t wait for NVK though, maybe that driver will finally be viable for us Nvidia-users.

Are you just running and AMD CPU with integrated graphics, or do you also have a dedicated graphics card? From what I can gather online, the DRI_PRIME variable is mostly used for render offloading to a dedicated GPU, but your question appears to be about iGPUs.

You can also try to manually enable hardware decoding in VLC’s settings. Just go to Tools > Preferences > Input & Codecs and choose VA-API (AMD’s preferred standard).

1 more...

I’ve been running some external drives on my server for about a year now. In my experience, hard drives with an external power supply suffer less from random disconnects. The specific PC also makes quite a large difference in reliability. My server is just a regular desktop and has very little problem staying connected and powering my 3 external drives. My seedbox is an old laptop, and has been having almost constant problems with random disconnects and power issues. Maybe test how well your framework does with some external drives before committing to the plan?

I tried using Linux alternatives to iTunes, but it was always a pain. Even iTunes itself on a separate windows box was more of a hassle than I wanted. I eventually discovered rockbox, which works great with my iPod (5th gen AKA video): it has way more config options and allows me to simply create .m3u playlists and use my own folder structure. If your iPod is supported (https://www.rockbox.org/wiki/IpodPort.html), I’d absolutely recommend Rockbox over other solutions.

If your iPod isn’t supported by Rockbox (like my nano 5th gen), you could probably use strawberry or GTKpod. Both are imperfect, but work “good enough”.

Disclaimer: I have exactly 0 personal experience with eGPU’s.

According to the archwiki:

While some manual configuration (shown below) is needed for most modes of operation, Linux support for eGPUs is generally good.

4 more...

If I understand your post correctly, you have 2 PC’s at home: one running wireguard, and one you want to wake using WoL. This is similar to my setup, where I have a server and a personal desktop. When I want to wake my PC remotely, I just ssh to the server and use the server to wake the desktop. Connecting to the server and telling it to wake your PC seems easier than trying to redirect your phone’s WoL app over wireguard.

6 more...

To change the ownership of the files, you should only have to run sudo chown -R user:group directory. -R makes chown run recursively, so it will modify the directory and all subdirectories and files. Do note that changing the ownership to plex:plex or something similar would leave your user unable to normally modify the files. My solution to this was to add both my regular user and the plex (in my case jellyfin) user to the same group. That way both users can easily see and modify the files, as long as the group has read/write permissions (the 2nd column of rwx in ls -Al). If necessary, you can add group permissions with sudo chmod -R g+rw directory.

On a side note: have you considered using jellyfin? It’s a completely free alternative to plex, which recently received a truly massive update with tons of new features. Some people prefer plex’ overall experience, but I’ve been running jellyfin with almost no complaints.

Small disclaimer: I’m writing from mobile, so the commands might not be 100% correct. Run at your own risk, and NEVER POINT A CHMOD/CHOWN COMMAND AT SYSTEM DIRECTORIES LIKE / OR /USR. That’s one of the easiest ways to completely break your system.

Which compression level are you using? My old server is able to compress flac’s at the highest (and therefore “slowest”) compression level at >50x speed, so bumping the level up shouldn’t be too hard on your CPU.

You could look at the awesome-selfhosted list, specifically these two sections:

https://awesome-selfhosted.net/tags/recipe-management.html

https://awesome-selfhosted.net/tags/task-management--to-do-lists.html

I don’t have any experience with any of those, but there might be something that fits your needs.

Just out of curiosity, are you sure “fd” is the right command in the “format storage” section? I don’t have a rasbian system to test this on, but on my arch system, “df” is used to list disks; “fd” is a multithreaded version of “find”, which I manually installed.

2 more...

Have you tried the official guide from the jellyfin website?

As for the guide this AI generated: it bothers me that they instruct you to use chocolatey for the *arrs, but still advice you to install docker, qbittorrent and jellyfin manually (all of which have chocolatey packages). I disagree with the comment that external storage would be recommended, as internal storage is generally more reliable (depending on a lot of factors of course). Also, I believe the "adding a library"-section of the jellyfin setup is a bit too short to be of any use, and would recommend referring to the jellyfin docs instead.

This guide also doesn't explain how to make jellyfin accessible outside of your LAN. Once again, I'd recommend referring to the jellyfin docs if you want to do this.

I personally have only set up qbittorrent, jellyfin and docker (not the *arr suite), so I can't comment on the completeness of the guide, but I wouldn't trust it too much (seeing the previous oversights).

And finally, as someone who started their selfhosted server journey on windows: don't. There is a reason why almost all guides are written for linux, as it is (in my humble opinion) vastly superior for server usage once you get used to it.

Yes, some minor formatting changes occur when opening a docx file in libreoffice. Hardly sounds like a deal breaker to me. And yes, you do get a pop-up when saving to docx in libreoffice (with the toggle to disable the pop-ups right there in the message). Microsoft office does the exact same thing when saving to an odt file though:

Once again, if you have to collaborate with office-users (and you cannot deal with the horror of having a different amount of space between the items), just use office online. How many times do I have to repeat myself?

Let me guess you’re someone who works in IT and never had a typical “office job” that includes spending 90% of your time writing reports and pushing spreadsheets around.

  1. No, I do not work in IT, nor do I aspire to work in IT. I'm just a regular PC-user, who just so happens to have other opinions than you do. HOW DARE I?!?
  2. Wouldn't IT-workers of all people know what the more optimized editors are?

This is why you don’t get it, you’re not the typical user of MS Office and you don’t share the same use cases the OP, the article author and myself share.

  1. The article you shared was talking about gaming, the adobe creative suite, virtual machines, electrical engineers, labs, architects and sysadmins/developers. Please don't try to claim that the article author and OP ever had "the same use cases".
  2. I guess you are finally correct though, I'm indeed not the typical user of MS Office (thank god). The typical user pays $70 a year just to edit word docs, while calling the family tech support each time they try to add a horizontal page in word. If your use case is being trapped into a proprietary office solution, where you have to provide a reason before microsoft allows you to shut down your onedrive, where all your documents are saved in a mythical "cloud", then I am glad that our use-cases differ.
  3. I hope you see the irony of you using markdown in a comment describing why I am "out of touch" for using markdown.

If you want to use windows, that's fine. But please don't share such blatantly ignorant articles, and don't try to defend them when multiple people point out why it is wrong about so many things.

I probably won't reply to your next reaction (should there be any) unless you come up with some actual arguments, instead of "the line spacing is broken, you're out of touch, not me".

People who need MS Office because once you have to collaborate with others Open/Libre/OnlyOffice won’t cut it;

I use office almost daily, Libreoffice is fine for local editing and office online works if I have to collaborate.

People that just installed a password manager (KeePassXC) and a browser (Firefox/Ungoogled) via flatpak only to find out that the KeePassXC app can’t communicate with the browser extension because people are “beating around the bush” on GitHub instead of fixing the issue;

I simply installed the Bitwarden extension in Firefox and it worked flawlessly. I’m not quite sure why you would want a desktop app for a password manager (never needed this even on windows), but if you do, basically distro ships a regular Firefox package which will work just as on windows.

Anyone who wants a simple Virtual Machine and has to go thought cumbersome installation procedures like this one just to get error messages saying virtualization isn’t enable when, in fact, it is… or trying to use GNOME Boxes and have a sub-par virtualization experience;

4 commands doesn’t seem that cumbersome, it can quite literally be done in 30 seconds. Add to this the fact that it will be updated together with all other apps managed by you package manager, which is incomparably faster compared to windows update (or even most apps’ integrated self-updater)

My experience with gnome boxes was also one of the most hassle-free one ever when working with virtualisation. Worked without advanced setup on a very low-end laptop (i3 4th gen, 4gb DDR3), so I’m not quite sure what would be “sub-par”.

Designers because Adobe apps won’t run properly without having a dedicated GPU, passthrough and a some hacky way to get the image back into your main system that will cause noticeable delays;

Adobe doesn’t have a monopoly on design software. I’m not an artist though, so it could be true that the Linux alternatives aren’t full replacements. I would like to point out that, IIRC, Linus Media Group (a company with 100+ employees) uses macs for Adobe apps; windows would constantly crash, so even here the author’s conclusion (just buy a windows key) doesn’t hold up.

Gamers because of the reasons above plus a flat 5-15% performance hit;

In my experience running games though proton, this is more like a 5% difference in either direction. Native games generally run significantly better for me. Though I will admit this can depend on specific hardware and games (and proton has improved a lot over the years).

People that run old software / games because not even those will run properly on Wine;

Wine is actually starting to support an API which Microsoft has deprecated (https://www.phoronix.com/news/Wine-8.16-Released). These apps might only work on Linux in the future, not on windows anymore. I will admit that I’m not much of a retro gamer, and other API’s might be a different story.

Developers and sysadmins, because not everyone is using Docker and Github actions to deploy applications to some proprietary cloud solution. Finding a properly working FTP/SFTP/FTPS desktop client (similar WinSCP or Cyberduck) is an impossible task as the ones that exist fail even at basic tasks like dragging and dropping a file.

Want to start using a new language? Just apt install the new interpreter/compiler and start right away. Want to use sftp? Just type sftp into your terminal. Also, most regular file managers just support these protocols out of the box; not having to install a separate app to use these protocols sounds like a Linux win to me. Furthermore, when developing software intended for server use, linux is simply superior due to its similarity to the environment the software will eventually run on.

Just to make it clear, I understand that Linux is not perfect for everyone. But this article appears almost wilfully ignorant to multiple facts. It almost sounds like the author tried Linux for 2 hours, had a single issue they couldn’t resolve during that time (probably nvidia related, which is nvidia’s fault), and decided to give up and write salty articles instead of seeking help.

4 more...

The more you compress the longer and more CPU intensive it is to decompress

I believe this is becoming less and less true with modern algorithms. Take for example ZSTD: while the compression speeds differs by several orders of magnitude between the fastest and slowest modes, the decompression difference is only about 20%. The same holds true for flac, where the decompression speed is pretty uniform across all compression levels.

These algorithms probably aren’t used by repacked like fitgirl (so your answer is generally correct in the context of repacks). I do believe it is still interesting to see these new developments in compression techniques.

I’m not too familiar with Ubuntu, but the arch wiki has a section about moving /usr to a separate partition: https://wiki.archlinux.org/title/Mkinitcpio#/usr_as_a_separate_partition

Maybe using these instructions, you can still offload /usr to a mechanical drive.

Just out of curiosity, how large is your /usr directory? Mine is only 30GiB (arch Linux, kde plasma with all apps + hyprland), which only takes up 17GiB on my disk due to btrfs compression (zstd level 15).

I don’t fit in an of these teams, and neither do literally all Linux users I know. Should we have identity crises, or could this be a giant oversimplification?

1 more...

To add to this with another example: my server runs

  • jellyfin
  • Nextcloud
  • gitea
  • Monica (a CRM, look it up on awesome-selfhosted)
  • vaulwarden (rust implementation of Bitwarden)
  • code-server
  • qBitTorrent-nox
  • authelia (2FA)
  • pihole
  • smbd
  • sshd
  • Caddy

In total, I’m using about 1.5GB out of 6GB of RAM (with another 1GB out of 16GB of swap being used), and the idle CPU usage is only 1%-ish (i5-3470 with the BIOS-settings set to power saving).

Even on very old and low-powered hardware, you can still run a lot of services without any problems.

No problem! It actually seems like a great guide, especially for beginners, I might link it to some friends.

That seems like a good edit, and fair enough. Good to know that there is also room for people who want to use their computer in a non-fanatical way, simply minding our own business.

I use the “wakeonlan” package. Simply install it, ssh to your server, and run “wakeonlan xx:xx:xx:xx:xx:xx”, where “xx:xx:xx:xx:xx:xx” is the Mac-adres of the PC you’re trying to wake.

I have had decent experiences with TiLP on linux. According to their website, it "can handle any TI calculator (from TI73 to V200) with any link cable.". Their website also explicitly states support for the NSpire and NSpire-CAS, but the NSpire CX II isn't mentioned. It might be worth a shot?

If it doesn't work, the easiest solution would probably be a windows VM with USB-passtrough (which wine doesn't support as far as I know). You could then use the webapp I linked earlier.

1 more...

Yes, libreoffice doesn’t really work for live collaboration. But office online is a good solution for that collaboration, and it works in any browser (including Firefox on Linux). Therefore, the author’s conclusion (you need windows to collaborate on word docs) is still wrong.

I personally also believe that WYSIWYG editors are highly overrated: markdown is significantly better for note-taking and similar small documents, and reports would often be better off with LaTeX or something similar. But I understand why the “4 commands is too much hassle to install VirtualBox” crowd might prefer word.

2 more...

Could it be that the /usr/local/bin directory doesn’t exist? If that’s the case, you’d either have to create it or replace that part of the command with some other directory in your $PATH (make sure to change both occurrences in the command if you decide to go with this latter option). Though I must add that this kind of manual install isn’t great if you want to keep track of installed apps and pending updates, since you’d have to do all of that manually too.

I actually started of with arch on my server, and recently moved to Debian. In my opinion, Debian is way more suitable for a server, especially if you want things to “just work”. Especially when installing Nextcloud, I noticed how much more Debian does for you compared to arch, which makes the entire process way easier.