Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Search - "save the clicks"
-
I have been a mobile developer working with Android for about 6 years now. In that time, I have endured countless annoyances in the Android development space. I will endure them no more.
My complaints are:
1. Ridiculous build times. In what universe is it acceptable for us to wait 30 seconds for a build to complete. Yes, I've done all the optimisations mentioned on this page and then some. Don't even mention hot reload as it doesn't work fast enough or just does not work at all. Also, buying better hardware should not be a requirement to build a simple Android app, Xcode builds in 2 seconds with a 8GB Macbook Air. A Macbook Air!
2. IDE. Android Studio is a memory hog even if you throw 32GB of RAM at it. The visual editors are janky as hell. If you use Eclipse, you may as well just chop off your fingers right now because you will have no use for them after you try and build an app from afresh. I mean, just look at some of the posts in this subreddit where the common response is to invalidate caches and restart. That should only be used as a last resort, but it's thrown about like as if it solves everything. Truth be told, it's Gradle's fault. Gradle is so annoying I've dedicated the next point to it.
3. Gradle. I am convinced that Gradle causes 50% of an Android developer's pain. From the build times to the integration into various IDEs to its insane package management system. Why do I need to manually exclude dependencies from other dependencies, the build tool should just handle it for me. C'mon it's 2019. Gradle is so bad that it requires approx 54GB of RAM to work out that I have removed a dependency from the list of dependencies. Also I cannot work out what properties I need to put in what block.
4. API. Android API is over-bloated and hellish. How do I schedule a recurring notification? Oh use an AlarmManager. Yes you heard right, an AlarmManager... Not a NotificationManager because that would be too easy. Also has anyone ever tried running a long running task? Or done an asynchronous task? Or dealt with closing/opening a keyboard? Or handling clicks from a RecyclerView? Yes, I know Android Jetpack aims to solve these issues but over the years I have become so jaded by things that have meant to solve other broken things, that there isn't much hope for Jetpack in my mind 😤
5. API 2. A non-insignificant number of Android users are still on Jelly Bean or KitKat! That means we, as developers, have to support some of your shitty API decisions (Fragments, Activities, ListView) from all the way back then!
6. Not reactive enough. Android has support for Databinding recently but this kind of stuff should have been introduced from the very start. Look at React or Flutter as to how easy it is to make shit happen without any effort.
7. Layouts. What the actual hell is going on here. MDPI, XHDPI, XXHDPI, mipmap, drawable. Fuck it, just chuck it all in the drawable folder. Seriously, Android should handle this for me. If I am designing for a larger screen then it should be responsive. I don't want to deal with 50 different layouts spread over 6 different folders.
8. Permission system. Why was this not included from the very start? Rogue apps have abused this and abused your user's privacy and security. Yet you ban us and not them from the Play Store. What's going on? We need answers.
9. In Android, building an app took me 3 months and I had a lot of work left to do but I got so sick of Android dev I dropped it in favour of Flutter. I built the same app in Flutter and it took me around a month and I completed it all.
10. XML.
If you're a new dev, for the love of all that is good in this world, do NOT get into Android development. Start with Flutter or even iOS. On Flutter and build times are insanely fast and the hot reload is under 500ms constantly. It's a breath of fresh air and will save you a lot of headaches AND it builds for iOS flawlessly.
To the people who build Android, advocate it and work on it, sorry to swear, but fuck you! You have created a mess that we have to work with on a day-to-day basis only for us to get banned from the app store! You have sold us a lie that Android development is amazing with all the sweet treat names and conferences that look bubbly and fun. You have allowed to get it so bad that we can't target an API higher than 18 because some Android users are still using devices that support that!
End this misery. End our pain. End our suffering. Throw this abomination away like you do with some of your other projects and migrate your efforts over to Flutter. Please!
#NoToGoogleIO #AndroidSummitBoycott #FlutterDev #ReactNative16 -
I have a Windows machine sitting behind the TV, hooked to two controllers, set up as basically a console for the big TV. It doesn't get a lot of use, and mostly just churns out folding@home work units lately. It's connected by ethernet via a wired connection, and it has a local static IP for the sake of simplicity.
In January, Windows Update started throwing a nonspecific error and failing. After a couple weeks I decided to look up the error, and all the recommendations I found online said to make sure several critical services were running. I did, but it appeared to make no difference.
Yesterday, I finally engaged MS support. Priyank remoted into my machine and attempted all the steps I had already tried. I just let him go, so he could get through his checklist and get to the resolution steps. Well, his checklist began and ended with those steps, and he started rather insistently telling me that I had to reinstall, and that he had to do it for me. I told him no thank you, "I know how to reinstall windows, and I'll do it when I'm ready."
In his investigation though, I did notice that he opened MS Edge and tried to load Bing to search for something. But Edge had no connection. No pages would load. I didn't take any special notice of it at the time though, because of the argument I was having with him about reinstalling. And it was no great loss to me that Edge wasn't working, because that was literally the first time it'd ever been launched on that computer.
We got off the phone and I gave him top marks in the CS survey that was sent, as it appeared there was nothing he could do. It wasn't until a couple hours later that I remembered the connectivity problem. I went back and checked again. Edge couldn't load anything. Firefox, the ping command, Steam, Vivaldi, parsec and RDP all worked fine. The Windows Store couldn't connect either. That was when it occurred to me that its was likely that Windows Update was just unable to reach the internet.
As I have no problem whatsoever with MS services being unable to call home, I began trying to set up an on-demand proxy for use when I want to update, and I noticed that when I fill out the proxy details in Internet Options, or in Windows 10's more windows10-ish UI for a system proxy, the "save" button didn't respond to clicks. So I looked that problem up, and saw that it depends on a service called WinHttpAutoProxySvc, which I found itself depends on something called IP Helper, which led me to the root cause of all my issues: IP Helper now depends on the DHCP Client service, which I have explicitly disabled on non-wifi Windows installs since the '90s.
Just to see, I re-enabled DHCP Client, and boom! Everything came back on. Edge, the MS Store, and Windows Update all worked. So I updated, went through a couple reboots-- because that's the name of the game with windows update --and had a fully updated machine.
It occurred to me then that this is probably how MS sends all its spy data too, and since the things I actually use work just fine, I disabled DHCP Client again. I figure that's easier than navigating an intentionally annoying menu tree of privacy options that changes and resets with every major update.
But holy shit, microsoft! How can you hinge the entire system's OS connectivity on something that not everybody uses?
6 -
That feeling you get when you write an automation package on top of selenium and python that at a press of a button runs through an entire User Checkout process 😍
Oh the hours this is going to save me.
Now to see what else I can automate in my day to day life.3 -
I was pretty upset at my loved one today. She asks me how to save a file into a PDF, so I explained how to print to PDF from chrome, pretty simple, good so far. Then...
-"Hey, the file has an 'e' for internet, will they need internet to open the file?"
-No, why would they?
-The file has an 'e'
-Did you name it 'e'?
-No, but it has an 'e' like internet
-... You mean the icon?
-Yes
-Right click, click on properties and change the default program to Adobe...
-Oh God, it's so complicated, I'll ask someone else to do it
-What? It's literally 2 clicks!
-Why does it need internet?
-It doesn't! It's just the default
-The what?
-Cheez! Doesnt matter, just go to properties and click on 'Change'
-Fine! Done now what?... Ooh...
-Now click on Adobe Acrobat
-Awesome! Thanks! Now it's fixed, I'm so glad because I'm about to send it on an email and I'm sure my boss would have thrown a fit if they weren't able to open it offline
-😒4 -
Clicks "Save" button....
Yes, that was the point of clicking the save button, to discard my changes...
-
In the country where I live the national railway company just replaced their perfectly functional (old looking) site with a new one. It looks very nice until you start using it. Reloading the page logs you out. Adding a saved passenger before was filling two fields and ticking and save now you go to profile then select it using 15 clicks then save and then you can't pick it when buying tickets you must add it all again (used to work before). The list of trains matching your criteria used to be a fairly compresses table so you could see a lot of trains without scrolling also showed info on them. Now it only shows departure arrival and time. Also each table cell has 4x font size padding and is float right with around 20% of left side being taken by a menu. Information about the trains' journey is still shown but not in full detail. After you put the ticket in the cart it only shows you basic information and there is no full info before checkout. Also now you can't pick which seat you want yours next to.
So then what did they fix compared to the old? Now you can buy tickets for trains that are late like if that's gonna make everything easier... They also fixed that now you don't need two accounts if you want to use the mobile app (which by the way broke after the update in every possible way).
So the question is: why the fuck do we need so much eye candy if the product becomes unusable in the end? -
Teaching advanced IT topics like programming or system management has become much harder in only about five years, because many 20 year olds do not know how to effectively work with the file system. I don't blame them: the Microsoft Office applications nudge you strongly towards storing everything in the Cloud (saving files locally requires extra clicks), and on Windows, the folders C:\Users and C:\ are almost hidden in he respective dialogs (open file, save file). Same on macOS. Students also keep loosing files. This used to be an excuse for not doing the work; nowadays, you're able to find the files on their systems by using appropriate tools (e.g. `find`, installed with Git Bash on Windows). And don't get me started on touch-typing... hell, those kids were fast ten years ago with a proper keyboard! Now they're fast with their smartphone, but painstakingly slow on an actual keyboard.5
-
Why is there no feature to save your OS' state across reboots?
Like images or savestates you can load up any time.
Besides the fact dual booting is way more useful this way, you could have huge organized workspaces, leaving your current work open, clicks away.
Even in professional IT this would be a gamechanger.6 -
HIRE A LICENSED BTC / CRYPTOCURRENCY RECOVERY HACKER: CONTACT DIGITAL TECH GUARD RECOVERY
It was supposed to be a regular weekend gaming marathon. I was right in the middle of a high-stakes multiplayer battle, really concentrating on how to win the game for my team. Then, there it was-the pop-up: some flashy ad promising a "free upgrade" to enhance my gaming experience. It looked decent enough, and with my urge to get ahead, I clicked on it without a second thought. Big mistake.
What I didn't know was that the download wasn't an upgrade; it was malware. Within minutes, strange things began to happen: my computer slowed down, windows opened and closed on their own, and worst of all, my Bitcoin wallet, which held $85,000, was drained. It hit me like a ton of bricks. I had let my guard down, and it cost me dearly. contact with WhatsApp: +1 (443) 859 - 2886
Email @ digital tech guard . com Telegram: digital tech guard recovery . com
I was panicking, and I couldn't concentrate on anything else. The game that I had been so engrossed in was utterly meaningless. The next few hours were spent blind searching online; I was desperately looking for answers that would help me reverse my mistake. That's when I discovered Digital Tech Guard Recovery. Their name kept popping up on forums and reviews, with each story reassuring me more than the last. I called them, praying they could help me.
Their team was empathetic yet professional right from the very first conversation. They never judged me for falling for such a scam but rather shared with me that they have helped plenty of people in similar situations. The reassurance from them acted like a lifeline, felt in this sea of despair. They walked me through the recovery process step by step, explaining in a manner clear and comforting to understand.
True to their word, Digital Tech Guard Recovery went to work immediately. They kept me informed every step of the way, answering my many questions without once making me feel like I was a nuisance. A few days later, I got the call I'd been hoping for: they had recovered my $85,000.
Relief isn't even the word that could describe how I felt. They didn't just save my wallet but gave me a second chance to protect what's mine. They also provided invaluable advice on how to recognize malicious software and keep my crypto secure.
Now, I'm more in tune and careful with my clicks, especially when gaming on. Thanks to Digital Tech Guard Recovery, I learned that while gaming is fun, nothing's worth risking your financial security. Lesson learned, and funds restored1 -
Welcome to Amazing Series – Where Quality Meets Innovation
At Amazing Series, we are committed to providing you with high-quality products that enhance your lifestyle and make daily living more enjoyable. From smart kitchen appliances to eco-friendly pet products, we offer a wide range of items that cater to all your needs. Our focus on quality and sustainability ensures that every product you purchase will elevate your home, health, and beauty routine.
Why Choose Amazing Series?
Uncompromising Quality
We believe in offering only the best. Whether you’re looking for smart kitchen appliances, high-quality non-stick cookware, or natural body care products, each item in our store is carefully selected for its durability, performance, and value. We aim to provide you with products that you can rely on day after day.
Diverse Product Range
At Amazing Series, we understand that everyone has different needs. That’s why we offer a broad selection of products, including eco-friendly pet products and the best makeup brands for sensitive skin. Our curated selection ensures you’ll find exactly what you're looking for, whether it’s for your kitchen, your home, or your personal care.
Sustainable and Eco-Friendly Choices
We are proud to offer a range of eco-friendly products that help reduce your environmental footprint. From sustainable pet products to natural body care items, Amazing Series is committed to promoting eco-conscious choices for a better planet.
Convenient Shopping Experience
Shopping at Amazing Series is hassle-free. Our online store is designed to be easy to navigate, allowing you to find your favorite products in just a few clicks. We offer reliable shipping to ensure that your orders are delivered quickly and safely to your doorstep.
Our Product Categories
Smart Kitchen Appliances
Transform your cooking experience with our smart kitchen appliances. From Wi-Fi-enabled ovens to intelligent blenders, these appliances make your time in the kitchen more efficient and enjoyable. Control your devices remotely, save time, and elevate your meals with the latest in kitchen technology. Whether you’re a seasoned chef or a home cook, our smart appliances make meal prep easier and more convenient.
High-Quality Non-Stick Cookware
Our high-quality non-stick cookware is designed for easy cooking and cleaning. Perfect for anyone who loves to cook without the hassle of stuck food, our cookware ensures that your meals cook evenly and clean up effortlessly. With a range of sizes and styles available, these durable, non-stick pans and pots are essential for any modern kitchen.
Eco-Friendly Pet Products
At Amazing Series, we believe in taking care of our furry friends and the planet. That’s why we offer eco-friendly pet products made from sustainable materials. From biodegradable waste bags to natural grooming supplies, our pet products are designed to be gentle on the environment and provide your pets with the care they deserve. Give your pets the best while protecting the Earth.
Natural Body Care Products
Pamper your skin with our range of natural body care products. Free from harmful chemicals and artificial fragrances, our body care items are crafted using only the finest natural ingredients. Whether you’re looking for moisturizers, scrubs, or bath oils, our products will leave your skin feeling nourished, smooth, and healthy.
Best Makeup Brands for Sensitive Skin
Discover the best makeup brands for sensitive skin at Amazing Series. Our collection includes makeup that’s free from harsh chemicals, fragrances, and dyes, making it perfect for those with sensitive skin. From foundation to lip care, we offer a range of products that provide flawless coverage while caring for your skin’s delicate needs. Look beautiful without compromising your skin’s health.
Why Shop with Us?
Curated for Quality and Performance
Every product in our store is handpicked for its exceptional quality and performance. Whether you're purchasing smart kitchen appliances or natural body care products, you can trust that each item has been selected to meet our high standards.
Sustainability Matters
We care about the environment, which is why we offer a wide range of eco-friendly products. From sustainable pet products to non-toxic body care, you can shop knowing that you're making choices that are better for the planet.
Affordable and Accessible
At Amazing Series, we offer premium products at competitive prices. We want you to experience the best without breaking the bank, which is why we keep our prices affordable while maintaining the quality you expect.
Reliable Shipping
We understand that you want your products quickly, which is why we offer fast and reliable shipping. You can trust that your order will be delivered on time and in perfect condition.5
