Comment on
Which of these javascript expressions is false?
I'm no expert and I know that javascript is full of wtf moments, but please.. Let it be B
It's not gong to be B, it's it.
Comment on
Which of these javascript expressions is false?
I'm no expert and I know that javascript is full of wtf moments, but please.. Let it be B
It's not gong to be B, it's it.
Comment on
Here the fuck we go again
Reply in thread
Are you implying by that that mods are being prevented from operating? The second line implies the opposite .. "If you are experiencing gameplay issues while playing with mods, it's recommended you first try uninstalling your mods"
'Supported' could means that Bethesda will basically ignore any problem reports or support requests whilst mods (which are completely out of their control) are installed - seems reasonable to me.
Comment on
What are people doing for home server UPS in 2025?
I think you have managed to skirt around and discount the answer to your question. UPSs are not intended to be anything but a very short term power source. They are there to provide emergency power long enough to either shut down cleanly or migrate to another long term source of power. In your example with the "home power backup", you have that and a UPS. The UPS smooths out the power and covers the few milliseconds during the transition. Even large datacenter UPS installations operate in this fashion. Datacenters would have a secondary source of power, typically diesel generators. The UPS batteries will be sized to run the site for a few minutes - enough time to get their generators up and running and the load transferred to them.
Comment on
Daily dose of tech nostalgia
Reply in thread
Yeah. They are often very locked down and lack features you would normally expect - especially connectivity and configurability. There's a Youtube vid where a guy gets hold of one and the hoops he had to go through to install his own OS and get it to run some games... https://www.youtube.com/watch?v=bRoRPiDOtUg
Comment on
Oliver Oakes resigned days after brother arrested with ‘large amount of cash’
Not to spark rumours and suggest he's in on it all and on the run, but I am struggling to think of any other reason why he would suddenly quit and fly to Dubai. Quitting I could understand, so that he can concentrate on getting this emergency situation sorted out, but it's the choice of destination.
Comment on
*Permanently Deleted*
It's really hard to see how else it could be seen.
Comment on
rule
Reply in thread
It got into the top ten music charts too iirc - and the bbc refused to play it on the chart countdown.
Comment on
Break Things !== Move Fast
I much prefer "Move slowly and fix things" (I so wish I had thought of that myself but can't remember where I saw it).
Comment on
Just weeks later, Ubisoft walks back some disappointing Assassin's Creed Shadows news: it will be fully Steam Deck Verified "despite the fact the team thought it would not be the case"
The article says that it wasn't going to be supported due to system specs (tbh, I had assumed that they would be using some goddawful kernel based drm monstrosity), so it could just be that the programmer has finally received their copy of 'Code optimisation for dummies'.
Comment on
Which of these javascript expressions is false?
Reply in thread
I don't think my sanity can take all of these explanations.
Though I just spotted one that's worse than null being an object ..
typeof NaN
"number"
I mean, come on.. it's even in the fucking name!
Edit - fixed capitalisation in 'NaN'
Comment on
Self-hosted SSO
Reply in thread
Another for Keycloak. Though it is probably overkill for many people's needs in here - it certainly is for mine! But it is what I have up and running and see no need to change to a simpler option.
Comment on
Got my moneys worth..
Reply in thread
This is the way. When I got an ACE I thought that I'd be doing multi-colured prints all the time. How wrong I was. The ability to automatically move to a new reel of filament when one runs out is a game-changer though.
Comment on
First Mastodon, now Lemmy
Reply in thread
I signed up less than a week ago and got one overnight... though I've been on mastodon for years and not got one - seems like you get accepted easier here than there 😜
Comment on
I build bots, websites, apps and AI tools, open to gigs or collabs
Let's hope you pay more attention to the specs given to you by any client than you do to where you're posting your spam.
Comment on
*Permanently Deleted*
Reply in thread
Miami F1 is the weekend after next. Still time to get organised if you will still be there.
Comment on
Oliver Oakes resigned days after brother arrested with ‘large amount of cash’
Reply in thread
Inexpertly done paywall - view the source in your browser, the full wording is there.
Comment on
In Response to Amazon preventing to download books you bought: Some DRM free bookstores and publishers
There seems to be a few publishers missing here ..
Baen typically sells their wares directly but TOR are through the usual sellers but have no DRM. I'm not sure how this works in practise with Amazon's new "you can't get the files" policy, but they are probably in cleartext somewhere.
Comment on
Isack has broken the trophy
Reply in thread
Not their own trophies though.
Comment on
Here is the mockup pic for adding Oauth Scopes in Nextcloud, but how should it actually be implemented?
I think you are getting confused there, the doc you are linking to are for linking an external application to your Nextcloud account, whereas your diagram seems to be connecting Nextcloud to an external IDP.
You may be wanting : https://apps.nextcloud.com/apps/oidc_login or https://apps.nextcloud.com/apps/user_saml
Comment on
Any tool to visualize Traefik access logs?
Reply in thread
This. Prometheus is for metrics, Loki is for logs. I've not come across Perses before, but it looks like it does a similar job to Grafana which integrates really well with Prometheus and Loki (and is produced by the same organisation as both of them).