mat

joined 2 years ago
[–] mat@linux.community 6 points 1 week ago

Yet enforcing your copyright is exclusive to the rich. I had to move off of GitHub because of Microsoft infringing my code licenses and selling them as "GitHub Copilot", and I have no way of fighting back/recover my losses.

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

I often have performance issues with Jitsi ("video has been turned off to save bandwidth"). Might this be down to which instance I use? Perhaps it's time to self-host.

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

FUTO are the ones changing the meaning of words. The Open Source Definition has existed for a long time and clearly explains what it means. While Grayjay is "source available", and that's good, it definitely is not open source.

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

Grayjay is not open source though.

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

Interesting! Maybe it's worth switching banks, at least once I get the courage to move to Linux mobile.

[–] mat@linux.community 6 points 1 month ago (2 children)

None of my banks (a couple French and Belgian ones) seem to support anything but auth via app. Can't log in on my computer without my phone.

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

I'm personally really excited for Linux phones and want to move to one relatively soon. They've done amazing work on the experience of using them. What I'd really miss, based off of talking to folks and trying them at conventions, is:

  • battery life. My Pixel 3a lasts over a day on Android, likely much less on pmOS
  • UnifiedPush for notifications. I only see a Matrix client listed as WIP. Every other app (Fediverse, Signal) I would have to keep running in the background
  • Notifications while in sleep mode. Looks like we don't have "Doze Mode" from Android, so only calls & SMS work while asleep
  • Fingerprint sensor. More of a QoL but I kept my phone model specifically for the ergonomics of the sensor on the back, and being able to scroll with it. Communication with the sensor is not yet figured out
[–] mat@linux.community 6 points 1 month ago

What kind of collective action are you thinking of?

[–] mat@linux.community 7 points 2 months ago

Cool! Hope it works out.

[–] mat@linux.community 2 points 2 months 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 2 months 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 3 months 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 :)

472
submitted 1 year ago* (last edited 1 year 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 ›