Search
Nothing Says Valentine's Day Like Chocolate Ramen
27.1.2021
Do you like chocolate? What about ramen? Well, this Valentine’s Day in Japan, people can eat chocolate ramen.Read more
Injecting Apple-like ‘quality-control’ into DeFi is what we need
26.1.2021
Implementing regular, consistent security checks and auditing mechanisms, as Apple does, will increase trust in the DeFi system as a whole
Report Claims Harvard, Yale, and Brown University Endowments Have Been Discreetly Buying Bitcoin
26.1.2021
According to sources familiar with the matter, a number of Ivy League universities including the University of Michigan, Brown, Yale, and Harvard endowments have been discreetly purchasing cryptocurrencies. The prominent schools have been reportedly leveraging exchanges like Coinbase and other...
2021 Could Be Like 2017 — When Bitcoin Blasted Up More Than 21-Fold
25.1.2021
Juan Villaverde is an econometrician and mathematician devoted to the analysis of cryptocurrencies since 2012. He leads the Weiss Ratings team of analysts and computer programmers who created Weiss cryptocurrency ratings.
Dr. Bruce Ng is an educator in the field of Distributed Ledger Technology...
Retail traders, not hotshots like MicroStrategy, made Bitcoin in 2020
24.1.2021
Without the global retail trader base, the Bitcoin market would not be what it is today: The investment champion of 2020
You want minmax(10px, 1fr) not 1fr
22.1.2021
There are a lot of grids on the web like this:
.grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
}
My message is that what they really should be is:
.grid {
display: grid;
grid-template-columns: repeat(3, minmax(10px, 1fr));
}
Why? In …
The post You want minmax(10px, 1fr)...
Video Games, Like Life, Are Full Of Godawful Presidents
22.1.2021
This week, America had a normal one. Nothing major or out of the ordinary happened, and no disgraced proto-fascist insurrectionists with mouths wetter than a slip and slide left the highest office in the country. And yet, for some reason, we decided to center this week’s Splitscreen podcast...
Servers: Cool Once Again
22.1.2021
There were jokes coming back from the holiday break that JavaScript decided to go all server-side. I think it was rooted in:
The Basecamp gang releasing Hotwire, which looks like marketing panache around a combination of technologies. “HTML over
…
The post Servers: Cool Once Again...
useStateInCustomProperties
21.1.2021
In my recent “Custom Properties as State” post, one of the things I mentioned was that theoretically, UI libraries, like React and Vue, could automatically map the state they manage over to CSS Custom Properties so we could use that state …
The post...
Scrollbars on Hover
21.1.2021
First, scrollbars are a usability and accessibility thing. Second, a rule of thumb: if an area scrolls, it should have a visible scrollbar. But the web is a big place and I like tricks, so I’m going to cover the …
The post Scrollbars on Hover appeared first on CSS-Tricks.
You...
I Hope Immortals Fenyx Rising’s First DLC Is A Lot Like Its New Bonus Quest
20.1.2021
Last week, Immortals Fenyx Rising, Ubisoft’s don’t-call-it-a-Zelda open-world action game, received a bonus quest. It’s short, fun, and moderately challenging. Better yet, it supposedly gives a peek at what the game’s first expansion, A New God, will look like. If you’ve slept on...
xSigma Announces Its ETF-Like Decentralized Fund and Platform
19.1.2021
PRESS RELEASE. ZK International Group Co., Ltd. (Nasdaq: ZKIN) (“ZKIN“, “ZK International” or the “Company”), a designer, engineer, manufacturer, and supplier of patented high-performance stainless steel and carbon steel pipe products primarily used for water...
What Media Property Would You Like To See Adapted Into A Game?
19.1.2021
It’s Tuesday and time for Ask Kotaku, the weekly feature in which Kotaku-ites deliberate on a single burning question. Then, we ask your take.Read more
Life with ESM
19.1.2021
ESM, meaning ES Modules, meaning JavaScript Modules. Like, import and friends.
Browsers support it these days. There is plenty of nuance, but as long as you’ve dropped IE, the door is fairly open.
Before ESM, the situation for JavaScript …
The post Life with ESM appeared first...
AnimXYZ
18.1.2021
There are quite a few CSS animation libraries. They tend to be a pile of class names that you can apply as needed like “bounce” or “slide-right” and it’ll… do those things. They tend to be pretty opinionated with …
The post AnimXYZ appeared first...
It’s Beginning to Look a Lot Like Altcoin Season
18.1.2021
Juan Villaverde is an econometrician and mathematician devoted to the analysis of cryptocurrencies since 2012. He leads the Weiss Ratings team of analysts and computer programmers who created Weiss cryptocurrency ratings.
Dr. Bruce Ng is an educator in the field of Distributed Ledger Technology...
Noise.cash: Social Microblogging App Fueled by Bitcoin Cash Tips Gathers Traction
18.1.2021
For quite some time now, bitcoin cash users have been leveraging the web portal read.cash in order to write blog posts, connect with like-minded individuals, and earn bitcoin cash for providing popular content. Now the creators of read.cash have introduced another application called noise.cash...
Persona 5 Strikers Feels More Like Persona 5 Than I Expected
16.1.2021
When I heard Koei Tecmo studio Omega Force was making Persona 5 Strikers, I imagined a Dynasty Warriors game with Persona 5 characters. Turns out it’s not quite that at all. After playing through the first few hours of the full game, Strikers feels more like an extension of Persona 5 with...
On Auto-Generated Atomic CSS
15.1.2021
Robin Weser’s “The Shorthand-Longhand Problem in Atomic CSS” in an interesting journey through a tricky problem. The point is that when you take on the job of converting something HTML and CSS-like into actual HTML and CSS, there are edge …
The post On Auto-Generated Atomic...
Controlling Mario Kart And Smash Bros. With An Exercise Bike Looks Like Fun/Hell
15.1.2021
Look, man, I get the idea here, but I am playing video games to not exercise, not to exercise.Read more