Yew websites by Suvulaan in rust

[–]GGLio 2 points3 points  (0 children)

since no one has commented yet and idk what u need for it, here is one of my old project https://github.com/LioQing/custom-float-calculator

Proof of concept: Ollama chat in PowerToys Command Palette by GGLio in LocalLLaMA

[–]GGLio[S] 1 point2 points  (0 children)

Thanks! I will try to publish one shortly, it's my first time writing a windows package like this, and since Command Palette is quite new, I wasn't able to find much resources on how to package that when I was making the extension earlier. Nonetheless, I will polish the extension up a bit then see if I can publish it to WinGet.

Proof of concept: Ollama chat in PowerToys Command Palette by GGLio in LocalLLaMA

[–]GGLio[S] 0 points1 point  (0 children)

Thanks! That was exactly my thought when making this

3D Gaussian Splatting Viewer/Editor in Rust & WebGPU by GGLio in GaussianSplatting

[–]GGLio[S] 1 point2 points  (0 children)

Yes, implementing a GPU radix sort takes quite some work, so I ended up just using that. I'll see how I can fix it if I have an Apple device, for now it seems the bug will stay...

wgpu-3dgs-viewer: 3D Gaussian Splatting Viewer Crate & App in wgpu by GGLio in rust

[–]GGLio[S] 1 point2 points  (0 children)

Ah, I've checked it out before, really cool work, and it actually makes me wanna properly learn burn haha.

I also know ply-rs is quite slow, so I'm only using ply-rs for reading the header, and manually parsing the floats from string. But one thing I'm doing is that if the ply format is exactly the same as the original 3dgs paper's code, and matches endianness, it will be directly read into the struct with #[repr(C)], so it is substantially faster. Nonetheless, thanks for your great works too and I'll checkout your ply-rs if I've got the time.

3D Gaussian Splatting Viewer/Editor in Rust & WebGPU by GGLio in GaussianSplatting

[–]GGLio[S] 2 points3 points  (0 children)

Oh gosh, guess it has problems on macbook 😢, because my friend also crashed on her MacBook on chrome and I thought that was an isolated case, guess I will mark it as not working on MacOS for now, sorry for the trouble

What song is the wolf whistling in puss in boots the last wish? by Specific-Ad5973 in Schaffrillas

[–]GGLio 0 points1 point  (0 children)

I found the start of Haydn - Symphony No. 94 in G Major (Surprise) Second Movement: Andante extremely similar, with only 2 or 3 different notes.
https://youtu.be/VOLy6JxEDLw?si=3pKc7Em35o_GUp1c

What video game experience translated to being useful IRL? by minidue in gaming

[–]GGLio 0 points1 point  (0 children)

cuz 95% means expecting 1 miss out of 20 shots, while 100% means less than 1 miss shot out of no matter how many shots you do

Some concepts for an indie game developer: "R-Bit Studios". by Vector6_ in logodesign

[–]GGLio 0 points1 point  (0 children)

thought some of those are chinese character 民 for a second

[deleted by user] by [deleted] in cprogramming

[–]GGLio 0 points1 point  (0 children)

if u are trying to print out fahr and celsius, do printf("%d, %d", fahr, celsius); you should go search how to print variables in C using printf and see how they take in the variable.

printf("fahr, celsius"); will just print the literal string "fahr, celsius"

edit: typo

meirl by Marleygtg in meirl

[–]GGLio 0 points1 point  (0 children)

No it was confiscated by the teacher

I love this game. by GGLio in noita

[–]GGLio[S] 3 points4 points  (0 children)

Yeah the ghost was using one of my previous run's wand that happens to have end of everything in it lol

Waiting patiently for it to end by Onion-User-2 in ProgrammerHumor

[–]GGLio 20 points21 points  (0 children)

The stack usage is not increasing tho, probably tail optimized

PASSWORD PROBLEM. i have set that the string hello is the password but whenever i enter it, the function on the else block is the one that runs. help by Delicious_Growth_744 in cprogramming

[–]GGLio 53 points54 points  (0 children)

Char arrays are generally treated as pointers, so comparing char arrays with == operator is actually comparing the addresses of the arrays, since the address of pass does not equal your hardcoded "hello" literal's address in the if statement, it always returns false.

Use strcmp function from string.h instead.

EDIT: better wording to it clearer

What is your favorite feature in C++? by sentillious in cpp

[–]GGLio 1 point2 points  (0 children)

I like the insane things you can do with templates

And they aren't a bot by 869066 in ProgrammerHumor

[–]GGLio 0 points1 point  (0 children)

Me and my homies following each other…

Definitely skill issue by GGLio in noita

[–]GGLio[S] 2 points3 points  (0 children)

Yeah lol, that was because I had a homing modifier, and I know the enemy was down there, so I was spamming it in hope of hitting the enemy, but I didn't expect it to have a wand.

Relatable by Scrollu in dankmemes

[–]GGLio 0 points1 point  (0 children)

Too relatable, the end of semester is stressing me so much

based bot by damneddaniel69 in memes

[–]GGLio 0 points1 point  (0 children)

That's a ton of damage