I did nothing and I’m all out of ideas!

  • 3 Posts
  • 73 Comments
Joined 1 year ago
cake
Cake day: June 11th, 2023

help-circle
  • TLDR:

    Media EU

    22,4 % status di rifugiato.
    19,2 % protezione sussidiaria.
    11,2 % protezione per motivi umanitari.
    

    Italia

    10,4 % status di rifugiato.
    13,8 % protezione sussidiaria.
    22,2 % protezione per motivi umanitari.
    

    TLDR Definizioni:

    status di rifugiato: possibilità di persecuzione nel paese d'origine.
    
    protezione sussidiaria: mancano i requisiti di rifugiato ma corrono rischi in caso di ritorno.
    
    protezione per motivi umanitari: ogni stato ha le sue regole, alcuni non la considerano proprio.
    

    Ho dovuto googlare un po’ per ottenere la citazione di Piantedosi, che ho trovato qui: Collegamento*

    I costi vanno rapportati ai benefici attesi, inclusa la riduzione progressiva dei costi di accoglienza sostenuti da Italia ed Europa per persone che, nel 90% dei casi, non ne hanno diritto. L’interesse mostrato dalla maggioranza dei paesi europei e dalla stessa Unione Europea è la prova del valore sperimentale di un’iniziativa che mira a contrastare l’immigrazione illegale senza ridurre i diritti delle persone

    * Non conosco il giornale ed oltre alla citazione non ho letto l’articolo, quindi da prendere per quel che vale. Mi son fermato al primo sito senza subscription wall, con la frase citata in forma completa e non stralciata in vari pezzi separati.



  • Mechanize@feddit.ittoLinux@lemmy.mlproton VPn
    link
    fedilink
    arrow-up
    3
    ·
    edit-2
    3 months ago

    Considering you are not using the Flatpak anymore it is, indeed, strange. The only reasons I can think of are: your network manager is using the wrong network interface to route your traffic ( if you go on an ip checking site like for example ipinfo do you see yours or the VPN’s IP?) or that you have WebRTC enabled and the broadcaster is getting your real ip through that.

    For the first case it can get pretty complicated, but it is probably an error during the installation of the VPN app or you set up multiple network managers and it gets confused on which one to configure. You should also enable the Advanced Kill Switch in the configuration.

    For the second case you could try adding something like the Disable WebRTC add-on for firefox and check if it works. Remember to enable it for Private Windows too.

    The last thing I can think of is that you allowed the broadcaster to get your real geolocation (in firefox it should be a small icon on the left of the address bar), or you are leaking some kind of information somewhere: there are a bunch of site that check for ip leak, but I don’t know if that goes too deep for you.
    If you want to check anyway the first two results from DDG are browserleaks and ipleak. Mullvad offered one too but it is currently down.

    EDIT: If you enable the Advanced Kill Switch, and the app is working correctly, internet will not work while you are not connected to a VPN server or until you disable the switch again, so pay attention to that.






  • Because, as pointed in the page, Servo is being developed as a(n embeddable) Rendering Engine, not as a full blown end user Browser.
    Its alternatives are not Chrome, Safari or Firefox, but Webkit, Blink and Gecko

    There’s an example GUI called Servoshell, but it is more of a testing ground and example on how to embed the engine in an app than a serious alternative to anything currently in the market.

    Already this kind of work is difficult and daunting. Adding to it a full GUI would make it completely impossible for the current size and financial backing Servo has.

    Big words aside it just means that Servo wants to be only one of the parts that compose a real browser: the one that takes HTML, Javascript, WASM and translates them into the things you see on your monitor. All the user facing functionality are left to the devs of the app that embed it.