Blogs

OPNsense for R&S GP T-10

What? I recently got some old firewalls - the “Rhode & Schwarz GP T-10” (they are even still oficially supported by the latest software release by the manufacturer!). These are embedded devices build to be deployed in workshops (or any other harsh environment) and are therefore fanless designed. They are also very small and have a very low power consumption. The hardware is quite old, but still more or less capable for a firewall.

Continue reading

Rice Pudding - without rice

Ingredients 40g Sugar 1 packet Cream-Pudding Pulver 500ml Milk 6x drops Vanilla flavor 5x Butter Biscuit (“Butterkeks”) Assembly Stove.insert(pot); pot.insert(mix(milk, sugar, aroma)); Stove.heat(pot, 100%); while(pot.content is not cooking) stir(pot.content); Hand.insert(butter_biscuits); Hand.crush(); pot.insert(pudding_pulver); pot.insert(butter_biscuits); for(2 minutes) stir(pot.content); while(pot.temperature > environment.temperature) wait(); Fridge.insert(pot);

Continue reading

Ceiling Light: B.K.Licht and Home Assistant

Leadup Everything started as I bought the “LED Panel, Colour Temperature Fully Adjustable […]” by “B.K.Licht” off Amazon. It worked great with the also shipped remote control and it was only a little bit inconvenient to never have the remote when needed. It is a 15W LED panel with RGB/WW/CW and therefore 5 channels. I chose it because the pictures in the reviews indicated a modular power supply and also showed some minor information about the wattage and ratings.

Continue reading

LaTeX is shit

Here is my list of problems… Bad parameter transfer: {} is so illegible in quantities Commands are illegible: In LibreOffice I write e in R or m = abs (M) and have what I want. Done. Nesting is shitty to read: If it ends with }}})} you have a lot of fun! Not live: Okay, I’ll put it behind bracket number four… Wait five seconds… Damn, put it next to it and again… - And only when Overleaf isn’t going crazy!

Continue reading

Mekanism Generator Uran Production

Random side note - here is a corrected version of the uran production line for Mekanism v12. Download Thank me later!

Continue reading

Prusa Mini+ WiFi and virtual USB

What? The Prusa Mini+ has a problem: It has no WiFi. Also the software does not support any wifi module until now - that feature is planned, but not implemented. Additionally the web interface is, let’s say, not really working, as the printer struggles with serving the static contents (like .css and .js), which are required to render the site. This issue is also known since release 4.3.0 but also not resolved (#1285).

Continue reading

Kernel Panic by SCSI

I’ve notices some kernel panics on one of my vms when ever any other vm was doing some more cpu intensive work. It seemed there was no reason, as there was no unusual ram usage or vm-host events! So I ignored it for a while until I was finally able to trigger it by using one of my own services - here is a little record of the crash (just in case of further reference):

Continue reading

Star Trek and Orville

Some actors known from “Star Trek” I noticed inside “The Orville”: Robert Picardo: Ildis_Kitan / The Doctor Timm Russ: Dr. Sherman / Mr. Tuvok Marina Sirtis: Schoolteacher / Deanna Troi John Billingsley: Cambis Borrin / Dr. Phlox Penny Johnson: Claire Finn / Kasidy Yates-Sisko Brent Spiner: Sounds familar? / Lt. Cmdr. Data

Continue reading

Crispy Olive Bread Slices

Ingredients 120ml Olive oil 40g Garlic powder Some Pepper 4x White bread slices Assembly for(breadSlice of bread) { toast = Toaster.toast(breadSlice); paste = mix(oil, garlic powder, pepper); result = spread(paste, toast); while(result.temperature > warm) wait(); }

Continue reading

Vanillesauce / Pudding á la Simon

Ingredients 500ml Milk 3x Spoon starch 3x Spoon sugar (+1 spoon for pudding) 4x Drops butter-vanilla flavor (may mix 1:1 with rum flavor) Assembly pot.insert(mix(milk, starch, sugar, flavor)); Stove.insert(pot); Stove.heat(pot, 100%); while(pot.content.stateOfAggregation == fluid) stir(pot.content); Stove.heat(pot, 0%); while(pot.content.temperature > cold) wait();

Continue reading

SQLite to MariaDB Migration of Solder

What happended? Well, quick and simple: I needed to migrate my Solder service for the Technic Launcher to an other database backend for several reasons. One main reason was, that the current hoster of it planned to shutdown some deprecated PHP versions - but Solder does not support the sqlite database for newer PHP versions anymore. So I needed to switch the database solution (without loosing too much data, because the instance houses several hundert modification at the time) right now.

Continue reading

WarriorCats Roleplay - Beendet

Nun… Nichts währt für immer und ewig, auch wenn es anders scheint. Damit möchte ich nun auf das Ende des WarriorCats Roleplay Projekt (zumindest von meiner Seite) verweisen. Es sei angemerkt, dass das ganze Projekt eventuell dank der Community weiterlaufen wird - wenn sich nun doch noch Jemand findet. So war die Suche nach einem neuen Admin schon seid Längerm im Gange, konnte aber nur langsam abgeschlossen werden. Der Discord Server wird nun unter neuer Führung weiterlaufen - bis auf Weiteres.

Continue reading

Lemon Plate Cake

Ingredients 2x Shovel flour 0.5x Shovel sugar 1x Shovel starch Milk as needed 2x Drops butter-vanilla flavor Assembly cake = mix(flour, sugar, starch, milk, flavor) Microwave.put(cake); while(cake.stateOfAggregation == fluid) stir() Microwave.enable(1 minute) wait()

Continue reading

Tomato Butter Bread Slices

Ingredients Block of butter Tomato paste Chopped Basil Garlic Salt Pepper Assembly mix(butter, tomato paste, basil, garlic, salt, pepper); Credit goes to Simone L.

Continue reading

Tonno Salat á la Simon

Ingredients 2x Corn can Tonno with peas & tomatoes & sauce can Heaped spoon french sauce (mayonnaise) Shot Olive oil A lot of garlic powder Salt A lot of pepper Assembly mix(corn, tonno, mayonnaise, oil, garlic powder, salt, pepper);

Continue reading

Rice Pudding á la Simon

Ingredients 180g Milk-Rice 1 shovel sugar 1l Milk 4x drops butter-vanilla flavor Some butter (a little bit more than needed for a slice of toast) Some water Assembly Stove.insert(pot); pot.insert(mix(water, sugar, butter, aroma)); Stove.heat(pot, 100%); while(butter.stateOfAggregation != fluid) wait(); pot.insert(milk); pot.insert(rice); while(pot.content is not cooking) wait(); Stove.heat(pot, 50%); for(45 minutes) stir(pot.content);

Continue reading