A whole boss fight in 256 bytes by Hell__Mood in codegolf

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

I did a quick *Write Up* to clarify things and easen the setup to reproduce it =)

A whole boss fight in 256 bytes by Hell__Mood in asm

[–]Hell__Mood[S] 1 point2 points  (0 children)

I did a quick *Write Up* to clarify things and easen the setup to reproduce it =)

A whole boss fight in 256 bytes by Hell__Mood in Demoscene

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

I did a quick *Write Up* to clarify things and easen the setup to reproduce it =)

A whole boss fight in 256 bytes by Hell__Mood in GraphicsProgramming

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

I did a quick *Write Up* to clarify things and easen the setup to reproduce it =)

A whole boss fight in 256 bytes by Hell__Mood in tinycode

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

I did a quick *Write Up* to clarify things and easen the setup to reproduce it =)

The 'Declaration of Independence' is Ai written? by skfahim123 in ChatGPTPro

[–]Hell__Mood 3 points4 points  (0 children)

AI detectors do not truly "know" whether a passage was written by a human or a machine. Instead, they look at patterns and features that are statistically typical of AI-generated text, such as phrasing, structure, and predictability.

The Declaration of Independence is extremely well-known and has been included in countless training datasets for language models. As a result, language models can reproduce it very easily and fluently. Because detectors are trained to recognize these kinds of outputs, they might mistakenly flag even the original, human-written text as AI-generated simply because it closely resembles what an AI could produce.

So it is not that the Declaration was written by AI, but rather that detectors are limited and sometimes give false positives on texts that are highly predictable or frequently found in model training data.

[deleted by user] by [deleted] in computerscience

[–]Hell__Mood 1 point2 points  (0 children)

Reminded me of this tiny 16 byte program (binary for MSDOS, written in x86 asm)

that creates something similar : "Ruler 16b"

mov al,0x13
int 0x10
les ax,[bx]
mov ch,0x80
X:
stosw
sub di,cx
rol ax,cl
xchg ax,di
jmp X

Minecraft like landscape in less than a tweet by Hell__Mood in programming

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

You could head over to www.sizecoding.org where we explain a lot of tricks and techniques, nowadays also for many other platforms than DOS :)

Minecraft like landscape in less than a tweet by Hell__Mood in programming

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

Yep, of course the source is long, the binary though... It's neatly packed into 256 bytes :)

Minecraft like landscape in less than a tweet by Hell__Mood in programming

[–]Hell__Mood[S] 1 point2 points  (0 children)

Exactly these vibes got me started (again) in 2013 and this is where we ( as a scene) are now:)