deviaze
deviaze.bsky.social
deviaze
@deviaze.bsky.social
luau > roblox
i still call it 'mutt' tho i know better
August 9, 2025 at 3:28 PM
idk i feel the exact oppositely, c/++ feels insane to me and rust is nice and expressive and most importantly, helpful
May 17, 2025 at 8:41 PM
huh that's interesting! i had to compile a (nontrivial) zig project once or twice and had an opposite experience; felt like it took forever and still produced a binary in the multi-MB, similar to somewhat equivalent ones written in Rust. Are you stripping the bin + binding to system libs?
May 14, 2025 at 10:13 PM
theres some good clippy lints for this you can enable; really saved my ass on some edge cases
May 14, 2025 at 9:41 PM
dw i write rust at home and python at work (slowly convincing the team to switch to Rust-written tooling for python)
May 14, 2025 at 9:41 PM
i mean if i need a real number number and not a spicy string i'll use i32 or i64 ofc if they need to be bigger, but i usually don't worry abt it until i need to
May 14, 2025 at 9:36 PM
i lov Vec<u8>, but otherwise when i need to deal w/ numbers i just figure out how to (safely) convert whatever i have into whatever makes the apis im using happy
May 14, 2025 at 9:34 PM
Glad u asked :) Best way IMHO is learning how to read documentation. The Creator Hub is typically the best way to get info, as video tutorials can be outdated. Start with learning the Luau programming language (luau.org) and get familiar with array & dictionary-like tables, functions, and callbacks!
Luau
Luau (lowercase u, /ˈlu.aʊ/) is a fast, small, safe, gradually typed embeddable scripting language derived from Lua.
luau.org
December 29, 2024 at 6:46 PM
todo!() my beloved
December 11, 2024 at 8:04 AM
I implemented my own gesture lib by hooking into libinput and running ydotool and kdotool commands. It worked great in x11 but I'm hitting conflicts with Plasma 6 Wayland's gestures, which are hardcoded and can't easily be turned off :/. Does your lib support Plasma?
November 18, 2024 at 1:03 AM
November 17, 2024 at 5:28 AM
match expressions my beloved
November 17, 2024 at 5:27 AM
ameow x2
November 1, 2024 at 11:04 AM
bro even if these are basic asf u need to stop selling urself short and charge a reasonable price. minimum is around 800 for really simple stuff, but probably closer to around 1-3k robux is reasonable. I'm used to prices being in USD tho, so $8.99 -> $15ish min.
November 1, 2024 at 10:58 AM
Mostly just looking things up whenever I need to, the helpful rustc compiler errors, rust-analyzer, and Copilot.
November 1, 2024 at 4:19 AM