tuxedocomputers, to Worldbuidling German
@tuxedocomputers@linuxrocks.online avatar

Thank you very much! 🙂

We are always delighted when our customers are satisfied and send us such great feedback.

andreaskyriacou, to CrystalsHashtags
@andreaskyriacou@swiss.social avatar

Zimmer mit Aussicht.

dronn, to Munich
@dronn@mastodon.gamedev.place avatar

I am looking for a job

#fedihire

full/part time

PHD in computer science/human computer interaction

c/c++ programmer

have interest in Open Source

worked with Linux for 20 years

experience with machine learning

and as DevOP/Build System Developer

#Munich #Augsburg or remote

MarieRechthaler, to random German
@MarieRechthaler@augsburg.social avatar

Die ist, so wie sie in umgesetzt wurde, wirklich ein unmenschliches Instrument!

  • Eine Karte pro Haushalt
  • 50 € im Monat abheben möglich
  • was nicht ausgegeben wird verfällt - nur 200 € insgesamt Sparen ist möglich (pro Karte und Haushalt)!
  • keine Überweisungen, Onlinekäufe
  • nur in geringem Umkreis um den Wohnort einsetzbar

/1

MarieRechthaler,
@MarieRechthaler@augsburg.social avatar

Das heißt

  • Abhängigkeit vom lokalen Einzelhandel, seinem Sortiment und seinen Preisen
    ❌️ kaum Käufe in Sozialkaufhäusern
    ❌️ auf Flohmärkten
    ❌️ Kopier-, Brotzeitgeld für die Schule
    ❌️ keine Reisen außerhalb des Wohnorts
    ❌️ kein Sparen für größere Anschaffungen
    ❌️ keine günstigen Onlinekäufe
    möglich!

Im Sozialausschuss der Stadt haben nur wir Grünen uns kritisch geäußert!

/2

tuxedocomputers, to KDE German
@tuxedocomputers@linuxrocks.online avatar

TUXEDO OS with Plasma 6 - Configuration of the control panel

The panel has been given a new, clearer editing mode, which makes it much easier to set up. You open the editing mode from the context menu (right mouse button) by selecting Start editing mode.

Find more information here: https://www.tuxedocomputers.com/en/The-wait-is-over-TUXEDO-OS-with-Plasma-6.tuxedo#

@kde

#tuxedoos #plasma #kde #controlpanel #new #newrelease #linux #hardware #software #tuxedo #tuxedocomputers #augsburg #germany

video/mp4

m10l, to CrystalsHashtags

Another view of a round skylight. This time at the Kongress am Park in , a congress center built in the early 1970s, designed with the Beton Brut typical of the time.

tuxedocomputers, to hardware German
@tuxedocomputers@linuxrocks.online avatar

Schön, dass ihr da wart! 🤩

Letzten Donnerstag durften wir anlässlich des diesjährigen Girls Day 4 Schülerinnen bei uns begrüßen. Neben ersten Programmiererfahrungen gab es für unsere Besucherinnen auch ganz viel "IT zum Anfassen"!

#girlsday #girlsday2024 #hardware #software #opensource #linux #it #tuxedo #tuxedocomputers #augsburg #germany

endstationrechts, to CrystalsHashtags German
@endstationrechts@mastodon.social avatar

Am Sonnabend sollte der Holocaustleugner Alfred Schaefer in #Augsburg einen Vortrag halten. Doch die Polizei erteilte ihm einen Platzverweis, die Veranstaltung konnte somit nicht stattfinden. Ursprünglich sollte an dem Tag ein 99-Jähriger über seine Zeit bei der SS-Division berichten.

👉 https://www.endstation-rechts.de/news/augsburg-polizei-verhindert-vortrag-von-holocaustleugner

toxi, (edited ) to genart
@toxi@mastodon.thi.ng avatar

Fantasy console update: Just added & polished some more of these examples from last year and you can play with them here:

https://demo.thi.ng/umbrella/fantasy-console/

Instructions:

  • Press 1 - 6 to select/launch/reset any of the examples
  • Press Space to download screenshot
  • Apart from the raster bars and lissajous curve all other demos can be interacted with via mouse
  • Open the browser console to see the (already transpiled) source code of all examples

Example #1: Scribble & color cycling
Hold down left mouse button to cycle the colors (the current palette is also always shown in bottom-left corner). Nice, powerful oldskool effect, which is actually easier to do with these indexed, non-RGB pixel buffers[1]

Example #2: Lissajous bobs
The spheres are actually 2x2 tiles of 8x8 pixel sprites with one color slot chosen as transparency. Drawing 100 spheres here, but could be a lot more...

