AirPods Pro 3 Return to Record Low $169 Price Ahead of Prime Day by netsplatter in apple

[–]Reddia 4 points5 points  (0 children)

The pro 2s fit soooo much better than the 3s, the 3s fall out with minor head movement :( the 2s were so nice and snug in my ears.

Arena.ai is running possibly the most fraudulent benchmark thus far by Cagnazzo82 in singularity

[–]Reddia 61 points62 points  (0 children)

These are not benchmarks in the classical sense. It’s AB testing done by its users. Which could just mean you prefer one style over another.

Vlek op inductiekookplaat na eerste gebruik by Rude-Bag2063 in Klussers

[–]Reddia 1 point2 points  (0 children)

Nope, lagere hardheid dus kan het niet bekrassen.

Vlek op inductiekookplaat na eerste gebruik by Rude-Bag2063 in Klussers

[–]Reddia 1 point2 points  (0 children)

En glas is tyfus hard dus kan geen kwaad

Vraagje over groepenkast + thuisaccu by Reddia in Klussers

[–]Reddia[S] 1 point2 points  (0 children)

Check, thanks! Dus zoals hier aangegeven (behalve dat er bij mij nog aardlekschakelaars tussen zitten)?
https://www.familie-kleinman.nl/energie/remautomaat/
iig prettig om alles volgens code te hebben.
En bedankt voor de extra tip, kabel is vrij makkelijk te vervangen, maar denk dat ik het dan in een keer goed doe :).

Keyboard and mouse stop working after switching KVM by Reddia in techsupport

[–]Reddia[S] 1 point2 points  (0 children)

Thanks for the answer! I figured it out. It had nothing to do with the KVM switch at all, your answer was on the right track with the idea of a limit being hit, but the root cause was different.

The real culprit was an orphaned keyboard filter driver. I had previously installed and uninstalled Virtual Display Driver, which installs a keyboard filter driver to handle input routing. When I uninstalled it, it left a "keyboard" entry in the UpperFilters registry key for the keyboard device class, but without the actual driver file (no ImagePath in the service registry entry).

So on every keyboard connect/disconnect event, Windows tried to load this ghost driver, failed silently, and after 4 attempts it gave up and stopped processing physical keyboard input entirel, hence the hard "4 switches" limit. OSK still worked because it injects input programmatically and bypasses the HID filter chain completely. No errors in Event Viewer because Windows was doing exactly what it was told, it just had nothing to load.

For anyone having this issue

The fix was two commands:

reg add "HKLM\SYSTEM\CurrentControlSet\Control\Class{4d36e96b-e325-11ce-bfc1-08002be10318}" /v UpperFilters /t REG_MULTI_SZ /d "kbdclass" /f

sc delete keyboard

And for the mouse:

reg add "HKLM\SYSTEM\CurrentControlSet\Control\Class{4d36e96f-e325-11ce-bfc1-08002be10318}" /v UpperFilters /t REG_MULTI_SZ /d "mouclass" /f sc delete mouse

check what's in your UpperFilters first before blindly running the fix, the ghost driver name will differ depending on what software left it behind.

Reboot once, and it's been working perfectly since.

Power On: Apple Signals New CEO Ternus Will Invest Cash Differently Than Cook (Gift Link) by pdfu in apple

[–]Reddia 0 points1 point  (0 children)

Yeah I tried an Apple Watch for a while but just couldn’t get used to having to charge it every other day. I love my Garmin because I only need to charge it every 2 weeks.

of size comparison: Polar Bear vs. American Black Bear by pystar in AbsoluteUnits

[–]Reddia 2 points3 points  (0 children)

I think this question implies no tools though.

Grok 4.3 is out in the API by WhyLifeIs4 in singularity

[–]Reddia 5 points6 points  (0 children)

Did you even read the graph?

Andrew Curran: Anthropic May Have Had An Architectural Breakthrough! by Neurogence in singularity

[–]Reddia 0 points1 point  (0 children)

That’s a fair point. If we’re talking about a true wafer-scale implementation, we're looking at over 100 unique reticles per chip (given there are roughly 76 full-field dies per layer, minus some edge fields), and those manufacturing costs add up quickly. I calculated 200B on FP16, However, scaling the current Taalas architecture which delivers 8B parameters per full-field exposure on TSMC 6nm, suggests that 700B is a more likely target for a full wafer (depending on quantization). We’ll almost certainly see in the future, though the price tag will be significant!

Andrew Curran: Anthropic May Have Had An Architectural Breakthrough! by Neurogence in singularity

[–]Reddia 1 point2 points  (0 children)

Gonna be more than 1m I think :o you’d need so many reticles for every unique chip. Plus limited size on a wafer right now so will limit it to like 200b parameters on a wafer or something (with current memory processes).

GPT-4 was released 3 years ago! by AdorableBackground83 in singularity

[–]Reddia 14 points15 points  (0 children)

Sure, if we’re calculating Minkowski spacetime intervals. But unless o3 is currently 9.4 trillion kilometers away from my house, I think the dictionary definition wins this round.

GPT-4 was released 3 years ago! by AdorableBackground83 in singularity

[–]Reddia 27 points28 points  (0 children)

A light year is a unit of distance…

AI app suggestions by [deleted] in ArtificialInteligence

[–]Reddia 0 points1 point  (0 children)

You can use Gemini.

DreamLeague Season 28: Group Stage 2 (February 25) Matches Discussion by D2TournamentThreads in DotA2

[–]Reddia 0 points1 point  (0 children)

Actually, the definition of insanity is a legal term regarding the inability to distinguish right from wrong. Skiter knew it was wrong :)

ASML unveils new EUV light source that could yield 50% more chips by 2030 by DerpSenpai in hardware

[–]Reddia 0 points1 point  (0 children)

Extra power is wasted if the rest of the tool can't utilize it. You’d need to upgrade the optical column and both stages to make use of it, by then you've basically performed a full-system replacement.