

As you can see, I too have made a “least bad” choice for pragmatic reasons.
I take no pride in correcting you.


As you can see, I too have made a “least bad” choice for pragmatic reasons.
I take no pride in correcting you.


Actually, if you hit those 3 dots on the top right and select “All Permissions”, you’ll see there’s a whole host of things it demands that you can’t opt out of.

If you can log into the site, it’s done.
If you try to access the site and you get a “startup log” page, it’s still ongoing (and it will show you there what it’s doing).
https://jellyfin.org/posts/jellyfin-release-10.11.0/#startup-ui-and-log-viewer
I think the feel from the Devs is that there isn’t enough new functionality to justify the major version bump, this primarily being a reimplementation of existing features.
BUT, I agree with you, it should definitely be V11 under the semantic versioning scheme.
Whilst there is a migration path here, the database changes under the hood alone are likely to break backwards compatibility with all plugins (with in-house plugins being upgraded in sync).
Such breakage is kind of the defining characteristic of a MAJOR version.


It’s commentary like this that leads to so much industrial equipment (printers, scales, barcode readers, PLCs etc) still having RS-232 on them.
And dammit, you’re right, that stone age shit just works.
Me: Hi, I need some high quality components, you know better than office stuff, and I’m willing to pay a premium. Company: Great, we have a huge range. And as a bonus we’ve covered EVERYTHING in LEDs! Me: Err, can I get the good mechanical switches and silent fans without LEDs? Company: Ooh, that’s a SPECIAL item! 3x the price!


I can’t think of a standalone gui app that does this (and a simple google search didn’t find one).
If you have a gui desktop (gnome,kde,xfce,lxqt,enlightenment,budgie…) it will have a built in function in it’s settings to do this, or leverage one of the parent ones (ie budgie is based on gnome, lxqt on kde).
If your custom environment is pared down to the point where you don’t have an equivalent to gnome-system-tools and don’t want to install it, you might have to just use date at the command line.
Honestly sounds like a job for a Raspberry Pi Zero.
Small battery pack and a USB key, a bit of software setup, off you go.
Install Raspbian: https://www.raspberrypi.com/documentation/computers/getting-started.html#raspberry-pi-imager
Set it up as a hotspot:
https://www.raspberrypi.com/documentation/computers/configuration.html#enable-hotspot
Configure Samba share:
https://www.raspberrypi.com/documentation/computers/remote-access.html#samba


Sounds like you’re stuck in a worst practices mindset.
Worst/Pragmatic.
If I get a timeline for a feature request, then everything can be scheduled, tested, whitelisted, delivered at a reasonable time.
That’s the rarer event - normally it’s more like “the scale head has died and a technician is on the way to replace it” and whilst I modify the program in question to handle this new input, hundreds of staff are standing around and delivery quotas won’t be met.
Is my position arrogant? This is the job.
Sign your damn releases and have the whitelisting done by cert.
I’ll see if this is possible at the site in question, thank you.


It IS bespoke internal development, not for deployment outside of the facility.
The computers running the software exist only to run this software and have no business talking to the internet at all.
IT is provided by an external third party vendor who operate on an inflexible “best practices dogma”.


In a rapidly churning startup phase, where new releases can and do come out constantly to meet production requirements, this one size fits all mentality is impractical.
If you refuse to whitelist the deployment directory, you will be taking 2am calls to whitelist the emergency releases.
No it can’t wait until Monday at 9am, no there will not be a staged roll out and multiple rounds of testing.
I am more than willing to have a chat; you, me and the CEO.


I have a friend group that insist on all events being planned through facebook.
I’ve missed out on events in the past due to not taking part.
It’s no longer a hill I wish to die on.


I agree and use Signal myself.
But people like the extra features of WhatsApp like desktop/web clients with seamless history sync and all the other little things that WhatsApp provides.
The average Joe doesn’t even think about security or privacy, they just know that the results of using WhatsApp are superior than using SMS.
iMessage is a non starter everywhere out of the US, it just doesn’t have the market penetration.
As an Australian, no one I know (many of whom own iPhones) talk about the blue-green bubble stuff.
They recognise where the fault lies and simply don’t use the app.


In certain places like India, WhatsApp is the default means of communication for everyone.
You can use it without phone data if you are on wifi, it supports better quality than sms for sending images, you can video chat with it, it’s cross platform, etc etc.
What’s more amazing to me is that it’s not more popular in western countries.


Nah, that was worth watching.


I think all the existing answers are on the basis of creating a new Linux VM.
And if I understand you correctly, you already have a bare metal Linux install that you want to run whilst Linux is up.
This is the best search result I could find: https://forums.virtualbox.org/viewtopic.php?t=93437
It sounds like Virtualbox will indeed create a pseudo vhdx that points to a real partition, but windows is going to give you permissions drama.
The above link is out of date though, so its best viewed as info rather than guide.
Good luck.
Us oldies being able to parse it, just means that it is now out of date. ;-)
Crinj fr fr.
If you need to use windows because of a software issue, not a hardware issue, you’re probably best off running windows in a VM.
That way your linux install is making the WPA3 connection, and as far as the Windows install is concerned, it’s on a wired lan.
This has the added benefit of not having to reboot, you just always start linux and turn the windows VM on and off as required.
These are pretty calm messages to an Australian and Garry is British, so culture checks out.
Should this by the by commentary be there?
Not really.
But as a programmer, I understand each and every time I see something like:
// Urgh this is so dirty, Invalidate() and Refresh() do nothing.
tButt.AutoSize = false;
tButt.Width = maxWidth;
tButt.Height = maxHeight;
tButt.AutoSize = true;