Example #3: Raster bars
This oldskool effect is achieved via HSYNC interrupts only, i.e. no lines are being drawn — for every single pixel row we simply change the color value of the first palette entry. The text is also only being drawn once, at startup...

Example #4: Particle system
Simple particle system (2k particles) with the emitter position linked to the mouse. 6% probability for larger particles.

Example #5: Random pattern
Classic oldskool generative art, here by defining 4 custom bitmap font characters and then drawing a single randomly chosen char per frame

Example #6: Bitmap font editor
Select a character on the RHS to edit in the left box. Left click to set a pixel, right click to clear it. Press Delete to clear the char entirely. The system supports proportional width fonts and the little red triangle can be moved horizontally to adjust the width of each char... Clicking on the Save button will download a JSON file of the font's binary data (9 bytes per char: width + 8 data bytes)

toxi, to genart
@toxi@mastodon.thi.ng avatar

In preparation for teaching a 3-day "Computing within limits" workshop @ University of Applied Sciences in Augsburg, almost exactly a year ago (next week) I created a little fantasy console (heavily inspirered by TIC80) to introduce students to:

  • the idea of virtual machines / computing environments
  • the freedom to design & control any aspect of that environment (and how this relates to the overall idea of personal computing these days)
  • designing & building a small (virtual) env from the bottom up (incl. defining opcodes, memory limits, maps/regions, device control registers, interrupts (hsync/vsync), device I/O, comms & multi-tasking possibilities, various retro-computing inspired graphics techniques)
  • defining a small low-level API/language for creative coding
  • learning about binary/hex and how that knowledge translates visually

The short video gives an overview of five small examples & tools (incl. a bitmap font editor) I had prepared for the workshop — the entire system was built within a couple of days with http://thi.ng/umbrella and incl. examples is only 12KB (gzipped). In the workshop we later ended up mostly using the TIC80 instead, since we covered quite a few other wider perma- & retro-computing related topics too... The 3 days were barely enough to provide an overview and have some exploration time...

If anyone is interested in a similar workshop, please do let me know, I'm keen to repeat it/extend it...

(Ps. I will post a link to the interactive version later too)

[1] https://mastodon.thi.ng/@toxi/110298576315429647

#ThingUmbrella #Workshop #VM #FantasyConsole #TIC80 #LowLevel #CreativeCoding #RetroComputing #Augsburg

cc @danielrothaug :)

GambaJo, to religion German
@GambaJo@social.tchncs.de avatar
AnitaWorks9698, to CrystalsHashtags German
@AnitaWorks9698@mastodon.social avatar

Was zur abgefuckten Hölle?

Wollte die stellv. Schulleiterin

"... so die Schulleiterin, die nach eigenen Angaben die Texte des Sängers auswendig kenne. ..."

neue Fans erzeugen?

*sprachlos

https://www.augsburger-allgemeine.de/schwabmuenchen/koenigsbrunn-frei-wild-frontmann-zu-gast-im-gymnasium-koenigsbrunn-id70465406.html

#Augsburg

Sikk, to CrystalsHashtags German
@Sikk@hessen.social avatar

Hallo #fahrradbubble nähe #Augsburg. Ich habe gerade ein #Fahrrad ersteigert in Friedberg, dachte aber, es handele sich um das hessische Friedberg :-(
Ist ein knallrotes 26" Damenrad, wahrscheinlich reparaturbedürftig und wer es Mittwoch ab 15 Uhr dort abholen kann, darf es behalten (die 1,38€ Kaufpreis zahle ich natürlich). Wäre unsinnig, von hier aus 400km zu fahren...
Meldet euch mal und vielleicht ein boost oder zwei?

ibigfoot, to linux German
@ibigfoot@chaos.social avatar

🐧🎉 Der Linux Tag Augsburg steht vor der Tür! 🎮👩‍💻

📅 Wann? Samstag, 20. April
📍 Wo? Augsburg, natürlich!

Erwartet ein buntes Programm und spannende Aussteller aus der Region. Das Programm ist wirklich bunt… Ich schau auf jeden Fall rein.

👉 Alle Infos und die komplette Agenda findet ihr hier: https://www.luga.de/static/LIT-2024/program/

dbellingradt, to history German
@dbellingradt@historians.social avatar

WEWEWEDENME - what?

Fancy a story of a wonderfish with 2 human legs, a sword, 2 pikes, and a godly warning on the fish skin? Welcome to Europe's world of publishing: this fish story hit the news in 1616, just 2 years before the broke out, and used an unusual warning code: WEWEWEDENME - in German: Wehe, Wehe, Wehe den Menschen. Let's start a thread.

