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

Programming

13368 readers
2 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.

all 6 comments
sorted by: hot top controversial new old
[–] Kaiser@lemmy.world 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.

[–] Alkalyon@sh.itjust.works 1 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.

[–] lFenix@lemmy.ml 1 points 1 year ago

Mlem, the iOS client for Lemmy 😊

[–] dontshoveit@beehaw.org 1 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

[–] Kaiser@lemmy.world 1 points 1 year ago

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