Search
Emergency Website Kit
27.3.2020
Here’s an outstanding idea from Max Böck. He’s created a boilerplate project for building websites that fit within a single HTTP request. This is extremely important for websites that contain critical information for public safety. As Max writes:
In cases of emergency, many organizations need...
Alleged Architects of $720M BitClub Ponzi Request Jail Release Over Coronavirus Risk
24.3.2020
The accused scammers argue they are unable to follow medical advice in an enclosed jail environment
Kik Backs Away From Jury Trial Request in SEC Fight Over $100M Token Sale
23.3.2020
Kik had previously asked for a jury trial to make its case against the SEC. Now it's seeking a summary judgment
How to Cancel a Fetch Request
17.3.2020
JavaScript promises have always been a major win for the language — they’ve led to a revolution of asynchronous coding that has vastly improved performance on the web. One shortcoming of native promises is that there’s no true way to cancel a fetch…until now. A...
How to Simulate Long HTTP Requests
17.3.2020
It happens less frequently these days but there are times when we need to accommodate for a HTTP request timing out. The service could be down, under heavy traffic, or just poorly coded, or any host of other issues. Whenever I need to simulate a long HTTP request, I use a bit of PHP...
How to Fetch and Parse RSS Feeds in JavaScript
11.2.2020
Say you have an RSS feed like this one. The goal is to request that RSS feed, parse it, and do something useful with the data in it. RSS is XML, and XML is arguably not as easy to work with than JSON. While a lot of APIs offer JSON responses, it's less typical for RSS, although it does exist.
Let's...
Apollo GraphQL without JavaScript
29.1.2020
It's cool to see progressive enhancement being done even while using the fanciest of the fancy front-end technologies.
This is a button in a JSX React component that has a click handler applied directly to it that fires a data mutation Ajax request through Apollo GraphQL. That is about the least...
Israeli Regulators Request Feedback to Foster Blockchain Innovation
27.1.2020
Israel seeks public input to identify regulations stifling blockchain innovation
Alexander Vinnik Accused of Laundering Billions Through BTC-e Extradited to France
25.1.2020
Alexander Vinnik, the Russian-born IT specialist who spent over two years in detention in Greece, where he was arrested on a U.S. warrant, is now in Paris. The alleged BTC-e operator, suspected of laundering at least $4 billion through the now defunct crypto exchange, has been handed over to France...
SEC Issues Alert Against Initial Exchange Offerings
15.1.2020
The SEC has issued an alert to investors regarding initial exchange offerings. This warning is not an official statement on regulatory policy, but it does indicate the way the American market regulators view the practice and why many exchanges are shunning U.S. investors. Also Read: Telegram...
Understanding Async Await
9.1.2020
When writing code for the web, eventually you'll need to do some process that might take a few moments to complete. JavaScript can't really multitask, so we'll need a way to handle those long-running processes.
Async/Await is a way to handle this type of time-based sequencing. It’s especially great...
Court Denies SEC Request to Make Telegram Reveal ICO Bank Records
7.1.2020
The U.S. District Court for the Southern District of New York has denied the SEC’s request to compel Telegram to reveal its bank records
Telegram Rejects SEC Request to Hand Over Bank Records for TON
5.1.2020
Telegram Group, the company behind the TON blockchain project, has reportedly refused to share information with the SEC showing how much it spent of the $1.7 billion raised from investors in the past couple of years and where. In a recent court filing, the securities regulator alleges that Telegram...
Microbrowsers are Everywhere
3.1.2020
The word "microbrowser" clearly got my attention. Never heard that before. Colin Bendell defines them as the little parts of other software that do HTTP requests to a URL to generate a preview. Like the little URL preview in iOS messages, WhatsApp, or Slack.
I'm a tiny bit skeptical of the name...
French Businessman Detained for Stealing €1.2 Million in Crypto From His Partners
30.12.2019
An investigation launched on the request of a French startup has led to the indictment of a 37-year-old entrepreneur accused of stealing 182 BTC from the company he cofounded. Embezzlement of money is one the charges brought against him by the public prosecutor’s office in Paris. Also read:...
Craig Wright Attempts to ‘Reveal the Origin’ of Satoshi Nakamoto’s Name
21.12.2019
The Kleiman v. Wright lawsuit continues following the plaintiff’s request to Judge Reinhart asking him to overrule Craig Wright’s recent objections. Wright’s council has responded in a joint discovery memorandum asking for access to data tied to David Kleiman’s 15 computers....
Quadrigacx Founder Dead or Alive? Request for Exhumation and Autopsy Filed
14.12.2019
It has been a year since the founder of now-defunct crypto exchange Quadrigacx supposedly died in India. However, some 76,000 victims are still out of millions of dollars. A court-appointed lawyer representing them has now requested an exhumation and post-mortem autopsy in Canada of the dead body...
QuadrigaCX Victims Request Proof of Gerald Cotten’s Death By Exhuming Body
13.12.2019
Canadian law firm wants to exhume the body of Gerald Cotten, the deceased owner of the now-defunct crypto exchange QuadrigaCX
‘Request for Exhumation’: QuadrigaCX Creditors Ask for Proof That Cotten Is Dead
13.12.2019
Creditors of QuadrigaCX have asked the Royal Canadian Mounted Police to exhume and conduct an autopsy of the failed exchange’s founder, Gerald Cotten
The Politics of Destruction
6.12.2019
For some time now, I have been aware of a widespread fascination among many libertarians with Jim Bell’s “Assassination Politics” (AP). At my request, Robert Vroman has defended the merits of AP. In this article, I will argue that AP is just about the single worst idea that...