Spyke

Replies

fahrrad

Comment on

FAZ: Radeln in der Großstadt : Wie ich mich radikalisiert habe

Reply in thread

Ich stimme da zu, aber meiner Meinung nach lenkt diese Argumentation von dem eigentlichen Problem ab, nämlich das Autos tödlich sind, und meistens nicht für den Mensch der drin sitzt. Auch als als Lösung für die Unzufriedenheit sind Fahrräder besser geeignet als mehr Autos.

Also, ich denke Unzufriedenheit und Gefährlichkeit sind zwei wichtige aber unterschiedliche Probleme.

Comment on

*Permanently Deleted*

Reply in thread

Actually one of the few languages you can learn in its completeness in less than a day, so I wouldn't really say it's "hard to understand". More like hard to read and understands programs written in it.

godot

Comment on

Should i go with godot? as an absolute beginner?

I know that a lot of other comments recommend Godot, but I would seriously consider not starting out with a game engine when learning to code. It's another huge time sink and source of frustration and can even teach bad coding practices.

Start learning programming with a small and easy language like Python, Lua or JavaScript. Python would be an obvious pick if you plan to use Godot, the syntax is very similar.

After learning the basic programming concepts, start learning Godot. Trust me, this will be much easier in the long run.

linux

Comment on

*Permanently Deleted*

Reply in thread

I think it's a little backwards that telemetry is so frowned upon in FOSS programs, because in my eyes they can benefit the most from usage data, as they don't have the resources for large testing teams. But it needs to be implemented very carefully not to violate GDPR, the GPL license where applicable, etc, so I see why it's a hard problem to solve.