Oddly enough YouTube only seems to be ramping up its antiadbpocker campaign on their desktop version. The mobile version of the site works fine without ads.
I have a backpack charging set, it’s always in my backpack. It’s a 100 watt quad port charger (2 usb c, 2 usb a) with all the cables I need attached. It brings a lot of peace of mind.
The convenience of not being wired to my device outweighs “better” sound.
Wired doesn’t immediately make it sound better. Plenty of crap or just cheap wired ones.
What is great is never getting up and have your ears ya led and and your phone sent flying because you forgot you set your phone on the table. Or worse, the cables got caught on the door knob.
Not even a beep, AirPods have a pleasant little sound that goes down and fits battery is low somehow. It is once at 10 percent and again when they die. That’s it.
It’s not loud, it’s not annoying, just a little created sound to tell you battery is low.
So much this. I had a cheaper pair of Bluetooth headphones back in the day and when they got 10 percent or so they would loudly (regardless of volume set) proclaim
But that is a typing weakness of that language. I just prefer using languages where the compiler actually does know what the types are at all time and thus can inform me instead of me trying to make sure that types align correctly.
That is tedious work that has been proven to be a terrible idea to shift onto humans. Strong type systems make much more robust code.
Abap only has one collection type, and its tables. Contextually it’s not hard to read what a collection of things are and what a single thing is.
If I am looping through comments and do something with comment, it’s contextually clear what ma going on. The exact type can be easily checked for when it’s actually needed.
Naming a count of something the plural seems like a much less intuitive thing. Especially sense generally the count is gotten from the collection.
This isn’t even like the worst of it. It’s an old enough language they still thought the compiler shouldn’t have to do more work.
So you have to declare all variables, types, and methods in the top section of the class, and the method implementation in its own section. That means while working on a method, the method signature is a long way away. And because abap developers are allergic to splitting up code into reasonable classes, that can be a couple thousand lines away.
Oh and all classes are in the global namespace. So all the classes you make must start with the letter z because SAP reserves any and all names that don’t start with z.
Oh and they didn’t feel like making library code to do a lot of basic stuff, oh no, they thought that 3000+ keywords was a much better system. Especially sense hovering over a keyword gives no documentation and discoverable is therefore pretty terrible.
Also they wanted everything to be sentenced like so keyword structures are often many special words in specific orders and hopefully you can write enough of it to get a prompt to fill in the rest.
Just recently in may built my first gaming computer, initial put in a 1tb pcie gen 4 m.2 drive that cost about 70 euro. Within a month or two I saw a sale for another gen 4 drive with 2tb for 100 euro and jumped on that to bring my system to 3tb of very fast storage.
And m.2 drives at gen four are at like 7000MB/s for reads. And those drives have gotten significantly cheaper over the last half year or so. Gen 5 hits speeds of like 12000MB/s
I got a 2tb gen 4 for 100 recently so my computer now has 3tb of m.2 drives for total of 170 euros spent.
Or another person who just can’t let someone who likes apple devices, like them.
The op post is pretty terrible. It’s insultingly in their superior complex. That’s what most extreme “all users who do x” takes are.
The response wasn’t that there is no other way to fulfill this list of things that they like, but that for them, apple devices fulfill this list of things.
I’ve used plenty of OSes. I switch between Linux for our servers, windows on my work computer and my gaming computer, and apples oses on the apple devices I own. I prefer macos to windows any day. That’s my personal preference. You prefer Linux? Good, have fun. Windows? Sure, whatever floats your boats.
If you want to accuse me of being Stockholmed at least get the ecosystem correct. I’m stockholmed by apple thank you very much 😂
I disable telemetry, block telemetry, ads and trackers at a dns level; which I do no matter what OS I use and don’t worry about which games are supported on my system.
I have a local account on windows and I use that computer for nothing but gaming.
Consultants completely undocumented JavaScript. Had to convert thier entire library to typescript to even get a chance of knowing what they are doing.