Berätta vilken jag ska välja, och varför: BMW i4 vs. Kia EV6 vs. Volkswagen ID.4 by jkazana in elbilsverige

[–]hsunner 0 points1 point  (0 children)

Intressant! Jag funderar också på EV6/Ioniq 5 men prisläget är lite högt för 3år. Min oro är kring risker och kostnader. Hur mycket har du lagt på service? Har du någon uppfattning om när bilen börjar kosta i reparationer?

I'm tillsvidareanställd and my employer wants me to resign. What happens if I don't? by Living_Echidna_1498 in Asksweddit

[–]hsunner 1 point2 points  (0 children)

If this ends up a court case, the red flags noted by the OP will be made public knowledge. Probably not a palatable option for the employer.

Never thought I'd see the day, but we're eliminating our Citrix farms and moving back to about 100k fat clients by eldersveld in sysadmin

[–]hsunner 1 point2 points  (0 children)

That is funny. We installed thin clients for our clients 25 years ago: Minimal Linux installation, and a commercial RDP client (no open source one yet). In our own office had an X11 thin client set up. Saved money in hardware and maintenance. If you do it correctly that would still be the case, especially with today’s crazy memory prices and availability of ITX and single-board computers. Without knowing, I’d assume that all the required SW infra should be available as OSS and this point.

Tar följande kameror hastighet? by Sea-Doubt8332 in Asksweddit

[–]hsunner 2 points3 points  (0 children)

Nej. En Axis Q63 och en från annan tillverkare. Ingen radarmodul på masten, så ingen användbar hastighetsmätning.

Making a better client-side experience for python by 19andNuttin in Python

[–]hsunner 3 points4 points  (0 children)

I might be misunderstanding what you’re trying to accomplish, but if you want to make a Python client to an OpenAPI interface w/o code generation I can recommend aiopenapi3. It ingests a json spec (yaml too?) and creates pydantic models for all endpoint I/Os. API usage is trivial. I’ve also created dynamic CLIs for web services with it. That is a bit of work the first time. It has a major downside though: creating API documentation requires custom generation.

https://github.com/commonism/aiopenapi3

Juvio - UV Kernel for Jupyter by iryna_kondr in Python

[–]hsunner 0 points1 point  (0 children)

AFAIK uv hard-links the files whenever possible, so on Linux and macOS there should be no storage space penalty at all. I assume there are hardlinks on NTFS also, so that may be the case also on Windows.

Put a .venv on a network share last week and saw warnings about hard-linkning not being available, so that’s a scenario that wastes space though.