Mindblown: a blog about philosophy.

  • Decentralised Crypto Exchanges? DEX Explained:

    A decentralised exchange (DEX) is an increasingly popular method to trade cryptocurrencies. Unlike a traditional or centralised exchange (CEX), a DEX does not have a company or intermediary settling trades between buyers and sellers. Instead, a DEX uses software and coding to automatically match buyers and sellers and finalise the peer-to-peer (p2p) exchange transaction. At…

  • Future of Automated Market Makers

    Automated Market Makers are evolving to address specific functional issues such as the problem of capital inefficiency. Uniswap 3.0 allows users to set price ranges where they want their funds to be allocated. This is creating a far more competitive market for liquidity provision and will likely lead to greater segmentation of DEXs. The options…

  • Automated Market Maker FAQs

    Why are AMMs popular? Choice of tokens – There is a huge and growing number of cryptocurrencies but only a tiny proportion are supported by centralised exchanges. AMMs fill the gap in the market as there are no restrictions on what coins can be listed so long as liquidity can be incentivised. No KYC – The DEX…

  • What is best automated crypto trading platform? 

    If you are looking for the best automated crypto trading platform there are a few key considerations which should look out for: Market depth The depth of the particular market you want to trade into – the available liquidity – will determine any slippage in the price as you execute an order. You can use…

  • HTML Computer Code Elements

    The computer has a special formatting and text style for displaying the messages that are connected to codes. There exist different computer code elements in HTML. The HTML <code> tag The HTML <code> tag inserts fragments of a program code, variables, etc. into an HTML document. In the browser, the code is displayed in a monospaced font of…

  • HTML File Paths

    A file path defines the location of a file in a web site’s folder structure. A file path is used when we link to such external files like: web pages images JavaScripts style sheets There exist absolute and relative file paths. Absolute File Paths An absolute file path is the URL to access an internet file. Example…

  • HTML Styles – CSS

    CSS is used to style HTML. It determines how the HTML elements appear on the screen, paper, or in other media. CSS saves a lot of work. It can control the layout of several pages all at once. You can add CSS to HTML elements in 3 ways: Inline, where the style attribute is used in HTML elements. Internal, where the <style> element…

  • HTML Scripts

    A script is a small piece of a program embedded in web pages to make them dynamic and interactive. For example, with scripts, you can create a pop-up box message, a dropdown menu, etc. JavaScript is the most common scripting language used on websites. You can also use the <script> element with other languages (e.g. WebGL’s GLSl…

  • HTML Block and Inline Elements

    HTML is composed of different elements that create blocks of web pages. These elements are divided into “block-level” elements and “inline” elements. It is possible to change an element from block to inline or vice versa using the CSS display property. Block-level Elements A block-level element is an HTML element that starts on a new line and…

  • HTML Tables

    In HTML, you can create tables for your website using the <table> tag in conjunction with the <tr>, <td> and <th> tags. The HTML tables allow displaying the data (e.g. image, text, link) in columns and rows of cells. Table rows can be grouped into a head, foot, and body sections through the <thead>, <tfoot> and <tbody> elements, respectively. In HTML5, we can place <tfoot> either before…

Got any book recommendations?