hakong

Results 51 comments of hakong

What do you mean with rsa4096 key? The key signing algorithm is still SHA-1: ``` labs_consol_testing 6.1 kB/s | 1.0 kB 00:00 Importing GPG key 0xA57B9ED7: Userid : "Sven Nierlein...

AFAIK the key is still using SHA-1 as a signing algorithm even though the modulus is 4096-bit RSA.

Ok, I see. The new key works but I had to replace the gpgkey= url in the repo file. ``` [root@manage yum.repos.d]# dnf clean all Updating Subscription Management repositories. 732...

Great! Looking forward to this making the production repo.

I recently did something similar to this due to issue #846. 1. I had a list of images I wanted to fix metadata in immich 2. Fixed the EXIF metdata...

Hi! With some help from a friend (that made the GNU Radio chain) I've managed to decode temperatures 1 to 5. It would be nice to collaborate with someone familiar...

These are just guesses. To confirm I have yet to pick up my 2nd probe and compare them. I'll pick up my 2nd probe tomorrow. - sync word/probe id: TODO:...

@zuckschwerdt helped me get started on decoding this, [here is the format of the payload laid out in bitbench](https://triq.org/bitbench/#c=aaaaaaaaaaaaaaa95d5096980283d15d203a2c327432d432b0315c044004080024340&c=aaaaaaaaaaaaaaa95d5096980283d15d243eb437e834003bf835740440040c0182c40&c=aaaaaaaaaaaaaaa95d5096980283d15eec3e1c3b4c3b603b4c3974044004100361580&c=aaaaaaaaaaaaaaa95d5096980283d15fe43c903da83d983d803d9404400414034e9c0&c=aaaaaaaaaaaaaaa95d5096980283d15d7442a03fc83fcc3fc83d9004400418026a400&c=aaaaaaaaaaaaaaa95d5096980283d15ec0421042b04288425c41e00440041c0197d00&c=aaaaaaaaaaaaaaa95d5096980283d15ed4426846a0452044c046300440042001d5dc0&c=aaaaaaaaaaaaaaa95d5096980283d15ed4421449e448784be446300440042401a3280&c=aaaaaaaaaaaaaaa95d5096980283d15edc411c4ccc4f0c4a504a60044004280218d40&c=aaaaaaaaaaaaaaa95d5096980283d15ce847704f344d044c944e680440042c02ccf81&c=aaaaaaaaaaaaaaa95d5096980283d15f7c4580518453904f144e6c0440043003d6280&c=aaaaaaaaaaaaaaa95d5096980283d15f184b4c53f4526452005290044004340093c800&c=aaaaaaaaaaaaaaa95d5096980283d15e984cc0562054e0549c56900440043800b5e000&c=aaaaaaaaaaaaaaa95d5096980283d15ca4524454485b4056f856b40440043c003a0c00&c=aaaaaaaaaaaaaaa95d5096980283d15d84538c5638594859045ad40440044001117800&c=aaaaaaaaaaaaaaa95d5096980283d15c2054b85bc85af85ab05af004400444002da00&f=ID%3A24h%20%3F8h%20CHARGING%3A8h%20%3F8h%20T_ONE%3A%3C16d%20T_TWO%3A%3C16d%20T_THREE%3A%3C16d%20T_FOUR%3A%3C16d%20T_FIVE%3A%3C16d%20T_AMB%3A%3C16d%20BATT_V%3A%3C16d%20COUNTER%3A%3C16d%20CRC%3A16h%20EOM8x%20&z=1&a=Preamble&m=aaaaaaaaa5754&cw=4) I've put together a decoder for rtl_433 with the help of...

Ok, good to hear. I suspected the LLM code would not be good enough, but maybe parts of it would be usable. It's also just a draft, I left a...

Yes, I agree. Thank you for the comments. I know LLM code is at controversial and maybe rarely usable on its own. That's why I was transparent about it. I...