HackerTrans
TopNewTrendsCommentsPastAskShowJobs

cedricvanrompay

no profile record

Submissions

The Discovery of Radioactivity by Henri Becquerel

cedricvanrompay.fr
1 points·by cedricvanrompay·w zeszłym roku·0 comments

comments

cedricvanrompay
·5 lat temu·discuss
Note that HTTPS, unlike says VPNs (IPSec, Wireguard...), provides authenticity protection up to the application itself. If the kernel sends a modified packet to the application, it will be rejected by the application.

As a result, to implement HTTPS interception / rewrite / injection you need some degree of modification of the application itself. The "minimal" way is to add a new TLS certificate to the certificate trust store the application uses that is marked as "allowed for every domain" (that's what Burp suite does). It seems that HTTP toolkit does it differently for the browsers it supports, probably a plugin/extension added to the browser that alters the traffic after the TLS block (HTTPS is HTTP over TLS)
cedricvanrompay
·5 lat temu·discuss
A few more explanations by Rob Pike, featuring words such as “normal trichromat human pigment spectra” and “scattered light”: https://commandcenter.blogspot.com/2020/09/color-blindness-i...
cedricvanrompay
·5 lat temu·discuss
I was expecting the article to contain a note about SQLBoiler (https://github.com/volatiletech/sqlboiler) and why they didn't use it, but it doesn't. So I was expecting SQLBoiler to be heavily mentioned in the comments, but it's not the case.

If you want to see a (slightly heated) debate about `sqlc` versus SQLBoiler with their respective creators: https://www.reddit.com/r/golang/comments/e9bvrt/sqlc_compile...

Note that SQLBoiler does not seem to be compatible with `pgx`.

[edit: grammar]