dbellingradt,
@dbellingradt@historians.social avatar

Let's start with the abbreviated warning "WEWEWEDENME" featured on the fish skin. In German this stands for "Wehe, Wehe, Wehe den Menschen".

This warning fish was part of a hand-colored broadside published in 1616 #Augsburg. If you fancy a detailed look at the single sheet print yourself, zoom in here: http://diglib.hab.de/drucke/38-25-aug-2f-801r/start.htm

But what was the print all about? And why is god delivering a warning message on fish skin you may ask? Well, let's follow this thread.

ibigfoot, to CrystalsHashtags German
@ibigfoot@chaos.social avatar

Slammerinnen gesucht! Leider gab es heute spontan und auch aus traurigem Anlass Auftrittsabsagen beim GRAND SLAM - Der in . Hotelzimmer steht schon bereit - aber Slammerinnen fehlen.

Wer spontan Lust hat beim Augsburger Traditionslam mit dabei zu sein: Schnelle DM an mich! Wir starten um 20:30 Uhr...

Wir haben auch noch ein paar Termine für den Rest des Jahres - aber heute ist es arg dringlich!
https://www.slam-augsburg.de/

schenklklopfer, to CrystalsHashtags German
@schenklklopfer@chaos.social avatar

Feuerwerk fotografieren mit Fotografen...

#Augsburg

Labonitamascota, to CrystalsHashtags German
@Labonitamascota@muenchen.social avatar

Sonntag 21. April 2024 Radsternfahrt


Genaue Routen, Zeiten und alle aktuellen Infos unter

https://muenchen.adfc.de/sternfahrt

Zubringer von:










Ankunft

fasnix, to linux German
@fasnix@dresden.network avatar
lechindianer, to CrystalsHashtags German
@lechindianer@sueden.social avatar

#FensterFreitag aus dem historischen #Augsburg

dadamsda, to CrystalsHashtags German
@dadamsda@mstdn.social avatar

Ein Klimaaktivist postete als Kommentar zu Facebook-Post des AfD-Politikers einen Link zu einem Artikel. Das erzeugte ein Vorschaubild, darauf stand „Andy, Du bist so 1 Pimmel“

Und so stand einige Monate nach dem Posting die Polizei mit der Abteilung vor der Tür des Klimaaktivisten, durchsuchte seine Wohnung und beschlagnahmte technische Geräte. Der Vorwurf: strafbare Beleidigung

Das Verfahren wurde nun eingestellt

https://netzpolitik.org/2024/pimmelgate-sued-augsburger-beleidigungsposse-ist-beendet/

lechindianer, to Nikon German
@lechindianer@sueden.social avatar

Augsburg steht Kopf

Ergebnis eines Fotokurses bei Lighthouse Augsburg zum Thema "Good morning Augsburg".
Auf dem Rathausplatz gab es auf den Tischen vom nächtlichen Regen noch wunderbare Pfützen.

https://flic.kr/p/2pBD5qk

fogdriver, to CrystalsHashtags German
@fogdriver@metalhead.club avatar

#some impression from our last gig in #Augsburg at #Ballonfabrik 🤘 #Psychedelic_Rock #StonerMusic

fingolas, to CrystalsHashtags German
@fingolas@journa.host avatar

🥰 in Augsburg

Tausende gegen

Erneut versammelten sich am Sonntag Menschen zu Demonstrationen gegen Rechtsextremismus - in Bayern und bundesweit. In waren es bis zu 10.000, in 6.500. In Nordrhein-Westfalen entstand eine kilometerlange .

https://www.br.de/nachrichten/deutschland-welt/lichtermeer-und-menschenkette-tausende-bei-demos-gegen-rechts,U5zDShq

tuxedocomputers, to CrystalsHashtags German
@tuxedocomputers@linuxrocks.online avatar

Die fitforJOB! am 9.3. ist perfekt, um sich über Ausbildungen zu informieren! Komm vorbei & tausch' dich mit uns aus!

  • All
  • Subscribed
  • Moderated
  • Favorites
  • anitta
  • everett
  • magazineikmin
  • Durango
  • thenastyranch
  • Youngstown
  • slotface
  • hgfsjryuu7
  • osvaldo12
  • rosin
  • kavyap
  • mdbf
  • PowerRangers
  • DreamBathrooms
  • modclub
  • khanakhh
  • InstantRegret
  • tacticalgear
  • vwfavf
  • ethstaker
  • ngwrru68w68
  • normalnudes
  • tester
  • GTA5RPClips
  • cubers
  • cisconetworking
  • Leos
  • provamag3
  • All magazines