#codegolf
A very relatable sentiment from Dikstra's manuscript for smoothsort. #algorithms #codegolf #interviewprep
October 25, 2025 at 2:22 AM
Issue #614 of Gamedev.js Weekly newsletter about code golfing a tiny demo, js13kGames 2025 winners, and Duck Hunt clone is out - go check it!

gamedevjsweekly.com/614

#HTML5 #JavaScript #gamedevjs #gamedev #weekly #newsletter #codegolf #js13k
Code golfing a tiny demo, js13kGames 2025 winners, and Duck Hunt clone
Check out issue #614 of Gamedev.js Weekly — the free, weekly newsletter about web game development.
gamedevjsweekly.com
October 10, 2025 at 6:09 PM
Exactly 13 DAYS left to start #js13k 2025!

js13kgames.com

We've added first batch of this year's Partners, Experts, and Prizes to the website and will be announcing them all in the coming days.

#gamedev #gamejam #compo #competition #codegolf #challenge #JavaScript #HTML5 #indiedev #indiegames
July 31, 2025 at 11:00 AM
I should be paid to codegolf
July 28, 2025 at 2:16 PM
Can you do better :3? #brainfuck #codegolf
Also ty @char321.bsky.social
July 26, 2025 at 9:18 PM
I kind of irrationally #codegolf my #makefile rules, but sometimes I sit down to straighten out something awkward that bugged me for years, and get kind of mad when I seem to have been the first to actually treat `make` like the tool it is instead of as a broken shell script runner.

This time […]
Original post on teh.entar.net
teh.entar.net
July 23, 2025 at 7:02 PM
colin mcrae codegolf

<body id=p bgcolor=47576 onload="setInterval(()=>{b='';for(x=6;x<24;x++)for(y=3;y<15;y++){z=x+y-Date?.now()/77;r=Math.sin(z);b+=`<a style='scale:3;position:fixed;top:${(y<<4)+r};left:${(x<<4)+Math.cos(z)};color:hsl(0 ${(y>>1==4||x>>1==7)*99} ${70-r*8})'>•`};p.innerHTML=b},9)">💜
July 22, 2025 at 5:41 PM
Back of envelope shows the drag bar & close gadget would probably fit as 5 rows tall. Curious about #Amiga sprite mouse pointer defs. The #C64 could use 1 or 2 real expanded sprites for added motion and Apple humiliation.
C64 has far shorter lines but #PETSCII code density advantage #CodeGolf
July 21, 2025 at 6:17 AM
I'm submitting a "creepy" entry to this 1KB JS competition.

https://js1024.fun/

I've currently got 6 whole bytes spare. Wonder what I'll use them for?

#javascript #codegolf
JS1024 - Annual Javascript & Shader Golfing Competition
A challenging competition where you create a fancy Javascript or GLSL program in 1024 bytes or less.
js1024.fun
July 17, 2025 at 8:22 PM
// CRC-16/CCITT-FALSE, 75 chars

crc16=d=>d.reduce((a,b)=>[...1/0+''].reduce(c=>c+c^(c&32768?69665:0),a^b<<8),-1)

:D

#javascript #codegolf
July 12, 2025 at 2:18 PM
I developed a maximally compact and quite elegant algorithm for playing chess:

while (true) {
resign;
}

#codegolf
June 30, 2025 at 10:37 PM
I keep telling people it's fun how AI is rivaling humans at leetcode but it's not even *close* at codegolf
June 30, 2025 at 9:56 AM
Could you survive a small project where variable names can't be longer than a single character? Like trying to program into the space of a QR code or codegolf or something?
June 27, 2025 at 12:51 PM
You have 5 minutes to impress: What’s your cleanest one-liner in any language? Go. #codegolf
June 10, 2025 at 1:49 AM
I could have used those aliases if I wanted to play #codegolf

Would love to see shorter versions of sparse clone.
May 23, 2025 at 2:28 AM
been playing codegolf pong w esters on the other site, so far:

print((lambda h,o=0:max(o:=c//64*9+c%16+o*16 for c in map(ord,h)).to_bytes(len(h)>>1))("692077726f74652074686973206F6E206d792070686F6E6520696e20612062617468747562206c6F6c"))
May 15, 2025 at 7:04 PM
Personally, I am a bit fascinated about this #StackExchange #Codegolf task, but not many people seem to share my feeling.

codegolf.stackexchange.com/questions/27...
Long running section 11.4 Minsky machine
Challenge We define a Minsky machine as a program made of the following two instructions: +X which increments the register X and continues to the next instruction -Xn which simply continues if X i...
codegolf.stackexchange.com
April 25, 2025 at 10:27 AM
codegolf-ass
April 15, 2025 at 7:50 PM
Hassan Shaikley created Pico-PubSub, the smallest #PubSub library possible. With zero dependencies and only 149 bytes of code it beats the competition, Tiny-PubSub and Nano-PubSub.

gamedevjs.com/tools/pico-p...

#gamedev #gamedevjs #pico #tiny #nano #js13k #codegolf #JavaScript #publish #subscribe
Pico-PubSub – the smallest PubSub library - Gamedev.js
Hassan Shaikley created Pico-PubSub, the smallest PubSub library possible. With zero dependencies and only 149 bytes of code it beats the competition, both Tiny-PubSub and Nano-PubSub. PubSub is a pat...
gamedevjs.com
April 6, 2025 at 5:07 PM
I'm rather pleased with my #Leetcode problem of the day #codegolf 105 character C# solution

long l=0,h=c.Sum(x=>l+x)/k,m;if(h>0)for(l++;lx/m)
March 14, 2025 at 9:56 AM
I had another shower thought:

Test Coverage Golf: Hit 100% code coverage with the fewest test statements possible. Less is more—precision wins! Ready to swing?

🏌️

#testing #codegolf #dev
March 12, 2025 at 7:37 PM
Has anyone used cjam as an applications language? Web service?

Thoughts ITT

cc @penryu.bsky.social #codegolf #arraycast #perl
February 25, 2025 at 8:49 PM