this post was submitted on 06 Jun 2023
7 points (100.0% liked)

Programming

13215 readers
1 users here now

All things programming and coding related. Subcommunity of Technology.


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 1 year ago
MODERATORS
 

I have been working on a forum site just to dabble with PHP. I'm dockerising it too to practice docker.

top 34 comments
sorted by: hot top controversial new old
[–] [email protected] 7 points 1 year ago (1 children)

My main project right now is a chess engine named Iroh and a Slack bot & accompanying framework. When I can make the time I also play around with voxel geometry in Bevy.

All in Rust πŸ¦€

[–] [email protected] 2 points 1 year ago
[–] [email protected] 5 points 1 year ago* (last edited 1 year ago) (1 children)

Learning Mojo language https://www.modular.com/mojo It is a new programming language by Chris Lattner that is a superset of Python and as fast as Rust. Check out Lex Fridman's podcast with Chris https://www.youtube.com/watch?v=pdJQ8iVTwj8&t=7874s

[–] [email protected] 1 points 1 year ago

What do you think of Mojo? Good support for python bindings?

[–] [email protected] 4 points 1 year ago

I am writing a danmaku-style game in Rust & Vulkan. Didn't test it on Windows, only on Linux and MacOS. I also wrote my custom rendering engine, just for fun. It's very early-stage, doesn't even have a name or proper readme...

https://codeberg.org/raubarno/game/src/branch/https

Note: ignore the readme, https branch is without submodules.

[–] [email protected] 4 points 1 year ago (1 children)

Mlem, the iOS client for Lemmy 😊

[–] [email protected] 1 points 1 year ago

As someone using Mlem, I hope you like feedback, I've already sent a good amount your way; really excited to see it grow and improve, so thank you!

[–] [email protected] 3 points 1 year ago (1 children)

I had a dream last night about some sort of fediverse overlay as a browser plug-in that you’d be logged into your home instance in the same way you’d be logged into a reddit profile using RES, but as you are browsing feeds on other activitypub networks you can one-click subscribe to have it start to appear in your home instance.

I say this from the perspective as a new Lemmy user, copy/pasting !community@instance to my home instance search sucked when trying to browse and subscribe to so many different places to populate my feed.

But alas, I’ve had a tiring year so far and I don’t see a break in the clouds until Q4 when at least the migration in front of me should be done.

[–] [email protected] 1 points 1 year ago

I've had similar thoughts but in my version it was just a bookmarklet you can hit and it'll format the correct search term from your instance and load the result. We're probably not the only ones, it's a matter of time until someone gets chance to do it.

[–] [email protected] 3 points 1 year ago

Writing a little password generator for learning and personal use. First cli, then adapting to tui, gui, and web. After, will either pick up my dns log analyzer project or try to write a barebones xmpp bot then client.

[–] [email protected] 2 points 1 year ago (2 children)

Just working on learning racket. I'm very much a beginner in racket and lisp.

[–] [email protected] 2 points 1 year ago* (last edited 1 year ago)

Neat, same! I'm hoping to port the BQN array language to it.

[–] [email protected] 1 points 1 year ago (1 children)

I really want to learn lisp too.

[–] [email protected] 2 points 1 year ago (1 children)

If you're interested in common lisp, Practical Common Lisp is a pretty good starting point.

[–] [email protected] 3 points 1 year ago

Nice thanks! I actually have a book on clojure and racket I got in a humble bundle a while ago too.

[–] [email protected] 2 points 1 year ago

Working on a Work from home horror game using Ursina engine. I really enjoy the experience developing with just text & code, no level editor, or any creature comforts. I've learned a ton, 1 year into my programming journey.

[–] [email protected] 2 points 1 year ago

I am now trying to go into the advanced stuff in Nuxt 3 but it I bummed out by its support unfortunately.

Nuxt 3 is waaaay better in terms of Dev Experience than Nuxt 2 but even though it released in Nov 2022 it still lacks official modules like Auth and PWA.

Especially Auth is kind of unacceptable to not exist for a framework build in 2023.

[–] [email protected] 2 points 1 year ago

Working a global Digital Terrain Model to Digital Surface Model CNN in Pytorch. I have most of of my code written now I'm in the long process of creating and validating input data and ground truth for my first real training run after my geographically limited proof of concept.

I've also started trying to learn Rust, and Web development. I'm having a hard time with rust because I haven't found a good use case for it yet.

[–] [email protected] 1 points 1 year ago

I've spent the last few days working on a chat window plugin for Lord of the Rings Online.

Their API is rough and abandoned, lol

[–] [email protected] 1 points 1 year ago

You probably notice the other post on here, working on Melosynthos and coming up with the language design for Meta-AST. Basically making it so that it's easy to write a new compiler.

[–] [email protected] 1 points 1 year ago (2 children)

I'm working on a couple things. I'm doing hobby game development and working on a Full Stack Development Certification. The hobby stuff is mostly for fun, the cert is so I can maybe get a job.

