Search
How Hacker News Crushed David Walsh Blog
28.10.2020
Earlier this month, David’s heartfelt posting about leaving Mozilla made the front page of Hacker News. Traffic increased by 800% to his already-busy website, which slowed and eventually failed under the pressure. Request Metrics monitors performance and uptime for David’s blog, and our metrics...
[článek] Microsoft Edge pro Linux, údajný hack Trumpova Twitteru a Mozilla ve virtuální realitě
25.10.2020
[10 minut čtení] Sociální sítě jsou zesilovač pro idioty, Facebook míří k antimonopolnímu řízení, masturbace na Zoomu a WeChat stále není zakázán. Co ještě přinesl právě končící #tyden? Na internetu se objevilo více než 100 tisíc falešných nahých ženských fotek. Jsou vytvořeny z reálných fotografií...
39 Shirts – Leaving Mozilla
6.10.2020
In 2001 I had just graduated from a small town high school and headed off to a small town college. I found myself in the quaint computer lab where the substandard computers featured two browsers: Internet Explorer and Mozilla. It was this lab where I fell in love with Mozilla — a browser that...
Web Technologies and Syntax
24.9.2020
JavaScript has a (newish) feature called optional chaining. Say I have code like:
const name = Data.person.name;
If person happens to not exist on Data, I’m going to get a hard, show-stopping error. With optional chaining, I can write:
const name = Data.person?.name;
Now if person...
Mozilla ukončuje služby Notes a Send. Nikdo je nepoužíval
20.9.2020
Mozilla provozovala dvě testovací služby – Send a Notes, na posílání souborů mezi uživateli, respektive na možnost ukládání poznámek a jejich synchronizaci. U obou byl již v minulosti ukončen vývoj a nyní se rozhodlo o celkovém vypnutí.
Firefox Send sloužilo pro šifrované posílání souborů a
Mozilla chce dokázat, že YouTube doporučuje konspirační a nenávistná videa
18.9.2020
Mozilla rozjela nový výzkumný projekt nazvaný Regrets Reporter. Stejně se jmenuje i doplněk pro Chrome a Firefox, pomocí něhož chce tato nezisková organizace dokázat, jak rozbitý je systém doporučování videí na YouTubu.
Sám Google před rokem a půl uznal, že doporučující algoritmus nefungoval
What is the Value of Browser Diversity?
15.9.2020
In 2018, Rachel Nabors made the point that browser diversity is similar to biological ecosystem diversity. There are literal advantages to more diversity. That article was before the Edge engines were shut, and now the big shakeups at Mozilla have the topic of browser diversity on people’s...
Collective #619
20.8.2020
The Animated Web * theheadless.dev * Leading-Trim * Mozilla Lifeboat
The post Collective #619 appeared first on Codrops
[aktualita] Výchozím vyhledávačem ve Firefoxu zůstane Google, Mozilla s ním prodloužila smlouvu
17.8.2020
Společnosti Google a Mozilla prodloužily smlouvu o partnerství ve vyhledávání na další tři roky. S odkazem na nejmenované zdroje to napsal server ZDNet a Mozilla později prodloužení smluvního vztahu potvrdila. Google tak má zůstat výchozím vyhledávačem ve Firefoxu nejméně do roku 2023. Firma bude...
[aktualita] Mozilla propustí 250 zaměstnanců
13.8.2020
Organizace stojící za populárním alternativním prohlížečem Firefox, je nucena škrtat, propustí přibližně čtvrtinu zaměstnanců, tedy 250 lidí, informuje o tom na svém blogu. „Restrukturalizace je nezbytná, posílí naši schopnost budovat a investovat do produktů a služeb, které lidem poskytnou...
Computed Values: More Than Meets the Eye
5.8.2020
Browser DevTools are indispensable for us front end developers. In this article, we’ll take a look at the Computed tab, a small corner of the DevTools panel that shows us big things, like how relative CSS values are resolved. We’ll also see how inheritance fits into the browser’s...
[článek] Google zakázal reklamu na stalkerware, Facebook chystá klon TikToku a Mozilla spustila VPN
19.7.2020
[11 minut čtení] Těžký den pro Twitter, RIP Open Technology Fund, Amazon vs. TikTok, Francie bude na pornostránkách ověřovat věk a PUBG jede. Co ještě přinesl právě končící #tyden? Desítky účtů na Twitteru byly kompromitovány a zneužity pro kryptoměnový scam. Žádné malé účty: Joe Biden, Bill Gates...
Mozilla VPN míří do světa. K nám se ale dostane nejdřív na podzim
16.7.2020
Mozilla ukončila betatestování své VPN a novinku spustila v ostré verzi. Kromě USA se služba nově rozšířila také do Kanady, Británie, Nového Zélandu, Singapuru a Malajsie. Další expanze přijde až na podzim.
Služba poskytne virtuální IP adresy a šifrované komunikační kanály skrz 280+ serverů ve
[aktualita] Mozilla spustila naostro vlastní VPN, stojí bez centu 5 dolarů na měsíc
16.7.2020
Společnost Mozilla, která stojí za alternativním internetovým prohlížečem Firefox, spustila naostro svoji již před dvěma lety poprvé oznámenou VPN službu Mozilla VPN (dříve Firefox Private Network). Služba je spouštěna po zhruba osmi měsících veřejného betatestu s omezenou skupinou uživatelů....
Automatically Rebase GitHub Pull Requests
10.7.2020
Working on an open source project with a thriving contribution community is one of the great joys I have at Mozilla. In leading this charge, I get to meet amazing people of all different skill sets and interests, as well as different points of view. In the end I receive hundreds of pull requests...
As Chat Privacy Under Threat in US, Firm Develops ‘100% User-Controlled’ Messaging
7.7.2020
Unstoppable Domains is working to give users full control over their chat data with a new decentralized protocol
Unstoppable Domains Launches Decentralized Chat Protocol
7.7.2020
Unstoppable Domains’ new chat protocol enables users to store data on their own servers through crypto wallets and P2P network integration
Everything You Need to Know About FLIP Animations in React
16.6.2020
With a very recent Safari update, Web Animations API (WAAPI) is now supported without a flag in all modern browsers (except IE).  Here’s a handy Pen where you can check which features your browser supports. The WAAPI is a nice way to do animation (that needs to be done in JavaScript) because...
A First Look at `aspect-ratio`
29.5.2020
Oh hey! A brand new property that affects how a box is sized! That’s a big deal. There are lots of ways already to make an aspect-ratio sized box (and I’d say this custom properties based solution is the best), but none of them are particularly intuitive and certainly not...
Background Patterns, Simplified by Conic Gradients
28.5.2020
For those who have missed the big news, Firefox now supports conic gradients!
Starting with Firefox 75, released on the April 7, we can go to about:config, look for the layout.css.conic-gradient.enabled flag and set its value to true (it’s false by default and all it takes to switch...