Search

Nalezeno "Requests": 189

Kraken Reveals 49% Increase in Law Enforcement Investigations


The publication of crypto exchange Kraken’s 2019 Transparency Report has provoked discussion about the scale of government surveillance. According to the report, Kraken received 710 requests last year (or two per day), impacting approximately 1,222 accounts. The report provides further...

SLP Devs Publish Code Bounties With $2,500+ in Crypto Rewards


While a number of software developers work on the Simple Ledger Protocol (SLP) framework, SLP devs are still looking for other contributors to help foster the protocol’s ecosystem. In order to help bolster SLP development, the simpleledger.cash website has published requests for bounties...

Microbrowsers are Everywhere


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...

Greek Court Suspends Decision to Extradite Alexander Vinnik


The Supreme Administrative Court of Greece has suspended a decision to extradite the alleged BTC-e operator Alexander Vinnik. The temporary measure has been imposed to allow the review of an appeal against the extradition. The Russian national, accused of laundering billions of dollars through...

Raw GraphQL Querying


GraphQL has all kinds of awesome tooling built around it. But like everything on the web, it ultimately comes down to data shootin' across the ol' network and responses coming back. If you need to talk to a GraphQL API endpoint, you don't absolutely have to use some kind of framework or library...

What happens when you open a new install of browsers for the 1st time?


Interesting research from Jonathan Sampson, where he watches the network requests a browser makes the very first time you launch it on a fresh install, and otherwise do nothing. This gives you a little insight into what kind of information that browser wants to collect and disseminate. This...

Automatically compress images on Pull Requests


Sarah introduced us to GitHub Actions right after it dropped about a year ago. Now they have improved the feature and are touting its CI/CD abilities. Run tests, do deployment, do whatever stuff computers do! It's essentially a YAML file that says run this, then this, then this, etc., with...

Creating a Maintainable Icon System with Sass


One of my favorite ways of adding icons to a site is by including them as data URL background images to pseudo-elements (e.g. ::after) in my CSS. This technique offers several advantages: They don't require any additional HTTP requests other than the CSS file. Using the background-size property...

Fetching Data in React using React Async


You’re probably used to fetching data in React using axios or fetch. The usual method of handling data fetching is to: Make the API call. Update state using the response if all goes as planned. Or, in cases where errors are encountered, an error message is displayed to the user. There will always...

Nahoru
Tento web používá k poskytování služeb a analýze návštěvnosti soubory cookie. Používáním tohoto webu s tímto souhlasíte. Další informace