KissYagni

joined 4 months ago
 

I'm currently playing with qiskit, the IBM Python library for quantum computing. I don't know if it is good or bad; I just took the first one I found.

[–] KissYagni@programming.dev 1 points 1 month ago* (last edited 1 month ago)

"Next-gen AI computing for seamless 3D Gaming"

What's AI has anything to do with 3D ? Apart maybe for DLSS and Neural Radiance Field, AI has nearly no application in current 3D gaming. Stop putting AI into fucking everything just to look cool !

[–] KissYagni@programming.dev 55 points 1 month ago* (last edited 1 month ago) (7 children)

"Bad abstraction is worse than duplication"

Oh shit, thank you so much for this part ! I don't even count number of time I had to face enthusiasts developers saying "These lines of code are very similar, let's factorize them ! "

And that's how MathManagerHelper class is born...

[–] KissYagni@programming.dev 4 points 2 months ago

I gave a try to jj. It's fine for personal projects or small team and make the workflow a bit easier. No more "git add; git commit; git push" each time you do a modification. You just "jj git push" and everything will be automatically pushed.

However, the biggest criticism I have is that he doesn't encourage to push every time. It really encourages you to keep your modif locally and push only to create a PR, and that's not a good approach.

Even if you code is WIP, even if everything crash, you really should push your code to backup it. Who cares ? As long as it is not on master branch, it's your own mess.

 

I finally understood the Deutsch Algorithm.

All the articles I found dealt with the equations too quickly, and my math is a little rusty. Also, I never studied tensor spaces in school, so handling tensor products is far from natural.

I detailed every single steps here: https://kissyagni.com/the-deutsch-algorithm.html

There are probably more compact method to explain the algorithm, but this the one that worked for me.

[–] KissYagni@programming.dev 2 points 3 months ago

Ok, fine, what's the point of generating commit message based on what's already inside the commit ?

Commit messages are supposed to give informations that are not in the modfied code. It's supposed to be the "why" you did this, not the "what" you did !

 

publication croisée depuis : https://programming.dev/post/36003106

I'm continuing digging into quantum computing with some Quantum gates acting on a single QBit. Next one will be on multiple Qbit gates.

Representing Bloch sphere with sketches is a bit challenging. I'll try to find a better way to do this.

 

I'm continuing digging into quantum computing with some Quantum gates acting on a single QBit. Next one will be on multiple Qbit gates.

Representing Bloch sphere with sketches is a bit challenging. I'll try to find a better way to do this.

 

Just started my journey into quantum computing. I hope this would help beginners to understand what the hell is this thing 😊

 

Hey, just want to share a new step in my learning of Quantum Computing. I've digged a bit into Quantum gates and tried to redo the math by hands. There are probably mistakes, but that how you learn things.

Btw, I've also recently moved from WordPress to pelican, codeberg and statichost.eu.

[–] KissYagni@programming.dev 3 points 3 months ago (2 children)

I never really understood the advantage of worktree over having just several clone of the repos on different folders.

Can someone explain me ? I should have missed smth.

[–] KissYagni@programming.dev 1 points 3 months ago

It was usefull for me. Not everyone is a webdev 🙂

[–] KissYagni@programming.dev 1 points 3 months ago (1 children)

Exactly what I needed !

I recently moved my blog from wordpress to markdown based using pelican and codeberg and I was looking for hosting solution.

I just managed to deploy it to statichost (https://kissyagni-blog.statichost.eu/). I struggled a bit with DNS redirection but it seems to work now. Can anyone confirm ? https://kissyagni.com/

[–] KissYagni@programming.dev 2 points 3 months ago

Yes, unfortunately, we don't have time to learn everything, we have to choose. Sys engineer is a rabbit hole which is too deep for me, I prefer spending time on other things.

Currently, I'm into quantum computing. I'm configuring the uConsole so I can easily edit my blog on the go.

[–] KissYagni@programming.dev 1 points 3 months ago (2 children)

No, I have a uConsole on which I experiment various things: WM, kernel, tray bar, etc... So yes, when I want a quick and dirty solution to see if it work, I just ask mistralAI for a command. I have a rough idea of what's going on, but I'm not a sys engineer and I don't care about all the subtilities of using systemd, init.d, cron, xinit or whatever solution to run a driver at startup.

I don't care about stability or integrity, as it's just a toy and I just wipeout the system when it become too unstable 😉

[–] KissYagni@programming.dev 1 points 3 months ago (4 children)

I've installed several windows managers, bash, kernel, etc... without really knowing what I'm doing. It help me quickly check on which config I am.

 

Just moved my blog from wordpress to Pelican. I was pissed of by the wysiwyg interface and was looking for simple markdown based blog engine.

Pelican is great and easily customisable with theme. It can also be deployed on a gitlab/github/codberg/whatever page (next step 😋)