Then don’t use it or don’t complain
Person behind Arctius for lemmy :) My other account: [email protected]
I like cats and chickens.
Then don’t use it or don’t complain
Spotify is cheap and that’s a fact. What’s the point of complain about single free music service?
Just… pay? It’s very cheap.
That’s a con and a pro of decentralized net: if you don’t like the owner, pick another instance or create your own and be the king. Bad news is, every instance is controlled by couple regular folks who’re not responsible financially so they can imply their own rules and post and ban whatever they want.
Like the jungle: you gotta learn to survive and avoid the monkeys with rabies.
I thought I was alone in this lol
Win11 literally made me rage uninstall it after I got mad trying to remove all bloatware and then it showed me onedrive ad
Yes its one time for android, if you’re earning money with ads or purchases, google will take 1/3 of that amount, then you will have to figure out taxes on your own and there’s also some special policies for selling online goods in India, but if you’re just making apps - its one time fee to be able to upload them to google play store, or you can just distribute with froid/github for free, which is a great route as well
From the perspective of FOSS developer:
I simply don’t want to pay €100 every single year to Tim Apple to make a free hobby app.
Android has more ways to distribute, and the “official” way is one time €25 fee and that’s it.
If I wanted to use the touchscreen, I’d rather get a tablet or use my phone. I would like to see the capability to open actual apps, not just chrome. In this case, even ipad is more capable than chromebooks because it can actually run lots of stuff, even video editing software.
are you really trying to say that chromebook can do more than m1 macbook lol
please show me an example of working in blender with chromebook
I guess (in their mind) their laptops are “premium” product and making a cheap one will lead to brand damage.
Plus, I remember how bad was previous 12 inch macbook, people will probably be very catious about it (if they ever make one)
What? Apple is still releasing good laptops, m1 makbook air was unmatched for its price for like 2+ years and is still a machine that can last 6-10 hours under workload
No, I’m just genuinely interested, that’s it. No negativity.
How many times did internet petitions actually changed something
There’s a lot of free open source alternatives :)
I wonder how many people will be ok with this, considering that there’s a large portion of folks who does not know what’s AdBlock
All these things are solving different problems and you absolutely don’t have to use them if they complicate your current workflow.
I can’t imagine making a high interval trading app, things like notion or figma without modern libraries.
jQuery only gets you so far before you will wake up in unmaintainable hell where your team has to re-invent the wheel
Always confused when I see memes like this
You learn js, then you learn a bit about ts and pick react/vue if you want to do frontend or nodejs if you’re into backend. Then you do something basic, like a barebones twitter clone, weather app, etc. By the point when you’re 80% done, you will know most important parts of the ecosystem naturally
After that, learning all the supporting libraries/frameworks is super simple since next is just superset around react, same for nuxt. Solid, svelte, fresh etc are just different flavors of react. Even vue is looking like react this days with composition api, simply because they nailed the simplicity and dev comfort. Average dev will never face weird js/ts parts or confusing libraries because most of their day to day job will be moving buttons and looking how to persist user basket in browser storage…
Sure there are a lot of libraries and ways to do stuff, but 90% of them are irrelevant, only-for-hobby or simply dead and unused since 2010. Knowing ts+(react|vue)+(vuex|redux-tk|mobx)+(styled|tailwind) will land someone a basic job where they can progress and expand their knowledge lol
My boss legit says that he will give me some time to work on it every 2-3 months and then drops a “customer requires X feature and I promised that we will deliver in one week”. And mind you we have to patch up to 3 major versions in the past to back port the new feature because client haven’t upgraded and won’t in near future… which means sometimes our major releases are 60-70% same as our minor patches for old versions. Semvering much?