KissYagni

joined 1 month ago
[–] KissYagni@programming.dev 2 points 1 week 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.

[–] KissYagni@programming.dev 2 points 2 weeks ago

Wow, thanks for feedback. I've rephrased some of the sentences.

You remarks make me think a talk I had we a colleague. I thought for a very long time that univers were actually like what we describ through equation. There were really some "energy gauge", "mass", "speed", etc... until this colleague told me "That's just a model, it's not the reallity. it gives good results in its field of application, but it will always be just an approximation."

 

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 weeks 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 weeks ago

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

[–] KissYagni@programming.dev 1 points 3 weeks 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 1 month 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 1 month 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 1 month 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 😋)