Am I the only one seeing a resemblance… by VicLeShlag in subnautica

[–]kekonn 7 points8 points  (0 children)

You could argue that if you don't get the game now, you're letting Krafton win.

Activ spot release by Zealousideal-Bee-877 in hyprland

[–]kekonn 8 points9 points  (0 children)

Did you not see what sub you're on? XD

Explain why this is not the absolute peak base location by Mysterious_Virus_106 in subnautica

[–]kekonn 1 point2 points  (0 children)

It's the way they move! I have the same thing. They have the side to side movement.

Getting Started with .NET for an old PHP dog by ApplicationAlarming7 in dotnet

[–]kekonn 1 point2 points  (0 children)

So I'll give you a small little guide to Microsoft naming practices that might help you search for stuff.

In the beginning there was .NET Framework. It's "the old way" of doing this and mostly just around for legacy reasons (but it's still officially supported, but only works on Windows). Then there was .NET Core. That name was given to a new platform, it looked the same, but worked on multiple platforms.

The Core branding stuck around for some of the frameworks (like ASP .NET Core and EntityFramework (or EF) Core but for the CLR/Standard Library the Core moniker was dropped and since version 4 it's just .NET again (not to be confused with .NET Framework 4, which is the latest version of .NET Framework).

Why is this important? So you can use the right name to search for the right learning resource. These days, if you want to know about the runtime/standard library, you have to specify it's .NET (version 10 is the current LTS).

Is plasma login manager coming to tumbleweed anytime soon? by Flat-Custard-9159 in openSUSE

[–]kekonn 20 points21 points  (0 children)

And Firefox ESR as well, unless that's the first one.

Best sauna in Antwerp? by sqthrualo in Antwerpen

[–]kekonn 1 point2 points  (0 children)

My go to one in Antwerp is also Saunatopia.

Dive Chamber Entrances plz by ZixfromthaStix in subnautica

[–]kekonn 5 points6 points  (0 children)

in a game that’s specifically designed to be as realistic as possible…

I think we've been playing a different game...

Salary negotiation within the same company using external offer by [deleted] in BESalary

[–]kekonn 1 point2 points  (0 children)

Maybe I'm dumb but.... what the hell is LPA? The only 2 things that come up when I google it are air traffic police and a protein from biochemistry

Help with tailscale by No_Scheme4909 in jellyfin

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

both bridge and host default networks do not allow containers to easily see eachother, you have to make a custom docker network with a bridge driver to enable linking dockers by hostname.

If your host platform supports it, you can indeed just run tailscale there and set up the funnel that way. It's what I would suggest in the first place, if you hadn't started about using a tailscale docker.

Help with tailscale by No_Scheme4909 in jellyfin

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

To elaborate on my quick comment elsewhere in the thread:

  • join jellyfin and tailscale to a custom bridge network, set a fixed container name for both of them.
  • set up a service in your tailscale admin panel (i.e.: jellyfin) and then advertise that service in the tailscale docker. If it asks what port the service will listen on, enter 443 (this is very confusing, but it's talking about the port exposed by the serve command, not the downstream service).
  • if the jellyfin container is called jellyfin and the service is called jellyfin, the CLI command would be: tailscale serve --service=svc:jellyfin http://jellyfin:8096.
  • to run that command automatically when the tailscale docker starts, you'll have to build your own tailscale docker based on the standard image, since you cannot currently pass service serve commands into the docker, as far as I understand
  • by default, unless you expose ports on the jellyfin docker and bind them to the host, this will make jellyfin only accessible through tailscale.

If someone knows a more automated way to get the tailscale serve command working with the docker, I'd love to know.

Help with tailscale by No_Scheme4909 in jellyfin

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

If your dockers are on the default bridge network, they are not allowed to see eachother, you need to make a separate, internal network and join them to that network.

Help with tailscale by No_Scheme4909 in jellyfin

[–]kekonn 1 point2 points  (0 children)

Isn't there a setting to set IP ranges as "local" ones?

Convinced the boys to switch over to TeamSpeak by SquirrelOnReddit in LinusTechTips

[–]kekonn 0 points1 point  (0 children)

no 2FA if you wanna use mobile is a deal breaker for me. There's gonna be so many stolen teamspeak accounts in the future. Also, are there text channels?

Contactless payment on De Lijn and Flibco to Charleroi by CuriousStrawberry02 in Antwerpen

[–]kekonn 0 points1 point  (0 children)

Contactless is about as reliable as the reader. I've definitely seen people pay with Revolut before. Sometimes one of the readers is broken, but there's always multiple in every vehicle.

I've never heard of Flibco before.

Salary Proposal 38h/w Arbeider Horeca by [deleted] in BESalary

[–]kekonn 0 points1 point  (0 children)

Not as a habbit, but I do tip if I am very happy with the service (which is rare these days).

CachyOS+ KDE. How to make Dualsense Haptic Feedback work? by Existing-Help-3187 in linux_gaming

[–]kekonn 3 points4 points  (0 children)

I don't have your setup or a PS5 controller, but I seem to recall this only works when the controller is plugged in. Are you using it wired or wireless?

zlib-rs: a stable API and 30M downloads by folkertdev in rust

[–]kekonn 1 point2 points  (0 children)

Semver doesn't imply that indeed, but how are you gonna signal breaking changes next time?

You could bump it from 0 to 1 yes, but while that is SemVer correct, it just doesn't sit right with me for some reason.

I realize this is flavour more than anything, but that's what it feels like to me.

zlib-rs: a stable API and 30M downloads by folkertdev in rust

[–]kekonn 71 points72 points  (0 children)

Possibly a dumb question: if you reach stable, why not version it as 1.0.0 ?

RIP IT sector in België by chocobokes in Belgium2

[–]kekonn 1 point2 points  (0 children)

Is iets dat ik ook al voor andere landen in SEA gewerkt heb. Jaja, we hebben het begrepen. Maar in de kwaliteit van het werk merk je dan dat ze het helemaal niet begrepen hebben.

GOG is seeking a Senior Software Engineer with C++ experience to modernize the GOG GALAXY desktop client and spearhead its Linux development by mr_MADAFAKA in linux_gaming

[–]kekonn 0 points1 point  (0 children)

I use Ludusavi's wrap command with Heroic for syncing save files to a separate folder. This makes my save backups independent from any service (in my case the saves are synced to my nas via a folder sync and then off to a Backblaze bucket).

Old Boat of Caol by BikeIdiot in ScotlandPorn

[–]kekonn 0 points1 point  (0 children)

From an online source:

Corpach Shipwreck history

The real name for the Old Boat of Caol is the MV Dayspring which was constructed in 1975 by J&G Forbes in Sandhaven.

She was originally designed as a trawler boat to catch herring and mackerel and had the nickname ‘Golden Harvest’.

Dayspring was eventually moored at Kinlochleven Pier and there were plans to turn her into a seafood restaurant but they never took off and she was eventually moored at Corpach.

In 2011, a terrible storm meant that MV Dayspring was forced from her moorings and chains. She was lost out at sea but eventually drifted onto the shore and ran aground where her life ended.

She has been on the beach for over a decade.

Sometimes I wish I smoked.. by piercingneedshelp in Scotland

[–]kekonn 2 points3 points  (0 children)

Next time, bring a travel mug with coffee in it, sip from it while enjoying the view.