Search
Microsoft's 2021 Release Calendar Doesn’t Include Many First-Party Games
9.12.2020
A month into the launch of the Xbox Series X/S, Microsoft has given a rundown of what people can expect to play on the new machines in 2021. There are a lot of games, but very few of them are from Microsoft’s own studios.Read more
Cyberpunk 2077 Causes Seizure, Doesn’t Contain Warning
8.12.2020
Game Informer associate editor Liana Ruppert reported yesterday that she suffered a grand mal seizure while playing a review copy of Cyberpunk 2077, due to the game’s use of various flashing visual effects. She wrote an article for the site advising players on how to avoid similar experiences...
Black Shadow Hackers Demand 200 BTC Ransom from Israeli Insurance Giant Shirbit
6.12.2020
One of the largest insurance companies in Israel has been hit by a ransomware attack, and the threat actors started to release sensitive data, as the firm doesn’t pay the requested ransom in bitcoin (BTC). Israel-Based Shirbit Still Refuses to Pay $3.8 Million Ransom According to...
Celsius’ CEO thinks Ethereum could lose its market dominance if this doesn't happen
4.12.2020
It's a possible hurdle to cross, but it could take some time
New Paper: Ripple Network Doesn’t Meet Criteria To Reach Consensus
3.12.2020
A brand-new paper which analyzes the Ripple network concluded that the network does not reach true consensus, as its protocol “may violate safety and liveness,” and doesn’t follow the established models and algorithms for a Byzantine agreement. Report Claims XRP’s Network...
Economic justice doesn't need the blockchain, say advisors to ‘The Squad’
25.11.2020
Making digital cash work efficiently for public stimulus payments doesn't require a detour through blockchain technology, in the view of U.S. progressives
Election dilemma: Putting data on blockchain doesn’t mean it’s correct
23.11.2020
For the first time ever, the results of a U.S. presidential election have been recorded on a blockchain. But is the data valid?
What’s Missing from CSS?
21.11.2020
The survey results from the State of CSS aren’t out yet, but they made this landing page that randomly shows you what one person wrote to answer that question. Just clicking the reload button a bunch, I get the sense that the top answers are:
Container Queries
Parent...
Mixing Colors in Pure CSS
16.11.2020
Red + Blue = Purple… right?
Is there some way to express that in CSS? Well, not easily. There is a proposal draft for a color-mix function and some degree of interest from Chrome, but it doesn’t seem right around the corner. It would be nice to have native CSS color mixing, as it would give...
DMEX: No-KYC Derivatives DEX With up To 100x Leverage
14.11.2020
DMEX is a decentralized anonymous margin trading exchange that doesn’t require KYC checks, simply generate a wallet inside the app and start trading. No KYC Because DMEX runs on a smart contract you do not need to register with your personal information. Simply generate a new wallet in-app...
SVGBOX
13.11.2020
I’ve been saying for years that a pretty good icon system is just dropping in icons with inline <svg> where you need them. This is simple to do, offers full design control, has (generally) good performance, and means you aren’t smurfing around with caching and browser support...
The Raven Technique: One Step Closer to Container Queries
10.11.2020
For the millionth time: We need container queries in CSS! And guess what, it looks like we’re heading in that direction.
When building components for a website, you don’t always know how that component will be used. Maybe it will be render as wide as the browser window is. Maybe two of them...
Quick LocalStorage Usage in Vue
5.11.2020
localStorage can be an incredibly useful tool in creating experiences for applications, extensions, documentation, and a variety of use cases. I’ve personally used it in each! In cases where you’re storing something small for the user that doesn’t need to be kept permanently...
Build an app for monday.com and potentially win BIG
5.11.2020
monday.com is an online Work OS platform where teams create custom workflows in minutes to run their projects, processes, and everyday work.
Over 100,000 teams use monday.com to work together.
They have launched a brand new app marketplace for monday.com, meaning you can add tools built...
Trump or Biden? It Doesn’t Matter To Crypto
28.10.2020
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...
South Korean gov't doesn't know who will protect crypto exchanges from Kim Jong-Un’s hackers
23.10.2020
Can anyone hold North Korea responsible for its attacks on the crypto industry?
Russia doesn’t need to be first with a digital currency, says state expert
23.10.2020
Russia is purportedly taking a fast-second strategy for the digital ruble
xm
21.10.2020
This is a neat little HTML preprocessor from Giuseppe Gurgone. It has very few features, but one of them is HTML includes, which is something I continue to be baffled that HTML doesn’t support natively. There are loads of ways to handle it. I think it’s silly that it’s been...
“Durable”
20.10.2020
Looks like the word “durable” is an emerging term in the world of serverless. As I understand it, it’s like allowing for state in places you wouldn’t normally expect to have it. For example, you call some cloud function and run some JavaScript… unless you have it...
How to Prevent Pasting into an Input
19.10.2020
Every once in a while I get to a website that doesn’t allow me to paste into a form input. In most cases it’s something to do with login credentials (username and or password) and auth codes. So how are they preventing me from pasting information? It’s as easy as you’d...