This file contains hidden or 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
| # found by doing this: | |
| # curl https://gist.githubusercontent.com/atroche/d7ba240a1bd3965ada6acabd50c6edcf/raw/3300bede544229e58fb9ee254057b978de1e95fe/second_syllable_list.txt| xargs -I _ dig +all _.urbit.org|grep -E '^[^u].*IN.*A.*\d' | |
| zod.urbit.org. 13 IN A 35.247.119.159 | |
| dys.services. 1188 IN A 34.91.229.119 | |
| del.urbit.org. 97 IN A 129.21.49.95 | |
| ped.urbit.org. 97 IN A 104.236.82.164 | |
| feb.urbit.org. 98 IN A 34.82.25.47 | |
| rys.urbit.org. 98 IN A 23.239.12.212 | |
| tyd.urbit.org. 98 IN A 157.245.172.189 |
This file contains hidden or 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
| zod | |
| nec | |
| bud | |
| wes | |
| sev | |
| per | |
| sut | |
| let | |
| ful | |
| pen |
This file contains hidden or 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
| exec = require('child_process').exec; | |
| function getRandomInt(min, max) { | |
| min = Math.ceil(min); | |
| max = Math.floor(max); | |
| return Math.floor(Math.random() * (max - min)) + min; //The maximum is exclusive and the minimum is inclusive | |
| } | |
| function sleep(ms) { | |
| return new Promise((resolve) => { | |
| setTimeout(resolve, ms); | |
| }); |
This file contains hidden or 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
| Log uploaded on Monday, February 24, 2020, 7:17:11 PM | |
| Loaded mods: | |
| Core: (no assemblies) | |
| HugsLib[ov:6.2.0]: 0Harmony(2.0.0.4), HugsLib(av:1.0.0.0,fv:6.1.3) | |
| RimHUD: 0Harmony(2.0.0.4), RimHUD(1.6.1.0) | |
| Wall Light: WallLight(1.0.0.0) | |
| QualityBuilder: 0Harmony(2.0.0.4), QualityBuilder(1.0.10.0) | |
| Vanilla Weapons Expanded - Laser: 0Harmony(2.0.0.4), CompOversizedWeapon(1.18.0.0), RRO(1.0.0.0), VanillaWeaponsExpandedLaser(1.0.0.0) | |
| Vanilla Furniture Expanded - Art: 0Harmony(2.0.0.4), ToggleBuildingDefOnPower(1.0.0.0) | |
| Vanilla Animals Expanded — Australia: 0Harmony(2.0.0.4), ModCheck(0.0.0.0), NocturnalAnimals(1.0.0.0) |
This file contains hidden or 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
| [src/breedery/disco_stu.rs:74] &monkey_dna = DNA { | |
| actions: [ | |
| Type( | |
| Type { | |
| words: "turn off computer", | |
| }, | |
| ), | |
| Click( | |
| Click { | |
| selector: "a", |
This file contains hidden or 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
| #[derive(Debug)] | |
| struct MyKey(String); | |
| impl From<&'static str> for MyKey { | |
| #[inline(always)] | |
| fn from(data: &'static str) -> MyKey { | |
| MyKey(data.into()) | |
| } | |
| } | |
| impl From<String> for MyKey { |
This file contains hidden or 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
| thread 'main' panicked at 'slog::Fuse Drain: Custom { kind: Other, error: "other error" }', /home/alistair/.cargo/registry/src/github.c | |
| om-1ecc6299db9ec823/slog-2.5.2/src/lib.rs:1914:33 | |
| stack backtrace: | |
| 0: backtrace::backtrace::libunwind::trace | |
| at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.37/src/backtrace/libunwind.rs:88 | |
| 1: backtrace::backtrace::trace_unsynchronized | |
| at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.37/src/backtrace/mod.rs:66 | |
| 2: std::sys_common::backtrace::_print_fmt | |
| at src/libstd/sys_common/backtrace.rs:77 | |
| 3: <std::sys_common::backtrace::_print::DisplayBacktrace as core::fmt::Display>::fmt |
This file contains hidden or 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
| { | |
| "id": "1", | |
| "type": "anime", | |
| "links": { | |
| "self": "https://kitsu.io/api/edge/anime/1" | |
| }, | |
| "attributes": { | |
| "createdAt": "2013-02-20T16:00:13.609Z", | |
| "updatedAt": "2019-09-15T10:28:08.114Z", | |
| "slug": "cowboy-bebop", |
This file contains hidden or 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
| Serverless: Building native Rust mvp func... | |
| error: failed to load source for a dependency on `headless_chrome` | |
| Caused by: | |
| Unable to update /home/alistair/code/rust/headless_chrome | |
| Caused by: | |
| failed to read `/home/alistair/code/rust/headless_chrome/Cargo.toml` | |
| Caused by: |
This file contains hidden or 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
| -----BEGIN PGP SIGNED MESSAGE----- | |
| Hash: SHA512 | |
| https://www.reddit.com/r/rust/comments/cohft5/chromium_document_that_mentions_rust/ewk36ya/?context=3 | |
| -----BEGIN PGP SIGNATURE----- | |
| Version: Keybase OpenPGP v2.1.3 | |
| Comment: https://keybase.io/crypto | |
| wsBcBAABCgAGBQJdT2fDAAoJEFzLk5Yd5tGQzuQH/2IdxdZ2vOtFwCYKUg47XweQ | |
| IUtqKO4IIYSnM2FxYZb66s+qdFwCUyiUYd0uWc+XxnDd6kho0McfhwplzhUkvFqu |