• 0 Posts
  • 36 Comments
Joined 1 year ago
cake
Cake day: July 21st, 2023

help-circle





  • Same app in native format: 2MB. As a flatpak: 15MB. As an appimage: 350MB.

    Appimages are awesome, rock solid, and I have a few on my system, but flatpak never gave me any problem and integrates better with my KDE, and is smaller. Both have their advantages tho. I’m fine with using both. If you are a developer, make a flatpak or an appimage i dont really care just make your software available for linux. Both are fine, choose the one that fits your specific app the most.

    But I also think appimages deserve the same attention and great integration with the OS as flatpaks. Stuff like that AppImageLauncher functionalities should just be integrated inside the DE itself.

    But we need an universal package format for linux asap. Flatpak is on the front in this race, and I’m fine with it. Appimages second, for sure.


  • While editing my comment I deleted it by mistake lol. Here is what I was trying to post:

    Don’t buy a Tesla or BMW. Done.

    Edit: im joking, but you can just not connect your car to any internet. Most casual brands have literally zero outgoing connections if you don’t add or connect them to a network. Androd Auto and Apple Carplay are just displaying what your phone sends to the screen, the car itself doesn’t access the internet through those. Think of android auto and carplay like “HDMI monitors for your phone that have touch too”. Your phone does everything the car just displays it.

    Connecting via bluetooth should also not be any problem since bluetooth doesn’t include internet access (unless you activate that ok your phone but Im sure the car will not use it). Bluetooth only sends and receives small bits of data that your phone chooses to send, not what the car chooses. Contacts names, phone numbers, audio and microphone are the only few data that gets sent to your car and only during phone calls or audio listening.

    In the end, just avoid cars that have always connected systems like Teslas or modern BMWs or similar cars. Most Volkswagen, Audi, etc etc are 100% offline cars when you don’t connect them to a network. Most now can do it, but most its a subscription service that you can just not buy, and some even need SIM cards to work, that you just not use. Unless its a Tesla, those are connected even if you don’t pay the subscription.

    Test drive the car. Disconnect it from all networks or don’t turn them on. Try to use all features. If the car constantly complains that it has no internet access for all of them, thats good.

    Note that GPS access is always on and doesn’t require any subscription, so maps and navigation will still work. However that is not really a privacy violation by itself because GPS on cars and phones only receives signal, doesn’t transmit anything. You wont have traffic information or weather or anything tho. If you have traffic info, the car is connecting to some network, find how to deactivate that.

    Many modern cars are too connected, thats true, but with the exception of a few brands, most cars go 100% offline the moment you disconnect them from their data services or don’t pay for that upgrade/subscription. So you will be fine even with a modern car.








  • Being a developer I slowly noticed that 99% if the people in this world don’t even think for a single milisec how anything in tech came to be. They use extremely advanced smartphones, apps, huge servers, games, everything. And no one ever thinks “huh, how did they made this?” They literally think making a whole OS is like making a pancake, 5 steps and 5 minutes and you are done. Or heck, they don’t even think that, they don’t think anything at all about it. They just… use it. Like it magically appeared there and they can now use it. They have absolutely zero idea how much effort the simplest things they use daily took. Some don’t even think about the fact that stuff like Facebook is a company and needs to make money. They just know that Facebook is magically there and works. How does it work? “Well, you open the app and click buttons”. But they never think about how the app and buttons came to be.

    Stuff like “what is a cloud? What happens when you put something on the cloud, like Google drive?” They get absolutely broken and cant answer because they can’t even understand what a cloud is and why the files are accesible from everywhere.

    It gets to a point where people get “shocked” when you tell them that Android or macOS has hundreds or thousands of developers working on it daily. They literally think Android just happened to appear out there and brands just decided to pre-install it on the phone they sell, like it was something that you “just install”.

    Well, long story short, this eventually comes back to bite devs in the ass when we try but fail to explain to a client that “creating an AI that takes stuff from a database and magically creates new stuff” takes more than 2 days. Client gets mad when we say something is impossible in the hours budget that we got.

    Simon Riggs like many other people literally make our world turn but people will never know who they are or why they are needed. This world biggest heroes often go unnoticed.


  • Picture this: you buy a car. You buy a new set of wheels/rims and a new radio system with Android and whatever. You also put some new carpets on the floor of the car. Now you need to take it for a simple routine maintenance and checkup at the car brand official shop. After a few hours you go back there to pick you car up and it has the stock wheels, stock radio, stock carpets and everything and you ask where the hell is your stuff and ALL of them on the shop look at you confused like if they never seen any different accessory on that car before other than the stock ones, or don’t know what you are talking about. All they know is that the car is now “according to spec”.

    This is what it feels like after updating Windows with Linux in dual-boot on the same drive.


  • Sometimes I feel like the managers of my company and many others companies like these are just a bunch of clowns, that keep getting fcked my MS but keep paying them Enterprise licenses that are sometimes thousands of $$ per month. If a service costs thousands per month, it shouldn’t be stressful to use and give so much headaches… I just think some CEOs don’t know that a company can function (sometimes better) without Microsoft products. From Office to Windows to Azure, many companies nowadays think they can only function if they pay Microsoft. And MS knows and likes this.



  • Apple: we now allow third party stores! You just need to pay us 1 million $! (We hope no one does it). And you need to use your developer account, but its easy!

    Epic Games: we paid the 1 million, we are gonna make a third party store!

    Apple: bans epic games developer account “Epic Games is not trustable!”

    Apple really looks like a 5 year old kid with its own make-up rules based exclusively on their interest and gets mad when those rules that they themselves created are still not enough for them to win.



  • Thats mostly because of the overload quantity of ads, trackers, plugins, integrations, etc all websites have now. Using an adblocker halves your bandwidth usage. If you have a data cap, an adblocker is a must.

    And then, optimization. As an Angular developer, knowing many websites nowadays are Angular or similar, the lack of optimization is a big problem. Most don’t even use lazy loading, not to mention managing the module imports into different components. They import everything into the main component and don’t do lazy loading leading you to websites that have 20-40MB (!!!) of initial load (when you open the website). This is so common that I think junior angular devs will slowly just kill angular popularity and give it a bad look. Takes work to optimize Angular, and many devs don’t care enough and just rush it. And then there are companies that don’t understand that web frameworks need optimization and just underpay devs or rush the dev time.

    Please don’t use Angular (or similar complex web frameworks like Vue or React) if you don’t know how to correctly optimize it, or don’t have time or care for it. And don’t overload your pages with ads and integrations. You are ruining the web.