I resisted at least 5 minutes before porting everything to async Rust. You can't say I didn't try 🤷
@bloootz Жыл бұрын
Wow a month full of content! We are in for a treat!
@fasterthanlime Жыл бұрын
For context: this comment was posted when I enabled "Set as premiere" for the remaining 5 parts of this series and they popped up on people's homepages. I have since disabled that setting.
@vcokltfre Жыл бұрын
"So I wanted to kill a child" - Amos, 2023
@KhoaNguyen96 Жыл бұрын
Sometimes, you gotta kill a child
@565paolo Жыл бұрын
When you talked about Postgres notifications a Fireship Ad started talking about Cassandra WTF 😂
@fasterthanlime Жыл бұрын
Ah, ad targeting is a lost art.
@tokiomutex4148 Жыл бұрын
async Rust: I am inevitable
@Jplaysterraria Жыл бұрын
To depend on another recipe with just, you can "just" use make syntax: ```justfile build: ... run: build ... ``` I think there are some footguns when runing `just` inside of a recipe (I think in some cases it `cd`s into directories and your recipes might not be available)
@fasterthanlime Жыл бұрын
Mhh I thought just cd'd into the Justfile directory before running? I think that tip is useful but most of the time it does the right thing!
@Jplaysterraria Жыл бұрын
@@fasterthanlime it "should" do the right thing, but you can expect better error messages if you don't call just inside of itself... I say should because I haven't found the corner cases yet :)
@BNakato Жыл бұрын
Awesome stuff!! Your font size is killing my old eyes though.
@fasterthanlime Жыл бұрын
Sorry about that! I'll try to be more mindful of it moving forward (for future series, that one is fully shot and edited)
@manojkarthick Жыл бұрын
Hi Amos, thanks for the quality rust content - but I wish more time was spent explaining why this would make things faster rather than just jumping into implementation. I still don’t totally get how and why this would speed things up.
@jpbhdrey Жыл бұрын
Hi, Amos. Good video as always! What is the shortcut used to resize windows in windows11 with mouse clicks?
@fasterthanlime Жыл бұрын
It's a utility called AltSnap, you can find it on GitHub!
@jorgeosorio1613 Жыл бұрын
muy buena la edicion 👌
@danielrotzer4879 Жыл бұрын
Could you please share your custom keybindings you use for VSCodeVim? Would really help me out.
@hayesall Жыл бұрын
How are you moving your windows around like that?
@fasterthanlime Жыл бұрын
On Windows I use AltSnap: github.com/RamonUnch/AltSnap/releases - it's a fork of AltDrag that's actually maintained.
@hayesall Жыл бұрын
@@fasterthanlime Thanks, I'll have to try this out! Have you sketched out a video on your setup/dotfiles/etc.? You have tons of productivity hacks and I feel like I learn something extra from all your videos.
@itytYT Жыл бұрын
I don't understand why using a proxy between the app and another proxy will make deployments faster...
@fasterthanlime Жыл бұрын
Because deployments will then completely bypass "pushing an image, spinning up new replicas, etc", the typical kubernetes dance that Control Plane does. Instead, the same replica will run another set of Deno/Fresh/Typescript sources. Hope this helps!
@itytYT Жыл бұрын
@@fasterthanlime Oh ok, thanks for the answer. Je te souhaite bon courage pour la suite !
@FruchteisMitErdbeer Жыл бұрын
This is almost completely impossible to follow without already knowing exactly what you're doing
@fasterthanlime Жыл бұрын
Sorry about that! I did my best with recaps. It was that or a single feature-length (98 minutes) video 🤷♀️ I hope it gets better with the next few parts (that do have commentary in the "this is what we're trying to do now" style), but if not, I'll have tried. Oh well.
@BeffJezos69 Жыл бұрын
@@fasterthanlime To be fair. I think a 98 minute video would be easier to follow. Long form is good,
@doce3609 Жыл бұрын
It's pronounced Squeal my friend.
@fasterthanlime Жыл бұрын
I actually like that, I just doubt I'll remember it.