mat

joined 2 years ago
[–] mat@linux.community 1 points 4 days ago

I did not enjoy finding out only at the end that the images in this blog post are generated/made using AI.

[–] mat@linux.community 1 points 6 days ago

Tuwunel had intentions to build a Synapse migration tool, but I haven't heard anything about it since. Was waiting for it so I could bring over profiles and most importantly chat history for myself and my family.

[–] mat@linux.community 8 points 1 week ago (1 children)

Sweet, perhaps it will run better than Whisper (according to the graphs at least) on my poor phone as voice input method. Whisper works great if I give it 20-30s to think :)

[–] mat@linux.community 2 points 2 weeks ago

Absolutely +1 for flakes. It's got some annoying UX sometimes (make sure you git add any new files before building!) but absolutely makes up for it by its features.

[–] mat@linux.community 3 points 2 weeks ago

NixOS is indeed probably the safest way to run an "unstable" distro. No matter what you do or mess up you can always reboot back.

[–] mat@linux.community 32 points 2 weeks ago (6 children)

I (maybe) ended distrohopping last year when I gave NixOS a shot. I can't recommend it for beginners but once you understand generally how things work on Linux (and have an interest in programming) it's a superpower to be able to define your entire setup as a single git repository. If something ever breaks, I can reboot into an older commit and keep using my computer, or branch off in a different direction... I've only scratched the surface of NixOS and yet I can already make a live USB containing my setup with a single command, or deploy it ("infect") to another machine and manage e.g my work desktop and my personal laptop sharing most settings. Also it taught me about Nix (the package manager, which also runs on any distro and macOS independent of NixOS) which I now use to set up perfect development environments for each of my projects... if I set up dependencies once (as a flake.nix shell), it'll work forever and anywhere.

[–] mat@linux.community 1 points 3 weeks ago

Ah I see, haven't been on "stable" distros for a long time so I wasn't affected. I've enjoyed the good support and the video stuff is definitely nice. On the AMD side, still no idea how to encode or decode anything on my Framework 16, meanwhile Intel is acing it.

[–] mat@linux.community 2 points 3 weeks ago (2 children)

Hmm, I run an Arc GPU at work without any issues. Just using plain mesa on NixOS. The Intel devs were quite responsive when we ran into issues as well.

[–] mat@linux.community 10 points 4 weeks ago

Enjoyed the article but augh that sticky banner at the top that follows as I scroll took up 30% of my reading space. Gave up halfway through to enable reader mode on Firefox mobile...

[–] mat@linux.community 14 points 1 month ago

Bravo la France ! Here's to hoping more cities follow suit :)

[–] mat@linux.community 3 points 1 month ago

Hmm no, I haven't had this issue. Tempo works fine for me, it's been mostly bug-free except for a few oversights:

  • search doesn't work offline
  • can't play AAC files
  • can't skip songs via my Pebble watch

I'm (still) on a Pixel 3a, running LineageOS, in case that matters.

[–] mat@linux.community 3 points 1 month ago

I did use Feishin for a while, it's an excellent music player but unfortunately not a native program. I might switch back to it from Tauon though, as actually playing the whole song before going to the next is a pretty nice upgrade hehe

472
submitted 10 months ago* (last edited 10 months ago) by mat@linux.community to c/technology@lemmy.world
 

I just moved into a student dorm for a semester abroad, and beforehand I emailed them asking whether they had ethernet ports to plug my router into (I use it to connect all my devices, and for WiVRn VR streaming). They confirmed that I could, but now that I'm here the wifi login portal is asking me to accept these terms from the ISP, which forbid plugging in a router. There's another clause that forbids "Disruptive Devices" entirely, defined as:

“Disruptive Device” means any device that prevents or interferes with our provision of the 4Wireless to other customers (such as a wireless access point such as wireless routers) or any other device used by you in breach of the Acceptable Use Policy;

So what are my options? I don't think I can use this service without accepting the terms, but also I was told by the student dorm support that I could bring a router, which contradicts this.

EDIT: some additional context:

  • dorm provider is a company separate from my uni (they have an agreement but that's it)
  • ISP (ask4) is totally separate from dorm provider, and have installed a mesh network that requires an account. On account creation, there are many upsells including one for connecting more than one device. The "free" plan only allows me to sign in on a single device, and I can upgrade to two devices for 15 pounds.
  • ethernet requires login too
  • VR streaming requires a high performance wifi 6 network, which is why I bought this router (Archer C6 from tp-link)
 

Hiya! I'm following a gamedev degree in university. It's been a major challenge doing it from Linux, as everything is Windows stuff (.sln Visual Studio projects, DirectX API, excel graphs...). However I've gotten by by making my own tools and dipping into WINE when it gets too difficult. I'm replacing my laptop due to hardware faults (never buying from ASUS again) and my Framework 16 preorder should arrive in a month or two.

I'm considering trying out NixOS. I currently have Arch on the laptop because it makes it easy to get recent versions of libraries and compilers. However, I've had lots of issues due to inconsistent setup (SDDM theme randomly disappears, KDE apps have black text on dark background, video encoding does not work) and I figured having a declarative config might allow me to set things up better and more consistently. I do have a few worries though, given this is new to me:

  1. Installing proprietary software. For certain courses I unfortunately have to use software like Unreal Engine, Maya, Houdini, Unity, P4V, and a few others. I read NixOS has difficulty with running random binaries. I also could not find an UE5 package in nixpkgs, which Arch does have.
  2. Building binaries. I know nixos does some weird stuff with libraries and binaries. I need to be able to do normal stuff with binaries, and perhaps package and distribute them. It'd be really nice to be able to try out different compilers for my CMake/C++ projects also. Can NixOS do that easily?
  3. VMs. I will be doing dGPU passthrough for testing assignments before handin. I assume this is no problem but it requires some weird stuff so I want to be sure before diving in!

Am I better off just setting up a brittle Arch install again, or is NixOS worth the plunge?

view more: next ›