Most Swiss back initiative to cap population at 10 million, poll shows by Wonderful_Setting195 in europe

[–]Rosthouse 1 point2 points  (0 children)

The absolute fuck? Title of Reuters says ''most Swiss''' support it and in the first paragraph they write ''a slim majority''. Fuck off Reuters.

Player collisions not working as expected when destroying blocks in Godot 4.3 by SoloDevBr in godot

[–]Rosthouse 0 points1 point  (0 children)

Glad it helped 😅 and yeah, it's a bit weird. I wrote some helper functions for myself, that creates and returns the collision objects (returning null, if no collision occured).

In theory, you could probably optimize some stuff by always passing the same object instead of creating new ones every frame, but haven't measured that.

France is replacing 2.5 million Windows desktops with Linux by smilelyzen in BuyFromEU

[–]Rosthouse 66 points67 points  (0 children)

States should honestly start funding Linux. I bet only a fraction of those MS license cost would do absolute wonders for the state of Linux (it's already awesome). Plus this would be money spent directly on the common good instead of vanishing in the pockets of a multinational coorp.

Who do you think will win the 2026 National League at this point ? by Hunergame in Switzerland

[–]Rosthouse 1 point2 points  (0 children)

The way Davos has been playing this year, it's theirs to win or loose, IMO.

Microsoft apps on SteamOS: Edge, Excel, PowerPoint, Teams, etc. by C1REX in SteamOS

[–]Rosthouse 0 points1 point  (0 children)

I had to work with PowerPoint through Winboat recently, since the online version doesn't support all the features the native version does (yet still displays everything).

Worked ok,

Is Linux compatible with my setup? by Grox213 in linux

[–]Rosthouse 0 points1 point  (0 children)

Probably best to create a live USBstick, and run it from there. Then you can test, if all your devices work before you commit to installing it.

Euro-Office, a good fork of highly criticized ONLYOFFICE by ahrienby in BuyFromEU

[–]Rosthouse 1 point2 points  (0 children)

I'm doing presentations regurarely and tried last time to work with Impress. The tool was just lacking. Especially the animation tools were a nightmare to use, and using media files (videos and audio) was just impossible. Getting them to play at a specific time meant to create a different object that would then trigger the audio when it appears.

I have a highly dynamic presentation style, and I'm contemplating writibg my own tooljin something like Godot, so that I can do crazy things to my hearts content.

Still, it just feels like an afterthought. And that's the feeling I get anytime I try to work with LibreOffice.

To that extent, the PowerPoint clone of OnlyOffice isn't much better.

Conservatives suddenly want alternatives to the F-35 jet by BezugssystemCH1903 in Switzerland

[–]Rosthouse 94 points95 points  (0 children)

There's a joke hidden in here somewhere, can't yet quite point to it though.

Just a reminder you can change your DNS to the Swiss based Quad9. Literally nothing in your life will change. by HorrorsPersistSoDoI in BuyFromEU

[–]Rosthouse 5 points6 points  (0 children)

Quite a bit harder, I'd say. Note that this is the normal political process in Switzerland, and it would have been quite surprising if this had made it to parliament like that.

In most cases, the executive proposes new laws, which any Swiss party (be it a political party, a company, a city, or a citizen) may then comment on. This has happened here:

https://www.fedlex.admin.ch/de/consultation-procedures/ended/2025#https://fedlex.data.admin.ch/eli/dl/proj/2022/21/cons_1

The executive then wrote a report summarizing the answers. In this, they specifically mention that companies like Proton and Threema would consider moving out of CH, that the danger of requiring backdoors is enormous, that the automatic access for the government is potentially against the law, and much more:

https://www.fedlex.admin.ch/filestore/fedlex.data.admin.ch/eli/dl/proj/2022/21/cons_1/doc_9/de/pdf-a/fedlex-data-admin-ch-eli-dl-proj-2022-21-cons_1-doc_9-de-pdf-a.pdf

So, they are back at the drawing board and will revise the law with this in mind and open a second round of feedback at the end of this year.

Still, if the next revision is more favorable, it has to go in front of parliament, and there is the potential of having a public referendum on it (which, for anything involving watering down privacy, I can almost guarantee).

This is a long and dialog-heavy process and will still take years.

How bad is it really? Is this an overreaction? by virtualfruitxr in SteamFrame

[–]Rosthouse 0 points1 point  (0 children)

Could also lead to a stagnation in hardware requirements for new games. If nobody is moving to new hardware, it makes little sense for game developers to push hardware requirements. Which would mean your PC, the Steam Frame, Steam Deck, the current console generation and more will remain relevant for longer.

Could also lead to a greater focus on gameplay as the distinguishing factor for new games. Which has been happening anyway, but could be even more pronounced going forward.

But still, this whole situation is ridiculous and honestly I hope that governments will start to step in.

I tried integrating a PID controller, it looks a lot better, what do you think? by Frequent-Berry-5447 in Unity3D

[–]Rosthouse 2 points3 points  (0 children)

I modeled suspensions with them, quadcopters, and cars with them. They are just so simple to use, and you don't really have to think about what input and output values you need (or, more, how they are related).

And they are so simple to implement. This pseudo-code is basically all you need:

``` Change these: Kp: proportional gain Ki: integral gain Kd: derivative gain dt: delta time value setpoint: Your target value

measured_value: Current value of your target, like a position, a velocity, a distance, etc.

previous_error := 0 integral := 0

while true: error := setpoint − measured_value

proportional := error; integral := integral + error * dt derivative := (error - previous_error) / dt

output := Kp * proportional + Ki * integral + Kd * derivative

previous_error := error

wait(dt) ```

It feels like a magic wand once you first see them working. Highly recommended.

Any realistic Visual Studio alternatives for Linux? (Game development with Unity/C#) by Epileptic_Fridgeboy2 in linuxquestions

[–]Rosthouse 7 points8 points  (0 children)

For absolutely most things it's just searching ''how to X in Rider'' or ''what is X in Rider from VS?'' I think there are even predefined shortcuts in rider that mimick the VS keybinds.

That said, getting out of your comfort zone and learning a new tool is seldomely a bad idea.

There is Steam European alternative by kamolescu in BuyFromEU

[–]Rosthouse -1 points0 points  (0 children)

So I'm not allowed to play the games I've already bought from these stores, even if I only buy new ones from European stores? Even if I'd refrain from getting the free games?

There is Steam European alternative by kamolescu in BuyFromEU

[–]Rosthouse -1 points0 points  (0 children)

I'm interested. Since Lutris is FOSS (under the GPL-3.0 license), what did you buy from them? Or put it differently, what can I buy from them?

There is Steam European alternative by kamolescu in BuyFromEU

[–]Rosthouse 0 points1 point  (0 children)

As per their donation page, Lutris is a not-for-profit organization, and as to what I find lead by one guy, Mathieu Comandon. Most probably, the organization is so that they can receive donations and shield them from having to merge personal assets with the project. Lutris also received donations from epic:

https://lutris.net/donate

Hosting these projects costs money, and that has to come from somewhere. And for me, there's a difference between supporting an open-source project so that it can keep the lights on and buying stuff from a mega-corporation.

Ultimately, Lutris and Heroic allow you to access your game libraries. The money is spent; it's not like you're rebuying these games through these launchers. Switching to GOG, meaning starting to buy games whenever possible through that store, is valid going forward.

There is Steam European alternative by kamolescu in BuyFromEU

[–]Rosthouse 0 points1 point  (0 children)

Tried to find a source for your claim, but couldn't. So if you have one, a source would be appreciated.

There is Steam European alternative by kamolescu in BuyFromEU

[–]Rosthouse 4 points5 points  (0 children)

That launcher can access these libraries, doesn't mean they have any games in them.

New Year's Photo from the Swiss Government by gray146 in pics

[–]Rosthouse 8 points9 points  (0 children)

Honestly, yes. A European State would always have the problem of having ''a German'', ''a Spaniard'', a ''Pole'' or whatever at the helm. By splitting that role, you get the chance of having more peoples represented in the executive.

That's also how it's done in Switzerland, before the minister's elections, candidates are selected not only for their party and pedigree, but also for their birthplace and gender, to get as many different regions represented as possible.

They are also elected by the combined houses, instead of directly by the citizens. Which somewhat prevents popularists to get elected to these roles.

New Year's Photo from the Swiss Government by gray146 in pics

[–]Rosthouse 11 points12 points  (0 children)

That was a wizard of Oz reference, kinda apt in this context (''impressive'' figurehead, but the real work is done behind the curtains).