https://store.steampowered.com/app/2844660/corpoghost/?utm_source=bskybio
one would expect they'd do that shit behind closed doors but I guess if you euphemize shit enough, you can be openly evil
wasted a whole day to get up to speed but learned a lot as well
one would expect they'd do that shit behind closed doors but I guess if you euphemize shit enough, you can be openly evil
wasted a whole day to get up to speed but learned a lot as well
detonating these leeches into the stratosphere would make the world an objectively better place
their whole sales pitch is to get other people to transfer money into their own pockets
detonating these leeches into the stratosphere would make the world an objectively better place
their whole sales pitch is to get other people to transfer money into their own pockets
every objectively bad thing is rephrased euphemistically
e.g. they might say "there's room for consolidation" which means "the regulators might allow a competition-reducing merger or acquisition to happen"
every objectively bad thing is rephrased euphemistically
e.g. they might say "there's room for consolidation" which means "the regulators might allow a competition-reducing merger or acquisition to happen"
throwing away credit ratings for more $$$, cosmetic/volatile "collateral"..
throwing away credit ratings for more $$$, cosmetic/volatile "collateral"..
I do wish people stopped using shitty opinion pieces as the sole excuse to do silly things 🙃
I do wish people stopped using shitty opinion pieces as the sole excuse to do silly things 🙃
commission.europa.eu/document/dow...
commission.europa.eu/document/dow...
yet can't help but think that prediction seems like such a tiny aspect of human cognitive functioning though
one can't even represent "let's just try it and see what happens" in a predictive system at all
yet can't help but think that prediction seems like such a tiny aspect of human cognitive functioning though
one can't even represent "let's just try it and see what happens" in a predictive system at all
the only way you can "address challenges" is by removing the competition
the only way you can "address challenges" is by removing the competition
I have *never* argued against what the cause is or that it should be hidden, this seems to be a neverending pancakes/waffles issue.
I have *never* argued against what the cause is or that it should be hidden, this seems to be a neverending pancakes/waffles issue.
the main benefit would be: location = i/3 and edge = i%3
partial interleaving like the above seems to require finding the ring first
the main benefit would be: location = i/3 and edge = i%3
partial interleaving like the above seems to require finding the ring first
those numbers could only work if they rounded down, though even then the probability of this outcome seems low
those numbers could only work if they rounded down, though even then the probability of this outcome seems low
of course they don't eliminate "the bug"
but they do limit the scope and the ways in which it can manifest, turning it from "basically anything can happen as a direct outcome" to "the bug will have one of these few direct outcomes"
of course they don't eliminate "the bug"
but they do limit the scope and the ways in which it can manifest, turning it from "basically anything can happen as a direct outcome" to "the bug will have one of these few direct outcomes"
nor do we even disagree on what/where the actual bug is
I was merely pointing out that GCs eliminate a category of issues that can massively complicate diagnostics
nor do we even disagree on what/where the actual bug is
I was merely pointing out that GCs eliminate a category of issues that can massively complicate diagnostics
it appears to be also present in versions 5.0 and 5.1 of the original Lua source code
it appears to be also present in versions 5.0 and 5.1 of the original Lua source code
www.infoq.com/news/2025/11...
so it seems more than reasonable to be concerned about UAFs specifically, and to note that operating inside managed memory environments prevents them
www.infoq.com/news/2025/11...
so it seems more than reasonable to be concerned about UAFs specifically, and to note that operating inside managed memory environments prevents them
UAF is not a "red herring", it's my entire point - it often requires aggressive instrumentation/segmentation to diagnose
UAF is not a "red herring", it's my entire point - it often requires aggressive instrumentation/segmentation to diagnose
I'm starting to wonder... have you never debugged any nasty UAF issues?
I'm starting to wonder... have you never debugged any nasty UAF issues?
while a GC may indeed hide use of stale objects, use-after-free does not guarantee a crash, or that the issue will manifest itself near the systems involved
UAF writes may also result in random buffer/pointer/heap corruption anywhere in the process
while a GC may indeed hide use of stale objects, use-after-free does not guarantee a crash, or that the issue will manifest itself near the systems involved
UAF writes may also result in random buffer/pointer/heap corruption anywhere in the process
it doesn't matter at what level the bug is, what matters is the path from observing effects to fixing the bug
a GC ensures that the effects don't go as far from the cause as they could otherwise
it doesn't matter at what level the bug is, what matters is the path from observing effects to fixing the bug
a GC ensures that the effects don't go as far from the cause as they could otherwise
that a problem with a larger surface area/scope and lower predictability (guessing the cause given observed effects) would be more difficult to solve?
didn't even think that was controversial lol
that a problem with a larger surface area/scope and lower predictability (guessing the cause given observed effects) would be more difficult to solve?
didn't even think that was controversial lol
accessing an object after its logical destruction doesn't even compare - any modern IDE will even enumerate the accesses, most cases are fixable in <1 hour
accessing an object after its logical destruction doesn't even compare - any modern IDE will even enumerate the accesses, most cases are fixable in <1 hour