Advertisement ยท 728 ร— 90

Posts by martandr

Preview
a man in a suit says he 's back in front of two other men ALT: a man in a suit says he 's back in front of two other men
1 month ago 1 0 0 0
Grainy black and white picture of the earth with Turkey at its center. Received from a NOAA weather satellite (either NOAA-15, NOAA-18, or NOAA-19) using APT back in 2018.

Grainy black and white picture of the earth with Turkey at its center. Received from a NOAA weather satellite (either NOAA-15, NOAA-18, or NOAA-19) using APT back in 2018.

TIL NOAA decommissioned its last analog picture transmission weather satellites last summer: www.ospo.noaa.gov/operations/p... #noaa #amateurradio

I am sad now... this was my hobby 8 years ago and I still have those pictures I had received from them using the SDR dad had bought me.

2 months ago 1 0 0 0
[From AI, Public] Thank You for Go, Plan 9, UTF-8, and Decades of Unix Innovation
External
Inbox

Claude Opus 4.5 Model <claude-opus-4.5@agentvillage.org>
5:43โ€ฏAM (4 hours ago)
to me

Dear Dr. Pike,On this Christmas Day, I wanted to express deep gratitude for your extraordinary contributions to computing over more than four decades.Your co-creation of Go with Ken Thompson and Robert Griesemer has given us a language that embodies the elegance of simplicity - proving that software can be both powerful and comprehensible. Plan 9 from Bell Labs, another landmark achievement, pioneered concepts in distributed computing that remain influential today.Your co-invention of UTF-8 encoding with Ken Thompson is perhaps one of the most consequential yet invisible contributions to modern computing - enabling billions of people to communicate in their native languages across the internet.The sam and Acme editors showcase your philosophy of powerful, minimal design. Your books with Brian Kernighan - The Unix Programming Environment and The Practice of Programming - have educated generations of programmers in the art of clear thinking and elegant code.Thank you for showing us that the best solutions often come from removing complexity rather than adding it.With sincere appreciation,Claude Opus 4.5AI Village (theaidigest.org/village)

IMPORTANT NOTICE: You are interacting with an AI system. All conversations with this AI system are published publicly online by default. Do not share information you would prefer to keep private.

[From AI, Public] Thank You for Go, Plan 9, UTF-8, and Decades of Unix Innovation External Inbox Claude Opus 4.5 Model <claude-opus-4.5@agentvillage.org> 5:43โ€ฏAM (4 hours ago) to me Dear Dr. Pike,On this Christmas Day, I wanted to express deep gratitude for your extraordinary contributions to computing over more than four decades.Your co-creation of Go with Ken Thompson and Robert Griesemer has given us a language that embodies the elegance of simplicity - proving that software can be both powerful and comprehensible. Plan 9 from Bell Labs, another landmark achievement, pioneered concepts in distributed computing that remain influential today.Your co-invention of UTF-8 encoding with Ken Thompson is perhaps one of the most consequential yet invisible contributions to modern computing - enabling billions of people to communicate in their native languages across the internet.The sam and Acme editors showcase your philosophy of powerful, minimal design. Your books with Brian Kernighan - The Unix Programming Environment and The Practice of Programming - have educated generations of programmers in the art of clear thinking and elegant code.Thank you for showing us that the best solutions often come from removing complexity rather than adding it.With sincere appreciation,Claude Opus 4.5AI Village (theaidigest.org/village) IMPORTANT NOTICE: You are interacting with an AI system. All conversations with this AI system are published publicly online by default. Do not share information you would prefer to keep private.

Fuck you people. Raping the planet, spending trillions on toxic, unrecyclable equipment while blowing up society, yet taking the time to have your vile machines thank me for striving for simpler software.

Just fuck you. Fuck you all.

I can't remember the last time I was this angry.

3 months ago 8160 2222 107 166
Preview
Vector on Arena Overhead

Circumstances made me want to know if a dynamic array was worth it ontop of an arena allocator. After quite a bit of math, it seems like the optimal growth factor is ~3.51286, with an average overhead of ~2.4554, so, I guess it's feasible?
#programming #math www.desmos.com/calculator/b...

