Persönlicher Sicherheitshinweis: Das jobcenter kann dich (nach der letzten, mir bekannten Rechtslage) nicht zwingen, eine Eingliederungsvereinbarung zu unterzeichnen.
Persönlicher Sicherheitshinweis: Das jobcenter kann dich (nach der letzten, mir bekannten Rechtslage) nicht zwingen, eine Eingliederungsvereinbarung zu unterzeichnen.
Zum BAföG, falls sich jemand von diesem Post verunsichert fühlt:
BAföG ist zur Hälfte ein Darlehen. Wenn du also während deiner Regelstudienzeit insgesamt 12.000€ überwiesen kriegst, musst du nur 6.000€ zurückzahlen. Egal, wie viel du bekommen hast, du zahlst höchstens 10.000€ zurück.
Die Rückzahlung kannst du in monatlichen Raten von 130€ leisten.
Die Rückzahlung beginnt 5 Jahre nach Ende der Regelstudienzeit. Wenn du dann genug Geld auf Tasche hast, kannst du das Geld auch mit ordentlichem Rabatt auf einmal zurückzahlen.
Mich wundert ja, dass du als Angestellter überhaupt eine Fahrkarte brauchst. Musstest du sie wenigstens nicht selbst zahlen?
Sehr geehrte Fahrgäste, aufgrund einer Signalstörung habe ich leider verschlafen.
Ist US Journo der Cousin von Bongiorno?
Medium brain aneurysm?
Correct answer: Lay off everyone. The new project will be coded solely by AI. 💯 hired.
One guy isn’t living in that moment.
Seems plausible. When you edit the page and render a preview without changing anything, the formulas render correctly.
I guess it’s easier and safer to make a string replace for each function name beforehand than hoping the compression algorithm will figure that out.
Also, as SpaceCowboy points out, comments are completely useless for the final web page. There’s no need to even compress them.
Ich will gar nicht, dass Frank Wittig meine Erlebnisse speichert :-S
I’ve thought about setting whole ‘images’ inside the canvas at once, but that would probably ruin the pixel-by-pixel style OP was going for. Do you have a suggestion how that could be maintained while not drawing every pixel individually?
With all these comments said, I experience no problems in Firefox on Linux, and I really like the art style. If one browser is troublesome to you, check which function(s) really are the culprit. (This is actually true for any optimization: Only optimize the stuff that’s slow (duh)).
script.js, ll. 57ff.
fillRect() {
var sideColor = this.on_side_one ? this.c_side_1 : this.c_side_2;
ctx.fillStyle = sideColor;
ctx.fillRect(g_pixelOffset + (g_pixelOffset * this.x), g_pixelOffset + (g_pixelOffset * this.y), this.radius, this.radius);
}
All these computations don’t have to be delayed until you’re actually drawing the dot. If you’d compute them when you’re creating the dot, the rendering might become smoother.
You’re mixing spaces and tabs for indentation. This makes it hard to read for anyone whose tab settings aren’t the same as yours.
script.js, ll. 788ff.
for (var i = 0; i < elements.length; i++)
If you’re not using the index of an iteration, you might as well use the array iterator. This is more of a legibility improvement rather than a performance improvement.
for (const element of elements)
First: For every performance optimization you do, you must actually measure if it improves things. It could be that you’re doing a perfectly sensible optimization, which turns out to work against the compiler (yes, even JavaScript is compiled) and thus decreases performance.
Punkt der Sicht: Du versuchst herauszufinden, wie man ein Zeichen einrahmt.
https://www.utf8-decode.de/
https://www.browserling.com/tools/utf8-decode
https://symbl.cc/de/unicode-table/#combining-diacritical-marks-for-symbols