• 0 Posts
  • 25 Comments
Joined 2 years ago
cake
Cake day: June 12th, 2023

help-circle





  • Yes and no. Even when refreshing rapidly the power draw is still significantly lower than something like an LCD, but not as low obviously as when refreshing slowly. It is nice to have the option of a high refresh rate if needed occasionally, but since every eink display I’ve seen with it to date suffers from absolutely horrendous ghosting when doing so the utility is highly questionable. Lets just say I am very skeptical of that claimed 30 Hz refresh rate and highly suspect it’s impractical marketing BS.


  • I’ve got an ereader with a color eink display with an identical PPI rating for color display. The fact they call out color PPI specifically gives a clue that this is the same tech which uses a color filter on top of a black and white eink display. In black and white mode it should be able to achieve about 300 PPI which provides a noticeably improved display. 150 PPI is a little chunky and at least for text ends up looking a little aliased and jagged.

    The only somewhat impressive metric for this is the refresh rate of 30 hz, although that’s not really groundbreaking either even if it is a higher rating. What’s not mentioned and is very often an issue with those high refresh rates is they tend to both suffer from severe ghosting and reduced display lifespan.

    The other major issue at least with all the existing color eink displays is that the colors are just not that impressive looking. Because of the filter they end up looking very muted, more on the pastel side of things rather than the bright vibrant colors we’re used to from traditional displays or even printers.


  • Microsoft’s requirements for Windows 11 include a 1GHz or faster CPU with at least two cores, 4GB of RAM, 64GB of storage,

    All of this is no problem and essentially any computer manufactured in the last couple decades can meet these requirements. They’re effectively irrelevant for this discussion.

    Secure Boot capability, and TPM 2.0 compatibility.

    This is the problem right here. Pretty much every last computer you hear about that isn’t compatible it’s one or both of these, almost always the TPM 2.0 module.

    That of course is if the reason you aren’t “upgrading” is because the hardware isn’t supported. For a great many of us our hardware is supported, we just don’t want all the bullshit anti-features Microsoft has crammed into Windows 11. Windows 10 was already bad enough with it’s constant telemetry spyware, that annoying Cortana garbage shoehorned in anywhere they could manage, the absolute atrocity that they turned the start menu search function into, and the annoying Teams and OneDrive integrations that randomly reinstalled and re-enabled themselves after updates.

    Then MS went and had to cram in even more spyware by way of their horrible copilot garbage. All for what? What are we getting with 11 that’s better than 10? What feature justifies that upgrade? Nothing, that’s the answer. There’s no reason at all that 11 needed to be made.


  • Ah, I see the confusion. Originally you mentioned two Proton services, password manager and email provider. The person who replied to you suggested two alternative password managers (one commercial, the other one FOSS). You then replied saying without a specific email feature it would be pointless, which would be fair for an alternative email provider but doesn’t apply in this case.




  • Because they need a constant stream of data to feed the models. If people had to opt in then they’d be less likely to do so and the models would starve and become less accurate and therefore less valuable to sell. Remember the trained model is the valuable piece of the entire thing, that’s what companies pay money to gain access to. There’s no point in sitting on all that user data if they can’t turn it into a marketable product by feeding it into a model.




  • You’re being too literal with the term copyright. Fundamentally what copyright has always been about is preventing someone else using your work for their own gain without your permission. In that respect yes, copyright is critical in the digital age. The problem is that it’s a compromise. It balances the rights of someone who has “purchased” a copyrighted work with the rights of the creator.

    Generally the balance that has been struck is that as a purchaser you have the right to do anything that you want with a work except to sell a duplicate of that work. You can sell the work, so long as you no longer retain a copy of it yourself. In practice this means transferring rather than copying. How exactly that’s accomplished gets into the weeds a bit if you start splitting hairs, but what’s important here is the spirit of the thing, nobody is going to care if technically you both have a copy for some short period of time in the middle of the transfer process.

    As for “copy protection” aka DRM that is and always has been complete bullshit because it is a fundamentally intractable problem. There’s exactly one way to enforce copyright and that’s the legal system, anything else is doomed to failure.

    We also desperately need to prevent companies from using that monopoly to prevent older works from being available by having the copyright and not publishing the work

    This is solved by limiting copyright to a short duration after which the work enters the public domain. If a company wants to squander a copyright by sitting on it for the limited time they have it that’s fine but they’re only hurting themselves. The only reason this is an issue now is because of the ridiculous century long copyright terms we currently have. If copyright was reduced to a decade you would never see this happening anymore. That said a safeguard should also be in place to prevent copyright being used as a censorship weapon by the wealthy. I think a “use it or lose it” clause that immediately enters a work into the public domain if it’s not available for some period of time (maybe a couple years) would nip any potential issues there in the bud.



  • You absolutely should not be just ignoring too many requests responses. The entire point of putting rate limits on APIs is to reduce resource usage and while it doesn’t take many resources to serve up a request denied message that amount isn’t zero. If you continue to hammer an API that has rate limited you at some point they will decide your traffic is malicious and just start blackholing all your requests.

    I’m honestly not sure what the best way to do rate limiting would be, I suspect that might depend on a number of factors such as what web client and async framework you’re using, but I would recommend if at all possible using a library rather than rolling your own. The library you found so far seems reasonable enough at least as a first attempt.


  • Well AMD just blatantly copied Nvidia’s naming scheme for their new GPUs so maybe they’ll copy Intel for their CPUs. I mean, they kind of already did, since the Ryzen 9 is basically i9, and the Ryzen 7 is basically i7 etc. It’s mostly AMDs mobile CPUs that have horrendous names, but Intel really isn’t much better in that department.



  • Reading the comments it seems like there may be a bunch of Rust jobs, they’re just not advertised as much and many of them are filled by senior people with expertise in other areas and languages. In particular it seems like a lot of jobs at Amazon in the AWS department use it heavily. It might simply be too new to really see heavy recruiting for new hires yet. In another decade as teams expand and senior people move to other positions or retire we might see a sudden surge in companies looking for Rust devs.