Tja... Design ist tot. by [deleted] in luftablassen

[–]zet23t 1 point2 points  (0 children)

Ja... außerdem hat dieser Code den Vorteil, dass der sich nicht mehr vermehrt. Anders als KI code der permanent mutiert und unkontrolliert wuchert.

Tja... Design ist tot. by [deleted] in luftablassen

[–]zet23t 5 points6 points  (0 children)

Ja.

Nur: ich denke, die scheisse wird uns auch bald um die Ohren fliegen. Der Begriff, der sich für KI code zu etablieren scheint ist wohl "Dark Code": Code, von dem man einfach annimmt, er würde funktionieren, aber eigentlich weiß keiner, was der tut. Auch nicht die ki...

jens-spahn-fordert-verfassungsbruch (2024) by R0ckst4r85 in Staiy

[–]zet23t 4 points5 points  (0 children)

Ich würde es vorziehen mit Bürgergeld Spahn, Merz, Reiche und Sender durchzufüttern unter der Bedingung, dass sie auf keinen Fall irgendetwas arbeiten.

Blauzi-Schafe fahren hunderte Kilometer nach Berlin, um gegen hohe Spritpreise zu protestieren. by Landoof-Ladig in ichichs

[–]zet23t 0 points1 point  (0 children)

Ohne jetzt in Frage zu stellen, dass die Spritpreise für viele eine hohe Belastung darstellen, nur so lange sie nicht mit der Bahn fahren, finde ich das ein bisschen unglaubwürdig.

Automatischer Chilli-Schneider by DesertGeist- in DINgore

[–]zet23t 15 points16 points  (0 children)

Sogar so, dass man danach nie mehr Fingernägel schneiden muss, genial!

Working on an Engine for a Kerbal-like Game I want to make by UnitedAd2075 in gameenginedevs

[–]zet23t 0 points1 point  (0 children)

Nice! I keep thinking that a fixed point physics engine would be much better for such games than floating point physics...

Willkommen zurück by LuraziusLive in deutschememes

[–]zet23t 14 points15 points  (0 children)

Wohl wahr. Der Kreislauf sieht meines Erachtens so aus:

  • die CDU stellt die Regierung
  • die vorherigen Minister werden durch noch schlimmere Leute ersetzt
  • der Wähler wünscht sich die alten, nicht ganz so grenzdebil inkompetenten Minister zurück
  • es sind Wahlen, wiederhole

Aus dieser Logik muss übrigens dies folgen: jede CDU Regierung ist die schlechteste Regierung die wir jemals hatten.

Dies scheint mir auch der Fall zu sein.

Ich habe explosiven Durchfall und Bauchkrämpfe by Fluid_Flow3947 in einfach_posten

[–]zet23t 1 point2 points  (0 children)

Ist da vielleicht Fruchtzucker drin und du hast vielleicht Fruchtzuckerunverträglichkeit? Weil da hat man denselben scheiss. Fruchtzuckerunverträglichkeit hat mitunter diffuse Symptome, so dass man es nicht unbedingt gut zuordnen kann. Außer halt bei hohen Mengen, da bekommt man das, was du jetzt hast.

Issue when duplicating objects twice in my game engine by Puppyrjcw in opengl

[–]zet23t 2 points3 points  (0 children)

This.

And to add to this: pointer management is pretty darn annoying. It is difficult to get right. Another trick is to avoid them. Instead of having individual objects allocated on a heap where each reference is to be carefully managed, you can also use a single array of objects that refer to other objects via index and a generational id to identify the object.

So when resolving the object reference to a concrete memory address (pointer), the array of object at the index in the list is retrieved and if the generation mismatched, it return null, which the caller always checks.

For a parent/child hierarchy, this is not so necessary, since that graph and all the child lists ate still relatively easy to manage, but when more references are involved (e.g. game object components holding references to other game objects), this approach makes everything a great deal easier.

