... newer stories
Montag, 29. April 2024
Generation Trampolin
diegolego, 12:52h
Bei uns im Garten steht ein Trampolin. Es wird eigentlich immer von Kindern genutzt, die darauf springen, liegen oder sonstwas machen. Viele dieser Trampline wurden während der Pandemie angeschafft. Mir stellt sich die Frage, wie sich das auf die Entwicklung der Kinder auswirkt. Deswegen die Überschrift "Generation Trampolin".
... link
Sonntag, 28. April 2024
beer
diegolego, 21:37h
Ich weiß ja nicht, wer dahinter steckt, aber biermap24.
klicken, wie gesagt.
Nachtrag (6.5.2024): Stefan weist darauf hin, daß die Daten nicht aktuell sind, denn das Alt-Gießen gibt es schon eine Weile nicht mehr.
klicken, wie gesagt.
Nachtrag (6.5.2024): Stefan weist darauf hin, daß die Daten nicht aktuell sind, denn das Alt-Gießen gibt es schon eine Weile nicht mehr.
... link
Samstag, 27. April 2024
zusammenhangslos
diegolego, 21:37h
... link
Freitag, 26. April 2024
binge
diegolego, 09:05h
Spacy ist der erste, den ich mit Fallout in Verbindung bringe. Er hatte schon vor Jahrzehnten von den Games geschwärmt.
Jetzt habe ich ihn zu der Serie gefragt. Er meint, der Look von Bethesdas Fallout sei extrem gut getroffen. Sowohl die Story als auch die Charaktere seien gut gelungen. Man muß aber dazusagen, daß sich Spacy leicht begeistern läßt.
Jetzt habe ich ihn zu der Serie gefragt. Er meint, der Look von Bethesdas Fallout sei extrem gut getroffen. Sowohl die Story als auch die Charaktere seien gut gelungen. Man muß aber dazusagen, daß sich Spacy leicht begeistern läßt.
... link
Donnerstag, 25. April 2024
schneller Link am Morgen
diegolego, 09:24h
All New Atlas | Boston Dynamics
Ich denke, da wird es noch einige Überraschungen geben, wenn man berücksichtigt, daß jetzt mit Optimus auch Musk ins Rennen eingestiegen ist. Außerdem Agility Robotics.
Ich denke, da wird es noch einige Überraschungen geben, wenn man berücksichtigt, daß jetzt mit Optimus auch Musk ins Rennen eingestiegen ist. Außerdem Agility Robotics.
... link
Mittwoch, 24. April 2024
Veranstaltungshinweis
diegolego, 10:20h
»How to Petrify the World in One Hundred and Twenty-Four Acts«
Lecture Performance by Joana Moll
Fr 03.05.2024
19:30-21:00
Literaturforum im Brecht-Haus
Lecture Performance by Joana Moll
Fr 03.05.2024
19:30-21:00
Literaturforum im Brecht-Haus
... link
Dienstag, 23. April 2024
Gegenanzeige
diegolego, 10:00h
In meinem (ganz) neuen Laden gibt es immer mal die Situation, daß der Computer das Internet nicht findet oder daß etwas anderes nicht funktioniert. Der IT-Mensch sagt dann Sachen wie "in seltenen Fällen" oder "in sehr selteten Fällen". Das hat mich an die Packungsbeilagen erinnert.
... link
Samstag, 20. April 2024
Metalltanz
diegolego, 23:00h
Ihr kennt vielleicht den Film Richy Guitar. Meiner Meinung nach begründet sich der Erfolg der Ärzte auf diesen Film. Aber darum soll es hier nicht gehen.
An einer Stelle schleichen sie sich in ein Konzert. Es handelt sich um eine Schwarzlicht Performance mit Neon und Flex. Ich habe ewig gesucht, um herauszufinden, welche Band spielt. Es handelt sich um die Notorische Reflexe mit Metalltanz.
An einer Stelle schleichen sie sich in ein Konzert. Es handelt sich um eine Schwarzlicht Performance mit Neon und Flex. Ich habe ewig gesucht, um herauszufinden, welche Band spielt. Es handelt sich um die Notorische Reflexe mit Metalltanz.
... link
Freitag, 19. April 2024
klicken
diegolego, 09:53h
hier mal was zum Klicken:
Urban Climate Observatory Berlin
ecoregions
Wir, dh meine Kolleginnen und Kollegen, haben in der Vergangenheit auch ähnliche interaktive Karten gebaut. Das ist viel Aufwand und der Unterhaltungswert geht gegen Null. Damit meine ich, daß man vielleicht 5-10 Minuten klickt und dann wieder geht.
Eine praktische Anwendung gibt es aber trotzdem. Wenn man die Daten herunterladen will, dann kann man sie sich schon mal angucken.
Urban Climate Observatory Berlin
ecoregions
Wir, dh meine Kolleginnen und Kollegen, haben in der Vergangenheit auch ähnliche interaktive Karten gebaut. Das ist viel Aufwand und der Unterhaltungswert geht gegen Null. Damit meine ich, daß man vielleicht 5-10 Minuten klickt und dann wieder geht.
Eine praktische Anwendung gibt es aber trotzdem. Wenn man die Daten herunterladen will, dann kann man sie sich schon mal angucken.
... link
Donnerstag, 18. April 2024
latex4
diegolego, 22:15h
One more experience. I am including various chapters with \include{}. Each chapter should have its own bibliography. Therefore, I am using biber with
> \refsection
before the first section and
> \printbibliography
> \endrefsection
at the end.
.bib-files are included via \addbibresource{} in the main file.
The tricky part is that people leave many more bib-entries in their files than they cite. I don't know how biber deals with double entries and if it takes the first or last occurence. In any case, did it happen, that I had to fix the bib-entry of another chapter than the one using it. This makes sense since \addbibresource{} simply pools the bib-files and they are not associated to a specific \include{}.
Update (17.10.2024):
Now I use
> \begin{refsection}[biblio.bib]
and
> \end{refsection}
The advantage is that this way, each bibliography has its own bibtex-source file.
> \refsection
before the first section and
> \printbibliography
> \endrefsection
at the end.
.bib-files are included via \addbibresource{} in the main file.
The tricky part is that people leave many more bib-entries in their files than they cite. I don't know how biber deals with double entries and if it takes the first or last occurence. In any case, did it happen, that I had to fix the bib-entry of another chapter than the one using it. This makes sense since \addbibresource{} simply pools the bib-files and they are not associated to a specific \include{}.
Update (17.10.2024):
Now I use
> \begin{refsection}[biblio.bib]
and
> \end{refsection}
The advantage is that this way, each bibliography has its own bibtex-source file.
... link
Mittwoch, 17. April 2024
latex3
diegolego, 09:25h
An error - this time it goes on my account - is the following. I got the message
> File ended while scanning use of \newlabel.
and online people said it is caused by missing closing bracket. I tried so many things and it was strange because the error was a bit erratic. I even counted the frequency of characters
> grep -o . filename | sort | uniq -c
with the expectation that the number of { should be the same as the count of } - although no sufficient proof.
I then removed most of the text and kept adding paragraphs until the error occurred. However, this procedure led to inconsistent findings.
At the end I went back to the original source. Since I included the .tex file with \include{}, I had to comment out the \begin{document} and \end{document}. Precisely, the 2nd I did not do. This means there was an additional \end{document}.
> File ended while scanning use of \newlabel.
and online people said it is caused by missing closing bracket. I tried so many things and it was strange because the error was a bit erratic. I even counted the frequency of characters
> grep -o . filename | sort | uniq -c
with the expectation that the number of { should be the same as the count of } - although no sufficient proof.
I then removed most of the text and kept adding paragraphs until the error occurred. However, this procedure led to inconsistent findings.
At the end I went back to the original source. Since I included the .tex file with \include{}, I had to comment out the \begin{document} and \end{document}. Precisely, the 2nd I did not do. This means there was an additional \end{document}.
... link
Dienstag, 16. April 2024
latex2
diegolego, 00:05h
Another problem that I encountered with LaTeX was encoding. People provided messy .bib files and I copied the necessary entries into a single file. After removing illegal characters. I got the following message.
> ERROR - Data file '... .bib' cannot be read in encoding 'utf8': Can't decode ill-formed UTF-8 octet sequence at /usr/lib/perl5/vendor_perl/5.26.1/File/Slurper.pm line 59.
Searching for the error message brought me to this explanation. Apparently, it means that my .tex and .bib files have different encodings. On this website I found that the encoding can be checked with "file -i" and it can be changed with
> iconv -f iso-8859-1 -t utf-8 bib1.bib -o bib2.bib
which solved the problem.
Again, overleaf ignored any errors. I guess the idea is not to frustrate latex beginners, but the consequence is that they generate sloppy latex-sources.
Update: mendely creates the worst bib-files
> ERROR - Data file '... .bib' cannot be read in encoding 'utf8': Can't decode ill-formed UTF-8 octet sequence at /usr/lib/perl5/vendor_perl/5.26.1/File/Slurper.pm line 59.
Searching for the error message brought me to this explanation. Apparently, it means that my .tex and .bib files have different encodings. On this website I found that the encoding can be checked with "file -i" and it can be changed with
> iconv -f iso-8859-1 -t utf-8 bib1.bib -o bib2.bib
which solved the problem.
Again, overleaf ignored any errors. I guess the idea is not to frustrate latex beginners, but the consequence is that they generate sloppy latex-sources.
Update: mendely creates the worst bib-files
... link
Montag, 15. April 2024
{\'\i}
diegolego, 20:35h
Sometimes LaTeX is an asshole. This time I had a very reluctant error in my source. I kept getting this message:
> Package inputenc Error: Unicode character ́ (U+0301)
It means there is an illegal character. It had to be either the .tex file or the .bib one. I found these tips how to locate it.
With this command I found a few illegal characters
> cat filename | grep -n -P "[^|a-zA-Z\{\}\s%\./\-:;,0-9@=\\\\\"'\(\)_~\$\!&\`\?+#\^<>\[\]\*]"
but the same error message continued to inhebit the compilation.
With a bit more of experimenting I was sure it had to be the bibliography - but I simply could not find any remaining invalid character.
It took me a while until I checked the .bbl file. It contained many special characters which were introduced by biber (essentially diacritic/accents) - but there were also two instances of unicode 0301. The person from whom I received the source used
> \'\i instead of \'i
to generate an accent on an i. I could not find it because the code itself generated the illegal character.
To make things worse, overleaf seems to filter out such issues. The person writing the source compiled on overleaf - but locally it did not work.
Update (17.4.2024): It seems like people copy bibtex-entries from google-scholar and it creates these \'\i which in my oppinion are not good latex. Could some please clarify.
> Package inputenc Error: Unicode character ́ (U+0301)
It means there is an illegal character. It had to be either the .tex file or the .bib one. I found these tips how to locate it.
With this command I found a few illegal characters
> cat filename | grep -n -P "[^|a-zA-Z\{\}\s%\./\-:;,0-9@=\\\\\"'\(\)_~\$\!&\`\?+#\^<>\[\]\*]"
but the same error message continued to inhebit the compilation.
With a bit more of experimenting I was sure it had to be the bibliography - but I simply could not find any remaining invalid character.
It took me a while until I checked the .bbl file. It contained many special characters which were introduced by biber (essentially diacritic/accents) - but there were also two instances of unicode 0301. The person from whom I received the source used
> \'\i instead of \'i
to generate an accent on an i. I could not find it because the code itself generated the illegal character.
To make things worse, overleaf seems to filter out such issues. The person writing the source compiled on overleaf - but locally it did not work.
Update (17.4.2024): It seems like people copy bibtex-entries from google-scholar and it creates these \'\i which in my oppinion are not good latex. Could some please clarify.
... link
Donnerstag, 11. April 2024
Antragsparty
diegolego, 21:42h
2030planb.de
"PLAN B ist ein Koordinations-Netzwerk, das Menschen dabei unterstützt, gute Lösungen mit anderen umzusetzen und kleine Beiträge zum großen Ganzen zu leisten - und große Beiträge für unsere gemeinsame Zukunft."
Noch bis zum 31.12.24 kannst du über das Berliner Förderprogramm SolarPlus für Balkonkraftwerke bis zu 500 Euro für dein Balkonkraftwerk erhalten. Das ist fast geschenkt!
Noch sind ca. 6.000 Balkonkraftwerke im Topf.
Die Förderung läuft Ende des Jahres aus!
"PLAN B ist ein Koordinations-Netzwerk, das Menschen dabei unterstützt, gute Lösungen mit anderen umzusetzen und kleine Beiträge zum großen Ganzen zu leisten - und große Beiträge für unsere gemeinsame Zukunft."
Noch bis zum 31.12.24 kannst du über das Berliner Förderprogramm SolarPlus für Balkonkraftwerke bis zu 500 Euro für dein Balkonkraftwerk erhalten. Das ist fast geschenkt!
Noch sind ca. 6.000 Balkonkraftwerke im Topf.
Die Förderung läuft Ende des Jahres aus!
... link
... older stories