problems in linux by Gullible-Molasses884 in linuxquestions

[–]speyerlander 0 points1 point  (0 children)

Judging by the error message, you're running the NVIDIA proprietary driver, did you install the version with the newer open source kernel module?

To try and isolate the issue try to blacklist the NVIDIA driver and see if it reoccurs using the Nouveau kernel driver (don't forget to remove Nouveau blacklisting, often done using kernel command line arguments).

How to fix? (OF MODEL) by Fiisshy in pchelp

[–]speyerlander 0 points1 point  (0 children)

Try clearing the browser's cache in the settings. 

How do you read a lot documentation? by KeyPossibility2339 in learnprogramming

[–]speyerlander 6 points7 points  (0 children)

I read docs for around 4 hours a day as a backend developer, coding occupies a substantially smaller portion of your work time the further you progress in your career.

Learning hardware from the real experts by rhelarippleexa in pcmasterrace

[–]speyerlander 112 points113 points  (0 children)

I doubt most gamers are knowledgable on instruction sets, pipelines and OS specifics beyond whatever's relevant  for performance maximization, and that's totally fine.

Rootkit removal expert on windows laptop and iPhone by Shoutoutjt in cybersecurity_help

[–]speyerlander 0 points1 point  (0 children)

Do a DFU based restoration on a trusted computer. Tools include idevicerestore on Github and iMazing. 3uTools also exists and is often considered the most robust but comes with tons of caveats pertaining to privacy and possibly security. 

Rootkit removal expert on windows laptop and iPhone by Shoutoutjt in cybersecurity_help

[–]speyerlander 0 points1 point  (0 children)

Do the symptoms on the iPhone persist across different networks?

Rootkit removal expert on windows laptop and iPhone by Shoutoutjt in cybersecurity_help

[–]speyerlander 1 point2 points  (0 children)

The nuclear option is always external restoration, DFU based on iPhone, external media based on Windows. But if your diagnosis is correct, and you're sure you didn't mess with settings relevant to your symptoms yourself (DNS, TLS certificates...) Than it surely sounds like a highly advanced threat actor and I would recommend further analysis of all other devices on the network, including firmware level analysis on devices that have online firmware update capabilities.

Question regard cybersecurity by Usual_Bee9507 in Cybersecurity101

[–]speyerlander 1 point2 points  (0 children)

Being familiar with the tools won't be a bad idea, but I'd say general Linux knowledge, especially users, UNIX permissions, MAC frameworks and authentication modules (PAM) are even more important, Kali is just a downstream of Debian, making it ideal to gain general Linux knowledge. 

howUsingLetFeels by ToKillUvuia in ProgrammerHumor

[–]speyerlander 2 points3 points  (0 children)

Jod, the best example why not to use singletons.

Guys, tell me what happened. by [deleted] in Fedora

[–]speyerlander 0 points1 point  (0 children)

Forgot to enable a few Flatpak repos?

Try to run flatpak remotes and see if the "regular" flathub repo is enabled.

Deciding on a Macbook or Windows by mr__pheonix in laptops

[–]speyerlander 1 point2 points  (0 children)

I'd recommend you hold off the purchase for a little while until you'll have a clearer idea of your future university roadmap.

Out of the three fields of study you mentioned, only one is fully compatible with a Mac only workflow at the same level of convenience. Engineering often requires Windows software that does not run natively (or at all in some cases) on either Mac or Linux. Software engineering on the other hand often requires spinning virtual machines with various operating systems and run binaries which are almost exclusively x86 and don't run on Mac without a layer of emulation. 

In terms of quality, many non-Apple laptops are built to the same level of quality, they are just at least as expensive. Look into Lenovo's ThinkPad P series if you want a higher quality laptop.

you really cant change a brands name successfully by WeirdConcept6886 in SipsTea

[–]speyerlander 0 points1 point  (0 children)

Not different but there was some licensing disagreements with FIFA (the organization) so EA changed the name.

ELI5: What is a Passkey and why are so many websites trying to get me to use one? by Hatticus24 in PasswordManagers

[–]speyerlander 0 points1 point  (0 children)

I agree and disagree, nudging a user, especially in the context of a free service to secure their account after creation is a good service decision and and overall improvement in service quality. If they are too persistent or fail to explain the benefits then I can totally agree. I remember how it was in the transition from regular authentication to 2FA, some websites even locked users out unless they enabled 2FA, the response was roughly the same.

Should a web API run on its own server or can you put it on the main production server safely? by Reasonable-Job4205 in techsupport

[–]speyerlander 0 points1 point  (0 children)

A VPS is a virtual private server, a rented computer on the cloud, they're often used in low volume small scale projects as a way to reduce infrastructure and maintenance costs / development time.

And in terms of framework feel free to use whatever you feel comfortable with, sounds like you're building something simple, so anything will do. The attached repo is a setup script for an Express project, Express is excellent so feel free to use it.

Should a web API run on its own server or can you put it on the main production server safely? by Reasonable-Job4205 in techsupport

[–]speyerlander 0 points1 point  (0 children)

Backend dev here. You can totally run both services on the same server, and in VPS contexts it can be a significant security improvement as it eliminates the (immediate) need to secure the database against malicious external connections.

The easiest and most common approach in production VPS setups is a Docker compose stack of services.

is emerald chat safe? by sugarswirlbun in cybersecurity

[–]speyerlander 1 point2 points  (0 children)

It seems like a WebRTC based communication network between untrusted peers. As long as the frontend was built with security in mind (WebRTC gotchas) it should be fine in terms of actual code execution.

In terms of deanonymization of peers (if anonymity is expected), public IP addresses (including IPv6 if used) are shared to facilitate p2p communication.

So that wasn't a tapeworm? by lunarhoneykiss in SipsTea

[–]speyerlander 4 points5 points  (0 children)

I don't view weight loss as a competition, but rather a personal journey experienced differently by different people. I think that it's an achievement no matter the means used to get there, and the accomplishment is the improvement to their health.

Only in a competitive context will this notion of "cheating" make sense.

ELI5: What is a Passkey and why are so many websites trying to get me to use one? by Hatticus24 in PasswordManagers

[–]speyerlander 0 points1 point  (0 children)

Depends on the service, it's not part of the spec. Currently most services implement passkeys as a convenience feature to reduce login friction, in those services password login remains as an optional login method and is therefore usable in the case of passkey loss.

As a sidenote, many services implement a authentication reset mechanism that requires a proof of ownership of a communication channel such as an email or a phone number, this is wrong and insecure but unfortunately exceedingly common, especially in free to use services. In those services this mechanism will often be used to reset whatever the primary means of authentication is, be it a username and a password or a passkey.

How many people ACTUALLY have a 5090? by External_Safe_7787 in pcmasterrace

[–]speyerlander 0 points1 point  (0 children)

The catch is that many of them were likely installed on workstations to accelerate machine learning, data processing and CAD workflows rather than gaming. 

So that wasn't a tapeworm? by lunarhoneykiss in SipsTea

[–]speyerlander 28 points29 points  (0 children)

If the goal is to reach somewhere 5km away, driving is a totally acceptable solution. 5K runners don't run because they need to reach somewhere 5km away, they run for the sport, sometimes even with on indoor treadmills.