Skip Navigation

Posts
6
Comments
809
Joined
5 yr. ago

  • Where are they?

    And of course with First-past-the-post even if they appear it is harmful to vote for them because you are better to strategically vote for a party that actually has a chance of winning even if they are only marginally better than the other party that is expected to win.

    The system is really fucked up top-to-bottom. Very likely on purpose.

  • This is worse that USB-C connectors. They did launch Lightning first and it wasn't significantly worse that USB-C for a long time. Sure, they dragged their feet for longer than they probably should have (I think the iPad switched at a relatively reasonable time) but making their users switch connectors is a big change and it made sense to make sure that USB-C was here to stay and whatnot.

    This is just 100% user hostile. They are doing more work to keep features from their users. Features that the user can just not use if they don't want them.

  • I wonder if it would be better to have a term limit. I don't really care if you are 125, but there should be a limit to how long you sit there with huge amounts of power. Especially since they aren't directly re-elected.

  • Yeah, just jump in.

    To get started it is best to keep Windows around, then if you need to get something done urgently you can go back to what you know then figure out how to do it in Linux later. Dual-booting is probably the best option if you are gaming as GPU passthrough can be difficult to get great performance. That is the approach I took a long time ago and then at some point I realized that I hadn't booted into Windows for months and just deleted the partition.

  • Usually when you "delete" data on a storage medium you really just remove a reference to it. The data is still sitting on the disk if you know where to look. TRIM is a command that tells the storage device "I don't need this anymore" and usually the hardware will return empty data the next time you read it (really the hardware is doing the same thing of just forgetting that there is data there, it is turtles all the way down, but it will track that this block is supposed to be empty and clear it when you next read it).

    However I think this is an unlikely theory. It would require two bugs:

    1. The OS would be trying to read data that isn't supposed to exist. This would be a bug on its own that would likely be quite visible.
    2. The iPhone uses disk encryption, and when you reset the device the key is (supposed to be) reset, meaning that even if you read the old data it would be useless.

    Both of these would be very significant and unlikely to last long without being discovered. Having both be present at the same time therefore seems very improbable to me.

  • It seems unlikely that this is accidentally reading old encrypted data blocks. The filesystem wouldn't even try to access data that it hasn't written to yet. So you would need both filesystem bugs and bugs with encryption key management.

    I think the theory that iCloud is accidentally restoring images based on the device ID is much more likely. It is also quite concerning but seems more plausible to me.

  • I should absolutely be able trust my phone to store my private data. If my phone isn't trustworthy that is an issue that should be resolved. I mean sure, every copy of data is a risk, but there are a lot of more valuable data (in my opinion) on my phone than nudes.

  • It sounds like these aren't still on the device somewhere, but re-downloaded from iCloud.

    So presumably the device ID is somehow being used to incorrectly "authenticate" to iCloud and old images are being restored.

    This definitely raises some major concerns about how iCloud authentication works.

  • I have to say that I have mixed feelings about the Ninja Creami blender-style ice cream maker compared to a churner. But holy shit it makes perfect milkshakes with near zero effort. Makes it completely worth it.

  • Yeah, not only are there a dozen platforms that you need to search but they all suck. I have seen so many instances where people download videos for a vacation and then they can't be played. I can't even share screenshots to advertise the shows that you are selling to my friends for free!

    Funny enough when I have a video file sitting on my computer it just works, all of the time, super fast. And instead of using services that tell me what streaming platform a given show is on it is easier to use a service that tell me the infohash of the file.

  • Funerals are one thing. That is basically a party and I think people can choose to do what they want. But I think that basic body disposal should be provided (and separated from any funeral provider as much as desired).

  • Yeah seriously, everybody dies (for now at least) let's just provide basic disposal for bodies as a government service. If you want to have a funeral or other celebration you are welcome too and if you want a "fancier" disposal (like burying in a cemetery) you can pay for that. But it seems like basic disposal should be provided.

  • I'm sure some people will demand it. But for 99.9% of the population you don't need 1000Hz content. The main benefit is that whatever framerate your content is it will not have notable delay from the display refresh rate.

    For example if you are watching 60Hz video on a 100Hz monitor you will get bad frame pacing. But on a 1000Hz monitor even though it isn't perfectly divisible. the 1/3ms delay isn't perceptible.

    VRR can help a lot here, but can fall apart if you have different content at different frame rates. For example a notification pops up and a frame is rendered but then your game finishes its frame and needs to wait until the next refresh cycle. Ideally the compositor would have waited for the game frame before flushing the notification but it doesn't really know how long the game will take to render the next frame.

    So really you just need your GPU to be able to composite at 1000Hz, you probably don't need your game to render at 1000Hz. It isn't really going to make much difference.

    Basically at this point faster refresh rates just improve frame pacing when multiple things are on screen. Much like VRR does for single sources.

  • I'm using Kagi. I find that it does a better job at finding "legitimate" sites rather than blogspam and content marketing. However I'm not sure I will stick with it a long time. I seems like it has mostly stalled and the team is getting distracted by making a browser, non-relevant AI (I have no problem with the few AI experiments tied to searching) and other side projects. We'll see. I really hope that they pull themselves together and focus or it might not last. But for now they seem like one of the better options available.

    Bing's new "Deep Search" where it has some sort of LLM refinement iteration process has also been helpful sometimes. Probably the best AI search product I have seen, but definitely doesn't replace most searches for me.

  • I bet someone will have it running on Linux within a week.

  • My problem is that I do red, blue, green then can't think of any more clearly visible colours.

  • Because some people want to filter it out. So it gets a label.

  • I find it hard to blame people for doing what they are incentivized to do. Sure, I would love if everyone is morals first but given the open to build a "luxury" condo that gets N% return on investment or a "basic" condo that gets %M return on investment they are going to build whatever one is higher.

    Most of the blame should lie on the government for not creating the correct rules and incentives.

  • Because it is amazing to live downtown where I can walk to dozens of different great restaurants and shops, work and anywhere else I need to go on the average day. If I have kids they can get around easily without needing to wait until they turn 16 and can get a drivers license.

    City life isn't everyone's preference but it is clearly desirable by many people. $1M is a huge price tag but if you can afford it and you want to live in the city then you will pay it if you need to. Many people do.

    The only hope is that with supply increasing the price tag will start dropping. Additionally to dropping price of current stock hopefully builders will start targeting lower pricepoints as well. (Right now most of the new condos are targeted at more "luxury" audience because it is more profitable, now that the market has been saturated other markets will start to be addressed.)

    I'm just waiting for the bubble to pop.

  • Algorithms are like AI but accurate, predictable and usually much faster.