Search
Manuel Matuzovic: max() Trickery
18.10.2022
By way of a post by Manuel Matuzović which is by way of a demo by Temani Afif.
.wrapper {
margin-inline: max(0px, ((100% - 64rem) / 2));
}
You’d be doing yourself a favor to read Manuel’s breakdown of …
Manuel Matuzovic: max() Trickery originally published on CSS-Tricks, which...
VC-Backed Blockchain Project Aptos Reveals Protocol’s ‘Mainnet Has Arrived’
18.10.2022
A new layer one blockchain network called Aptos announced the launch of its mainnet on Monday, following a slew of capital injections from a number of venture capital (VC) firms. The blockchain protocol, crafted with a Rust-centric programming language dubbed Move, is backed by VC companies such...
'Performing as expected' — Aptos Labs defends day 1 criticism
18.10.2022
Aptos’ blockchain claims to handle three times the amount of transactions per second than Solana but day one of its launch saw the network transacting a much lower amount
HistoryDAO’s Mission to Take History From the Victors and Give It to the Masses
29.9.2022
Humans have sought to preserve memories since prehistoric times, etching images into cave walls and tying knots into a crudely fashioned cord. Tribes and clans gave birth to language that could preserve the past in words, and words found their way into print forms, thereby conceiving history....
Binance Founder CZ Announces Romanian Office as Part of Regional Expansion
22.9.2022
Changpeng Zhao (CZ), founder and chief executive officer of cryptocurrency exchange Binance, has announced the opening of an office in Romania. During a visit to the country, he met with high-ranking officials and emphasized Binance’s intentions to expand direct operations in Eastern Europe....
Report: G Fuel Fired Five Staff Members After They Complained About CEO’s Toxic Language
8.9.2022
In June, energy drink company G Fuel attracted controversy when it fired seven talent managers under mysterious circumstances, prompting over 70 G Fuel-partnered influencers to end their relationships with the brand. Today, a report from Digiday sheds new light on the circumstances that lead to...
Interpolating Numeric CSS Variables
30.8.2022
We can make variables in CSS pretty easily:
:root {
--scale: 1;
}
And we can declare them on any element:
.thing {
transform: scale(--scale);
}
Even better for an example like this is applying the variable on a user …
Interpolating Numeric CSS Variables originally published...
The ‘Blue Hair And Pronouns’ Game Has Its Heart In The Right Place But Lacks Teeth
25.8.2022
In a recent post on the PlayStation Blog, the developers behind I Was A Teenage Exocolonist presented their first game as “Blue hair and pronouns,” a reference to a popular meme within the LGBTQ community. I respect the guts it takes to do that. We live in a world where putting your pronouns...
Specify Node Versions with .nvmrc
9.8.2022
I’ve heavily promoted nvm, a Node.js version manager, over the years. Having a tool to manage multiple versions of a language interpreter has been so useful, especially due to the complexity of Node.js package management. One tip I like to give new developers is adding a .nvmrc file to their...
US Stablecoin Bill Delayed, but Draft Language May Soon Emerge
25.7.2022
A potential bipartisan bill to regulate stablecoins has been bogged down in negotiations, according to three people familiar with the talks, but lawmakers developing the legislation are considering releasing some draft language that may spur wider input
How stroke-dasharray Patterns Work
15.7.2022
Say you have a line in SVG:
<svg<line x1="0" y1="30" x2="500" y2="30" stroke-color="#f8a100" /</svg
You can use the stroke-dasharray property in CSS to make dashes:
line {
stroke-dasharray: 5;
}
That 5 value is a relative unit based …
How stroke-dasharray Patterns...
This Stunning Dragon Ball Fan Film Finally Gives Vegeta His Due
7.7.2022
It’s not every day that you watch a fan film that rivals the quality of the genuine article, but Legend - A Dragon Ball Tale effectively gives series creator Akira Toriyama a run for his money. Read more
Every Single English-Language SNES Manual Is Now Available Online
4.7.2022
Back in October 2020 I did a feature on a project that was trying to find every Super Nintendo manual in existence, scan them and upload them onto the internet. I’m happy to report that, as of July 2022, the project has now completed a significant—and for many of you reading this it’s...
The Words We Use In Bitcoin: Words, Language, Terminology, and Linguistic Attacks
3.7.2022
Gigi is a Bitcoin educator, author of '21 Lessons', and software engineer.
__________
It can’t be said often enough: Bitcoin is confusing. However, it’s not complicated like a Rube Goldberg machine is complicated. It’s just very foreign and thus very misunderstood—it is a completely new thing....
New Quebec French Language Law Has Game Devs Fearful Of The Future
29.6.2022
A new law recently passed in Quebec, Canada designed to force immigrants to learn and use French in a short amount of time has many game developers in the area worried. The new bill could make it harder for studios to recruit and keep talent in a part of Canada that contains numerous big game...
Seven Minutes From American Arcadia: It's Like The Truman Show, But They’re Trying To Kill You
23.6.2022
Read more
Mario Movie Producer Says Chris Pratt Won't Offend Italians, Completely Missing The Point
21.6.2022
Illumination CEO Chris Meledandri is apparently under the assumption that his studio is being criticized for casting Chris Pratt as the eponymous plumber in its upcoming Mario movie due to concerns over Italian representation and not because, you know, Chris Pratt sucks.Read more
Fortnite Welcomes War Criminal Orochimaru, More Naruto Characters To The Festivities
21.6.2022
Hope you’re still a fan of battle royale games with a penchant for cognitively dissonant crossovers because Epic Games has announced that more Naruto characters are airdropping their way into Fortnite. Read more
Demon Slayer, Pokémon Voice Actor Billy Kametz Passes Away At 35
13.6.2022
Billy Kametz, a voice actor who worked on popular anime and games such as Attack on Titan and Fire Emblem: Three Houses, passed away last week after losing his battle to stage IV colon cancer, according to an obituary posted over the weekend. He was 35 years old.Read more
Designing Cross-Cultural Websites
13.6.2022
Creative Brand Design, a leading web design agency, has curated a few tools and resources that you can use to help you understand what localisation is and how it’s used in the context of your web design.
The post Designing Cross-Cultural Websites appeared first on Codrops