Check out Wonderful Neoran Valley by Nara Studio on @kickstarter.com www.kickstarter.com/projects/nar...
Wonderful Neoran Valley
It's a very fun game!
kickstarter.com
Giuseppe De Palma
@giusdp.bsky.social
Senior Elixir Developer | PhD in Computer Science Building a lot of stuff
Check out Wonderful Neoran Valley by Nara Studio on @kickstarter.com www.kickstarter.com/projects/nar...
Wonderful Neoran Valley
It's a very fun game!
kickstarter.com
Now I can have different cards rotations per player so they can’t look at each other hands 😬 and I also made the code open source cause I don’t have much time at all to work on this cards mod for #hytale github.com/giusdp/HyDuel
Continuining my card game mod in #Hytale. Now I have an actual separation between "hand" and "field" and where I can drag and drop cards from the hand to the board. If anyone wants to create a new card game just let me know! 😁 #HytaleMods #gamedev #modding #gamedesign #boardgames
I'm thinking about making a card game mod in #Hytale anyone interested in doing the actual card game design while I do the implementation? It kinda started as a Heartstone 1:1 clone mod but open to anything #HytaleMods #gamedev #modding #gamedesign #boardgames
@hugobarauna.com and I are hard at work preparing the Beta release of Programming Nerves. Every @livebook.dev project in the book comes with a notebook that includes the wiring diagram and code 🤩. #MyElixirStatus #ElixirLang #Erlang #Elixir
Changing the oban notifier from postgres to PG made my stress test on the API go from an avg 380ms at peak (+ some dropped requests) to 20ms (with 0 errors) #elixir #ElixirLang
Now I wanna try out the victoriametrics observability stack
With the player balance events -> pulsar -> broadway -> clickhouse done, I started on the other side of the pipeline: clickhouse -> analytics service -> liveview with apache echarts. Now I can show changes related to in-game currencies with cool charts. #ElixirLang
Made a little library inspired by cloudevents-ex. It wraps avrora and it makes it super simple to create maps following the cloud events spec and encode/decode them in Avro. #ElixirLang github.com/giusdp/pulsa...
Time to take Apache Avro + CloudEvents for a spin with Pulsar
#ElixirLang (with Ash!) to expose an API called from Unity to update player balances. Events to Apache Pulsar (with Oban-based outbox pattern). Broadway to ingest them into Clickhouse for analytics. Elixir and its ecosystem makes it a breeze to develop distributed systems.
I love #semaphoreci, it’s faster than GitHub actions thanks to the common setup between jobs. It’s very easy to have a mono repo and build specific docker images based on the pushed changes… and now it can even be self hosted
Cobbleverse multiplayer is awesome. The server is still open if anyone wants to join! #minecraft #pokemon
Sto pensando di fare un server minecraft con la cobbleverse e ci sarebbe spazio anche per un piccolo gruppetto di persone (probabilmente regge anche fino a 5/10 persone) #minecraft #cobblemon
The new expert lsp is so fast at picking up wrong attributes in phoenix components 😍 #ElixirLang
Finally got a NAS device and slapped 8 TB on it for now. I can finally give some space to breath to my arr stack. #selfhost
What should Elixir developers call themselves? With Rust we have Rustaceans, with Python Pythonistas. With Elixir… Elixirians? #ElixirLang #elixir
The countdown is on! Join us in 48 hours for a special announcement about Hollow Knight: Silksong! Premiering here: youtu.be/6XGeJwsUP9c
Hollow Knight: Silksong - Special Announcement
YouTube video by Team Cherry
youtu.be
Debating if I should deploy my #ElixirLang project on AWS ec2 with autoscaling, on a Heztner VM or on my self-hosted mini-PCs cluster in my bedroom.
Multi-tenant storage 2nd iteration. Now I can upload files to S3 via my dashboard and keep a record on my DB of what has been uploaded for usage tracking. Together with an oban job to keep stuff in sync (storage<->db) if stuff happens. Next steps: file previews & folders #ElixirLang #buildinpublic
Very first iteration of a multi-tenant object storage. You can only create and delete "buckets" for now. Using minio locally but it's a matter of changing 2 configs to swap S3 backends. With #ash after hooks it is so simple to rollback everything if something goes wrong. #ElixirLang #buildinpublic
As of 2023, there were 83.6 million cats in the EU 🐱 Online, we just enjoyed International Cat Day. But, in real life, animal welfare matters every day of the year! We’re working hard to protect our beloved companions, aiming for uniform rules for their welfare across the EU, including ⬇️
Second day using Claude Code. Most of the time I have to stop it and do adjustments and if I let it write too much code the quality goes to shit quickly. But it also feels less lonely to work on stuff. It's like that rubber duck technique but the duck can talk back and write code #ElixirLang
I'm giving Claude Code a try and until now I had to stop it and and tell it to redo stuff in different ways 6 out of the 8 times... not a good start.
I need to detox from Reddit I’m so done being bombarded by AI hype bullshit every time I open the app
I want to make a multi-tenant object storage system like supabase storage for my project. All in #ElixirLang. For what I saw they have their S3 bucket and let users create their own buckets in it (in the end it's all just folders isn't it) with a cool dashboard on it.
Someone just dropped an #AshFramework VSCode extension and it's pretty sick!! github.com/ketupia/ash-... #ElixirLang
GitHub - ketupia/ash-studio-vscode-extension: Ash Framework VSCode Extension
Ash Framework VSCode Extension. Contribute to ketupia/ash-studio-vscode-extension development by creating an account on GitHub.
github.com
Nintendo Switch Announcer (gravely): What is the true origin of man's inhumanity to man? What fate awaits our souls in the next life? Death and oblivion await all of us, this September. <fade to black, slight pause> Nintendo Switch Announcer: Who's up for ice cream? That's right - Hello Kitty!
Someone give me @expert-lsp.org please I'm done having to delete .elixir_ls and rebuild everytime I touch my mix.exs #ElixirLang
Flutter has to completely redesign their UI system to match Apple's new "glass" aesthetic: github.com/flutter/flut... Meanwhile, we're already running on iOS 26. Glass and all. #ElixirLang