[-] mat@linux.community 1 points 3 hours ago

Right, I should have mentioned despite being French I live in Germany. Still, can't hurt to join any demonstrations against this.

[-] mat@linux.community 1 points 3 hours ago

This is good... but partially admits defeat. It's a good fallback though.

[-] mat@linux.community 1 points 3 hours ago

Money: yes Bodies: no thank you

How could I most effectively monetarily hurt politicians, who are specifically voting for chat control? I am already boycotting the US, but that's a much bigger/easier target than specific parts of the French government.

[-] mat@linux.community 1 points 3 hours ago

Typo, meant to write "party" The French party against it that replied to me is le groupe des Verts/ALE. They will have my vote on the next election.

[-] mat@linux.community 9 points 10 hours ago

What can I, as a EU citizen, do to stop this? I already sent (handwritten) emails to my French representatives several times, but only got one response from a minority part^ that agrees.

17

Hi! I hope this post is on-topic enough. I've just moved into a flat in Germany and its thermostat has an incredibly loud clock ticking every second. My landlord allows me to replace it, so I looked for options and learned it uses a proprietary interface (Vaillant 7-8-9) and my only real option is from the brand Tado. I e-mailed them and confirmed their V3+ wired model is compatible... but costs 220€; way above my budget. However, if I set the site to Germany the price drops to 100€.

Before spending so much on a device (100€ is still a lot!), I'd love to check whether I can use it with Home Assistant. I recently installed it on a spare SBC and got the zbdongle-e working, ready to start connecting things. I found (cw: AI image) this blog post that says it works by having HA emulate Apple's HomeKit, does this mean it should work fine, regardless of the zbdongle-e? Should I be aware of any caveats to this approach, or to the Tado thermostat itself?

Thanks :)

[-] mat@linux.community 60 points 2 months ago

I'm going to look into adding this to my app https://git.allpurposem.at/mat/Sudoku Indeed I do not agree with this, so it will become unavailable when the terms go into effect. I will look into making it available for Linux Mobile.

[-] mat@linux.community 84 points 3 months ago

Very cool, but this is old news from 2024. I wonder how they're doing now.

[-] mat@linux.community 105 points 4 months ago

Ah yes my favorite Country, the European Union.

[-] mat@linux.community 60 points 5 months ago

At my studio we maintain a native Linux version with a custom game engine, and it indeed takes a lot of time. I don't consider Proton a viable option as we lost the ability to integrate with Linux-specific stuff such as Wayland APIs or better input, but I can definitely see the appeal of switching to Proton... if your team uses Windows. If you have some developers on Linux, you naturally get a Linux build (if using cross platform APIs ofc) and it's actually faster to cross-compile a Windows build every once in a while (skip the slow ntfs I/O) and ship that. But it requires getting more of the team on Linux :)

[-] mat@linux.community 42 points 6 months ago

I did a bachelor of videogame programming in Belgium 99% on Linux (minus exams), but it was definitely a huge struggle. All the courses and assignments were Windows-only, and 90%-ish required Visual Studio (non-Code) and Windows-only libraries like DirectX or Win32. I got by writing my own tooling to auto-convert these to CMake projects and convincing each teacher to allow me to hand in CMake projects. I wrote SDL backends for most of the win32 assignments, falling back on clang's excellent cross-compiling for stuff that requires e.g Windows.h. I wrote a blog post about this: https://blog.allpurposem.at/adventures-cross-compiling-a-windows-game-engine And using e.g DirectX natively on Linux, easier than expected: https://blog.allpurposem.at/directx

I also wrote a small wiki on my general experience + a summary of courses and main problems encountered... Windows was non-negotiable during exams: https://dae-linux.allpurposem.at/ I maintain tools, converted assignments, and information on this for future students who want to attempt something like me, but it's hard to recommend the Linux challenge if you are totally new to programming!

Hope some of this is helpful!

[-] mat@linux.community 53 points 7 months ago

The amount of folks I see use Opera GX "gaming browser" because some influencer said so...

61

Hey! I'm going to finish up university soon and as part of that I'm required to do an internship related to C++ development. I'd love to do something in the Linux gaming space and help promote it that way, but I'm not aware of many studios in Europe that are big enough to take interns. So I turn to Lemmy: what are some studios that may be open to Linux development, either through supporting it natively or creating/improving developer tooling on Linux?

[-] mat@linux.community 89 points 1 year ago

Yeah, the interference argument is fair, but I think this is also the ISP (totally separate third party) trying to protect the paid plans they sell for connecting more than one device...

491
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)
19
submitted 2 years ago* (last edited 2 years ago) by mat@linux.community to c/android@lemmy.world

I've been looking around for a good GitHub client on my degoogled phone, but have had trouble finding a still-maintained one that's ready to use. I find that I just default to opening URLs in Fennec, which is far from ideal as I have to load the whole website (and it's quite laggy on my Pixel 3a). So I turn to Lemmy: what GitHub client do you use?

Specifically, I'm looking to browse GitHub repos (view code, issues, forks, PRs) and use it (reply to and create issues mainly).

75
NixOS for gamedev (linux.community)
submitted 2 years ago by mat@linux.community to c/linux@lemmy.ml

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?

38

Hi! I'm looking to publish a blog that can be discovered through interactions on the fediverse, and potentially displays replies as comments. I had set up WriteFreely and, though it is missing the replies feature, it seemed pretty well-made. However, when I tried to publish my post, pressing "Move to [blog name]" made it disappear. It's still in the stats page but clicking on it shows "This page is missing." It seems really buggy, hasn't had a release in almost a year, and my post would be lost if I hadn't made a backup. Are there any other good options for publishing a blog?

34

Hi! I've installed Stremio on the ISP-provided AndroidTV "decoder" and it allows my family to watch shows while still having access to live TV. However, I am not aware of any option to watch live sports ("Ligue 1" in France) with as good an interface as Stremio, so my father has to watch it on his computer by finding a site that's streaming it and has the least invasive adblock-bypassing ads.

I wanted to know whether something like Stremio exists that I can set a Linux server to boot directly into and control with a remote (so we no longer depend on the ISP-provided box) and would allow watching the free live TV provided by our ISP, as well as something similar to Stremio's interface for pirating shows/movies, and also has sports streaming. I know torrent streaming doesn't help the ecosystem much, but I'm not sure where else to look. I installed Kodi and played around with it, but I couldn't get Elementum to work (and it looks much more complicated for my family to use than Stremio). Thanks in advance!

view more: next ›

mat

joined 2 years ago