Similarly natured antisemitic comments in the thread weren't flagged, so what was this one?
Similarly natured antisemitic comments in the thread weren't flagged, so what was this one?
If someone blogs about woodworking, show static ads for tools they actually use and love. If they're into programming, show JetBrains, cloud providers, or anything dev-adjacent. Totally fine by me.
The problem is that almost everyone defaults to Google Ads—which then serves me wildly irrelevant junk, think brain-melting pay-to-win mobile games or even scammy dating sites that have zero connection to the content I’m reading and zero relevance to my interests.
It’s not just noise, it’s actively degrading the experience.
Also I think there's other great things about Rust other than _just_ memory safety
I use Discord daily , but always had some type of paranoia about it. So, I'm low key looking for alternatives (less tech savvy friends will be harder to convince to migrate though).
I know on the surface it sounds a lot like Jira, but the execution is subtly better across the board. A lot of it is design/UX related too.
And lastly, it's very snappy. At previous job I had to wait seconds for between clicks for Jira to update. I don't know how that's considered okay by Atlassian (but I'm not sure if they upsell you "faster Jira" lol)
Another thing that stood out to me was their "Linear Method" posts https://linear.app/method
Deleted Comment
However, comparing Rust traits to template programming seems a bit disingenuous. One is literally a templating engine (albeit powerful one that people got creative with) and the other is part of a fairly cohesive type system (even if it has some downsides).
Also, I think even the most obtuse errors in Rust are still more helpful than average C++ template error.
Usually you fix it by moving your point through a different colour space. Choice depends on your requirements and mediums you're working with (normally different types of light sources or screens).
I had to write a low level colour interpolation librar for a few interactive art projects, so I dipped a bit into this, but I'm no colour expert