My game project is a cutesy little farm game inspired by Slime Rancher but where the player is a novice witch in a magical forest.

[–] [email protected] 1 points 1 year ago (1 children)

Is there a social media or github account to follow for news on your game? I really enjoyed Slime Rancher (it was the first game on my 100% achievement journey) and a similiar game in a fantasy setting would be lovely!

[–] [email protected] 4 points 1 year ago

Well I'm an addict to Fedi so you can follow me on my CalcKey, @[email protected]. That's probably the best bet to hear about news and stuff. Just warning that I also post personal stuff so that's a thing

[–] [email protected] 0 points 1 year ago (1 children)

Who offers that certification?

[–] [email protected] 3 points 1 year ago

I'm going on Coursera, there's one made by IBM and it's like $50 per month (USD). I'm assuming if it's IBM it's gonna be at least decent

[–] [email protected] 1 points 1 year ago* (last edited 1 year ago) (1 children)

Right now, I am working on a bash script which automatically installs Artix Linux (Arch Linux without systemd) on any machine. You can choose between a basic installation which just keeps you with a running system and some necessary packages and a custom installation which contains my config files and settings. Mainly, I am doing it to practice bash and Linux, but I plan to switch from Debian to Artix and I wanted to have a script to easily reinstall my system if I brick something.

I will most likely split this project into two in the future: an enhanced install script which lets people choose their packages and a separate script which copy my dotfiles onto the system.

EDIT: Grammar and spelling.

[–] [email protected] 1 points 1 year ago

I love Artix. Great choice.

[–] [email protected] 1 points 1 year ago

I'm working on a SpaceTrader client in Kotlin/JavaFX. Mostly to get some experience using Retrofit2.

[–] [email protected] 0 points 1 year ago (1 children)

I'm actually getting close to reaching my project's minimum viable product (MVP) milestone!

It's actually a combination of a personal project and a final project for Harvard's CS50x (Intro to Comp Sci) course. My project is a colour-mixing app, tentatively named "Smear."^1^ The user is presented with a grid, and fill one cell with a colour. They fill another one perpendicular to the first cell, and the app fills the cells in between with a gradient of the two colours.

It's made with React (using vite + swc) and I have seriously considered making it open source. My only hesitation is, I have no delusions about how amateurish my code is structured. I haven't used React since 2016 and back then it was very surface level stuff. They changed quite a bit.

I also want to use this project in my portfolio...and I'm worried making it open source will expose how unqualified I am as a React developer 😒. It could just be my imposter syndrome talking, maybe it's not that bad, but do I really want to take that risk?


The next project I want to work on is a font manager, primarily for Windows. I know there are others out there but a lot of them are made with Electron. Electron-based apps are okay, but I don't want my computer to be inundated with them. I tend to multitask and I'm finding that unfortunately, 16 GB might not be quite enough. All that said, I want to make one using Python and PySide (Qt wrapper for python). I know Python isn't the fastest, but it's the language I'm most familiar with (and like) that has a Qt wrapper. And Qt because I've heard how lightweight it is.


^1.^ Yeah, not the best name, LOL. If you guys have a better idea, please throw them my way!

[–] [email protected] 1 points 1 year ago (1 children)

I think you should definitely make it open source.

I struggled with thinking my code was too bad to publish but once you realize that employers don't necessarily care how good your code is (as a junior dev), just that you HAVE coded and are pushing to GitHub. I sucked at React but now it's my job so I'm pretty good at it. I have a lot to learn still but that's okay.

Good luck with your project!

[–] [email protected] 1 points 1 year ago

employers don’t necessarily care how good your code is (as a junior dev)

Maybe this is what I needed to hear to breathe a little easier, that employers won't focus too hard on it. I know if I make it open source, I could get some feedback on the code too. I just hope it's constructive and not unnecessarily harsh!

I have a lot to learn still but that’s okay.

We never stop learning, and I'm glad for that. I think that's partly why I enjoy programming/coding. I always feel like I'm learning something new, even when I'm writing code I've written before. I actually like going to Code Abbey and doing some of the challenges there. Also, the exercism #12in23 challenge felt right up my alley. I love learning new languages, even if they frustrate the hell out of me!

Good luck with your project!

Thank you! 😊

[–] [email protected] 0 points 1 year ago (1 children)

Mostly just working on a personal game project in Rust. I expect it to go nowhere, and that's okay! I've rewritten it a few times in different languages and engines, but so far Bevy has felt the nicest to actually use to its full capacity.

I was only using Unity as a renderer, Godot's language felt too simplistic and didn't meet the memory requirements I had in mind, and writing my own engine is infeasible. Bevy feels more complex but I'm actually using it as designed rather than working around its quirks. It's pretty nice.

[–] [email protected] 1 points 1 year ago

Exactly! Just code to code, it doesn't need to lead to anything.

Great mentality.

load more comments
view more: next β€Ί