i still call it 'mutt' tho i know better
09.08.2025 15:28 β π 0 π 0 π¬ 0 π 0@deviaze.bsky.social
luau > roblox
i still call it 'mutt' tho i know better
09.08.2025 15:28 β π 0 π 0 π¬ 0 π 0idk i feel the exact oppositely, c/++ feels insane to me and rust is nice and expressive and most importantly, helpful
17.05.2025 20:41 β π 0 π 0 π¬ 0 π 0huh 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?
14.05.2025 22:13 β π 0 π 0 π¬ 1 π 0theres some good clippy lints for this you can enable; really saved my ass on some edge cases
14.05.2025 21:41 β π 1 π 0 π¬ 1 π 0dw i write rust at home and python at work (slowly convincing the team to switch to Rust-written tooling for python)
14.05.2025 21:41 β π 2 π 0 π¬ 0 π 0i 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
14.05.2025 21:36 β π 0 π 0 π¬ 0 π 0i 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
14.05.2025 21:34 β π 1 π 0 π¬ 2 π 0Glad 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!
29.12.2024 18:46 β π 1 π 0 π¬ 1 π 0todo!() my beloved
11.12.2024 08:04 β π 0 π 0 π¬ 0 π 0I 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?
18.11.2024 01:03 β π 1 π 0 π¬ 1 π 0#discord
17.11.2024 05:28 β π 0 π 0 π¬ 0 π 0match expressions my beloved
17.11.2024 05:27 β π 1 π 0 π¬ 0 π 0discord down? pls come back we were in the middle of a bikeshed
17.11.2024 05:23 β π 0 π 0 π¬ 1 π 0Always π
Don't make me tap the sign
ameow x2
01.11.2024 11:04 β π 2 π 0 π¬ 0 π 0bro 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.
01.11.2024 10:58 β π 1 π 0 π¬ 1 π 0damn this new Rust gameplay update hits diff. much better w/ catpuccin mocha + real syntax highlighting #rustlang
01.11.2024 04:30 β π 5 π 0 π¬ 1 π 0Mostly just looking things up whenever I need to, the helpful rustc compiler errors, rust-analyzer, and Copilot.
01.11.2024 04:19 β π 1 π 0 π¬ 0 π 0