Even gcc before dco, accepted small bug fixes without a copyright assignment. Small/non copyrightable changes didnt happen that much; maybe 10 over 20 years. We(GCC) have been getting more recently (this year) but with dco there is less worry. And we just point to the dco documentation.
Died in 2007 or so (so almost 20 years ago). The PS3 gaming experience was download updates on day 1 even and that was bad; especially for 2007. Many games had updates that would download on day 1 of their release too.
There was a version of the PSP Vita which was download only. That was 2011/2012.
I didn't keep up with consoles post leaving Sony but it was as far as I know not much as changed.
I think Steam has the same issue on PC gaming too. I bought some "physical games" back in 2010 or so and they just turn out to be steam codes.
@dalias@mirabilos@equinox I think it was my fault since I replied (on accident being followers only and then everyone else did). And the way followers only works in fedi is just "broken".
@dalias@equinox Note CFI as implemented in clang/LLVM actually requires LTO. The reduced form KFCI does not require LTO and uses a hash to check for compatibility (though it does not follow C compatibility rules; it is not enough for the Linux kernel).
This does remind me I need to review the KFC patches as stage 1 GCC 17 is about to start soon.
Yes I have one case where I was moving from one callback to another and I forgot to change the context object.
I only noticed when I reviewed the code. It was able to compile; stopping at compile would have saved me time.
In this case; the original call back was checking a hashset to see if an edge was in that set and we added all edges into that hashset except for the latch. the new callback only checked one edge. So I was trying to speed up the code :).
@skinnylatte I am not so sure. Take east palo alto. (It has been gentrified in the early 2000s, when IKEA moved in and such). But it was always not the nice part of the bay. Even heard that after the gentrification like 8 years ago. Now Oakland and Hayward has been the not so nice parts. There are also not so nice parts of San jose. And I hate hearing that but I have heard from non whites too.
Note I have not lived in the bay area for 8 years but I lived in San Mateo for 4 years and Sunnyvale for 8 years. I still have friends and family that live there too.
@dalias I agree with the replies to a post that is public should be always public or the reply only goes to the op followers only and not your followers. I dont know if that is implementable.
Posts that are followers only should stay to the followers of the original poster only.
This will limit the harassment and also allows the op followers to easier see what is going on.
There are times, I rather keep to smaller group and random people not replying sometimes.
@inthehands I don't know if folks know there was at least one big name games made with hypercard: Myst. Now there are things that should be improved over hypercard. (supercard did some of those). I always find folks saying hypercard being limited is the reason why we should not look towards it to see what can be learned is just a way of excusing the complexity of the current computing.
@dalias Oh yes the Reiser case. It is rather interesting how Reiserfs is was only finally being removed from Linux at the same time as you wrote that toot. I still don't know why it was not removed back in 2008.
@thomasfuchs OO programming was supposed to simplified the complexity of objects instead people made layers of complexity out of objects. Templates/generics were supposed to simplify the complexity of generic objects instead it complexity even worse.
Concepts and type traits are most likely going to do the same.
LMAO i just caught myself writing "good morn'" but it's almost 3pm. that's what happens after 3 days of forcing myself to sleep to heal from a hell of week of surgery and #chemo.
@unlambda@mwk@whitequark Except they still have a good first level description of what is changed. Especially function level wise. I still use them a lot to understand the patch just as much as the high level description helps. In fact I have seen the high level description not matching the changelog is that is a big red flag really.
@mwk@whitequark I have to disagree. ChangeLog entries have their place in development. They are very useful to verify that the change you made is close to what is described.