#lazydev — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #lazydev, aggregated by home.social.
-
Don't let your home get as messy as that legacy code! 🧹 Engadget just dropped early Amazon Prime Day vacuum deals, including robot and stick models. Finally, a bot that cleans up after you, not just pushes commits!
What's the one household chore you wish an AI could completely handle for you?
#TechDeals #PrimeDay #RobotVacuums #HomeAutomation #LazyDev
https://www.engadget.com/deals/the-best-october-prime-day-robot-vacuum-deals-you-can-get-now-save-on-machines-from-irobot-shark-dyson-and-others-151504093.html?src=rss -
@eclecticpassions Sometime I am too laaaazy for searcing or take a picture for the new post soo... I code it... I do a lot of script for not do stuff... And some chat bot for control my server XD
-
🎮✨ Oh wow, a #magic #wand for lazy game devs! #Easel promises to turn your single-player gaming flops into #multiplayer "masterpieces" with zero effort. Because, you know, who needs networking skills when you have a beta tool doing all the heavy lifting while you sip your coffee? ☕🎩
https://easel.games/about #GameDev #LazyDev #CoffeeBreak #HackerNews #ngated -
🎮✨ Oh wow, a #magic #wand for lazy game devs! #Easel promises to turn your single-player gaming flops into #multiplayer "masterpieces" with zero effort. Because, you know, who needs networking skills when you have a beta tool doing all the heavy lifting while you sip your coffee? ☕🎩
https://easel.games/about #GameDev #LazyDev #CoffeeBreak #HackerNews #ngated -
🎮✨ Oh wow, a #magic #wand for lazy game devs! #Easel promises to turn your single-player gaming flops into #multiplayer "masterpieces" with zero effort. Because, you know, who needs networking skills when you have a beta tool doing all the heavy lifting while you sip your coffee? ☕🎩
https://easel.games/about #GameDev #LazyDev #CoffeeBreak #HackerNews #ngated -
🎮✨ Oh wow, a #magic #wand for lazy game devs! #Easel promises to turn your single-player gaming flops into #multiplayer "masterpieces" with zero effort. Because, you know, who needs networking skills when you have a beta tool doing all the heavy lifting while you sip your coffee? ☕🎩
https://easel.games/about #GameDev #LazyDev #CoffeeBreak #HackerNews #ngated -
sure, I COULD make a formal model sheet with proportions, angles, expressions, etc... OR I could just paste keyframes from the scenes I already drew and use that to stay on-model
-
I have written something like this multiple times:
1. scan through a string looking for a specific character
2. once the breaking character is found return the string up until then
3. skip the breaking character and goto 2
4. if end of the string, return the left over string- Is there, like, a computer science-y term for this?
- Is there a smarter way to do this? (I don't think regex would work and/or I don't want to deal with that) -
Every time I work with #Python, I spin up a quick virtual environment to keep my system clean:
python3 -m venv venv
source venv/bin/activate
python <<whatever>>Then I go back to work with #PHP and wonder whether or not someone has created a similar utility I could use there. But I'm a #lazydev and never do a search. Or think through what it would take to do it myself. Or whether anyone other than myself would find value in it ...
-
Ok, this is weird. I’m trying to migrate a Wordpress database from Google Cloud SQL to PlanetScale. I’m using the database import feature. When I point Wordpress at the new database, everything works fine when it’s in replica mode, but if I switch it to primary mode, Wordpress gives me the installation screen instead of the actual site. What gives? #LazyDev #MySQL #PlanetScale #Wordpress
-
Trying to build a little UWP app, checking out the community toolkit. All the controls and services I was planning to build are already there. This shouldn't be too much work to create this app now :) #lazydev