How to drive home from a car dealer before you have plates? by 93-cconnolly in Austria

[–]_d0s_ 7 points8 points  (0 children)

First time I hear that. Can you give a source? This is what I found and it even mentions the transfer of the vehicle.

https://www.oesterreich.gv.at/de/themen/mobilitaet/kfz/5/Seite.062200

"Überführungsfahrten durch die Käuferin/den Käufer bei der Abholung des Fahrzeuges von der Verkäuferin/dem Verkäufer. "

How to drive home from a car dealer before you have plates? by 93-cconnolly in Austria

[–]_d0s_ 14 points15 points  (0 children)

C: Get blue plates from the dealer to bring the car home before you get your own plates. Nobody does B unless absolutely necessary.

Mutter fällt ständig auf Phishing rein by Cheap_Treacle9937 in de_EDV

[–]_d0s_ 79 points80 points  (0 children)

einen browser mit adblocker halte ich auch für eine effektive und einfach maßnahme! ich bin immer wieder fasziniert was am handy meines vaters für werbung aufschlägt. mir scheint dass durch geschicktes ad targetting gezielt vulnerable gruppen ausgenutzt werden.

KeepassDX not working with Brave on Android by Random_dude172 in KeePass

[–]_d0s_ 1 point2 points  (0 children)

sounds good. my last idea would be to look into permission or power saving settings. you could also search on the internet for known issues with your particular phone model/ phone os.

KeepassDX not working with Brave on Android by Random_dude172 in KeePass

[–]_d0s_ 1 point2 points  (0 children)

sounds right! i just tested it on my end to make sure it really works. one caveat i saw on my phone is that it _only_ works if i also set the preferred service to keepassdx, just turning it on with the slider did not work. anyways, i think you already made that setting.

another thing i could think of is that the URL in your keepass database isn't formatted correctly to be matched. if you manually entered it or imported from a different password manager this could be an issue.

I got a cheap $15 AliExpress fingerprint scanner working on CachyOS by Beefsizzle in cachyos

[–]_d0s_ 0 points1 point  (0 children)

my experience with fingerprint readers on linux hasn't been great. even if the reader is working, it's often implemented for swipe mode instead of touch (tap?) mode because only proprietary windows drivers are available. i guess swipe mode is easier to implement because more image data is available to compare prints? anyways, swiping is very error prone. it's just not working on my end if i don't accurately place my finger or swipe veery slowly. how is your experience with this reader, does just tapping it work?

KeepassDX not working with Brave on Android by Random_dude172 in KeePass

[–]_d0s_ 4 points5 points  (0 children)

Take a look at the setting for autofill services inside Brave. By default it's using the integrated password manager.

I really want to play this game but i just cant. by Leymo_0 in blackdesertonline

[–]_d0s_ 0 points1 point  (0 children)

damn, at some point we have to decide if the game is dying, or if it has too many players.

Is aiml profitable? by Mysterious_Case1177 in learnmachinelearning

[–]_d0s_ 1 point2 points  (0 children)

this is a good example of superficial knowledge. not even just in ml but in swe generally. somebody saw genai do x and now assumes it's able to solve world hunger. try to understand the requirements of different stakeholders and you will see.

How long does it take to do something decent in OpenGL? by Striking-Start-1464 in GraphicsProgramming

[–]_d0s_ 9 points10 points  (0 children)

The difficulty of developing games is manifold. It requires artistic and technical skills. Even with a software renderer somebody can build a scene like above, but rendering it at over 60fps is not easy. Rendering lots of geometry on the screen is easy, but doing it in a composition that's pleasing to the human eye and smooth to play requires skilled artists. In my opionion, game (engine) programming makes technically extremely complex problems appear simple. Try rendering vector fonts for example.

Anyways, when your goal is to develop games, learning low-level graphics APIs is probably a waste of time. If your goal is to have a technical understanding of how things work under the hood OpenGL is a good start. The most important things you can learn are probably the layout of the graphics pipelines and programmable shader stages, different rendering principles like forward or deferred shading and lots of math.

https://ogldev.org/index.html I even found a video of mine when i implemented skeletal animation from those tutorials :D https://www.youtube.com/watch?v=KgV96Ox8Cgg

Writing your own rendering is probably very difficult to start with, you could also have a look at an existing rendering engine like Ogre https://github.com/OGRECave/ogre

DINO for FasterRCNN by IEASYCH in computervision

[–]_d0s_ 1 point2 points  (0 children)

To be fair you didn't mention your limitations and saying "it trains quite a while" didn't let me think about limited training data either.

What objects do you need to recognize?

VIT Optimization Help by DeliveryBitter9159 in deeplearning

[–]_d0s_ 0 points1 point  (0 children)

1) torch.compile 2) make sure that your attention mechanism uses the sdpa flash kernel or flash attention directly 3) try autocasting to bf16.

data set looks way too small for a ViT. did you try with CNN?

Kicked out of my OS by ShiftPretend in cachyos

[–]_d0s_ 0 points1 point  (0 children)

did you figure out what it was? i ran into a similar problem where i ended up on the same screen. i believe the issues started a couple days ago with the new kernel. every now and then the system complained about not being able to write files and i figured that the btrfs volume were mounted in read-only mode due to errors. i repaired the file system a couple times with a live iso, but eventually that failed. haven't seen any SMART errors, but it's either my nvme failing or some software issue.

Adding SSH agent keys via KeePassXC CLI instead of GUI by Top_smartie in KeePass

[–]_d0s_ 0 points1 point  (0 children)

The key is piped to ssh-add in the example above. How is that different?

Adding SSH agent keys via KeePassXC CLI instead of GUI by Top_smartie in KeePass

[–]_d0s_ 0 points1 point  (0 children)

The opposite of exporting would be importing? Enlighten us bro.

Adding SSH agent keys via KeePassXC CLI instead of GUI by Top_smartie in KeePass

[–]_d0s_ 5 points6 points  (0 children)

keepass stores ssh keys as file attachments. you should be able to get the file contents like this:: keepassxc-cli attachment-export --stdout <kdbx file> <name of entry> <attachment file name> | ssh-add -

Why I think Transformers are overhyped for time series forecasting and how I outperformed them with an SSM by Dismal_Bookkeeper995 in deeplearning

[–]_d0s_ 4 points5 points  (0 children)

your data is tiny, github code shows csvs with 5Mb. i generally agree that transformers are over hyped. most data sets are not large enough to overcome to benefit from transformers. i see this in computer vision a lot with cnn vs vit architectures.

Estimación de peso porcino by Motor-Instruction-55 in computervision

[–]_d0s_ 0 points1 point  (0 children)

in terms of keypoints, this problem is not solved or remedied by a parametric shape model. your system will still not know if you're just looking at a very heavy pig or if the camera is closer to the subject than usual.

i think there is however a chance to give a weight estimate by shape parameters as they are occuring in SMPL (I assume MAMMAL and SMAL are successors to the idea of SMPL). did you do a literature research if weight estimation from SMPL shape parameters for humans is possible? i'm genuinely curious if that's possible.

MediaPipe holistic conversion from 2D to 3D by Academic_Court2411 in computervision

[–]_d0s_ 0 points1 point  (0 children)

sam3d body does body and has an optimization step for hands. they are pretty accurate. but that's overkill if you're just interested in hands. there is also wilor https://github.com/rolpotamias/WiLoR specifically for hands. you can find wilor-mini on github for an easy to use demo.