Search
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...
Innovating on Web Monetization: Coil and Firefox Reality
23.4.2020
I still think Coil is cool. I have it installed on CSS-Tricks as a publisher and money trickles in. I have a paid account and I trickle out money to other sites that use it. I wrote about all that last year.
This’ll explode to something huge if we actually get the Web Monetization API stuff....
Detect git Directory with Bash
2.4.2020
One interesting aspect of working at Mozilla is that Firefox lives in a mercurial repository while several other projects live on GitHub in a git repository. While most focus on either Firefox or another project, I switch between both, leaving me running git commands inside the mercurial repository...
CSS :nth-of-class selector
23.3.2020
That's not a thing.
But it kinda is!
Bram covers how frustrating .bar:nth-child(2) is. It's not "select the second element of class .bar." It's "select the second element if it also has the class .bar." The good news? There is a real selector that does the former:
:nth-child(2 of .bar) { }
Safari...
Playing With Particles Using the Web Animations API
18.3.2020
When it comes to motion and animations, there is probably nothing I love more than particles. This is why every time I explore new technologies I always end up creating demos with as many particles as I can.
In this post, we'll make even more particle magic using the Web Animations API to create...