home.social

Search

570 results for “hds”

  1. #Elezioni #Croazia
    Secondo exit poll di Ipsos:

    #HDZ-#HSLS-#HNS-#HDS|EPP|RE: 59 seggi (+1)
    #ZbH (#SDP-#Glas-#HSS-#NSR-#Centar)|S&D|RE: 43 (-1)
    #DP-#PP|Destra populista|Centro giustizialista: 13
    #MOST-#HS|Centro-destra|Destra: 11 (+2)
    #Možemo|G/EFA: 10 (-1)
    #SD-#HLSR-#IDS-#PGS-#Demokrati-#NPS|Centro-sinistra|RE: 3 (-1)
    #Fokus-#Republika|Centro: 1

    Minoranze: 8
    Seggi riservati alla diaspora: 3

    Totale seggi: 151

    Maggioranza: 76

    +/- primo exit poll

    @OsservatorioEsteri

  2. #Elezioni #Croazia
    Exit poll di Ipsos:

    #HDZ-#HSLS-#HNS-#HDS|EPP|RE: 58 seggi
    #ZbH (#SDP-#Glas-#HSS-#NSR-#Centar)|S&D|RE: 44
    #DP-#PP|Destra populista|Centro giustizialista: 13
    #Možemo|G/EFA: 11
    #MOST-#HS|Centro-destra|Destra: 9
    #SD-#HLSR-#IDS-#PGS-#Demokrati-#NPS|Centro-sinistra|RE: 4
    #Fokus-#Republika|Centro: 1

    Minoranze: 8
    Seggi riservati alla diaspora: 3

    Totale seggi: 151

    Maggioranza: 76

    @OsservatorioEsteri

  3. #Sondaggi #Croazia
    Sondaggio di Promocija plus sui seggi:

    #HDZ-#HSLS-#HNS-#HDS|EPP|RE: 60 (-5)
    #ZbH (#SDP-#Glas-#HSS-#NSR-#Centar)|S&D|RE: 44 (+24)
    #DP-#PP|Destra populista|Centro giustizialista: 14 (+2)
    #MOST|Centro-destra: 9 (-3)
    #Možemo|G/EFA: 9 (+4)
    #SD-#HLSR-#IDS-#PGS-#Demokrati|Centro-sinistra|RE: 2 (-11)
    #Fokus|Centro: 1 (-1)
    #NPS|Indipendenti: 1

    Data rilevazione: 28 marzo-9 aprile
    +/-: elezioni 2020

    Intervistati: 600 per circoscrizione elettorale

    @OsservatorioEsteri

  4. Hello . Pour un projet de web app perso , impliquant des données de santé , j'ai bon si je pseudonymise , hébergé sur un serveur perso en local et lié a une base de données de nom en local sur le client ? Ou bien connaissez vous des possibilités accessibles via api, d hébergement hds " a la " firebase ? #hds #app #donneesdesante

  5. Bonjour a tous . Exite-t'il des solutions " a la " firebase certifiées en hebergement de donnees de santé et accessibles economiquement ? #hds #santé #cybersecurity #cloud #gcp #stream

  6. Un @cryptpad hébergé sur des serveurs certifiés pour les données de santé #HDS et européens ça intéresserait des gens ?

  7. [interhop.org/dons-2020]
    InterHop propose une solution libre #FLOSS de recueil de données, disponible à partir de février 2021 sur des serveurs certifiés pour la santé
    C'est goupile.fr

    Une thèse, un mémoire ? Tester en ligne !
    goupile.fr/demo/

    L'association InterHop peut héberger vos questionnaires dans un environnement certifié pour la santé #HDS !

  8. [WEBINAR InterHop]
    @interhop installe des logiciels décentralisés et libres, et finance des serveurs #HDS qui protègent tes données de santé en respectant le #RGPD.
    Pour revoir le direct sur @peertube interhop.org/2020/12/13/webina

  9. En santé #amazon fait :
    - mutuelle
    - télémédecine
    - service de vente et de livraison de médicaments
    - retranscription du discours médical
    Question ! Quelles start-ups utilisent #Amazon #AWS en tant qu'hébergeur de données de santé #HDS ?
    interhop.org/2020/12/07/saisin

  10. @ChatonsOrg @Framasoft @cryptpad
    Pour être précis et transparent, nous ne faisons pas encore partie de CHATONS et nous ne sommes pas encore certifiés #HDS, mais nous travaillons ensemble pour cela.

  11. Si on installait des services (site web) à prix libre CHATONS.org @ChatonsOrg @Framasoft dédiés à la santé car sur des machines certifiées "hébergeur de données de santé" #hds
    Vous voudriez qu'on installe quoi ?
    - goupile.fr
    - @cryptpad
    - #jitsi
    - Tout

  12. Google Cloud décroche la certification "hébergeur de données de santé" (HDS) - Liens en vrac de sebsauvage

    sebsauvage.net/links/?fbgCXQ

    Je crois qu'on est plus à un paradoxe prêt dans notre société 🙄

    #Google #Alphabet #GoogleCloud #Santé #HDS #Mégadonnées #BigData

  13. Bookmarked: Texts and Translations of Transcendence and Transformation | Center for the Study of World Religions cswr.hds.harvard.edu/publicati #Edition #Griechisch #Religion #Syrisch

  14. Yesterday I finished #WitchKing, the latest novel by @marthawells and really, really enjoyed every bit of it.

    Highly recommended if you like #fantasy, compelling characters, witches, and/or demons.

  15. Okay, Back of the napkin math:
    - There are probably 100 million sites and 1.5 billion pages worth indexing in a #search engine
    - It takes about 1TB to #index 30 million pages.
    - We only care about text on a page.

    I define a page as worth indexing if:
    - It is not a FAANG site
    - It has at least one referrer (no DD Web)
    - It's active

    So, this means we need 40TB of fast data to make a good index for the internet. That's not "runs locally" sized, but it is nonprofit sized.

    My size assumptions are basically as follows:
    - #URL
    - #TFIDF information
    - Text #Embeddings
    - Snippet

    We can store an index for 30kb. So, for 40TB we can store an full internet index. That's about $500 in storage.

    Access time becomes a problem. TFIDF for the whole internet can easily fit in ram. Even with #quantized embeddings, you can only fit 2 million per GB in ram.

    Assuming you had enough RAM it could be fast: TF-IDF to get 100 million candidated, #FAISS to sort those, load snippets dynamically, potentially modify rank by referers etc.

    6 128 MG #Framework #desktops each with 5tb HDs (plus one raspberry pi to sort the final condidates from the six machines) is enough to replace #Google. That's about $15k.

    In two to three years this will be doable on a single machine for around $3k.

    By the end of the decade it should be able to be run as an app on a powerful desktop

    Three years after that it can run on a #laptop.

    Three years after that it can run on a #cellphone.

    By #2040 it's a background process on your cellphone.

  16. #Droogte | Kolksluis Spaarndam is gesloten, om te voorkomen dat te zout water West-NL binnendringt 💧Aanvoer van zoetwater uit Utrecht is gestart. Met 2 zwembaden per minuut, dankzij de vergrote capaciteit, info: hdsr.nl/buurt/klimaatbestendig (Artikel: W.Schenkeveld, Haarlems Dagblad 3/7)

  17. I’ve recently updated my 8 year old phone. I’m having to unlearn whatever the phone version of range anxiety is, I don’t need to plan on where o can charge my phone every time I leave the house.

    #phone #mobile #rangeAnxiety