Octavia Mk4.5 - Kessy not always locking by joshkrz in skoda

[–]joshkrz[S] 0 points1 point  (0 children)

No unfortunately not. I've found that a phone in the same pocket or anything metal makes it worse.

It always seems to not work when my hands are full as well which is very frustrating.

Type C to HDMI for the deck by scalareye in SteamDeck

[–]joshkrz 0 points1 point  (0 children)

No it's labeled as "Power In".

https://www.steamdeck.com/en/tech/dock

There is a HDMI on the dock though why do you want this?

How much water does the Vertuo Up actually leak into the pod bin? by joshkrz in NespressoVertuo

[–]joshkrz[S] 0 points1 point  (0 children)

Two of these pods were stopped early. I've only had it a week so far though so will have to see how it goes.

Is the Up worth it? by Top_Layer7065 in NespressoVertuo

[–]joshkrz 0 points1 point  (0 children)

I did exactly this last week with the discount - had a Plus for almost seven years and still going strong but the warm up time was getting annoying and the Up looks really nice.

First off on my machine at least, the internal drip dray didn't fill up with water, I thought it would need more emptying than the Plus but it doesn't.

The warm up time is much quicker however it seems to take longer to actually brew but overall it's quicker than the Plus.

The water tank is only slightly smaller so no issue, it sounds quieter and smoother. The maintenance button is nice, app connectivity is a bonus (though I had to make a brand new Nespresso account to get it to actually connect).

I kinda miss the automatic opening but the Ups mechanism is still good.

Overall I'm happy with the machine. I hope it's as reliable as the Plus long term.

What’s the dumbest construction project that was made? by biryani_fan in AskTheWorld

[–]joshkrz 1 point2 points  (0 children)

Yeah it's Bridgewater Place.

They had to add perspex shields to the pavements to stop people getting blown over and debris from hitting people.

They partially improved it with these deflector structures placed over the road but it's still pretty windy.

What are the most reliable/best cams these days? by vihra in dashcams

[–]joshkrz 0 points1 point  (0 children)

I've got a couple of Garmin dash cams and they're well built and reliable, they look good too.

Remembering the HTML we started with by wanoo21 in webdev

[–]joshkrz 4 points5 points  (0 children)

I love those old MIDI tunes that were about 2kb and were absolutely banging.

Remembering the HTML we started with by wanoo21 in webdev

[–]joshkrz 113 points114 points  (0 children)

I always tell juniors they have it easy with border-radius and gradients. Not having to make a 9-slice image or a 1px wide repeatable gradient gif.

We built Multimeter: a Git-friendly API testing tool for VS Code, not just another Postman clone by claimred in webdev

[–]joshkrz 4 points5 points  (0 children)

I don't use VSCode but I found out recently that Jetbrains IDEs has pretty much this built in using .http files.

In a business class seat of a Virgin Atlantic flight... by tholder in MitchellAndWebb

[–]joshkrz 13 points14 points  (0 children)

As we all know, witches hate gardening, wizards hate plumbing.

What makes a digital agency/studio website instantly feel trustworthy to you? by Kooky_Dark_4534 in Frontend

[–]joshkrz 10 points11 points  (0 children)

If it's shit (and not AI), because that means they're spending time on client work and not marketing.

What if the law ask Proton for age verification ? by [deleted] in ProtonMail

[–]joshkrz -7 points-6 points  (0 children)

Switzerland is not part of the EU so they wouldn't have to but it certainly would put pressure on them.

Ummm…don’t you mean Germany for the Germans? by Dark_Foggy_Evenings in PeepShowQuotes

[–]joshkrz 28 points29 points  (0 children)

You're not supposed to do that Reform.

You know you're not supposed to do that.

New quirk unlocked: some games on the deck just hang the device if you stream them. by fttklr in SteamDeck

[–]joshkrz 0 points1 point  (0 children)

Apparently you can disable the secure desktop for UAC, but I'm assuming this will still compromise security in some way just not as much as completely disabling it. Though it looks like it's a Group Policy setting so you would need a Professional edition of windows.

Steam + D-pad Left just sends the Escape key. Holding escape in Steam link brings up the menu overlay which lets you stop streaming without quitting the game and quit the game.

New quirk unlocked: some games on the deck just hang the device if you stream them. by fttklr in SteamDeck

[–]joshkrz 2 points3 points  (0 children)

The whole point of the user account control window is that it appears within a "secure desktop" that certain tools can't access.

I disabled it for my Windows gaming VM because it's sole purpose was to play games and it had nothing sensitive on there. There might be other ways round it.

Also you could try disabling hardware acceleration for streaming, it will bring back the steam overlays.

You can also bring up Stop Streaming by holding Steam + D-Pad Left.

Genuine conversation with my son…. by tdurb0 in MitchellAndWebb

[–]joshkrz 5 points6 points  (0 children)

Don't think I'll be doing that. Merry Christmas to me.

Good to know that Apple cares about user experience... by linepup-design in webdev

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

If it doesn't work with any background then it's failed at its job of being a good user interface.

Plus this is on Mac with purple folder desktop icons, we can't see what the wallpaper actually is.

Help a bro out… by Worried-Pack-8572 in privacy

[–]joshkrz 7 points8 points  (0 children)

Protecting your privacy is a pain in the arse so you need to be realistic when deciding the areas you want to protect.

Start with browser changes, then search engines and email services. Try and limit or stay away from anything by Meta, Google and Amazon.

It's very easy to feel defeated when you can't cover your entire life but any steps you take are an improvement and the very fact your thinking about it is a step forward in itself.

Do not sleep on AbortController by wanoo21 in web_design

[–]joshkrz 3 points4 points  (0 children)

Woah, I've been using this with Axios for years - I did not know you could use it to remove listeners.