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/)L
Posts
4
Comments
176
Joined
3 yr. ago

  • It will fall through much faster than that. I'm thinking two years, tops.

  • You don't have to install drivers or CUPS on client devices. Linux and Android support IPP out of the box. Just make sure your CUPS on the server is multicasting to the LAN.

    You may need to install Avahi on the server if it's not already (that's what does the actual multicasting). The printer(s) should then auto magically appear in the print dialogs on apps on Linux clients and in the printer service on Android.

    On Linux it may take a few seconds to appear after you turn it on and may not appear when it's off. On Android it shows up anyways as long as the CUPS server is on.

  • From what I understand OP's images aren't the same image, just very similar.

  • Bayesian filters are statistical, they have nothing to do with machine learning.

  • You should consider if you really want to integrate your application super tightly with the HTTP protocol.

    Will it always be used exclusively over a REST-ful HTTP API that you control, and it has exactly one hop to the client, or passes through hops that can be trusted to never alter the HTTP metadata significantly? In that case you can afford to make HTTP codes semantically relevant for your app.

    But maybe you need to pass data through multiple different types of layers and different mechanisms (socket protocols, pub-sub, file storage etc.) In that case you want all your semantics to be independent from any form of transport.

  • I've done tests with the built-in Firefox strict mode vs uBlock and there's a bit of a difference. Firefox blocks about two thirds, uBlock is almost 100%.

  • Which brings me to the question, how is Microsoft doing this, where will people's keys be located? Do they force everybody to put in an USB stick?

  • Ironically, if Graphene would succeed, it would lead to a system that's every bit as locked down as a manufacturer's Android. GrapheneOS would also not allow you to have root etc.

    IMO Graphene wants a place at the big player table. They're not in it for user freedoms.

  • Means they'd like to replace cookies with something proprietary that they control.

  • They just need to tunnel the data and let the client decrypt it. Basically what Proton does with their bridge app. And also basically what Tuta's client does.

  • What does "old network" and "new network" mean? What are they, LAN setup? Docker setup? Describe them better (netmasks, routing etc.)

  • It's s great fit for people with goldfish memory span.

  • Threads is only federated in name. It's simply Meta's taking advantage of Twitter's downfall. It's as centralized and under Meta's thumb as they come.

  • Yeah that must be the reason. Not that most men don't know how, won't ask how, will get bored after two minutes of absent-mindedly licking the general area, or generally just won't. 😄

  • Bandwidth is a finite resource. If everybody on your street wants that 10GB at the same time there's going to be throttling.

    But that's a common sense type of throttling. Net neutrality is about not giving priority to certain types of content or websites over others.

  • Can we please stop with the license crap attached to posts? It's annoying and also pointless.

  • Sounds like that thing was already designed to be horizontally scalable. Was your error related to not realizing that? Or what was the problem being solved by microservices?

  • I have no idea what the people who recommend CPU are smoking. The difference between a GPU with hardware support and doing it on the CPU is huge.