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

Programming

13212 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 2 years ago
MODERATORS
 

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

top 5 comments
sorted by: hot top controversial new old
[โ€“] [email protected] 2 points 2 years 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 2 years ago

Mlem, the iOS client for Lemmy ๐Ÿ˜Š

[โ€“] [email protected] 1 points 2 years ago* (last edited 2 years 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 2 years ago

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

[โ€“] [email protected] 1 points 2 years ago

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