HackerLangs
TopNewTrendsCommentsPastAskShowJobs

bionade24

284 karmajoined 6 lat temu

comments

bionade24
·wczoraj·discuss
Valve recently changed the Steam workshop UI/website meanwhile Steam still runs on X11 and depends on 32bit libs on Linux.
bionade24
·20 dni temu·discuss
> huge structural investments are needed in the country

The D-Ticket is completely independent of any (rail) infrastructure financing, those have distinct budges on federal level, since any project has to be approved by the legislature individually. The D-Ticket is eating away the budget of the states and their transit authorities, causing a reduction of services..
bionade24
·20 dni temu·discuss
This only is an attractive offer if you don't commute by rail & the country/ticket area is small enough to make avoidance of the peak hours feasible.
bionade24
·22 dni temu·discuss
> no income taken away, as it is subsidized and compensated on the federal level

Only 50% of the relative loss of transit agencies is subsidised by the federal government, the other 50% gets subsidised by the respective state. And since the compensation is calculated in relation to the prices of monthly subscription tickets on routes in the respective transit area, transit agencies are left with even less.

Additionally, a lawsuit determined that the train network price cap for public transport is illegal, further increasing costs for the states.

This already has caused service reductions in multiple states, e.g. just now in Berlin additional overground Metro services during commuter peaks got halfed. With the results of the lawsuit and now interest from the federal goverment to put more funding into public transport, a lot more services will get axed in the next 3 years.
bionade24
·w zeszłym miesiącu·discuss
Using runsc instead of runsc means that there's a hypervisor layer (gvisor, probably) in-between the kernel and the container userland
bionade24
·4 miesiące temu·discuss
Using distcc networked compilation instead of cross-compiling is reasonably fast too and easier to set up if one isn't familiar with either.
bionade24
·5 miesięcy temu·discuss
> I only use it [..] for research.

And it can be pretty great for that. But I'm not sure if this works well for people who don't have experience reading API documentation or coding support sites like Stackoverflow. Beginners having a problem most likely don't know any abstract term for the problem they want to solve, so they'll feed their scenario meticulously to the LLM, causing it to output an already tailored solution which obfuscates the core logical solution.

It's like starting to learn how to code by reading advanced code of a sophisticated project.
bionade24
·6 miesięcy temu·discuss
> Everything already works fine.

No, Archlinux was repeatedly behind with package updates. This even went as far as lagging behind Ubuntu in at least one instance, causing inconvenience and frustration for users which then either had to use other more up-to-date sources for dependencies or package the newer version of dependencies under a different installroot themselves.

This problem is caused by a staff shortage or the average necessary maintanance effort for repo packages. At least one of those 2 causes has to be solved.
bionade24
·6 miesięcy temu·discuss
> But I'd love to see Switzerland take over some of those international connections.

The Giruno EMUs of the SBB serving the Eurocity from Hamburg to Basel are having technical malfunctions causing delays & aborted trainrides for the last few weeks.

The Eurocity(Express) Zurich-Munich is the most delayed long-distance train route in Germany. Most of the German route is only single-tracked and overcrowded.
bionade24
·7 miesięcy temu·discuss
It certainly can be inefficient depending on what you want to do, but loading files with functions into the scope of your GHCi session works quite well for quick debugging. When cabal repl all necessary deps for the project get loaded and it just works.
bionade24
·8 miesięcy temu·discuss
Unrelated to this issue but I've had a race condition with Automake which while run oin 2-4 threads occured exactly every 2nd run. With -j48 it was obvious it's a race condition. No idea how cache invalidation works in the automake stack, but that must have caused it to fail exactly 50% of the time.
bionade24
·5 lat temu·discuss
You can run steam games on Wayland. Spent over 30 hours playing Hollow Knight on SwayWM, even with fractional scaling.
bionade24
·5 lat temu·discuss
I only developed on smaller FOSS projects but can tell you this blogpost ist just an abyssnormally small piece of the hate you'll get for changing things.
bionade24
·5 lat temu·discuss
swaywm (Wayland) runs Krita and Steam just fine. Don't use Godot, so can't tell anything about it.
bionade24
·5 lat temu·discuss
Using EGLFS instead of libDRM are two diffrent ways wayland compositors work, this argument doesn't work against sway because it only supports libDRM.