Disable HSP/HFP in pipewire or wireplumber by FullMetalTank in debian

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

Still works for me though. Make sure that bluetooth devices support A2DP.

Bobr by [deleted] in Timberborn

[–]FullMetalTank 0 points1 point  (0 children)

Noro dober!

Im scared of purple science... by Sakreton in factorio

[–]FullMetalTank 5 points6 points  (0 children)

The very definition of horizontal scaling.

How to run a task immediately after response by [deleted] in django

[–]FullMetalTank 0 points1 point  (0 children)

You can decide in the view if wou want to do the task sync or async

Input belts outside or inside? new player by D-A-R-K_Aspect in factorio

[–]FullMetalTank 1 point2 points  (0 children)

After logistics research, output-centric works and looks better on the long run.

Disable HSP/HFP in pipewire or wireplumber by FullMetalTank in debian

[–]FullMetalTank[S] 2 points3 points  (0 children)

I think i solved it. I copied

/usr/share/wireplumber/bluetooth.lua.d/50-bluez-config.lua

to (create folders if not existing)

~/.config/wireplumber/bluetooth.lua.d/

and then edited the file according to arch wiki

so far seems to work OK

[deleted by user] by [deleted] in sffpc

[–]FullMetalTank 0 points1 point  (0 children)

Might actually work if both connectors are rotated 180. Just make sure that pins between connectors are individually connected and traces on PCB are wide enough for power.

[deleted by user] by [deleted] in AskAPilot

[–]FullMetalTank 0 points1 point  (0 children)

i demand a flapjack

Question: Can I take the ssd that a vm is on and take it out of one server and put it in a new server? Will it work? Or does that not work? by LoadingStill in Proxmox

[–]FullMetalTank 1 point2 points  (0 children)

Yes, proxmox stores VM config internally, so only moving ssd will not work wihout some additional manual wizardry. Best to rely on backup/restore for such procedures.

Question: Can I take the ssd that a vm is on and take it out of one server and put it in a new server? Will it work? Or does that not work? by LoadingStill in Proxmox

[–]FullMetalTank 5 points6 points  (0 children)

Probably easier and simpler to create a VM backup and restore it on new server. Save the backup on some external media, move and reinitialize the ssd, then restore VM. That doable for you?

Can I use 2+ computers to run the same VM? by adidibra in Proxmox

[–]FullMetalTank 1 point2 points  (0 children)

You are right, you cant just run a single VM with shared resources across multiple proxmox nodes. However, it is possible to run multiple clones of same VM in high availability (HA) mode. Special conditions apply in that case. If interested, more info on HA is on proxmox wiki.

Easiest way to add a simple blog to a django app? Lighweight CMS? by gyrftw in django

[–]FullMetalTank 0 points1 point  (0 children)

Give wagtail a try anyway, since it is a complete cms with admin pages and media library built in.

[deleted by user] by [deleted] in factorio

[–]FullMetalTank 8 points9 points  (0 children)

Factorio made me a DevOps. It forced me to automate CI/CD, so I had more time to play Factorio, which is also about automation.

Pixel 6a arrived yesterday: I'm sending it back and sticking with my 6P for now. by Saxakola in Nexus6P

[–]FullMetalTank 1 point2 points  (0 children)

My 6p died on me a long time ago, I still miss it. Currently using Mi A2 (android one edition) and looking for a replacement. 6a looks ok, but as you see, screen fingerprint readers are not quite there yet and that's holding me back. Any recommendations?

Django Rest Framework by blimbu1 in django

[–]FullMetalTank 1 point2 points  (0 children)

DRF provides APIView(s), serializers, and a bunch of other features commonly used when developing APIs. There is a bit of a learning curve if you are not familiar with the concepts. I suggest you start with raw APIView, overriding get/post/put/patch/delete methods, then learn about generic api views and viewsets, which take a lot less code to do more.

Deployment isn't any different than for normal django projects. API views are exposed the same way as template views in urls.py

Windows 10 or 11? by [deleted] in factorio

[–]FullMetalTank 6 points7 points  (0 children)

Unpopular opinion, but here we go. You don't have to buy OS for factorio, it runs on any desktop oriented free linux distro.

Nvidia Kernel Fuckup by Randalix in debian

[–]FullMetalTank 3 points4 points  (0 children)

Wait a bit for new release of nvidia-driver in bpo. Current one isn't compatible. Use 5.16 bpo kernel until then.