🤠 We're a small indie team making a Space Western game that mix together cRPGs like the original Fallout and top-down shooters like Ruiner. Featuring real-time combat, organic roleplay, and a deep narrative with different endings 🚀
👉 Wishlist on Steam store.steampowered.com/app/1…
Trend following is one of the oldest ideas in trading.
But how does it perform in crypto across all market regimes?
We tested it.
Here's what we found:
Junie comes to GitHub – async development unlocked! 😎
Meet Junie, the AI coding agent by JetBrains… now on GitHub!
✅ Delegate multiple tasks
✅ Fix bugs without opening an IDE
✅ Collaborate with your team
All without leaving GitHub.
The waitlist is now open!
Join the waitlist! jb.gg/obmpuw
Experimenting with "digging" using rotated cubes as the subtraction primitive instead of spheres.
I like the jagged/angular/detailed look, but I'm going to try other shapes (like tetrahedron or pyramid) that aren't all right angles.
since radix-ui isn't being updated anymore, we've migrated all our styled components for the new website to base-ui.
the experience has been great and i hope more component libraries use it over radix!
Spent a few weeks rewriting everything from HDRP to URP.
Now I'm getting 55–60 FPS (bet I can do 80) on the SteamDeck — with over 600k tris on grass, unlimited point lights, and *almost* volumetric fog made from scratch as a post-effect
#unity3d#shadergraph#gamedev#vfx
Laravel Tip 🚀
Today's tip is perhaps a hidden gem that not many people know about.
Have you ever wanted to remove duplicated characters from a string and had to create some complex logic or regex for doing that?
Laravel has a string helper called deduplicate that helps you with this task! 🔥
Check the examples on how to use it to simplify your life and clean your codebase! 🚀