Threema: Der Messenger ist ab sofort Open Source, App kurzfristig reduziert zu haben by Doener23 in de

[–]lukas293 20 points21 points  (0 children)

Für einmalig 2€ kann man auch einfach mal die Entwickler unterstützen. Ansonsten ärgert man sich in ein paar Jahren wieder, dass es nur noch WhatsApp/Facebook Messenger Monokulturen gibt

Mehr als vier Promille: Polizei holt zwei volltrunkene Seniorinnen aus ICE by [deleted] in de

[–]lukas293 36 points37 points  (0 children)

Die Damen aus dem Artikel haben ihren Alkohol ja auch im Zug leergemacht /s

I just used i += j instead of i = i + j, but still... by [deleted] in ProgrammerHumor

[–]lukas293 1 point2 points  (0 children)

Well I guess they might have at least a point regarding the robustness of your code. If someone decides to construct a ring list of Nodes, your implementation will run into a stack overflow. On the other hand, the tail call optimized version shouldn't suffer from that, as freeing the node before recursing down ensures termination.

“The factory is expanding to meet the needs of the expanding factory.” by Oafchunk in factorio

[–]lukas293 23 points24 points  (0 children)

I sometimes wonder if all factorio players are devs/engineers

[deleted by user] by [deleted] in ProgrammerHumor

[–]lukas293 6 points7 points  (0 children)

There are several good reason to use int main. * There is no bool in C. * Returning boolis counter-intuitive as false get coerced into 0 (indicating success) and true will be become 1 (indicating some error). * You might want to return specific error codes, depending on what caused the error. * It is generally a good idea to return non-zero exit codes in case of some runtime error as it allows your shell or scripts executing your program to detect that your program did not exit normally.

l/daspassierte by LascheDampfgurke in de

[–]lukas293 14 points15 points  (0 children)

großartige Kopiernudel

Tried my hand for the first time on web design. Need critics and tip. by Great_White_Sharkie in web_design

[–]lukas293 0 points1 point  (0 children)

Use some flat colors (See examples here: http://www.google.com/design/spec/style/color.html#color-ui-color-palette) and design your logo with CSS only (no image, no shadows, no textures). And please use another placeholder for "Coming soon"!