#travle #745 +0 (Perfect)
✅✅✅✅
https://travle.earth/
Connections
Puzzle #538
🟦🟨🟨🟨
🟨🟨🟨🟨
🟪🟩🟩🟩
🟩🟩🟩🟩
🟦🟦🟦🟦
🟪🟪🟪🟪
#travle_usa #527 +0 (Perfect)
✅✅✅✅
https://travle.earth/usa
#travle #713 +1
🟧✅✅✅✅✅✅✅✅✅
https://travle.earth/
I did Brazil for my first guess… because you can always go either Brazil->Columbia or Peru->Columbia to get to Central America. But I couldnt remember the exceptions, which are Venezuela and Ecuador, which border Columbia directly 🫠
#travle #712 +0 (1 hint)
✅🟩❓✅✅
https://travle.earth/
#Searchle 523 2/6
⬛⬛🟨⬛🟩🟩
🟩🟩🟩🟩🟩🟩
https://searchle.net/
Decipher #158
deciphered in ⏱️ 1m 28s
⭐⭐⭐⭐⭐
https://decipher.wtf/
#travle #706 +1 (3 hints)
✅✅✅✅❓❓❓✅🟥✅
https://travle.earth/
#travle_usa #519 +0 (Perfect)
✅✅✅
https://travle.earth/usa
Decipher #153
deciphered in ⏱️ 16m 18s
⭐⭐
https://decipher.wtf/
#travle #705 +0 (Perfect)
✅✅✅✅✅✅✅✅✅
https://travle.earth/
the studying has paid off
#travle #694 +0 (3 hints)
✅✅✅✅✅
https://travle.earth
I really only got one, and then used all the hints lol
Looks to be in the works which makes me very happy. If you use nightly, make sure browser.tabs.groups.enabled in about:config is enabled
Very similar to mine. Although for me the ball was white and rolled right
I thought it was interesting I could only see the arm, probably because I wouldn’t be able to picture the full body
Something i didnt know for a long time (even though its mentioned in the book pretty sure) is that enum discriminants work like functions
#[derive(Debug, PartialEq, Eq)]
enum Foo {
Bar(i32),
}
let x: Vec<_> = [1, 2, 3]
.into_iter()
.map(Foo::Bar)
.collect();
assert_eq!(
x,
vec![Foo::Bar(1), Foo::Bar(2), Foo::Bar(3)]
);
Not too crazy but its something that blew my mind when i first saw it
a different comment was saying ricing has a sense of being overdone. So with this I was thinking of “overtuning.” I think it fits more as a hobbyist term than a pragmatic one.