Web Developer by day, and aspiring Swift developer at night.

  • 0 Posts
  • 73 Comments
Joined 1 year ago
cake
Cake day: July 1st, 2023

help-circle
  • You know what else is overrun? Paywalls or other “requirements” where I need to signup and/or pay to access something that should be free.

    Don’t get me started on those fullscreen ad interstitials that force me to watch an ad I’m not interested in before I can continue either.

    Let’s face it, the Internet today fucking sucks and it’s partly to do with these so-called news outlets like the Atlantic.

    I miss the days when barely anyone heard of the web. Sure, it wasn’t as feature rich, but then again, those features are overly abused in the name of capitalism anyway. It’s like those strip malls that have nothing but shitty restaurants, nail salons, and tax preparers. Gone are the days of fun stores like hobby shops, comic book stores, local mom & pop toy stores.

    They just sucked the fun out of it all. 😡


  • You found an important bug in your short code plugin. Removing the line from .gitkeep is not actually the solution; it was a symptom of a much bigger and more dangerous problem: you are inadvertently including and parsing a file that is not intended to be a short code.

    You, or a crafty hacker, might one day create a file with code in it that should not be parsed as a short code, and not realize that it’s being done. You’re lucky that you’re the one who discovered this and not somebody else.

    The solution is the only parse the files that you need to parse. This means ignoring hidden files that begin with a dot. You might also think about creating a default ignore list for any other non-shortcode file that could exist.













  • Apple urges developers to not use DeviceCheck for anything beyond basic device verification, and if you’re a developer that’s also misusing it, then you should definitely cease that—there are probably more reliable ways to check whether it’s the same user trying to access an account from a device or not.

    Sounds reasonable…

    But then, why would you use it?

    For example, you might use this data to identify devices that have already taken advantage of a promotional offer that you provide, or to flag a device that you’ve determined to be fraudulent.

    Oh, ok. Wait, what? But…


  • dohpaz42@lemmy.worldtoLinux@lemmy.mlThis $149 RISC-V Tablet Runs Ubuntu 24.04
    link
    fedilink
    English
    arrow-up
    11
    arrow-down
    2
    ·
    edit-2
    1 month ago

    The ram options available for this tablet are better than what the iPad had when it first came out, and are pretty on par with more modern versions. Source

    The idea of using a tablet as a computer is not exactly a selling point for me. What id love to see is an app market space for tablets like this. Something that competes with Apple and Google; especially if it had a focus on home automation and security. Gaming would be a close second.


  • As an American there are several factors that weigh in situations like this:

    1. Legal language is a foreign and difficult language to grasp and understand. That’s why lawyers go to school for as long as they do. Yet, citizens are expected to understand it as if it were plain English. So a lot of us don’t read or understand what we’re agreeing to; especially when it’s 10-s of pages long.
    2. Out of sight and out of mind. Unless it happens to us personally, there really is no incentive for us to do anything about it. It’s as, I know, but we’ve been cultivated as a culture with its head in the sand. Hell, even our constitutional right to peaceful protest has been all but stripped away from us.
    3. Financial barriers. It is expensive to fight legal battles, most especially against huge corporations like Disney. A lot of lawyers demand a lot of money up front, and getting our day in court to take years. Corporations can afford to stall. Is plebs can barely afford the initial consult. So unless it’s something considered “in the bag”, it’s probably not financially feasible.

  • What did NPM remove? My understanding is that NPM restored the deleted package. If you’re referring to giving the author the ability to delete their packages, I’m on the fence about that. On the one hand, if it’s open source, it’s a part of the community. On the other hand, it’s also still the author’s code, and if they are the only author, then it’s their sole decision if they want to host their code under their account.