

Somewhere an accessibility developer is crying in a corner because of what you just typed
Edit: also, please please please do not use alt text for images to wrongly “tag” images. The alt text important for accessibility! Thanks.


Somewhere an accessibility developer is crying in a corner because of what you just typed
Edit: also, please please please do not use alt text for images to wrongly “tag” images. The alt text important for accessibility! Thanks.


Well click-through is getting worse and worse the more search engines just give answers themselves without losing you to the actual websites. This must also or even especially affect reddits ability to capitalize the user generated content through ads. Not sure if trying to enter a field that is currently killing itself by showing ai summaries instead of search results is a good move though…


Sorry that’s spelled jardoughneigh you uncultured swine. Give back that monocle at once!


Oh my god people. This is just a tongue in cheek joke about the ridiculousness of the two comments above me. The first one is either completely made up or pretty much unverifiable if true. The second one is an unreasonable request if the first comment was true because it would obviously endanger the source. It was meant as a test for whether the first comment was telling the truth but it’s completely failing at doing that.


I didn’t post anything besides a snarky comment below yours


Yes. There are a lot of protests against him. It’s just not enough.


I need names and addresses! For… Reasons unrelated to any lethal plans


Because lemmings that try doing it would be pulled in front of a judge if they went public about it afterwards. It would a) just be a single person that would b) face consequences for that action.
Israel on the other hand is a state level actor killing civilians in another jurisdiction. I know it’s just another war crime between many others at this point, but it bears noticing just how little the consequences have become


Sorry how would have a GPL`d aosp helped here? Google would and could still have not published their drivers for the pixel. You’d need pixel drivers licenced by someone different from google to make them publish their changes to the drivers


Have you not noticed that the Windows search has become a meme for being really useful in windows seven and useless in newer versions because it started
And that’s just one example that’s obvious enough to become a meme
BTW: any form of making a Microsoft product worse for profit of Microsoft is enshittification since they have both endusers and sellers of products that only work on windows/in the Microsoft ecosystem locked in with significant costs tied to leaving.
After writing this comment I noticed it became a bit ranty, sorry for that. Something about this article rubbed a bit in the wrong way.
The relevant section seems to be this:
The first half is obviously correct, this kind of data model doesn’t work well for the ownership model rust uses for its borrowchecker. I don’t like the conclusion though. Rust makes you pay the performance costs necessary to make your code safe. You would need to pay similar costs in other languages if you intend on writing safe code.
Sure, if you are fine with potential memory corruption bugs, you don’t need these costs, but that’s not how I would want to code.
The other thing bugging me is how miri being your companion is framed as something bad. Why? Miri is one the best things about rusts unsafe code tooling. It’s like valgrind, or sanitisers but better.
Now, the raw pointer ergonomics could be better, I’ll give them that. But if you dive deep into what rust does with raw pointers, or rather what they are planning to do, is really really cool. Provenance and supporting cheri natively is just not possible for languages that chose the ergonomic of a raw integer over what rust does.