HackerLangs
热门最新趋势评论往期问答秀出招聘

bionade24

284 声望加入于 6年前

评论

bionade24
·昨天·讨论
Valve 最近更改了 Steam 创意工坊 UI/网站,同时 Steam 仍然运行在 X11 上并依赖于 Linux 上的 32 位库。
bionade24
·20天前·讨论
> 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天前·讨论
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天前·讨论
> 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
·上个月·讨论
Using runsc instead of runsc means that there's a hypervisor layer (gvisor, probably) in-between the kernel and the container userland
bionade24
·4个月前·讨论
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个月前·讨论
> 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个月前·讨论
> 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个月前·讨论
> 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个月前·讨论
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个月前·讨论
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年前·讨论
You can run steam games on Wayland. Spent over 30 hours playing Hollow Knight on SwayWM, even with fractional scaling.
bionade24
·5年前·讨论
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年前·讨论
swaywm (Wayland) runs Krita and Steam just fine. Don't use Godot, so can't tell anything about it.
bionade24
·5年前·讨论
Using EGLFS instead of libDRM are two diffrent ways wayland compositors work, this argument doesn't work against sway because it only supports libDRM.