this post was submitted on 04 Mar 2025
26 points (100.0% liked)

Programming

18506 readers
158 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 2 years ago
MODERATORS
 

I'm curious what kind of project you are working on? I'm working on a procedural terrain generation open world game! Now it's your turn to tell me!

you are viewing a single comment's thread
view the rest of the comments
[–] harryprayiv@infosec.pub 5 points 9 hours ago* (last edited 9 hours ago) (3 children)

I’m attempting to teach myself full stack web dev using my preferred tooling (Purescript front end using Deku and Hyrule for modernized FRP, Haskell Servant back end talking to a PostgreSQL server with Nix flakes gluing at all together) by building a web app for managing cannabis dispensary inventory.

Lately, I’m finally at the point where I realize/experiment with making the app domain-agnostic. To do that, I’m attempting to extend lambdabuffers to programmatically generate my Types (and instances eventually) so I can make my whole app (front end Types, back end Types, and SQL schema) more generic in order to generate exactly the domain specific app that I currently have.

Here’s the lambdabuffer I wrote to describe my Types (for example): https://github.com/harryprayiv/cheeblr/blob/delete/backend/codegen/Inventory.lbf

And here’s my most active branch at the moment: https://github.com/harryprayiv/cheeblr/tree/delete


I also stopped working on a previous, ambitious project aimed at building a decentralized fantasy betting baseball DApp until some of the tech I’m waiting on (crypto oracles) matures enough: https://github.com/cardanonix/pelotero-engine


I welcome any and all critiques and assistance in either of these 100% FOSS projects.

[–] TheCatGameCompany@programming.dev 3 points 8 hours ago (2 children)

That sounds really cool! I've thought about learning to code web apps in JS so I could make my own website but for now itch io and steam are just good for me! Good luck on your project!

[–] harryprayiv@infosec.pub 3 points 7 hours ago (1 children)

Thanks! It’s funny because I’ve chosen the absolute most obscure languages and frameworks (other than postgresql). I’m seeing zero jobs available out there for them…but I just can’t bring myself to learn JS, Rust, or any other popular tech stack over Haskell and Purescript..and I’d hate to work in any other stack, TBH.

I’m basically unemployable but happy! ;)

If you are happy it's all that matters until your laptop breaks, LOL