STREAM: Let's build a Live2D MOC3 loader & renderer in Rust! 🦀
Now we know how it works, so let's implement it!
What Rust graphics API should I use~?
✨ Important FAQ✨
lina.yt/moc3faq
🕐 Jun 14 13:00 JST / 04:00 UTC
▶️ www.youtube.com/live/zLyIQxK...
#VTuber #ENVTuber #Live2D
Apparently this had something to do with an app that does not pass GateKeeper having been set as default open app for this file type, or capable of opening it... even though I was trying to open it with another app, and even though GK had already been manually bypassed for the other app...???
Is NFS better? I was under the impression that macOS preferred SMB these days... but the whole POSIX semantics over SMB thing seems to be not quite right...
Okay so that was a silly bug in Samba.
bugzilla.redhat.com/show_bug.cgi...
I tried to report it upstream, but apparently you have to manually ask by email to sign up for their bugzilla so I gave up...
So... nobody has noticed that vfs_fruit is just totally broken with tools like `mv`??? ^^;;
Is there any way to make macOS play well with Linux Samba? I'm getting all kinds of weird behavior like `mv` not working and files ending up with mode 000 that can't be changed.
I'm about to start tcpdump... but I can't be the only one running into this right???
Cyan: I've been reading that cryptography book and I have a few questions for you~
Me: Oooh, what questions?
Cyan: Like, what's a homophobic cipher?
Me: A... what???
Cyan: Homophobic cipher!
Me: .......
Me: You mean homomorphic cipher don't you.
Cyan: Tehe~
macOS is refusing to let me open... a patch file... that I just wrote myself and re-downloaded from the bug tracker????
Hello? This is a patch file, not a binary? GateKeeper are you okay?????
OK I might be getting somewhere. The files ending up as mode 000 is correct (mv does that transiently, on purpose), the problem is Samba is refusing to let the client open-for-chmod after that even though I'm the owner...
Reading Samba code now...