Salta al contenuto
0
  • Home
  • Piero Bosio
  • Blog
  • Mondo
  • Fediverso
  • News
  • Categorie
  • Recenti
  • Popolare
  • Tag
  • Utenti
  • Home
  • Piero Bosio
  • Blog
  • Mondo
  • Fediverso
  • News
  • Categorie
  • Recenti
  • Popolare
  • Tag
  • Utenti
Skin
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Predefinito (Nessuna skin)
  • Nessuna skin
Collassa

Piero Bosio Web Site

Forum federato con il resto del mondo. Non contano le istanze, contano le persone

  1. Home
  2. Categorie
  3. Senza categoria
  4. When I started dating Christine, we did a sort of a… movie battle?

When I started dating Christine, we did a sort of a… movie battle?

Pianificato Fissato Bloccato Spostato Senza categoria
5 Post 3 Autori 0 Visualizzazioni
  • Da Vecchi a Nuovi
  • Da Nuovi a Vecchi
  • Più Voti
Rispondi
  • Topic risposta
Effettua l'accesso per rispondere
Questa discussione è stata eliminata. Solo gli utenti con diritti di gestione possono vederla.
  • mccundefined Questo utente è esterno a questo forum
    mccundefined Questo utente è esterno a questo forum
    mcc
    scritto su ultima modifica di
    #1

    When I started dating Christine, we did a sort of a… movie battle? We showed each other our favorite hacker movies, to see if we could convince each other our fave was better. I showed her "Sneakers". She thought it was basically okay. She showed me "Hackers". I thought it was amazing. I think she won the exchange

    https://infosec.exchange/@paulasadoorian/115209872796642845

    May Likes Torontoundefined 1 Risposta Ultima Risposta
    • mccundefined mcc

      When I started dating Christine, we did a sort of a… movie battle? We showed each other our favorite hacker movies, to see if we could convince each other our fave was better. I showed her "Sneakers". She thought it was basically okay. She showed me "Hackers". I thought it was amazing. I think she won the exchange

      https://infosec.exchange/@paulasadoorian/115209872796642845

      May Likes Torontoundefined Questo utente è esterno a questo forum
      May Likes Torontoundefined Questo utente è esterno a questo forum
      May Likes Toronto
      scritto su ultima modifica di
      #2

      @mcc I linked this post to my Christine, and she said that she hates "Hackers".

      "The vibes of hacking? Back then? It wasn't like that at all!"

      mccundefined 1 Risposta Ultima Risposta
      • May Likes Torontoundefined May Likes Toronto

        @mcc I linked this post to my Christine, and she said that she hates "Hackers".

        "The vibes of hacking? Back then? It wasn't like that at all!"

        mccundefined Questo utente è esterno a questo forum
        mccundefined Questo utente è esterno a questo forum
        mcc
        scritto su ultima modifica di
        #3

        @mayintoronto We need to pull in @cwebber as a tiebreaker

        May Likes Torontoundefined 1 Risposta Ultima Risposta
        • mccundefined mcc

          @mayintoronto We need to pull in @cwebber as a tiebreaker

          May Likes Torontoundefined Questo utente è esterno a questo forum
          May Likes Torontoundefined Questo utente è esterno a questo forum
          May Likes Toronto
          scritto su ultima modifica di
          #4

          @mcc These are the Christines I know I know.

          @cwebber

          Christine Lemmer-Webberundefined 1 Risposta Ultima Risposta
          • May Likes Torontoundefined May Likes Toronto

            @mcc These are the Christines I know I know.

            @cwebber

            Christine Lemmer-Webberundefined Questo utente è esterno a questo forum
            Christine Lemmer-Webberundefined Questo utente è esterno a questo forum
            Christine Lemmer-Webber
            scritto su ultima modifica di
            #5

            @mayintoronto @mcc Controversial opinion: the only good hacker movie is Tron Legacy and that's because of https://web.archive.org/web/20170118193536/http://jtnimoy.com/blogs/projects/14881671

            1 Risposta Ultima Risposta
            Rispondi
            • Topic risposta
            Effettua l'accesso per rispondere
            • Da Vecchi a Nuovi
            • Da Nuovi a Vecchi
            • Più Voti


            Gli ultimi otto messaggi ricevuti dalla Federazione

            • Giorgio Sartoundefined
              Giorgio Sarto

              UE leader nei supercomputer (il secondo è italiano). Sull’Ai però va piano, Draghi: “Il divario con gli altri è netto”
              @news
              https://www.eunews.it/2025/09/16/ue-leader-nei-supercomputer/
              L'HPC6 di Eni è il sesto computer al mondo. Ursula von der Leyen lo cita nel suo discorso a un anno dal rapporto dell'ex presidente della BCE

              per saperne di più

            • julianundefined
              julian

              trwnh@mastodon.social end of the day. I think it's up to each implementor as to how they wish to populate summary.

              NodeBB takes the first few sentences adding up to but not exceeding 500 characters, and uses those. It does change the HTML because simple truncation would leave you with broken or unfinished tags.

              That's probably why darius@friend.camp said they were almost the same.

              per saperne di più

            • infinite love ⴳundefined
              infinite love ⴳ

              @darius @julian @technical-discussion one thing this suggests is that there is a semantic difference between "summary" in the sense of providing a short blurb that is additive to the content (kinda like a subheading!), vs "summary" in the sense of providing an excerpt to be used as a kind of preview (as in a list of articles)

              per saperne di più

            • porous_grey_matter@lemmy.mlundefined
              porous_grey_matter@lemmy.ml

              I can't speak to whether using this field this way is good or not.

              I would set some kind of threshold for a similarity metric (eg Levenshtein distance, maybe divided by string length) below which you only display one. Maybe that's too clever. But it would also catch cases where there was just some punctuation mark difference or something.

              per saperne di più

            • infinite love ⴳundefined
              infinite love ⴳ

              @darius @julian @technical-discussion interestingly https://indieweb.org/post-type-discovery#Algorithm suggests that you check if the `name` is a prefix of `content`, and if it is, then it is a Note. perhaps similar logic can be used to check if `summary` is a prefix of `content` in some way?

              i don't think this is particularly *wrong*, as generating summaries from excerpts of content is a common pattern in e.g. static site generators like Hugo. it is indeed duplicative, though!

              per saperne di più

            • a beautiful bitchundefined
              a beautiful bitch

              I’ve probably walked past this sign 100 times and I only just noticed that the listed amenities include Giraffe

              per saperne di più

            • adriananselmoundefined
              adriananselmo

              Tanto mi devo interrompere per andare a praticare, chissà che non mi sblocchi il neurone impastato.

              per saperne di più

            • ecate85undefined
              ecate85

              @Carboanion Tranquilla, molti italiani scrivono molto peggio di te. E a volte sono anche laureati.
              Complimenti!!🎉

              per saperne di più
            • Accedi

            • Accedi o registrati per effettuare la ricerca.
            Powered by NodeBB Contributors
            • Primo post
              Ultimo post