Matthew Riley
Matthew Riley
(saw this while auditing code to try to debug why [NewsBlur is marking my old feeds unread](https://forum.newsblur.com/t/mass-unread-flag-flip/9443/59).)
There's not really one "true" way of resolving this... it depends on things like where/how times are stored and which time values are compared with each other. You want to...
I suggest we put both `do {} while ()` and `for (;;)` (semisemi `for`) into Carbon. Rationale: we need to be able to translate C++ code into Carbon code. Translating...
Sorry, I was just using those as (unclear) shorthand. My suggestion is that Carbon provide semisemi `for` and a `do`/`while` loop.
Obviously the project can prioritize this against goals and other work, but it does seem like the lack of a revocation story should be highlighted as a risk for adopters...
I fixed this on DSM 7.1 by updating permissions for Mono's machine certificate store to allow users like `sc-nzbdrone` to read: ```bash $ sudo chmod -R a+rX /usr/share/.mono ```
If that folder doesn't exist, you may need to run the `cert-sync` commands listed above to create it. The local machine store is under `${CommonApplicationData}/.mono`, which on Linux is `/usr/share`....
From my reading at least, Sigstore already _has_ a strong, opinionated stance on how trust should work: infrastructure should trust code signed by any key that an intermediary (rekor) has...
Thanks for the thoughtful reply, and for going into a lot more detail on how you're thinking about the responsibilities of different parts of the larger Sigstore project. I'm really...
Can you say a bit more about the program you wrote? Was this a batch file? An executable that used `ShellExecute`? Etc.