> A leap-hour, meanwhile: That kicks the can so far down the road that we'll probably lose track of it completely. 600 years is a very long time; society will be a very thing by then. Leap-hours seem to me to be moral…
For me the problem is that the target performance is in a weird spot - low enough that it's not amazing, but high enough to still be very expensive if you don't plan to play games that actually require that performance.…
The government will release it with all the copyrighted code and assets that's owned by a bunch of third-parties? Ex. if I license my artwork, music, characters, code library, etc. to a game developer and they don't…
> Wouldn’t it only require action from you if you were trying to kill multiplayer in the first place? It's a question of when, not if - you're not going to pay to keep the servers online forever. What are the legal…
That doesn't sound that unlikely to me personally, not everybody has the best tech habits and some life events can result in losing access to both very quickly. It doesn't have to happen often for it to still be a…
The point is that at a minimum you're supposed to bubble the `unsafe` up if the API does not guarantee safety is maintained for all cases (and documents the invariants that have to be kept by the caller), otherwise the…
> Assuming the port is actually 1:1 without any behavioral changes It's not, that's clear from this kind of bug popping up. Functionally this bug exists because `PathString` was converted into a "safe" Rust API but…
> They already have the position of used buying and sales, extending that into in store receiving and listing of items on eBay makes sense. Why do they need to buy eBay to do that?
Sellers what? You generally don't just drop stuff off at a fulfillment center, when you get to that size you're dealing with large amounts of inventory and you ship it to them. If you're saying sellers could come into a…
Yes but I don't need to go to my nearest fulfillment center if they ship everything to my house, that's why I don't know where it is. What do you think people need to visit fulfillment centers to do?
> Obviously they're going to need to liquidate a lot of this stuff. If you read online employees have talked about how they donated it or threw it all out, presumably there is very little of that stuff left at this…
No, why does it matter? I also don't know where my local GameStop is since the few by me closed a couple years ago :P Plenty of stuff on EBay offers me 2 day shipping clearly via fulfillment centers, as far as I'm…
Yeah this is the funny part to me - if you thought EBay was an amazing business then you could have just bought that stock months or years ago. Maybe the combined company will really be worth more than both companies…
Well let's be clear, the "trade-in anything" day was a fancy discount day. They gave everybody $5 for whatever they brought in, online you can read from employees that they just donated or threw it all away, no attempt…
Well I'd add to that - the real core feature is that the teacher and usually the textbook show you exactly how to use it, that's why it gets listed specifically as a course requirement. That unfortunately is also why…
It all depends on the CPU architecture, if it supports something like out-of-order execution then both parts of the CPU could be in use at the same time to execute different instructions. Realistically any CPU with that…
I think you're somewhat missing the point - if the code from A and B only works if joined with C, then you should squash them all into one commit so that they can't be separated. If you do that then the problem you're…
In this case because Nintendo has an American branch (Nintendo of America) that imports their goods, Nintendo of America is who paid the tariffs and would get a refund. Consumers only paid indirectly via potential price…
I think the public funding aspect complicates this, NASA is probably not in a position where it can blow up a bunch of rockets and still get funding for the next year.
The problem is the messy in-between, plenty of people who talk to professionals or call hotlines don't know that their questions are dumb. The bot should at a minimum say "I have no information on that" or "that's not a…
Well see, you actually missed the catch that by eliminating everything except income tax people like Elon wouldn't have to pay any tax, it's even better for them. He's not getting a W-2, virtually all of his income is…
> unless there is some reasonable person standard applied here like 'everyone knows Harry Potter, and thus they should know it is obviously not CC0' Yes there's an expectation that you put in some minimum amount of…
I agree it was a moderation issue, but for me it's Reddit that largely replaced my SO usage starting some years ago. Reddit is pretty similar to SO in design, but the more decentralized nature of the moderation means…
Something that bothers me here is that Anthropic claimed in their blog post that the Linux kernel could boot on x86 - is this not actually true then? They just made that part up? It seemed pretty unambiguous to me from…
It's phishy because it's breaks the rules people are generally told for avoiding phishing links, mainly that they should pay attention to the domain rather than subdomains. Browser even highlight that part specifically…
> A leap-hour, meanwhile: That kicks the can so far down the road that we'll probably lose track of it completely. 600 years is a very long time; society will be a very thing by then. Leap-hours seem to me to be moral…
For me the problem is that the target performance is in a weird spot - low enough that it's not amazing, but high enough to still be very expensive if you don't plan to play games that actually require that performance.…
The government will release it with all the copyrighted code and assets that's owned by a bunch of third-parties? Ex. if I license my artwork, music, characters, code library, etc. to a game developer and they don't…
> Wouldn’t it only require action from you if you were trying to kill multiplayer in the first place? It's a question of when, not if - you're not going to pay to keep the servers online forever. What are the legal…
That doesn't sound that unlikely to me personally, not everybody has the best tech habits and some life events can result in losing access to both very quickly. It doesn't have to happen often for it to still be a…
The point is that at a minimum you're supposed to bubble the `unsafe` up if the API does not guarantee safety is maintained for all cases (and documents the invariants that have to be kept by the caller), otherwise the…
> Assuming the port is actually 1:1 without any behavioral changes It's not, that's clear from this kind of bug popping up. Functionally this bug exists because `PathString` was converted into a "safe" Rust API but…
> They already have the position of used buying and sales, extending that into in store receiving and listing of items on eBay makes sense. Why do they need to buy eBay to do that?
Sellers what? You generally don't just drop stuff off at a fulfillment center, when you get to that size you're dealing with large amounts of inventory and you ship it to them. If you're saying sellers could come into a…
Yes but I don't need to go to my nearest fulfillment center if they ship everything to my house, that's why I don't know where it is. What do you think people need to visit fulfillment centers to do?
> Obviously they're going to need to liquidate a lot of this stuff. If you read online employees have talked about how they donated it or threw it all out, presumably there is very little of that stuff left at this…
No, why does it matter? I also don't know where my local GameStop is since the few by me closed a couple years ago :P Plenty of stuff on EBay offers me 2 day shipping clearly via fulfillment centers, as far as I'm…
Yeah this is the funny part to me - if you thought EBay was an amazing business then you could have just bought that stock months or years ago. Maybe the combined company will really be worth more than both companies…
Well let's be clear, the "trade-in anything" day was a fancy discount day. They gave everybody $5 for whatever they brought in, online you can read from employees that they just donated or threw it all away, no attempt…
Well I'd add to that - the real core feature is that the teacher and usually the textbook show you exactly how to use it, that's why it gets listed specifically as a course requirement. That unfortunately is also why…
It all depends on the CPU architecture, if it supports something like out-of-order execution then both parts of the CPU could be in use at the same time to execute different instructions. Realistically any CPU with that…
I think you're somewhat missing the point - if the code from A and B only works if joined with C, then you should squash them all into one commit so that they can't be separated. If you do that then the problem you're…
In this case because Nintendo has an American branch (Nintendo of America) that imports their goods, Nintendo of America is who paid the tariffs and would get a refund. Consumers only paid indirectly via potential price…
I think the public funding aspect complicates this, NASA is probably not in a position where it can blow up a bunch of rockets and still get funding for the next year.
The problem is the messy in-between, plenty of people who talk to professionals or call hotlines don't know that their questions are dumb. The bot should at a minimum say "I have no information on that" or "that's not a…
Well see, you actually missed the catch that by eliminating everything except income tax people like Elon wouldn't have to pay any tax, it's even better for them. He's not getting a W-2, virtually all of his income is…
> unless there is some reasonable person standard applied here like 'everyone knows Harry Potter, and thus they should know it is obviously not CC0' Yes there's an expectation that you put in some minimum amount of…
I agree it was a moderation issue, but for me it's Reddit that largely replaced my SO usage starting some years ago. Reddit is pretty similar to SO in design, but the more decentralized nature of the moderation means…
Something that bothers me here is that Anthropic claimed in their blog post that the Linux kernel could boot on x86 - is this not actually true then? They just made that part up? It seemed pretty unambiguous to me from…
It's phishy because it's breaks the rules people are generally told for avoiding phishing links, mainly that they should pay attention to the domain rather than subdomains. Browser even highlight that part specifically…