dawa
@dawa@programming.dev
- Comment on Warframe Finally Getting Cross-Platform Save and Android Closed Beta Registration Available Now 1 year ago:
Nope, it’s not even the season pass. I was giving such examples regarding the whales who want to look cool, but in reality others often only see the default skin if it’s from past season.
The 60$ skin is their pay to play roulette to get a 1% to get said skin with increasing price to get next “prize”
- Comment on Warframe Finally Getting Cross-Platform Save and Android Closed Beta Registration Available Now 1 year ago:
Maps, warframes, weapons and skins will also likely be loaded as needed, so you’ll probably start with 20GB but bloat to 60 as you play
Another trick I noticed playing CoD mobile is that they don’t load every other player’s skin, only the latest. So if your install doesn’t have it, it only display’s the default skin for other players. Which also mean that the skin you paid 60$ for in the last Season Pass is only visible by a few players.
- Comment on Hi, I want to start programming but dunno where to start and which language to learn 1 year ago:
Really depends on your age and interests
I started learning programming concepts as a teen by using RPG Maker. It introduced me to concepts such as variables, conditions, loops in a “low code” environment.
Thing is, I had a reachable goal which made it easier for me to learn and feel good as I had a tangible result. Things such as “I want to add a point everytime I touch X item” where very good for this.
IMO, I wouldn’t worry too much about the language at first and focus on small reachable goals you want to achieve. But to each his own way of learning.
Like games? You should probably check out GDevelop.
Want to automate some of your online tasks? Maybe n8n.io.
Also, it’s better if the tool you use starts with a high level of abstraction (it’s very esay to use) and allows you to add in some scripts.
If you want to go further, pick a language and go through the basics. And if you’re feeling even more adventurous, head to roadmap.sh to find a learning path towards your goal.