Search
Překupník měl na těle přilepených 160 procesorů Intel. Prozradila ho podivná chůze
19.3.2022
Minulý rok čínské celní úřady zastavily první překupníky, kteří měli na těle připevněné procesory, aby obešli clo a zajistili si tak slušný výdělek prodejem čipů v Číně. Tentokrát se celní služba pochlubila dalším úlovkem.
Překupník měl na různých částech těla (pas, lýtka, břicho a další místa)
Kuki od března předělala tarify, v největším je 160 stanic
3.3.2022
Internetová televize Kuki oznámila novou podobu svých tarifů. Od března je ceník rozdělen do čtyř skupin pojmenovaných Kuki S, Kuki M, Kuki L a Kuki XL. Většina tarifů podražila o 90 Kč, ten největší naopak zlevnil
My white whale: A use case for will-change
24.2.2022
 Nic Chan:
[…] the will-change property landed in major browsers in August 2015, and I’ve been on the lookout for when to use it ever since. It might seem self-evident to apply it to commonly animated properties such
…
My white whale: A use case for will-change...
Top Things You Didn’t Know You Could Do With Netlify CLI
17.2.2022
(This is a sponsored post.)
First things first, if you didn’t know Netlify had a CLI, they do.  One of my favorite things about it running the command netlify dev on nearly any static-site generator project is seeing it …
Top Things You Didn’t Know You Could Do With Netlify...
GSAP Flip Plugin for Animation
15.2.2022
Greensock made the GSAP Flip plugin free in the 3.9 release. FLIP is an animation concept that helps make super performance state-change animations. Ryan Mulligan has a good blog post:
FLIP, coined by Paul Lewis, is an
…
GSAP Flip Plugin for Animation originally published...
More Than 160,000 Battlefield 2042 Players Sign Petition Asking For Money Back
11.2.2022
Battlefield 2042 is having a really messy launch. Now, as it becomes clear that fixes for BF2042 aren’t coming anytime soon, more than 150,000 players have signed a Change.org petition asking Electronic Arts to offer refunds to all players on all platforms. Read more
Metaphors We Web By
1.2.2022
Maggie Appleton gets into what is perhaps the foremost metaphor the web is founded on: paper.
Paper documents were the original metaphor for the web. […]
The page you’re reading this on still mimics paper. We still call it
…
Metaphors We Web By originally published...
Bitcoin Mining Difficulty Reaches Lifetime High, It’s Now More Difficult Than Ever Before to Find a Block Reward
21.1.2022
Following the drop in value during Thursday evening’s trading sessions, Bitcoin’s mining difficulty rose to a lifetime high, reaching 26.64 trillion after jumping 9.32% at block height 719,712. The mining difficulty’s all-time high (ATH) is now higher than the ATH it reached...
Wow Casino: Welcome to WOW The #1 Crypto Casino
13.1.2022
Welcome to WOWThe #1 Crypto Casino Welcome to WOWThe #1 Crypto Casino WOW Casino is a world-class crypto friendly casino that offers over 700 of the top casino games and is still growing. Wow casino, which debuted in 2021, has a … Continued
The post Wow Casino: Welcome to WOW The...
Defensive CSS
31.12.2021
Ahmad Shadeed nails it again with “Defensive CSS.” The idea is that you should write CSS to be ready for issues caused by dynamic content.
More items than you thought would be there? No problem, the area can expand or …
Defensive CSS originally published on CSS-Tricks
Links on Performance V
21.12.2021
Does shadow DOM improve style performance? — Nolan Lawson covers how, because of the inherent encapsulation of the shadow DOM, the styling gets applied a bit faster than it would if those styling rules were relevant to the entire page. But …
A visual introduction to machine learning
17.12.2021
Just the first sentence alone here from Stepanie Yee and Tony Chu is solid:
In machine learning, computers apply statistical learning techniques to automatically identify patterns in data. These techniques can be used to make highly accurate predictions.
And what …
Faulty logic
14.12.2021
Ain’t this the truth:
It’s like when you’re learning a new language. At some point your brain goes from translating from your mother tongue into the other language, and instead starts thinking in that other language.
I don’t speak …
Some notes on using esbuild
9.12.2021
This is a fantastic article from Julia Evans about duking it out with modern front-end tooling. Julia has made a bunch of Vue projects and typically uses no build process at all:
 I usually have an index.html file, a script.js…
The Invisible JavaScript Backdoor
8.12.2021
An interesting (scary) trick of an nearly undetectable exploit. Wolfgang Ettlinger:
What if a backdoor literally cannot be seen and thus evades detection even from thorough code reviews?
I’ll post the screenshot of the exploit from the post with the …
Test Your Product on a Crappy Laptop
7.12.2021
There is a huge and ever-widening gap between the devices we use to make the web and the devices most people use to consume it. It’s also no secret that the average size of a website is huge, and …
Low framerate in Safari on M1 Mac
3.12.2021
John James Jacoby:
I recently noticed that animations in Safari were stuttering pretty badly on my M1 powered 2020 MacBook Air, and dove in to figure out why.
The why:
This wasn’t a bug. This was a feature.…
Ain’t No Party Like a Third Party
3.12.2021
I’d like to tell you something not to do to make your website better. Don’t add any third-party scripts to your site.
That may sound extreme, but at one time it would’ve been common sense. On today’s …
On User Tracking and Industry Standards on Privacy
22.11.2021
Inspired by Eva PenzeyMoog’s new book, Jeremy highlights the widespread user tracking situation in this industry:
There was a line that really stood out to me:
The idea that it’s alright to do whatever unethical thing is currently the
…
The post On User Tracking...
CSS “decorations”
22.11.2021
A reader wrote to me the other day asking about this bit of CSS they came across in Wikipedia’s Common.css:
.mw-collapsible-leftside-toggle .mw-collapsible-toggle {
/* @noflip */
float: left;
/* @noflip */
text-align: left;
}
What’s that @noflip business? That’s...