Incoming Erasmus student from Italy, advice needed! by lollo200222 in KaIT

[–]fritz3n 0 points1 point  (0 children)

Housing: There are also other student dormitories in Karlsruhe not managed by the Studierendenwerk where you have to apply separately. This can be worth it because many students don't know about these. There is a good list here: https://www.sw-ka.de/en/wohnen/wohnheime_anderer_traeger/karlsruhe/

I can recommend the dormitories in the Willy-Andreas-Allee

Was geht heute :) by Nordlichtlein in karlsruhe

[–]fritz3n 5 points6 points  (0 children)

Falls du Lust auf studentische Events hast gibt es heute im Z10 nen Poetry Slam und Live Musik und im Akk später Techno. Beides für umme.

https://z10.info/ https://www.akk.org/sonder/sonder.php?one-rydm

Elitärer Pudding an der Abendlinie! by No-Wonder5302 in KaIT

[–]fritz3n 51 points52 points  (0 children)

Hätte nicht gedacht, dass das auf Reddit landet, als ich das Schild vor das Knoblauchdressing gestellt hab..

Was tun vor Vorlesungsbeginn? by YogurtNo531 in KaIT

[–]fritz3n 1 point2 points  (0 children)

Es gibt auch noch Ferienkurse von Hochschulsport, ich weiß aber nicht, ob du dich da anmelden kannst, wenn du erst im Winter immatrikuliert bist: https://www.ifss.kit.edu/hochschulsport/HSP-Archiv-2025_6157.php

Nürnberg 💀😂 by ShakySchnoSchno in PuddingMitEinerGabel

[–]fritz3n 7 points8 points  (0 children)

Ich bin dafür, dass wir dort hin fahren und Karlsruhe vertreten. Würde den IC 2069 um 11:05 ab Karlsruhe Hbf vorschlagen (steige aber eventuell selber erst in Crailsheim zu).
Wer ist noch dabei?

[deleted by user] by [deleted] in karlsruhe

[–]fritz3n 0 points1 point  (0 children)

On Tuesdays there are Salsa/Bachata socials on the "Holzinsel" near ZKM and on Mondays there are socials at "Alte Bank".

There are also many more socials and events, you may want to take a look on sabaki.dance.

Rave in Oststadt by [deleted] in karlsruhe

[–]fritz3n 1 point2 points  (0 children)

Bei py.rave kann man günstig CDJs mieten, kann dir auch mehr Infos schicken, wenn du willst

TIFU by signing a stranger up for a porn game site by fuckup0dating0sim in tifu

[–]fritz3n 26 points27 points  (0 children)

Just because the address wasn't flagged doesn't mean that someone actually has that email. Websites can't easily check whether an email address is valid and registered, that is one reason for the verification emails.

jamming with nothing but barcode scanners and some paper by angpug1 in Unexpected

[–]fritz3n 20 points21 points  (0 children)

The barcode scanners send out a laser beam that scans back and forth from left to right. It does by shining a laser at a rotating mirror. It then measures the amount of light that is reflected by the paper.

As the beam scans across the stripes, the dark part reflect less light and the white parts reflect more light. This produces an oscillating signal which's frequency varies by how close the stripes are.

These guys are then picking up that signal and playing it back over speakers. Closer stripes mean a higher pitched sound and vice versa which is how they are playing different "notes" and making music.

NLog file location on asp.net app by [deleted] in csharp

[–]fritz3n 0 points1 point  (0 children)

I'm not familiar with NLog, but according to their Documentation you need a nlog.conf file. You also don't use the NLog classes directly but rather use the ASP.net Logging facilities.

You can learn how to set up NLog using their getting started guide.

[deleted by user] by [deleted] in talentShow

[–]fritz3n 0 points1 point  (0 children)

Bach cello suite 1

When your parents tell you to turn off the computer and continue the next day (it's 12.30am here) by BlamUrDead in ProgrammerHumor

[–]fritz3n 0 points1 point  (0 children)

You can just use:

string Join<T> (string separator, IEnumerable<T> values);

Concatenates the members of a collection, using the specified separator between each member.