git diff Taco Carne Asada
and was told
fatal: ambiguous argument 'Taco'
😢
#tech #dev #software #git #danger
Finally reviewed LazyGit!
Amazing #dev & #devops tool for #git
https://jelloeater.me/review/lazygit/
Applications for the 25/26 program of the Apple Developer Academy in Napoli 🇮🇹 are open! Meet hundreds of people from all over the world, make friends for a lifetime and grow as a human.
https://www.developeracademy.unina.it/en/enrollment/
Especially non tech people applying, don’t be worried! You’ll learn tech here. Diverse interests in other fields will help you much more. I would love to see you in our wonderful community here in Napoli one time ☺️
Penpot is a free open source interface design platform based around open standards. It's web-based and can be used collaboratively on any OS. You can follow their video account at:
➡️ @penpot_app
There are already over 80 videos uploaded. If these haven't federated to your server yet, you can browse them all at https://peertube.kaleidos.net/a/penpot_app/videos
You can also follow their non-video account at @penpot
#FeaturedPeerTube #UI #UX #Interface #FOSS #Dev #Prototyping #PeerTube #PeerTubers
Just performed a technical interview and during one of the discussions the candidate end up with the following code in codepad: struct S { int x = x; };
A bit to my surprise it compiled successfully with the codepad built-in GCC 12.
Then I was wondering what does that even mean.
It turns out that in C++20 this is a syntactically correct designated initializer for a non-union aggregate. And no one explicitly forbids it from being self-referential!
So basically that's attempt to assign the x value to the same x. Before it was initialized. And yes, that's possible, and yes, that's UB.
The more I see C++ code the more I grow an opinion "You can type any random string into modern C++ compiler and it would compile successfully. And it will contain at least one UB."
Feel like I really not updating a lot of my old project but today is the day I do!
finally updated my fork of imgs (A simple image sharing platform) imgp to support account, image management and API creation besides the original S3 storage modification