HackerTrans
TopNewTrendsCommentsPastAskShowJobs

maxed

no profile record

Submissions

Open letter calling for digital autonomy and independence from Big Tech

cs.ru.nl
1 points·by maxed·ปีที่แล้ว·0 comments

comments

maxed
·ปีที่แล้ว·discuss
I took a closer look; uv installs the inline required packages in it's cache directory `~/.cache/uv` (if they are not already there). So the packages will probably exist until the cache is cleared with for example `uv clear`.

It's not that the inline requirements make a new `.venv` directory or something, uv seems to link the packages to a central location and reuse them if already there.
maxed
·ปีที่แล้ว·discuss
Is Hacker News also affected by this act?
maxed
·ปีที่แล้ว·discuss
It does not make sense to value these kind of (web) bugs by their potential price on the grey market. I think its better to value these bugs by their potential impact, although that is hard to express in money.

In this case there were 4 billion email addresses on the line from being scraped, imagine if this was exploited and the data was leaked. The news would hit the headliners which would definitely be bad for Google's reputation and stock price.

However, the impact of the leak is not that high as it only consists of a channel <> email address mapping, and therefore I think 10k is a fair price
maxed
·2 ปีที่แล้ว·discuss
Sorry, I somehow made a typo in the quoted text, the RFC says

  Verifiers MUST be able to validate signatures with keys ranging from 1024 bits to 4096* bits
So mail providers MUST support up to 4096 bits if they follow the latest RFC.
maxed
·2 ปีที่แล้ว·discuss
I tested this last year, they properly reject mails signed with DKIM keys from <1024 bits
maxed
·2 ปีที่แล้ว·discuss
The latest RFC does require it though (RFC8301):

  Verifiers MUST be able to validate signatures with
  keys ranging from 512 bits to 2048 bits, and they MAY be able to
  validate signatures with larger keys.
I did my master thesis on this topic one year ago and found that all popular mail providers nowadays support 4096 bits, and some even up to 16384 bits.