I wrote a quine in Piet! Piet is an esolang where a program is an image. This GIF is the program, and running it prints this exact GIF, byte for byte. dev.to/mame/a-quine...
Yusuke Endoh
@mametter.bsky.social
World No.1 IOCCC player https://www.ioccc.org/winners.html#Yusuke_Endoh https://github.com/mame https://twitter.com/mametter
2026 Obfuscated Programming Language Design Contest gist.github.com/yhara/787df8...
2026 Obfuscated Programming Language Design Contest
2026 Obfuscated Programming Language Design Contest - announce_en.md
gist.github.com
I benchmarked which language works best with Claude Code. Ruby, Python, and JavaScript came out cheapest, fastest, and most stable! See my article in detail: dev.to/mame/which-p...
I also received another IOCCC award for a ray tracer written entirely in C macros. One preprocessing pass renders one pixel, so generating a 256×256 image takes 65,536 passes... and about 3 hours. www.youtube.com/watch?v=epzx...
A Ray Tracer Written in C Macros -- IOCCC 2024 “Patient Pointillism”
YouTube video by Yusuke Endoh
youtube.com
I won IOCCC 2024! Here's a 2.5 KB rigid body simulator written in C. It can simulate the Tippe Top, a top that flips while spinning. www.youtube.com/watch?v=stPH...
Rotating Rigid Body Simulation -- IOCCC 2024 "Solid Body Physics"
YouTube video by Yusuke Endoh
youtube.com
TRICK 2025 submission deadline: End of February (in real-world terms: Until Monday morning). Use the weekend to create or refine your work -- then submit!
GitHub - tric/trick2025
Contribute to tric/trick2025 development by creating an account on GitHub.
github.com
TypeProf now works on your browser powered by ruby.wasm! mame.github.io/typeprof.wasm/
TypeProf.wasm
A playground for TypeProf on ruby.wasm
mame.github.io
Someone created a memecoin on Solana by using some resources from my "Quine relay" resources. I have *nothing to do* with the memecoin. Please don't be confused. github.com/mame/quine-r...
Notice: This repo has nothing to do with a memecoin on Solana, which calls itself "Uroboros Quine" · Issue #157 · mame/quine-relay
It appears that someone created a memecoin on Solana, called "Uroboros Quine", by using some resources from this repository. I have nothing to do with the memecoin. I have not been contacted by any...
github.com
I love this talk by @mametter.bsky.social. TRICK is so freaking cool. I pulled one of his entries from 2018 for my game show. www.youtube.com/watch?v=Xdva...
RubyConf 2024 An Invitation to TRICK: How to write weird Ruby programs by Yusuke Endoh
YouTube video by Ruby Central
youtube.com
I have published the slides for my talk "An Invitation to TRICK: How to write weird Ruby programs" #rubyconf speakerdeck.com/mame/an-invi...
An Invitation to TRICK: How to write weird Ruby programs
@ RubyConf 2024 https://www.youtube.com/watch?v=tYOO4MbWs9I
speakerdeck.com
blueskyが誰でも参加できるようになったタイミングで宣伝です。昨日、当社の不定期刊行誌『n月刊ラムダノート』の通巻7号を発売しました。『n月刊ラムダノート』は、計算機まわりのさまざまな専門家による、個人ブログで公開するだけだとちょっともったいない厚みのある記事を、チュートリアル論文よりも幅広い層に向けて編纂するというコンセプトの冊子です。「計算機好きのための技術解説情報誌」を標榜しています。昨日発売の最新刊には、現代のソフトウェア技術者がちょっと気になっているけど手が出せてないトピック(ストリーム処理、WebAssembly、ソフトウェアによるハードウェア制御)の解説記事が集まっています!
『n月刊ラムダノート』Vol.4 No.1(2024)発行のお知らせ
いつもご来店ありがとうございます。計算機好きのための技術解説情報誌『n月刊ラムダノート』No.4 Vol.1の発売開始のお知らせです。本号は以下の3��...
lambdanote.com
I created Minesweeper for the AI age. AI opens cells that are inferred to be mine-free. Humans must open the other (potentially dangerous) cells on intuition. The fun, simple tasks are taken away by AI. The job for humans is to take responsibility 🙂 https://mame.github.io/minesweeper-spoiled-by-ai/
Minesweeper spoiled by AI
This Minesweeper AI does the brain-testing part for you. You do the luck-testing part.
mame.github.io