- This page is a collection of some of the Advanced queries from the [[Datalog]] channel on the [[Logseq/Discord]] server. #datalog id:: 61db13f4-75e8-4f87-ad60-3ac3479c5fc8
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This file contains pin mappings and reasonable defaults for Prusa i3 MK3S | |
# printers. It will work with MK3 (non-S) by selecting the alternative filament | |
# sensor. References to common community mods are included as well. | |
# | |
[include mainsail.cfg] | |
[skew_correction] | |
[force_move] |
-
How RenVM Actually Works. What exactly is RenVM? And, how does it… | by Loong | Ren Project | Medium
#📈Kryptowaluty #DeFi #RenVM #Bitcoin #Ethereum #ERC20
- Versatile Decentralized, Trustless, and Permissionless Custodian
- You give BTC to RenVM, it holds that BTC, and it mints that BTC as an ERC20 (a.k.a. renBTC) on Ethereum with 1:1 ratio to ensure your renBTC is always backed by the same amount of BTC.
-
- RenVM stores the BTC in a network of decentralized nodes (called Darknodes).
- Once RenVM receives BTC, it immediately mints a 1:1 ERC20 representation, that individuals and DeFi apps can use
- it can be done hundreds of times per minute, at any time and in any amount without centralization, merchants, signatories, or friction, allowing the seamless movement of cross-chain digital assets (i.e. interoperability).
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
M862.3 P "[printer_model]" ; printer model check | |
M862.1 P[nozzle_diameter] ; nozzle diameter check | |
M115 U3.9.0 ; tell printer latest fw version | |
G90 ; use absolute coordinates | |
M83 ; extruder relative mode | |
M104 S160 ; set extruder temp BEFORE BED LEVEL | |
M140 S[first_layer_bed_temperature] ; set bed temp | |
M190 S[first_layer_bed_temperature] ; wait for bed temp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Metro library for timing: https://github.com/surik00/Arduino-Metro | |
#include <Metro.h> | |
#define RED_PIN 16 | |
#define GREEN_PIN 14 | |
#define BLUE_PIN 12 | |
#define ARR_LEN 6 | |
#define RGB_MAX 255 |
Intel i7-8750H nVidia GTX 1050 Ti
Summary of my findings (Please comment if you can get further than me) :
edit: 06/2019 guys in the comments have found workarounds and new solutions !
Most importantly : Lenovo refuses to provide any kind of support for their product on Linux, even though the computer is sold without an OS
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- flat list of postgres views depencency tree, sorted by depth | |
SELECT * FROM ( | |
-- Get every view & materialized view, assign a level 0 | |
WITH RECURSIVE t AS ( | |
SELECT | |
c.oid, | |
c.relname, | |
0 AS LEVEL | |
FROM pg_class c | |
JOIN pg_namespace ON c.relnamespace = pg_namespace.oid |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
http://www.junglebreaks.co.uk/breaks/action.wav | |
http://www.junglebreaks.co.uk/breaks/amen_brother.wav | |
http://www.junglebreaks.co.uk/breaks/apache.wav | |
http://www.junglebreaks.co.uk/breaks/assembly_line.wav | |
http://www.junglebreaks.co.uk/breaks/both_eyes_open.wav | |
http://www.junglebreaks.co.uk/breaks/cold_sweat.wav | |
http://www.junglebreaks.co.uk/breaks/do_the_do.wav | |
http://www.junglebreaks.co.uk/breaks/dont_change_your_love.wav | |
http://www.junglebreaks.co.uk/breaks/flow.wav | |
http://www.junglebreaks.co.uk/breaks/fools_gold.wav |
NewerOlder