Earlier quoted context omitted.
I was mainly commenting on the frontend as I'm not well-versed in Rust, my dissenter seems to have a problem with the backend and the organization of the project, which seems unfair since it's in it's infancy, you can always restructure a project and reorganize code. I was commenting on the code, not the files. As for the frontend, it's all typed, and very minimal. Very rarely do we see frontend code that does just w…
I'm not sure why my compliments are being downvoted. Do ya'll hate the code that much?
Lemmy: Federated Alternative to Reddit in Rust
101–108 of 108 posts
Re: Lemmy: Federated Alternative to Reddit in Rust
#102Re: Lemmy: Federated Alternative to Reddit in Rust
#103Re: Lemmy: Federated Alternative to Reddit in Rust
#104Is there a rust implementation of mastodon? The dependencies for the current implementations are too brittle IMHO.
Re: Lemmy: Federated Alternative to Reddit in Rust
#105Is there a rust implementation of mastodon? The dependencies for the current implementations are too brittle IMHO.
Re: Lemmy: Federated Alternative to Reddit in Rust
#106Re: Lemmy: Federated Alternative to Reddit in Rust
#107Earlier quoted context omitted.
Google claims they don't track with fonts: https://developers.google.com/fonts/faq#what_does_using_the_... Whether you believe them or not is up to you of course.
Where does it claims that it does not track? From your link: Google Fonts logs records of the CSS and the font file requests, and access to this data is kept secure. Aggregate usage numbers track how popular font families are, and are published on our analytics page. We use data from Google’s web crawler to detect which websites use Google fonts. This data is published and accessible in the Google Fonts BigQuery data…
"Use of Google Fonts is unauthenticated. No cookies are sent by website visitors to the Google Fonts API. Requests to the Google Fonts API are made to resource-specific domains, such as fonts.googleapis.com or fonts.gstatic.com, so that your requests for fonts are separate from and do not contain any credentials you send to google.com while using other Google services that are authenticated, such as Gmail."
That's basically saying Font download is not being associated with any individual. And the part you quoted says they keep the aggregate stats, which is reasonable, especially given that the aggregated stats are available publicly.
Re: Lemmy: Federated Alternative to Reddit in Rust
#108Earlier quoted context omitted.
Where does it claims that it does not track? From your link: Google Fonts logs records of the CSS and the font file requests, and access to this data is kept secure. Aggregate usage numbers track how popular font families are, and are published on our analytics page. We use data from Google’s web crawler to detect which websites use Google fonts. This data is published and accessible in the Google Fonts BigQuery data…
Just before the part you quoted has this: "Use of Google Fonts is unauthenticated. No cookies are sent by website visitors to the Google Fonts API. Requests to the Google Fonts API are made to resource-specific domains, such as fonts.googleapis.com or fonts.gstatic.com, so that your requests for fonts are separate from and do not contain any credentials you send to google.com while using other Google services that ar…