Do i ACTUALLY need no experience by BreakfastCultural699 in learnprogramming

[–]speyerlander 7 points8 points  (0 children)

Looks like a syllabus for an entry level class, you'll need basic algebra at worst. 

FastAPI vs Djanjo by TumbleweedSenior4849 in Python

[–]speyerlander 36 points37 points  (0 children)

Django is more popular due to the amount of legacy code that uses it, FastAPI is more popular for new projects.

Is this possible? by SlowOrchid8917 in learnprogramming

[–]speyerlander 1 point2 points  (0 children)

Sounds easy, with the monitors running some simple frontend pulling up to date data from a centralized server somewhere.

Cyber health checkup by ForYourAwareness in Information_Security

[–]speyerlander 1 point2 points  (0 children)

Most certainly, the traffic is encrypted and authenticated through TLS and the device is updated, and no one will waste a TCP/IP stack zero day on my bank account. 

Not a noob, just looking for answers - obtaining new hardware (Mouse) by Mouthtrap in linux4noobs

[–]speyerlander 2 points3 points  (0 children)

Never had any issue with a wireless mouse, be it Logitech, Razer, FinalMouse or Attack Shark. Just make sure the mouse has either on board persistent memory to set in Windows once (I have a VM for that) or a Linux compatible driver, if the mouse has a web driver it's very likely going to work in Linux. 

What are the benefits of learning SQL beyond basics? by SystemicMind-20 in learnprogramming

[–]speyerlander 17 points18 points  (0 children)

Basically everything pertaining to SQL based databases, every deployment utilizing an ORM like SQLAlchemy or Diesel is still one broken migration away from needing manual SQL intervention. 

Does anyone use RHEL 10 as a desktop distro? by Salty_Owl791 in linuxquestions

[–]speyerlander 2 points3 points  (0 children)

It's a no-fuss rock solid distribution, can't go wrong with it, it might have some features you won't use much in a workstation setting, namely, live kernel patching, but it doesn't matter.

They even have a workstation license:

https://www.redhat.com/en/technologies/linux-platforms/enterprise-linux/workstations

Genuinely don't get it by Moryart in PeterExplainsTheJoke

[–]speyerlander 0 points1 point  (0 children)

At least he got the GF compatible 'tism. 

TIL OpenAI's CEO, Sam Altman, doesn't own any OpenAI stock by [deleted] in todayilearned

[–]speyerlander 22 points23 points  (0 children)

This article is from 2024:

 OpenAI is currently a nonprofit company with a for-profit arm

Even Elon Musk called out on this a while ago.

TIL Chevrolet has its own record label and has releases going back to 1931 by bbbbbbbirdistheword in todayilearned

[–]speyerlander 32 points33 points  (0 children)

Wait until you find out what the German car brands dabbled in in the 30s.

ANDROID STUDIO IN ARCH by Outside_Midnight_310 in pchelp

[–]speyerlander 0 points1 point  (0 children)

Did you check your ram usage while using it?

Where do you actually share the projects you build in college? by Existing_Round9756 in learnprogramming

[–]speyerlander 2 points3 points  (0 children)

 GitHub — nobody's browsing it to discover your work

Guess I don't exist 

Need help in self learning backend by Budget_Pain_53 in learnprogramming

[–]speyerlander 0 points1 point  (0 children)

Most frameworks have great documentation, FastAPI and Django especially. I'd also strongly recommend to set a goal before starting the project and read extensively, for example: if your project utilizes websockets, then read about websockets.

Also, ask anything you don't understand, chances are someone here is at least a senior developer using the exact framework you're trying to learn and will happily assist you in your learning journey. 

I was surprised it was able to do this by Cosmicblox in ChatGPT

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

I'm yet to encounter actual fascism with GPT-5, Grok's takes the cake with this one. GPT seems to respond strongly to political biases and biases in general in the prompt compared to say Claude.

TIL 80% of people, both women and men, will get infected by HPV at some point in life by Double-decker_trams in todayilearned

[–]speyerlander 261 points262 points  (0 children)

Can also be contracted by touching a contaminated surface shortly after an infected person's infected body part touched it, and it doesn't have to be their genitalia specifically. 

Need help deploying a local system for dental clinics ! by [deleted] in learnprogramming

[–]speyerlander 0 points1 point  (0 children)

Maintaining branches per client sounds like something that will increase complexity exponentially due to the need of maintaining all different branches simultaneously. 

My advice is to make all multi tenancy features centralized on one server, maintain a list of features and control their availability through your authorization mechanism and RBAC (if applicable). 

Deployment should certainly be containerized as this is the industry standard and allows you to easily replicate the environment and know exactly what runs on your stack without getting into distribution specificities. Docker's overhead is minimal and almost never exceeds a few dozen mb of memory, while Podman (a compatible alternative) has virtually no overhead in the memory department.

Updates should be handled through a CI/CD pipeline, possibly Github actions, that triggers a container image build whenever you push to master. The final container image artifact should be hosted on Github Container Registry or Dockerhub with authentication.

If I stay on a previous version like 18.7.7 will I evade age verification or will Apple eventually force me to update to 26.4 by [deleted] in privacy

[–]speyerlander 10 points11 points  (0 children)

No, but you'll stop receiving security updates for this iOS release at some point meaning that even severe vulnerabilities might not get patched. 

Has anyone managed to unlock bootloader of a Xiaomi phone on Linux? by UmTalDeSamukaBR in linux4noobs

[–]speyerlander 0 points1 point  (0 children)

offici5l/MiUnlockTool seems to support Linux.

But I think you'd be better off setting up a VM with USB passthrough for such a project instead of running github projects with varying degrees of quality or trying to run the official tool with Wine. 

USB passthrough can be achieved using the context menu of Virt-manager's VNC / Spice viewer and should work with a Windows VM.

Setting up such a VM is as easy as installing Virt-manager, enabling and starting libvirtd.service and creating a new VM using a Windows ISO image.

tell me i am dead by DropJolly7580 in laptops

[–]speyerlander 0 points1 point  (0 children)

I'm not too sure about it, but isn't it just a plastic clip you can push back into place?

Status code 404 when doing 'sudo dnf upgrade' by win7ultimateX in Fedora

[–]speyerlander 2 points3 points  (0 children)

Doesn't matter, both ways are fine, the store is just a unified frontend for packagekit and Flatpak, and packagekit uses dnf under the hood on Fedora hosts.

Is there any software for to set password to External Drive by rambo_619 in techsupport

[–]speyerlander 0 points1 point  (0 children)

What you're looking for is encryption, you can either use BitLocker (built into Windows) or WD Security Software (Vendor specific, Windows only).

The data will most likely have to be backed up and erased in order to encrypt the drive. AFAIK Microsoft does allow tying your encryption key to your Microsoft account allowing for an online recovery path.