12
votes
What programming/technical projects have you been working on?
This is a recurring post to discuss programming or other technical projects that we've been working on. Tell us about one of your recent projects, either at work or personal projects. What's interesting about it? Are you having trouble with anything?
Neat! I wasn't aware there was a wiki here. That's great!
I notice that, ironically, this recurring topic we're in right now (What programming/technical projects have you been working on?) isn't listed as a recurring topic for ~comp in the wiki. Other topics like ~books list theirs.
I'm still chugging through K&R C as an introduction to programming. After a bit of mental grappling with the bitwise operators (mad respect to the assembly-heads out there), I'm now wrapping up chapter 2.
I also put the vanilla Plan 9 on my Raspberry Pi 3B+. It's a bit difficult sometimes, but I weirdly like it a lot? The utter lack of video rendering and Javascript-capable web browsing really reduces my distractability, which is great for me. I just finished my first example program using acme and the 5c compiler instead of my usual setup (nano and gcc on a Debian box).
I'm making the dubious decision to try to snag an old ThinkPad just to put 9front on it, as well.
I looked into using HTML5 canvas for doing some drawing just because I've never done much with it. It was pretty easy to use. I made a simple Mandelbrot generator. Then decided to make it a live Julia generator. As you move around the canvas, it regenerates the Julia set with the constant under the cursor. Good times!
I don't know if you'd consider it a project, but I am using FreeCodeCamp to learn web design. Hoping to make a career change.
I got inspired by Something I Built: nginxpages - GitHub Pages-like static sites, but self-hosted and built my own thing this weekend.
My site is made with https://saber.land/ and hosted on Namecheap. I can commit stuff and it runs a deploy scripts I wrote on the server. I learned to setup and use ssh, that was really fun. https://jeandavidmoisan.com/