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. Programmers, which of these shortcuts do you use?

Programmers, which of these shortcuts do you use?

Pianificato Fissato Bloccato Spostato Senza categoria
evanpollpoll
15 Post 5 Autori 1 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.
  • Evan Prodromouundefined Questo utente è esterno a questo forum
    Evan Prodromouundefined Questo utente è esterno a questo forum
    Evan Prodromou
    scritto su ultima modifica di evan@cosocial.ca
    #1

    Programmers, which of these shortcuts do you use?

    #EvanPoll #poll

    Jon A. Cruzundefined Dawn Ahukannaundefined Pat CMundefined Evan Prodromouundefined 4 Risposte Ultima Risposta
    1
    • Evan Prodromouundefined Evan Prodromou ha condiviso questa discussione
    • Evan Prodromouundefined Evan Prodromou

      Programmers, which of these shortcuts do you use?

      #EvanPoll #poll

      Jon A. Cruzundefined Questo utente è esterno a questo forum
      Jon A. Cruzundefined Questo utente è esterno a questo forum
      Jon A. Cruz
      scritto su ultima modifica di
      #2

      @evan no need for me to copy and paste, as Emacs abbreviation mode does a smart version much quicker 😜

      Evan Prodromouundefined 1 Risposta Ultima Risposta
      • Jon A. Cruzundefined Jon A. Cruz

        @evan no need for me to copy and paste, as Emacs abbreviation mode does a smart version much quicker 😜

        Evan Prodromouundefined Questo utente è esterno a questo forum
        Evan Prodromouundefined Questo utente è esterno a questo forum
        Evan Prodromou
        scritto su ultima modifica di
        #3

        @joncruz I'm not sure what you mean.

        Jon A. Cruzundefined 1 Risposta Ultima Risposta
        • Evan Prodromouundefined Evan Prodromou

          @joncruz I'm not sure what you mean.

          Jon A. Cruzundefined Questo utente è esterno a questo forum
          Jon A. Cruzundefined Questo utente è esterno a questo forum
          Jon A. Cruz
          scritto su ultima modifica di
          #4

          @evan it's why I dont bother setting up "smart completion" for most languages. I hit the magic key combo and Emacs searches through all my open buffers to see "ok, last time you had typed this sequence of characters, you then followed it with this result". And another combo will cycle through other options starting with most recent. Kinda works like magical "I know what you need" copy-n-paste.

          Evan Prodromouundefined 1 Risposta Ultima Risposta
          • Jon A. Cruzundefined Jon A. Cruz

            @evan it's why I dont bother setting up "smart completion" for most languages. I hit the magic key combo and Emacs searches through all my open buffers to see "ok, last time you had typed this sequence of characters, you then followed it with this result". And another combo will cycle through other options starting with most recent. Kinda works like magical "I know what you need" copy-n-paste.

            Evan Prodromouundefined Questo utente è esterno a questo forum
            Evan Prodromouundefined Questo utente è esterno a questo forum
            Evan Prodromou
            scritto su ultima modifica di
            #5

            @joncruz like CoPilot!

            1 Risposta Ultima Risposta
            • Evan Prodromouundefined Evan Prodromou

              Programmers, which of these shortcuts do you use?

              #EvanPoll #poll

              Dawn Ahukannaundefined Questo utente è esterno a questo forum
              Dawn Ahukannaundefined Questo utente è esterno a questo forum
              Dawn Ahukanna
              scritto su ultima modifica di
              #6

              @evan don’t so much copy and paste previously written code but rather reuse modular abstractions with a defined, tried, real-world tested functionality and interface e.g. since 2011 I’ve used the same/similar runtime logger abstraction wrapper for contextual application runtime debug/trace/info/warn/error/fatal messages.

              Evan Prodromouundefined 1 Risposta Ultima Risposta
              • Evan Prodromouundefined Evan Prodromou

                Programmers, which of these shortcuts do you use?

                #EvanPoll #poll

                Pat CMundefined Questo utente è esterno a questo forum
                Pat CMundefined Questo utente è esterno a questo forum
                Pat CM
                scritto su ultima modifica di
                #7

                @evan

                For the first option, what about D.R.Y. ?

                Evan Prodromouundefined 1 Risposta Ultima Risposta
                • Pat CMundefined Pat CM

                  @evan

                  For the first option, what about D.R.Y. ?

                  Evan Prodromouundefined Questo utente è esterno a questo forum
                  Evan Prodromouundefined Questo utente è esterno a questo forum
                  Evan Prodromou
                  scritto su ultima modifica di
                  #8

                  @Mrpotatoqc9 what about the Rule of Three?

                  https://en.wikipedia.org/wiki/Rule_of_three_(computer_programming)

                  1 Risposta Ultima Risposta
                  • Dawn Ahukannaundefined Dawn Ahukanna

                    @evan don’t so much copy and paste previously written code but rather reuse modular abstractions with a defined, tried, real-world tested functionality and interface e.g. since 2011 I’ve used the same/similar runtime logger abstraction wrapper for contextual application runtime debug/trace/info/warn/error/fatal messages.

                    Evan Prodromouundefined Questo utente è esterno a questo forum
                    Evan Prodromouundefined Questo utente è esterno a questo forum
                    Evan Prodromou
                    scritto su ultima modifica di
                    #9

                    @dahukanna Do you use a packaged module or library, or is it just the same source code that you copy over?

                    Dawn Ahukannaundefined 1 Risposta Ultima Risposta
                    • Evan Prodromouundefined Evan Prodromou

                      Programmers, which of these shortcuts do you use?

                      #EvanPoll #poll

                      Evan Prodromouundefined Questo utente è esterno a questo forum
                      Evan Prodromouundefined Questo utente è esterno a questo forum
                      Evan Prodromou
                      scritto su ultima modifica di
                      #10

                      Hey, all. I do all 4. Thanks for the responses!

                      Evan Prodromouundefined 1 Risposta Ultima Risposta
                      • Evan Prodromouundefined Evan Prodromou

                        @dahukanna Do you use a packaged module or library, or is it just the same source code that you copy over?

                        Dawn Ahukannaundefined Questo utente è esterno a questo forum
                        Dawn Ahukannaundefined Questo utente è esterno a questo forum
                        Dawn Ahukanna
                        scritto su ultima modifica di
                        #11

                        @evan
                        The example I gave is code I reuse by copying and pasting. I’d only go through packaging + distribution + versioning “tax” if I was sharing for other team/people to reuse.

                        Evan Prodromouundefined 1 Risposta Ultima Risposta
                        • Dawn Ahukannaundefined Dawn Ahukanna

                          @evan
                          The example I gave is code I reuse by copying and pasting. I’d only go through packaging + distribution + versioning “tax” if I was sharing for other team/people to reuse.

                          Evan Prodromouundefined Questo utente è esterno a questo forum
                          Evan Prodromouundefined Questo utente è esterno a questo forum
                          Evan Prodromou
                          scritto su ultima modifica di
                          #12

                          @dahukanna That makes a lot of sense!

                          1 Risposta Ultima Risposta
                          • Evan Prodromouundefined Evan Prodromou

                            Hey, all. I do all 4. Thanks for the responses!

                            Evan Prodromouundefined Questo utente è esterno a questo forum
                            Evan Prodromouundefined Questo utente è esterno a questo forum
                            Evan Prodromou
                            scritto su ultima modifica di
                            #13

                            Also, to everyone who got tricked into saying they use LLMs: GOTCHA! You fell for my AI trap. Bonk! Go directly to LLM jail.

                            Furbland's Very Cool Mastodon™undefined 1 Risposta Ultima Risposta
                            • Evan Prodromouundefined Evan Prodromou

                              Also, to everyone who got tricked into saying they use LLMs: GOTCHA! You fell for my AI trap. Bonk! Go directly to LLM jail.

                              Furbland's Very Cool Mastodon™undefined Questo utente è esterno a questo forum
                              Furbland's Very Cool Mastodon™undefined Questo utente è esterno a questo forum
                              Furbland's Very Cool Mastodon™
                              scritto su ultima modifica di
                              #14

                              @evan unironically I knew this was some sorta honeypot, and I’m all for it

                              Evan Prodromouundefined 1 Risposta Ultima Risposta
                              • Furbland's Very Cool Mastodon™undefined Furbland's Very Cool Mastodon™

                                @evan unironically I knew this was some sorta honeypot, and I’m all for it

                                Evan Prodromouundefined Questo utente è esterno a questo forum
                                Evan Prodromouundefined Questo utente è esterno a questo forum
                                Evan Prodromou
                                scritto su ultima modifica di
                                #15

                                @GroupNebula563 it wasn't, but I did realise after that it probably felt high-risk for people on the Fediverse.

                                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

                                • quinta - Stefano Quintarelliundefined
                                  quinta - Stefano Quintarelli

                                  Google faces its first AI Overviews lawsuit from a major US publisher https://blog.quintarelli.it/2025/09/google-faces-its-first-ai-overviews-lawsuit-from-a-major-us-publisher/

                                  per saperne di più

                                • Tizundefined
                                  Tiz

                                  @adriananselmo 😅

                                  per saperne di più

                                • adriananselmoundefined
                                  adriananselmo

                                  In cuffia

                                  https://www.storytel.com/it/books/l-ultima-volta-che-siamo-stati-bambini-8760766

                                  (Anche se ho sempre l'ansia di condividere cose commerciali da queste parti🤣🤣🤣)

                                  per saperne di più

                                • ginoundefined
                                  gino

                                  La destra USA sta pompando la propaganda dell'industria della carne e come previsto la campagna di Kennedy sui cibi ultraprocessati era funzionale ad un sostegno allo sfruttamento degli animali

                                  per saperne di più

                                • marcoboccaccioundefined
                                  marcoboccaccio

                                  @matz @Alberto due vespe contemporaneamente, che sfiga però!

                                  per saperne di più

                                • ginoundefined
                                  gino

                                  «Hanno convinto le persone che ci fosse qualcosa di sbagliato nei prodotti [di carne finta], che fossero ultraprocessati e cose del genere»

                                  https://www.ilpost.it/2025/09/14/crisi-carne-finta/?homepagePosition=6

                                  per saperne di più

                                • Majden 🎨🕊👠undefined
                                  Majden 🎨🕊👠

                                  @mohshbair
                                  Ciao Mohammed, sono al tuo fianco e non ti abbandonerò.
                                  Ti scriverò domattina per sapere come stai e come hai (e avete) passato la notte.
                                  Che sia una buona notte per tutti voi e che tu possa sentirti meglio domattina.

                                  per saperne di più

                                • adriananselmoundefined
                                  adriananselmo

                                  I miei gatti sono differenti: uno impazzisce per il pesto, l'altro per i pan di stelle.

                                  per saperne di più
                                • Accedi

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