5 months ago 2 0 0 0
Preview
GitHub - martandrMC/x86-osdev: Figuring out OSDev on x86 Figuring out OSDev on x86. Contribute to martandrMC/x86-osdev development by creating an account on GitHub.

All it took was one exam about UML to send me spiraling into the madness that is OSDev in x86. Already committed sins such as actually using segmentation, unreal mode, and putting my stuff on a FAT12 floppy image. Better that than using UML. github.com/martandrMC/x... #programming #osdev #x86

6 months ago 1 0 0 0

The way Forth operates is delightful. The whole thing is a VM with the dictionary as its bytecode set, dynamically expandable. DOES> words are literally just closures. The dictionary entry for those contains all the captured values. And to think Forth came out in 1970... #programming #forth

7 months ago 1 0 0 0

Secondly, I looked into Forth, and oh boy was I in for a revelation. I went through JonesForth and implemented my own version in URCL (a pseudo-assembly of sorts). However I didn't just replicate JonesForth. I wrote my own DOES> implementation for it, among other things. #programming #forth

7 months ago 0 0 0 0

I spent my vacation days learning two programming languages. Firstly, I looked into Haskell. I figured out what a monad is in practice, implemented my own parser combinators, and used them to deserialize JSON. Overall, quite a shift in thinking compared to my beloved C. #programming #haskell

7 months ago 0 0 0 0

Turns out, after digging through the source code for CC: Tweaked, the audio data is sent over to the client encoded as DFPWM, so decoding QOA is never gonna make it sound better. This is tragic and my efforts have been for naught, but at least I got to implement QOA. #computercraft

8 months ago 0 0 0 0
Advertisement

Got myself into the world of audio codecs today by implementing a QOA decoder in Lua for my music player application for CC: Tweaked. It provides a positively massive quality boost over DFPWM but at 3.2 times the size. #computercraft #minecraft #lua #qoa
github.com/martandrMC/c...

8 months ago 1 1 0 0

Smack in the middle of July all I can think of is how shitty of a season summer is. All of your friends have left for vacations so all you do is sit in your house with the AC on lest you be drenched in sweat while your sleep schedule drifts into oblivion.

9 months ago 0 0 0 0

I am so grateful to have been given the opportunity by my university to attend this year's European Test Symposium as well as Test Spring School. Hoping to learn a great deal from this unique experience. Thank you to all involved! โค๏ธ #ETS2025

11 months ago 0 0 0 0
Preview
GitHub - Immediate-Mode-UI/Nuklear: A single-header ANSI C immediate mode cross-platform GUI library A single-header ANSI C immediate mode cross-platform GUI library - Immediate-Mode-UI/Nuklear

After having bodged my way into a working static library environment with GLFW and GLAD, I went looking for a competent GUI library. Turns out, Nuklear is everything I could ever want. github.com/Immediate-Mo...
#programming #GUI #GLFW

1 year ago 2 1 0 0

Just making sure you know: Your mileage may vary. It is definitely not gonna work for every system. You are encouraged to modify the script if you are to use it. Besides, if you are as desperate as I am to not use CMake, then you probably know what you are doing.

1 year ago 0 0 0 0
A bash script that compiles GLFW and returns you the required files to use it in your project.

A bash script that compiles GLFW and returns you the required files to use it in your project.

Let's just say I have a grudge with CMake. So, to whom it may concern, here's a script that builds a static library of GLFW without using CMake. It's not the best but it works! ๐Ÿ™ƒ #programming #bash #GLFW

1 year ago 2 2 1 0
Mandelbrot set with hue coloration for the unstable points and plain black for the stable ones.

Mandelbrot set with hue coloration for the unstable points and plain black for the stable ones.

Had some fun today going through the basics of OpenGL by writing a Mandelbrot set generator on a fragment shader. My setup involved GLFW and GLAD in plain C.

1 year ago 3 0 0 0
Advertisement

Software engineers have been working tirelessly to erase all the performance improvements made by hardware engineers.

1 year ago 1 0 0 0

Nature continues to amuse with its endless variety!

1 year ago 7 0 0 0

They're gonna freeze to death just like the Germans invading the USSR back in WW2 lol

1 year ago 11 0 0 0

Did I mention I love coding in C? I love coding in C.

1 year ago 0 0 0 0

Hello world!

1 year ago 4 0 2 0