Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)D
Posts
3
Comments
49
Joined
3 yr. ago

  • I read "pray" and thought "USA thing".

    But actually, this is really great and surprising.

  • and no fail safes monitor for example the battery drain on the pump itself.. hey this pump is using more battery than it should

    Yeah, that was a failure. But wishing a company to be "sued into oblivion" is a tiny little bit overreacting, isn't it?

    Next time it will inject too much or too little insulin and then?

    How about to just move on and get yourself a model from a different company, if you don't trust them anymore instead of assuming stuff.

  • I hope not.

    First: You can't avoid bugs. You simply can not.

    Second: There aren't that many producers of good insulin pumps and the t:slim is a great device.

  • "Robby", you heathen!

    1. IDE
    2. Browser
    3. DB Client or browser dev tool
  • Being tickets enforced or not doesn't change my argumentation nor invalidates it.

    You are acting stubborn and childish. Everything there was to say has been said. If you still think you are right, do it, as you are not able or willing to understand. Let me be clear: I think you are trolling and I'm not in any mood to participate in this anymore.

  • Look it this way: If you have an unreadable licence plate because of low resolution, interpolating won't make it readable (as long as we didn't switch to a CSI universe). An AI, on the other hand, could just "invent" (I know, I know, normy speak in your eyes) a readable one.

    You will draw yourself the line when you get your first ticket for speeding, when it wasn't your car.

  • There is a huge difference between interpolating pixels and inserting whole objects into pictures.

  • You should clone it for unlimited snacking.

  • If you ever encountered an AI hallucinating stuff that just does not exist at all, you know how bad the idea of AI enhanced evidence actually is.

  • You are right. We should name every one of them.

    What bothers me is that so many people didn't see this happening.

  • Every party that is involved in dismanteling democracy and weakening the EU is on their payroll.

    We knew this before.

  • It would have print if it was previously declared as function.

    Also, js is as dirty as you want it to be. Keywords are indeed not necessary for declaring variables.

  • Unless they want to remove the ability to chose a government ever again.

    What you are saying: It is okay to let facists and dictators take over the world.

    What I am saying: It's not.

    Simple as that.

    Feel free to answer this post, I'm out.

  • Getroffene Hunde bellen.

  • There is and never will be a perfect system of whatsoever. I'd rather watch them nazi party get forbidden than waiting for a solution that will come in place when it is already too late.

    And unless you aren't a nazi, putin follower or trumpist, I don't know why I even have to explain why a German future with a nazi party at its front will be no good for nobody.

  • Yes. Democracy is when you refuse to allow the people a party that wants to dismantle the democratic state and bringing in nothing than hate to have a say in their systems of governance.

  • I'll help you with this sentence:

    ... it defends itself against an undemocratic power.

  • You have to find an extension, that blocks specific javascript functionalities, like accessing the history.

    This could achieve it (not tested yet):

    https://github.com/polcak/jsrestrictor

    BUT: If a site totally relies on it, it could prevent you from accessing some if not all of their content.

    Same could be achieved by blocking js per site (via browser settings or an extension). Here it would come down to the same scenario if they don't provide any non-js fallback.

    Also APIs: Those things are just interfaces to interact with programs or (web) services. Say you wrote yourself a nice little program and want to open it up so that other programs would be able to interact with it: You would write an interface for it - to be more specific, an application programming interface (hence API). That's what is enabling Apps like Sync to readout the lemmy servers or write to it, when you submit a post.

    Some of those APIs are open, some restricted (like X or this other site we don't talk about.).