Search
IOHK Aims Data Security and Cardano Will Not be the Only One to be Benefitted
22.5.2020
With Artificial Intelligence taking over the ground and hampering the state of privacy, we are not far from one such year when the robots will take over humans. And not that anything is done in a disguised manner; instead, we have been permitting these data management companies from dusk to dawn....
Flexbox-like “just put elements in a row” with CSS grid
21.5.2020
It occurred to me while we were talking about flexbox and gap that one reason we sometimes reach for flexbox is to chuck some boxes in a row and space them out a little.
My brain still reaches for flexbox in that situation, and with gap, it probably will continue to do so. It’s worth noting...
Another One-Stop-Crypto-Shop In Making, CBDC Test + More News
21.5.2020
Crypto Briefs is your daily, bite-sized digest of cryptocurrency and blockchain-related news – investigating the stories flying under the radar of today’s crypto news.
M&A news
New York-based institutional trading firm Genesis has announced its acquisition of Vo1t, an insured digital custody...
Trump's Fed Nominee Advocates a Gold-Backed Currency, Even a Crypto One
21.5.2020
Judy Shelton, President Trump's nominee for the Federal Reserve board of governors, has advocated for getting back to a gold standard, possible "in a very cryptocurrency way."
Bitcoin (BTC) Awaits One More Upside Thrust; Still a Few Steps Away From $10k
21.5.2020
Bitcoin price was trading with a commendable stability yesterday. The coin sharply declined from $9800 to see more downside vulnerability at $9400 after 15:00 UTC. This price loss was suspected of taking place because of rapid sell-off. The market was not ready to face such an unexpected...
Block.one Will Now Vote for EOS Candidates, But Wants Their Locations First
21.5.2020
Block.one has issued its own set of criteria to use when voting for EOS block producers, perhaps controversially including where they are based
Radio Buttons Are Like Selects; Checkboxes Are Like Multiple Selects
20.5.2020
I was reading Anna Kaley’s “Listboxes vs. Dropdown Lists” post the other day. It’s a fairly straightforward comparison between different UI implementations of selecting options. There is lots of good advice there. Classics like that you should use radio buttons (single...
Blockchain Bites: BlockFi Hacked, Block.one Sued, BitMEX Down
19.5.2020
A SIM swapping exploit revealed BlockFi customer names and addresses while BitMEX is hit with RICO accusations
Using BugHerd to Track Visual Feedback on Websites
19.5.2020
BugHerd is about collecting visual feedback for websites.
If you’re like me, you’re constantly looking at your own websites and you’re constantly critiquing them. I think that’s healthy. Nothing gets better if you look at your own work and consider it perfectly finished....
Block.one Failed to Decentralize EOS, Argues New Securities Fraud Lawsuit
19.5.2020
The plaintiffs – a crypto fund and an individual investor – are seeking compensatory damages from Block.one and other defendants
Another Class Action Against Block.One Alleges Dirty Dealings During EOS ICO
18.5.2020
Filed this morning, the second class action against block.one estimates that U.S. investors made up $200 million of the EOS ICO, in violation of securities law
First Steps into a Possible CSS Masonry Layout
18.5.2020
It’s not at the level of demand as, say, container queries, but being able to make “masonry” layouts in CSS has been a big ask for CSS developers for a long time. Masonry being that kind of layout where unevenly-sized elements are layed out in ragged rows. Sorta like a typical...
Unprefixed `appearance `
18.5.2020
It’s interesting how third-parties are sometimes super involved in pushing browser things forward. One big story there was how Bloomberg hired Igalia to implement CSS grid across the browsers.
Here’s another story of Bocoup doing that, this time for the appearance property. The story...
Bitcoin Transaction Fees Are Up 800% in One Month
17.5.2020
Bitcoin transactions fees have surged immediately after a halving skyrocketed for the first time
Blockchain as One of the Goals of Digital Government Strategy in Brazil
17.5.2020
Digital transformation with blockchain technology on a state level
CSS fix for 100vh in mobile WebKit
15.5.2020
A surprisingly common response when asking people about things they’d fix about anything in CSS, is to improve the handling of viewport units.
One thing that comes up often is how they relate to scrollbars. For example, if an element is sized to 100vw and stretches edge-to-edge, that’s...
Offscreen Text for Copy & Paste
15.5.2020
The relationship between HTML and CSS is special: mixing content via HTML with presentation from CSS to make an awesome presentation. Sometimes, however, you need to employ CSS tricks solely to enhance functionality. This could be one of those cases. When browsing through the Firefox DevTools...
How to Tame Line Height in CSS
15.5.2020
In CSS, line-height is probably one of the most misunderstood, yet commonly-used attributes. As designers and developers, when we think about line-height, we might think about the concept of leading from print design — a term, interestingly enough, that comes from literally putting pieces of lead...
Unlock Your Mac with Apple Watch
13.5.2020
I convinced myself six months ago that I needed to give the Apple Watch a try. While I wear it every day and enjoy a few features, I’ve felt a bit let down by the experience. I do, however, believe that the Apple Watch makes notifications and other “little things” easier. One...
Using CSS Masks to Create Jagged Edges
12.5.2020
I was working on a project that had this neat jagged edge along the bottom of a banner image.
Looking sharp… in more ways than one.
It’s something that made me think for a second and I learned something in the process! I thought I’d write up how I approached it so you can use it on your...