Search
Crypto Entrepreneur Jeremy Gardner Pitches Reality Show to TV Networks
9.8.2019
Blockchain investor Jeremy Gardner is shopping around a reality show about his life to television networks
Circle CEO: Macroeconomic Turmoil Responsible for Bitcoin’s Growth
5.8.2019
Macroeconomic turmoil is responsible for Bitcoin’s recent growth, according to the CEO of crypto payments firm Circle, Jeremy Allaire
US Senator: ‘I Don’t Think You’ve Persuaded Anyone’ Crypto Creates Financial Inclusion
30.7.2019
Sen. Brian Schatz (D.-HI) questioned the claim that blockchain spurs financial inclusion at Tuesday's Banking Committee hearing
Circle CEO Hopes Libra’s Unique Needs Trigger Positive Regulation
6.7.2019
Facebook's Libra will run in a closed-loop permission scheme, requiring unique regulation, according to Jeremy Allaire, CEO of payments company Circle
Kevin O'Leary: Crypto ‘Crap’ Is Not Compliant, Rogue Currency
3.7.2019
Squawk Box’s Kevin O’Leary criticized “crypto crap” as being noncompliant and unregulated
Toast
3.7.2019
One day, all the sudden, I started hearing jokes about toast. I had no idea what the context was. I assumed some friends just got started telling toast jokes, which isn't rare by any means. But it turns out it was a whole thing. It got me thinking, jeez, if I can't keep up with this stuff when it's...
CMO Of AXEL.Network, Jeremy Forsberg Speaks Exclusively With CryptoNewsZ
18.6.2019
Jeremy Forsberg, CMO, AXEL.Network spoke exclusively to CryptoNewsZ and discussed about the AXEL Platform and the Cryptocurrency world. Jeremy was co-founder and CEO of the NAVADA Group – a UK based creative agency that worked with some of Europe’s most powerful and recognizable brands. He boosted...
Circle Sheds 10% of Workforce as CEO Blames Restrictive US Regulatory Climate
22.5.2019
Circle CEO Jeremy Allaire says that regulations are to blame for Circle staff cuts
Circle CEO Jeremy Allaire: Crypto Space Needs Regulatory Certainty
21.5.2019
The CEO of CIrcle, Jeremy Allaire, says that existing law is inadequate in addressing cryptocurrencies
Split
2.5.2019
Jeremy on the divide between the core languages of the web, and all the tooling that exists to produce code in those languages:
On the one hand, you’ve got the raw materials of the web: HTML, CSS, and JavaScript. This is what users will ultimately interact with.
On the other hand, you’ve got...
Responsible JavaScript
3.4.2019
We just made a note about this article by Jeremy Wagner in our newsletter but it’s so good that I think it’s worth linking to again as Jeremy writes about how our obsession with JavaScript can lead to accessibility and performance issues:
What we tend to forget is that the environment websites...
WorldWideWeb
27.2.2019
For the 30th anniversary of the web, CERN brought nine web nerds together to recreate the very first web browser — Or a working replication of it anyway, as you use it from your web browser, inception style.
Well done, Mark Boulton, John Allsopp, Kimberly Blessing, Jeremy Keith, Remy Sharp...
Kariérní showroom Proudly mění majitele, stává se součástí francouzské Welcome to the Jungle
18.2.2019
Po více než 3 letech úspěšného růstu získává první český kariérní showroom silnou zahraniční oporu. Proudly se stává součástí Welcome to the Jungle, prvního evropského multiobsahového média zaměřeného na trh práce. „Investorů či zájemců o Proudly bylo za ty 3 roky více. My jsme se od počátku této...
The 10,000 Year Clock Design Principals
8.1.2019
In the new year edition of the Clearleft newsletter, Jeremy Keith linked to the design principals Danny Hillis thought about while considering a clock that would work for 10,000 years.
Here's part of that page, satisfyingly displayed as a <dl>:
Longevity:
Go slow
Avoid sliding friction...
Prototypes and production
11.12.2018
There’s an interesting distinction that Jeremy Keith defines between prototype code and production code in this post and I’ve been thinking about it all week:
...every so often, we use the materials of front-end development—HTML, CSS, and JavaScript—to produce something that isn’t intended...
CSS Selectors are Conditional Statements
6.12.2018
foo {
}
Programmatically, is:
if (element has a class name of "foo") {
}
Descendent selectors are && logic and commas are ||. It just gets more complicated from there, with things like combinators and pseudo selectors. Just look at all the ways styles can cascade.
Jeremy Keith:
If...
Frustration
31.5.2018
Jeremy Keith talks about a couple of recent frustrating moments in his life. One regarding a musical instrument, one involving a build process:
That feeling of frustration I get from having wiring issues with a musical instrument is the same feeling I get whenever something goes awry with my...