gandalf_der_12te

joined 4 months ago
[–] gandalf_der_12te@feddit.org 11 points 1 day ago (3 children)

Ist das Satire? Klingt zumindest so.

[–] gandalf_der_12te@feddit.org 3 points 3 days ago (1 children)

Hallo Leute! Es ist zwar nicht mehr Montag, aber ich wollte euch auch eine schöne Woche empfehlen. Meine wird wohl eine Mischung aus Kopfschmerzen (klassische Mechanik Rechenaufgaben) und Müdigkeit (bin ne Nachteule die dazu gedrängt wird früh aufzustehen).

[–] gandalf_der_12te@feddit.org 1 points 3 days ago

Ich denke mal, das hängt vom Typus Mensch ab. Ich z.B. kann gut nachts wach sein, aber anderen fällt das schwer/unmöglich. Hängt womöglich auch mit dem Alter zusammen, bin 25 und kenne viele gleichaltrige die auch eher Nachts wach sind.

[–] gandalf_der_12te@feddit.org 1 points 3 days ago* (last edited 3 days ago)

das ist sehr kurzsichtig und wird sich so mmn. nicht halten lassen.

Hier geht es nicht darum, dass der Alkohol verboten wird, sondern dass die Verursacher für die Schäden aufkommen sollen. Verursacher sind hierbei die Hersteller und Händler.

Suchtkrankheit ist ein kompliziertes Thema bei dem es viel Faktoren gibt, soziale Faktoren, strukturelle Faktoren, politische Faktoren. Das alles nur auf die "Hersteller und Händler" zu schieben ist halt so, wie die Herstellung von Lebensmitteln auf die Bauern und Supermärkte zu schieben. Dabei ist stattdessen das Prinzip, dass Tiere (inkl. Menschen) Nahrung zu sich führen, ein allgemeines Phänomen, und ist nicht von modernen Ausgestaltungen dieses Wirtschaftszweiges abhängig (eher anders herum).

[–] gandalf_der_12te@feddit.org 1 points 3 days ago* (last edited 3 days ago)

Ich bin der Meinung, man sollte die Mehrausgaben, die dem Gesundheitssystem durch Alkoholgenuss entstehen, in eine Alkoholsteuer miteinrechnen.

Manche politische Haltungen in der Drogenpolitik sind schon sehr fragwürdig. Zum Beispiel dass Tabak legal aber Cannabis lange Zeit illegal war, dass Alkohol in großem Maßstab konsumiert wird, während andere Drogen vollständig geächtet werden, usw...

Dennoch, einfach eine extrem hohe Steuer auf Alkohol (zur Konsumminderung) zu erheben würde meiner Ansicht nach nicht funktionieren. Wenn die Steuern/Abgaben zu hoch sind, entsteht ein (unkontrollierter) Schwarzmarkt, den ich für noch gefährlicher halte (Billigalkohol, Fusel, ...) als den Alkoholmarkt heute.

[–] gandalf_der_12te@feddit.org 1 points 2 weeks ago

Ja aber das könnte man bei einer lockerung der Schuldenbremse auch argumentieren: Zurückzahlen oder Zinszahlen darf dann die nächste Generation.

[–] gandalf_der_12te@feddit.org 1 points 2 weeks ago

Ich würde schon früher anfangen. Vorausschauendes Handeln und so.

[–] gandalf_der_12te@feddit.org 4 points 3 weeks ago (4 children)

Verschwörungstheorie: Das liegt an der Sinnlosigkeit des Alltags. Die Abwesenheit eines tief verborgenen Sinns in unseren Handlungen drückt sich chronisch in Erschöpfung und Müdigkeit aus.

[–] gandalf_der_12te@feddit.org 2 points 3 weeks ago

english is tough, through thorough thought though.

[–] gandalf_der_12te@feddit.org 3 points 1 month ago* (last edited 1 month ago)

(passt nicht ganz aber hab ich grad auf die schnelle gefunden)

[–] gandalf_der_12te@feddit.org 2 points 1 month ago

Freu😊. Ich glaube ich bin diese Person für viele Menschen.

 

Taco Bell Programming

by Ted Dziuba on Thursday, October 21, 2010

Every item on the menu at Taco Bell is just a different configuration of roughly eight ingredients. With this simple periodic table of meat and produce, the company pulled down $1.9 billion last year.

The more I write code and design systems, the more I understand that many times, you can achieve the desired functionality simply with clever reconfigurations of the basic Unix tool set. After all, functionality is an asset, but code is a liability. This is the opposite of a trend of nonsense called DevOps, where system administrators start writing unit tests and other things to help the developers warm up to them - Taco Bell Programming is about developers knowing enough about Ops (and Unix in general) so that they don't overthink things, and arrive at simple, scalable solutions.

Here's a concrete example: suppose you have millions of web pages that you want to download and save to disk for later processing. How do you do it? The cool-kids answer is to write a distributed crawler in Clojure and run it on EC2, handing out jobs with a message queue like SQS or ZeroMQ.

The Taco Bell answer? xargs and wget. In the rare case that you saturate the network connection, add some split and rsync. A "distributed crawler" is really only like 10 lines of shell script.

Moving on, once you have these millions of pages (or even tens of millions), how do you process them? Surely, Hadoop MapReduce is necessary, after all, that's what Google uses to parse the web, right?

Pfft, fuck that noise:

find crawl_dir/ -type f -print0 | xargs -n1 -0 -P32 ./process

32 concurrent parallel parsing processes and zero bullshit to manage. Requirement satisfied.

Every time you write code or introduce third-party services, you are introducing the possibility of failure into your system. I have far more faith in xargs than I do in Hadoop. Hell, I trust xargs more than I trust myself to write a simple multithreaded processor. I trust syslog to handle asynchronous message recording far more than I trust a message queue service.

Taco Bell programming is one of the steps on the path to Unix Zen. This is a path that I am personally just beginning, but it's already starting to pay dividends. To really get into it, you need to throw away a lot of your ideas about how systems are designed: I made most of a SOAP server using static files and Apache's mod_rewrite. I could have done the whole thing Taco Bell style if I had only manned up and broken out sed, but I pussied out and wrote some Python.

If you don't want to think of it from a Zen perspective, be capitalist: you are writing software to put food on the table. You can minimize risk by using the well-proven tool set, or you can step into the land of the unknown. It may not get you invited to speak at conferences, but it will get the job done, and help keep your pager from going off at night.

 

Hallo, ich möchte Lehrer werde (weil ich gern erkläre) und ich habe mir überlegt, dass ich es interessant finden würde, zu verschiedenen Themen kurze Übersichtsartikel zu geben, die kurz und gut verständlich aufgebaut sind.

So könnte man täglich etwas neues lernen, ohne dass es schmerzt ;-)

Was sagt ihr dazu? Gibt es so eine community schon (und ich habe sie einfach übersehen), oder wäre das eine nette Idee, die viele leute ansprechen würde? :-)

 

luft einzieh Fleisch ist ja sowieso viel zu billig.

 
 

Very interesting news. I haven't tried it out personally; But if it works, I imagine that'd be huge.

view more: next ›