techhub.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A hub primarily for passionate technologists, but everyone is welcome

Administered by:

Server stats:

5.3K
active users

Got my first HTTPS response from using openssl-compat. I won't say this working corrrectly yet, and I had to patch a few things in haproxy but at least this is a start. Don't expect an official support, I'm just doing this for experimenting :-) github.com/wlallemand/haproxy/

GitHubhaproxy/RUSTLS_LIBSSL.NOTES at 20240525-rustls-libssl · wlallemand/haproxyContribute to wlallemand/haproxy development by creating an account on GitHub.

All the videos for @netdevconf 0x17 are ready for your viewing pleasure! This concludes the collection of all the material for 0x17. If you are just interested in the videos, go to: youtube.com/c/netdevconf
Else, just go to the sessions page and pick what you want - advantage being you get to see slides/papers as well: netdevconf.info/0x17/pages/ses
#netdevconf

YouTubenetdevconfNetdev Conference Videos

We just have dropped the #Fairphone 5 schematics (blueprints revealing how all the phone parts connect and function, which is useful for repairs 🪛) 💥
The sad reality is, not many companies would release their schematics. Official reasons cited usually include things like intellectual property protection and enhanced security. Unofficially, though, the most obvious reason we can make out seems to be the manufacturers’ insistence on gatekeeping repairs :blobnom: fairphone.com/en/2024/01/24/ha

Fairphone · Have you seen the schematics for the Fairphone 5? - FairphoneReleasing product schematics is our way of increasing transparency within the industry. Check out the Fairphone 5's schematics now.

I’ve been using some smart devices from Withings for years, including a smartwatch and a Sleep Analyzer.

Lately I started doubting accuracy from the Sleep product in my use case after a clinical checkup and wondering if I should try something else for sleep monitoring. While browsing the web I discovered two (very small) studies that assessed accuracy of smartwatches for SpO2 and HR measurements:

🔗 Investigating the accuracy of blood oxygen saturation measurements in common consumer smartwatches https://www.ncbi.nlm.nih.gov/pmc/articles/PMC10337940/

🔗 Measurement of Heart Rate Using the Withings ScanWatch Device During Free-living Activities: Validation Study https://www.ncbi.nlm.nih.gov/pmc/articles/PMC9478823/

It would be interesting to see more studies like this to see how much we can trust measures from these consumer-grade devices

I opened a discussion at the OpenSSL project about QUIC related questions we have in our curl implementation.

This may be feature we overlooked. Or this may point to things missing.

I hope an open discussion may help other users of the API to navigate this in the future.

github.com/openssl/openssl/dis

GitHubOpenSSL QUIC usage in curl · openssl openssl · Discussion #23339With curl/curl#12734 we have an experimental PR that adds HTTP/3 support to curl using the OpenSSL's own QUIC implementation. It has shortcomings which may be the result of us missing features in t...