

Yes exactly the same feeling for me. That was so cool and unique, there were also amazing puzzles with that mechanic.


Yes exactly the same feeling for me. That was so cool and unique, there were also amazing puzzles with that mechanic.


I enjoyed Zelda Skyward Sword upon release, despite having to get the new controller that supporter more motion on the Wii for it. The dungeon on the ship in the desert that involved time travel was a standout level and i really enjoyed it at the time. Granted I haven’t played it in 10 years, it’s a good game. I am glad though that the backlash resulted in Breath of the Wild, and without Skyward Sword, Breath of the Wild would have never happened.
Ooo Dungeon Baller looks neat, is that game even out yet? I’d like to check it out if you have a key available.


It’s like people only do things because they get paid. And that’s just really sad.


FWIW, if you suspect your machine has been compromised, the binaries for common tools like ps and top shouldn’t be relied upon since those probably were tampered with to hide the malicious program from the output. At that point, you’d probably want to check each running process manually under /proc/.


There are plenty of python libraries which have compiled components, such as pandas, which is compiled on install via pip install. Some package managers have precompiled binaries, but you would need to make sure you have the right version for the project.


And if you comply with unjust laws, then it’s way harder to challenge them in the courts.


This is one of the most sensible comments in the thread. The law is the problem. This is something which should have been self regulated by websites themselves, but Meta lobbied for laws like this so they wouldn’t have to police it. The law making this mandatory for everyone when this should be a parental control is the issue.


IMO the benefit and curse is you could fork it, maintain it, patch it yourself, etc if you wanted, but then its a full time job keeping it up to date with changes. As others have pointed out, this is a decisive change, so a fork probably wouldn’t be a solo project, but the bifurcation in development would be a large impact, slowing development in other fixes and features.


Thank you, not sure why OP didn’t cross-post the original post here?


This isn’t isolated to tech and is how bigotry persists


So like Pokemon Animal Crossing?


Assuming the laptop you’re looking to control has HDMI out and USB input for Keyboard and mouse, I think you’re right with the KVM switch idea, one that supports USB and HDMI input, and can switch between them between two devices. What I would do is get something which can record HDMI on your main PC. Some gamer devices have HDMI passthrough, which you’d plug into the KVM switch, but you could also use an HDMI splitter to have a feed from the laptop going into the KVM switch and to the recorder on your main computer. On your main computer, you could use OBS Studio to record the video from the laptop.
Not sure when the sale happened, but there was a recent video about the invention of the Blue LED from the past year which was really good, highly recommended. To me click bait implies the contents are not worth the headline / title / thumbnail, but old Veritasium and recent have kept up mostly the same level of quality IMO. I will say updating old video titles and thumbnails to juice the numbers was annoying, but the optimist in me figured that at least people who had not previously experienced old Veritasium got it recommended to them which is a positive.


I think your best bet is to disable suggesting any contacts from the system settings. The setting is called “Show contacts when sharing content” and will affect all apps. It’s not ideal, but there’s no way I can tell to ignore/dismiss specific contacts from the share menu.
Removed by mod
deleted by creator
The standard is called TOTP and Google became synonymous with it because they pushed it in the late 2000s for Gmail and have a large user base. Other sites did have systems beforehand, like Paypay which had a dedicated fob, but that was not widely used. Gmail was likely most people’s first experience with MFA and Google pushed their own Authenticator app (and didn’t really advertise that others could be used). As other sites got on board, it was easier to tell people to use the app they use for google to get their code, since you could assume people had the app.
Basically that made a situation where people who had a different TOTP app knew their app would work with “Google Authenticator” but for those without an app or using Google Authenticator, they were likely unaware of the interoperability and standards behind the mechanisms.


I would go into the Outlook app and clear the storage and cache and see if that helps. If you don’t want any contacts to show in the list, you can disable “Show contacts when sharing content” if you search for this in settings.
LLMs are just a tool, just like airplanes or hammers. An airplane is very expensive, but better at going really far distances than humans can on foot. A hammer is cheaper than a human, but by itself is useless unless operated properly. Despite the tone of the outputs, LLMs should not be authoritative and human judgement shouldn’t be replaced with them.
Just on the security side of coding, highly skilled security engineers at Mozilla were able to use Claude Mythos to identify and address many issues to make Firefox more secure. Some if these issues were introduced over 10 years ago, and a human could have identified and fixed them but human speed of reading and finding will always be a bottleneck. Having highly skilled humans offload the slow task to go through the codebase and raise issues, allowed them to find and understand the nuanced problem, and work on a fix. The key here is giving the people with the skills the ability be enhanced with LLMs, not replace them with one.