Houston Bova

@zethtren
25 Followers
52 Following
343 Posts
@khalidabuhakmeh I usually focus on all the admin type stuff on Mondays. That way I get a game plan for the week. Sometimes I get some more technical work done in the afternoon. But it really just depends.

@wiredprairie Oh! I’ve run into that issue as well! Not on Axum though. Where I encountered it the error messaging was a bit more clear although equally frustrating to debug. 😅

Glad you figured it out though!

@mike It’s accessibility for me in reverse. :/ I’m prone to migraines and high contrast / bright backgrounds trigger them much more frequently.

90% of sites I end up dealing with cater the opposite direction 🥲

@mike Yeah light modes are definitely an accessibility issue for some. Especially people with older eyes that don’t see as well.

If there is only 1 mode though I 100% prefer they start with dark. 😅

@wiredprairie I had issues with Appstate a while back. I wasn’t including the state on the route using with_state() properly. Not sure if this applies here. One thing that I see those is impl IntoResponse.

I had to replace that with Response and call into() on the return values. The issue with IntoResponse is it still only allows one type. Which can be fine if you only have 1 valid return but trickier if you need to return a redirect or something on a different case.

@lukasrotermund nixOS on 3 pcs (13900k + 3090 + 64GB DDR5, 5600G + 3060 + 128GB DDR4, 7950h + 2060m + 32GB), awesomewm, Neovim, docker, Kubernetes, Rust, Python, Wezterm.
@Ophitoxaemia I must be doing pretty well then considering I only have 1 😅

@nrc This is similar to my issue. I think that cloning should be considered expensive. It’s easy to reach for interim lifetime issues but, shouldn’t be default behavior.

If it is implemented I would like the ability derive it on specific types as opposed to having it as a default behavior for any.

@ThePinkHacker @nixCraft Careful or you’ll turn into a functional programmer. 😅

Iterations are really great though. They provide a lot more context and allow for more design patterns than for loops. They can make external mutable state a little tricker. But, Rust, for the most part pushes you away from that anyways.

@vincentbiret @khalidabuhakmeh Yeah I mean the whole process is pretty cheap / easy, but our ISP here (like I said) does it because it benefits them as much as us. They will be “lazy” though. Like last time I moved a server from one room to another and asked to get the cable run there. Instead of wiring a new path the left the wall port in the old room and just pulled the cable over to the new one.