Earlier quoted context omitted.
> we're in a country with better privacy laws Speaking as a European: I think this is a very important topic for us. I don't think Americans and American companies understand how little trust rest of us have for the American government. Working with a company that is not subject to the whims of the American government is a huge privacy win. If a company pitches me a product, they start 1 points ahead if they are base…
Between the joke of an energy policy in Germany this year and Douglas Murray’s books I have no confidence in European governments either. I used to feel Europe’s system was more competent but the illusion has been shattered.
Bunny fonts – privacy respecting drop-in replacement for Google Fonts
141–150 of 346 posts
Re: Bunny fonts – privacy respecting drop-in replacement for Google Fonts
#142Earlier quoted context omitted.
I have a question about system fonts. Whenever I declare system fonts I always use: `serif`, `sans-serif`, or `monospaced` rather than the actual fonts like: ``` font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif; ``` Am I doing it wrong by declaring it just like `font-family: sans-serif`?
No, it's a matter of preference. The default fonts in some browsers are pretty ugly, so if you want at least a chance of getting a better font, you can use a stack like this. But it's fine if you don't.
Is this really the case anymore these days? I think Firefox uses Courier New on Windows as the default monospaced font, but other than that I'm not aware of popular browsers using terrible fonts by default.
A nice aspect of using just serif or sans-serif is that users who configured their browser's font options get what they chose.
Re: Bunny fonts – privacy respecting drop-in replacement for Google Fonts
#143Earlier quoted context omitted.
> we're in a country with better privacy laws Speaking as a European: I think this is a very important topic for us. I don't think Americans and American companies understand how little trust rest of us have for the American government. Working with a company that is not subject to the whims of the American government is a huge privacy win. If a company pitches me a product, they start 1 points ahead if they are base…
I'm a European and I have very little trust in European governments. Not much trust in the US government, either.
Re: Bunny fonts – privacy respecting drop-in replacement for Google Fonts
#144Earlier quoted context omitted.
My understanding of privacy international privacy stuff is if a European gov wants to spy on their own citizens, but the law prevents them, they phone up the USA and have the USA do the spying(hacking?) and get the data from them. European countries do the same for USA gov on US citizens.
https://en.wikipedia.org/wiki/Five_Eyes?wprov=sfti1 In the US at least, any spying is illegal when both parties are within the US and the packets never leave the US.
Re: Bunny fonts – privacy respecting drop-in replacement for Google Fonts
#145Earlier quoted context omitted.
> we're in a country with better privacy laws Speaking as a European: I think this is a very important topic for us. I don't think Americans and American companies understand how little trust rest of us have for the American government. Working with a company that is not subject to the whims of the American government is a huge privacy win. If a company pitches me a product, they start 1 points ahead if they are base…
Surely you realize that if a modern sophisticated government wants to see your data, they are going to be able to access it, even if it’s stored in the Netherlands? What threat are you protecting yourself against?
Re: Bunny fonts – privacy respecting drop-in replacement for Google Fonts
#146Earlier quoted context omitted.
I'm a European and I have very little trust in European governments. Not much trust in the US government, either.
I'm an American and I have next to zero trust for governments in general. "Absolute power corrupts absolutely" and humanity has given too few entirely too much "absolute power". I feel much the same about most of the massive corporate entities as well.
I couldn't care less about web fonts though. I'm not downloading them from Google or "bunny.net" or anywhere else. My computer has some of the nicest-looking fonts around as system defaults, and websites can either work with that or get put into reader mode.
Re: Bunny fonts – privacy respecting drop-in replacement for Google Fonts
#147> With a zero-tracking and no-logging policy Behold exhibit A: https://i.imgur.com/6F7fZVm.png
Re: Bunny fonts – privacy respecting drop-in replacement for Google Fonts
#148I find it really strange where some privacy debates have gone wrong, and this is a perfect example. It's basically a form of "don't trust them, better trust us, also we're in a country with better privacy laws". Which is an imperfect solution at best, and given that I have no idea who bunny.net is it's a questionable one at best. If you embed a font hosted somewhere else you expose some of your user data to them. Now…
you won't believe this, but as the end user you can solve this in your life once and for all, and also improve your life! something rare for online annoyances nowadays. any decent browser, i mostly use firefox, have a checkbox in the font screen that prevents sites from changing the page font. i set all sites to user Ubuntu Mono. always. all the time. everywhere. the only downside are sites that use winding-like font…
Re: Bunny fonts – privacy respecting drop-in replacement for Google Fonts
#149Earlier quoted context omitted.
Unless you're under a totalitarian government, spies aren't really interested in most people's data. Data brokers, on the other hand, are willing to sell anything they can profit from.
Yet bulk data collection (in effect "mass surveillance") happens, and poses a risk in and of itself to data subjects.
Re: Bunny fonts – privacy respecting drop-in replacement for Google Fonts
#150Earlier quoted context omitted.
> we're in a country with better privacy laws Speaking as a European: I think this is a very important topic for us. I don't think Americans and American companies understand how little trust rest of us have for the American government. Working with a company that is not subject to the whims of the American government is a huge privacy win. If a company pitches me a product, they start 1 points ahead if they are base…
Surely you realize that if a modern sophisticated government wants to see your data, they are going to be able to access it, even if it’s stored in the Netherlands? What threat are you protecting yourself against?
Also, proper client side encryption is really difficult to break. Usually they need to compromise the client in order to read it.