Search
We Live In Hell And This Ubisoft NFT That Requires You To Play 600+ Hours Of Ghost Recon Is Proof
12.12.2021
I’d like to go one weekend without having to write or think about NFTs, but apparently, we all live in Hell. I mean, how else do you explain a Ghost Recon NFT helmet that can only be acquired after playing the game for 600 hours? Read more
Gamer-hate: Ubisoft's new NFT project vid gets 96% dislike ratio
10.12.2021
The top comment on Ubisoft’s YouTube video introducing its NFTs has more likes than the actual video, and slams the firm for “milking” money from its customers
Ubisoft's NFT Announcement Has Been Intensely Disliked
9.12.2021
As we reported yesterday, Ubisoft is getting right into the business of NFTs, a space that is both an environmental catastrophe and an enormous pump-and-dump scam. And because that’s a shitty space to be in, people have been quick to let the company know their feelings.Read more
Solana Labs co-founder: We don't want to kill 'beautiful' Ethereum
12.11.2021
Solana Labs’ co-founder thinks the fight between Ethereum and so-called “ETH Killers” is unnecessary, as the true aim for people working in crypto should be to onboard “every human” onto Web 3.0
Blockchain service provider Nansen to integrate Solana data analytics
9.11.2021
The platform will introduce a statistical dashboard in Q1 2022 dedicated to tracking insights and trends in Solana's NFT and DeFi ecosystems
Ubisoft's E3 Event: All The Biggest Announcements
12.6.2021
During today’s Ubisoft Forward event, we got our first look at Massive’s Avatar game and learned more about Rainbow Six Extraction. The event was also filled with a bunch of trailers and new gameplay from stuff like Mario + Rabbids Sparks of Hope and the next Assassin’s Creed DLC. Read more
Use Logpoints!
22.3.2021
There’s sometimes a tribal attitude about how web developers should be debugging their code and solving problems. There’s the console.log loyalists, then there’s the debugger/breakpoint maximalists. I worked on the Firefox DevTools debugger for years and I can tell you...
Zahrajte si o víkendu Ghost Recon: Breakpoint zdarma
21.1.2021
Responsive Styling Using Attribute Selectors
30.6.2020
One of the challenges we face when implementing class-based atomic styling is that it often depends on a specific breakpoint for context.
<div class="span-12"</div<!-- we want this for small screens --<div class="span-6"</div<!-- we want this for medium screens --<div...
Z lovců lovenou zvěří. Ghost Recon: Breakpoint navazuje na hit Wildlands
9.5.2019
Kooperativní taktická akce Ghost Recon: Breakpoint navazuje na komerční trhák Wildlands z roku 2017. Nové je zasazení i více hi-tech pojetí. Další články k tématu:S kamarády skvělá, s cizinci hrozná. Recenze Ghost Recon Wildlands
Where Do You Nest Your Sass Breakpoints?
11.2.2019
I love nesting my @media query breakpoints. It's perhaps the most important feature of Sass to me. Maybe I pick a method and do it like this:
.element {
display: grid;
grid-template-columns: 100px 1fr;
@include breakpoint(baby-bear) {
display: block;
}
}
That's straightforward enough....
Get Viewport Lines and Columns in CodeMirror
27.11.2018
CodeMirror is an amazing utility for presenting code in a browser environment. Syntax highlighting, widgets, and a number of advanced functions make it a unique, useful tool. When using CodeMirror inside the Firefox DevTools debugger, I found that adding hundreds of column breakpoint widgets...
Script & Style Show: Episode 5: Q&A
1.4.2018
On this week’s episode: Todd’s back from vacation while David’s knee-deep in a Firefox Debugger breakpoint UI update. We eventually move on to viewer questions that range form JavaScript knowledge, the Array.flatten controversy, front-end testing (TDD vs. BDD), and mastering...