[Official] Devember 2022!

Hello, I’m probably breaking the rule here by trying to do something too ambitious, but hey - I have to start somewhere.

The main idea is to use my laptop as a keyboard device for a second PC via USB type-C. I have no idea what I’m doing.

4 Likes

My Devember project to create a toolchain to populate and update a mastodon instance with stock trades of US politicians.

3 Likes

For my Devember project I’m taking the “not too ambitious” policy to heart. Last week I made a RESTful, SQL based “leaderboard” web service for a casual game I was working on. I plan on expanding out the features on that service, and making a web front end so that other game developers could use it.

3 Likes

My Devember project this year is creating an AI that can ‘read’ (transcribe text from an image), but with all the flaws of the human vision system.

I also plan on continuing my Devember project from last year (coding a CPU Simulating Engine), on the side.

1 Like

The thread was written but wasn’t published. I didn’t want to step on toes, in case they were waiting for a video to come out announcing it.

4 Likes

My Devember 2022 project is writing an application that generates a work log and emails it to an email address. I’m a novice so I expect to learn a lot from this project. I’ve never used github before but, if I make one for this I’ll be sure to share a link to it.

2 Likes

My Devember 2022 project is a subset of my larger Ansible project. My goals are to document, comment and push my inventory role and host collection to Github. This totals 11 roles and one lookup plugin.

I imagine I will make some minor changes to the roles as I revisit all of them, but the primary focus will be on documentation, comments and formatting.


Better late than never. I pushed several commits tonight. This is incremental progress on an ongoing project so I don’t think it makes sense to compete against other Devember projects. It was just an excuse to get some work done. FWIW, the software management role was written entirely during the Devember2022 period, so I guess that could be considered my Devember goal.

2 Likes

My Devember2022 project is a DIY home NAS that will be able to serve as a personal cloud storage solution.

additionally spending an hour each day learning to code.

DIY NAS and Home Server / Learning to Code for Devermber 2022

I’m hoping to accomplish a little bit more then just installing TrueNAS and calling it a day, I would like to explore “infrastructure as code” by storing any configuration changes that That I make by in a program on a USB stick so when I blow something up and need to start over from scratch re-configuring everything will be easier.

1 Like

My Devember project is to make a flipbook in minecraft to play the bad apple video. Apparently this is a huge internet thing that I’ve only just now discovered?

2 Likes

My Devember project is to fix the builds and implementations of the series of libraries used to get full NodeJS running under a Java Minecraft mod, it’s almost there, there’s just a lot to do to get it working well.

1 Like

My devember project is to write an Integration for Home assistant which will read out the REST API of my M-Bus Center.

1 Like

My devember project is going to be an opensource multi-franchise cost tracking tool for QSR and full-service restaurants. Full thread will be here:

1 Like

My devember project is open-source typescript serverside lambda functions framework/package.

[Devember 2022] Open-source typescript serverside lambda/functions - Development / Code - Level1Techs Forums

1 Like

First time participating, I’ll try to do a web based Spotify playlist generator based on user followed artists that will also help people discover new artists.
I work in software mainly in C# but rarely touch anything web frontend so that will be interesting.
Good luck to you all!

2 Likes

Devember attempt no 2

all the best!!

2 Likes

I’d like to formally announce my participation in this year’s Devember.

It just so happened that since the beginning of the month I’ve been working on adding the features that I needed to microsocks socks5 proxy. I haven’t programmed in C for at least 6 years, so I’ve been a bit rusty, but it’s a great exercise, and the author of this software has been very helpful and forthcoming with his feedback.
Features that I’m adding:

  • Ability to specify a particular dns server to be used for lookups - done
  • Ability to specify a whitelist of allowed ip addresses that can connect to the running proxy server - in progress.

It’s possible that some of this work will be included with future releases, but it’s up to rofl0r of course.

I will edit this post and link to my blog once the work is finished, so that I can publish the patch files and build instructions.

1 Like

My Devember project is to polish and “release” a raspberry-pi informational display program I started in 2021.

Check my devember post here: https://forum.level1techs.com/t/devember-2022-polish-and-release-my-rpi-world-stats-display/192022

3 Likes

My Devember 2022 project is to re-release my assorted bash scripts, and build a CGI front-end for them, inspired by Windows XP.
EDIT: The scope has somewhat changed, and it is now aiming to be a simple server control panel.

Link to post: Devember 2022 | Windows XP-style website(source code released)

Cool screenshot

1 Like

Doing a second sprint on previous project. I wasn’t confident enough to produce a build last year, just too many bugs. And too incomplete.

So round 2! This time focused only on code, cuz those writeups took too much dev time. I’ll be drafting some stuff up but polish is the focus.

2 Likes

My Devember project is to learn C++ by creating a chess engine.

Link to post: Chess Engine

3 Likes