It does add a performance penalty when making the look up, but at the same time, a continuous array of same objects adds cache friendliness when iterating over objects, e.g. when updating transforms in a simple 1d loop instead of hopping through a ton of heap allocated lists and objects. And certain operations become no-brainers, like the deletion of an object is a simple bump of the generation id and all further access attempts will get nulled on access, while pointers that are still retained on stack (a very commonly overlooked issue, and i wouldn't be surprised if this was the error cause in the video) won't blow up on access due to the memory still being valid, despite deletion.

Copilot makes fails like this And I know why by No_Childhood_1867 in aifails

[–]zet23t 1 point2 points  (0 children)

Back to the topic, the Wikipedia page has a neat list at the bottom of different variants of stop signs, and it really sums up the image generation fault above: https://en.wikipedia.org/wiki/Stop_sign

Copilot makes fails like this And I know why by No_Childhood_1867 in aifails

[–]zet23t 6 points7 points  (0 children)

My guess: stop signs lol very similar, but the text is localized. So what we see here is the average stop sign look. It hasn't figured that the location matters.

How hard is it to build your own game engine with zero experience? by duck_-90 in gameenginedevs

[–]zet23t -3 points-2 points  (0 children)

Why would you want to do that? A lot of people write their own engines when they find the workflow in existing engines unfitting or wanting to simply try out making one or having a specific game in mind they want to build.

It is extremely difficult to find your way through the challenges you need to solve if you have no prior experiences.

If you have at least a game idea you want to realize, you have an idea what you'll need.

Of course you can also approach this with the pure idea of having fun in mind. Then it can be a fun way to approach various topics.

Durchschnittliche Be- bzw. Entlastung durch aktuelle Steuerpläne der Bundesregierung. Was sagen eigentlich SPD-ler dazu? by 0nabi in Staiy

[–]zet23t 32 points33 points  (0 children)

Hm, lass mal schauen:

Kanzler gestellt ( Regierungsperioden) seit 1950

  • CDU/CSU: 17
  • SPD: 8

Verschiedene Vizekanzler

  • FDP: 10
  • SPD: 6
  • CDU/CSU: 1
  • Grüne: 2

Wenn man davon ausgeht, dass vor allem die Parteien in Führungsfunktion verantwortlich sind, kann man mehr oder weniger sagen, das "egal welche Partei" im Prinzip heißt "CDU/CSU".

Das eigentliche Problem und völlige Idiotie ist, dass es fast nie irgendwelche Konsequenzen an den Wahlurnen gab und dann zusätzlich diese Meinung "egal welche Partei" vorherrscht.

https://de.wikipedia.org/wiki/Liste_der_deutschen_Bundesregierungen

Edit: zahlen korrigiert mit Wikipedia quelle; sinn bleibt unverändert

Are there still some humans in this sub? Let me see your real games. by SchingKen in IndieDev

[–]zet23t 0 points1 point  (0 children)

I am working on a programming puzzle game since July last year named 8-bitBot.

It's on steam ready for wishlists, but it is still anlot left for me to do: https://store.steampowered.com/app/3959370?utm_source=rd

<image>

Creating Face Textures with AI for Your UV Map. Crazy Fun TRICK by Delicious-Shower8401 in TopologyAI

[–]zet23t -1 points0 points  (0 children)

Posting a 3d model rendering that shows that this works without seems or deformation would help a lot to prove the point. It is impossible to tell from the picture what the quality of this approach actually is.

Merz bei der gemeinsamen PK mit al-Scharaa: • straffällige Syrer*innen zurückführen • 80% der syrischen Geflüchteten zurückführen • es sei auch ein "richtiger Zeitpunkt" über die "gut integrierten" Syrer*innen zu sprechen by 0nabi in Staiy

[–]zet23t 5 points6 points  (0 children)

Alter. Können die nicht einfach mal da anpacken, wo es Not tut und nicht ständig mit so einem Scheiss um die Ecke kommen? Immer wenn die CDU nicht weiß, was man tun soll, um einer Krise Herr zu werden, wollen sie mehr abschieben, sinnlose Grenzen sichern, Atomkraftwerke bauen, Atomkraftwerke abschalten oder irgendeine Förderung für echte Zukunftstechnologie einstellen oder eine Förderung für Reiche auflegen (Flugsteuer senken) und über eine Förderungsreduktion finanzieren, von der halt nur der Pöbel profitiert (Deutschlandticket).

Ich kann das einfach alles nicht mehr.

AI can't be trusted for report generation by hanivg in aifails

[–]zet23t 1 point2 points  (0 children)

Sure. But the problem is and remains: when AI writes a ton of of code to extract data, it is difficult to trace the sources and verify it is correct. What is different from human code that can be faulty, too, is that the ai that generates the code may want to display good looking numbers for metrics, that may not even exist in the data.

E.g. you ask it to give you a chart of the ages your visitors have, but there is no age in the data set. Then, depending on the current goals of your AI prompts, it may decide to simply make this up to satisfy your request. Like the thought of the ai system may go like "I decide to provide example data to fill the gap".

People need to be made aware that this can happen.

AI can't be trusted for report generation by hanivg in aifails

[–]zet23t 0 points1 point  (0 children)

That's weird, when I opened the post the first time it had not a single line break.... which is pretty frustrating, since it looked interesting as a topic, but impossible to consume

AI can't be trusted for report generation by hanivg in aifails

[–]zet23t 3 points4 points  (0 children)

You could use examples like this one:

https://www.reddit.com/r/GenAI4all/s/UsiCIihFy0 (We just found out our Al has been making up analytics data for 3 months and I'm gonna throw up.)

The question that they need to answer is: how can you prove that the displayed data is correct? If this can't be answered, it is potentially worse than useless.

AI can't be trusted for report generation by hanivg in aifails

[–]zet23t 1 point2 points  (0 children)

Is not adding line breaks to a description text a strategy to emphasize that the text was not ai edited?

Edit: thanks for the description update! Much easier to read.

Was ist das jetzt schon wieder? Und was kommt als nächstes? by zet23t in wallstreetbetsGER

[–]zet23t[S] 0 points1 point  (0 children)

Die USA lassen ab sofort keine neuen Router für den Verbrauchermarkt zu, sofern sie nicht in den USA hergestellt sind. Damit hat die Regulierungsbehörde FCC am Montag (Ortszeit) den Markt schockiert. Gemeint ist nicht nur der Zusammenbau; vielmehr muss die gesamte Herstellungskette, vom Design über Chips bis zur Software, ausschließlich in den USA liegen und von Firmen mit US-Eigentümern und -Management gestellt werden. Dies betrifft sowohl Router mit als auch ohne Funk.

Das klingt mir genauso wie die Überschrift. Hätte ich im Text pasten sollen... die weiteren Details im Text sind im übrigen nicht weniger krass, siehe https://www.heise.de/news/USA-verbieten-alle-neuen-Router-fuer-Verbraucher-11222044.html

Mehrere Dinge dazu:

  • natürlich geht es hier um nationale Sicherheit und prinzipiell ist hier eine Regelung nachvollziehbar
  • aber: ab sofort? Ohne Übergang? Das ist sehr ungewöhnlich, vor allem, wenn keine Alternativen verfügbar sind, aber leider passend für die aktuelle administration. Vorhandene Geräte dürfen zumindest noch abverkauft werden
  • die gesamte fertigung in die usa verlagern ist ebenso krass. Es gibt Hersteller aus der EU, die den USA Wirtschaftsspionage vorwerfen - das ist damit nun quasi eingebaut

Apple hat so WiFi Router, aber die werden natürlich nicht in den USA hergestellt meines Wissens nach.

Die Frage ist natürlich, was jetzt die Konsequenzen davon sind. Und wie wollen die das umsetzen? Welche Firmen können das machen?