Skip Navigation

Alonely0 šŸ¦€
Alonely0 šŸ¦€ @ Alonely0 @mastodon.social
Posts
0
Comments
40
Joined
2 yr. ago

  • @snaggen the actual answer is having opt-out semver checks on cargo publish just like with git.

  • @thanevim @dantheclamman @kubica Unfortunately, that's not something you really wanna do. Depending on your domain, it might take years before your emails stop going to the spam box.

  • @MrsDoyle @steebojack I used to have that phone, and that and the headphone jack are the only things I miss on my 6a.

  • @soulsource @anlumo dude your whole code is UB. A reference & means that the data behind it never changes while any reference exists, allowing multiple pointers to point at it at the same time (aliasing); whereas a mutable reference &mut means that the data behind may only be read or written by that pointer, i.e. multiple pointers (aliasing) can't exist. The compiler uses this to optimize code and remove stuff that you promise never happens. Always use miri, and go read the nomicon.

  • @theangriestbird @FragmentedChicken IMO it's great that they're settling for a unique brand look that's actually practical. Pixel's camera bump not only makes them usable on flat surfaces, but allows you to clamp-mount camera lenses on the bump itself. Personally, I really like the look & feel of my 6a.

  • @blindsight @Apeeksiht my 6a's battery life w/ GrapheneOS is great. Not the best, but lasts a day of moderate use just fine. Days of heavy use I'll have to charge it in the late afternoon, and days of light use it's almost like I haven't unplugged it.

  • @gvasco @IdleSheep recently it's even slightly buggy too, but it's still orders of magnitude lower than stock.

  • @worfamerryman @FragmentedChicken android is less memory efficient, because Java in lots of scenarios basically allocates the double of the memory that it needs for performance reasons. However, android with 6 or 8 GB is fine for 99% of users. 24 GB is nuts, and it's probably just for gaming.

  • @skullgiver @LaughingFox It's not programmer laziness at all, RAM modules' size has to be of a power of 2 on most platforms because of various assumptions the CPU makes in memory alignment and memory bulk reads for performance reasons. Processors don't interact directly with the flash dies, so it's fine for them to be of the size they feel like provided the controller knows what it's doing.

  • @zikktransport2 @Kyoyeou the cloud is someone else's computer, and I'd rather have my data on mine. I can understand why a normal user, who can barely manage their own computer, would want someone else to do it for them. But I am perfectly capable of doing my own backups and self-hosting random crap.

  • @ExLisper @aluminium Android and iOS have been intercalating featureful and polishing updates with each other for a while now.

  • @cheerycoffee @Klystron You have the option to also export to raw, so that you'll have the full sensor data, without lossy compression, processing or AI.

  • @MakeAvoy @snaggen Have you ever written a recursive macro with multiple variadic arguments, my friend? It is so cursed, yet so good when it works (if it works).

  • @mmstick @Ogeon Have you looked into the algorithm Google uses for material you on Android? You could use it to do the same in Cosmic.

  • @livingcoder @snaggen Yep, I proposed it because I was tired of recording (neo)vim macros for that. I can't recall who implemented it but they made it surprisingly quickly, and looks like it works well.