I don't have first hand experience with it, I also don't get how it would help me. Maybe I need to look at it some more.
Masterkraft0r
As an embedded firmware guy for 10ish years:
C can die in a fire. It's "simplicity" hides the emergent complexity by using it as it has nearly no compile time checks for anything and nearly no potential for sensible abstraction. It's like walking on an infinite tight rope in fog while an earth quake is happening.
For completely different reasons: The same is true for C++ but to a far lesser extent.
notion is also not FOSS though. and i had bad experiences with the mobile app when cell service is bad.
do i smell milk on the way to spoiling? hmm granted, i might be wrong but i really don't think i am.
das is so ein Brandolini's Law ding. ich unterstell deiner mutter da jetzt keine böse absicht, aber es is halt viel einfacher irgendwas zu unreflektiert wiederzugeben was man irgendwo gehört hat als sich gedanken zu machen.
I'm this close to buying a k8 ;) need to sleep over it thanks :)
they seem to be great. i'll be looking at those some more ;) thanks
yeah keychron seems to be the way to go. the k2 and k8 are great contenders. thanks
edit: add thanks
Thanks. I'm currently looking at keychron keyboards. the k8 might also be interesting. it doesn't have to be super small, just without the numpad is fine.
edit: add also
thanks but no. I definitely won't learn a new keyboard layout.
hoo boy... see this is the problem with machine learning being called AI... we talk in technically minded spaces about what a computer program thinks and nobody stops to think by themselves if this is even a sensible thing to say. which it is just not. ¯_(ツ)_/¯
I'm aware. I write C++17 and I try to be informed what the best praticed are for whatever version of whatever language I'm writing at the moment. But that's actually a reason to not like C++. It's painfully backwards compatible and what was good pratice isn't anymore because now there's a better one, but that better pratice isn't in anyway enforced because of backwards compatibility. And also I don't like templates, generics are superior to me, but that's a me thing.