Salta al contenuto
0
  • Home
  • Piero Bosio
  • Blog
  • Mondo
  • Fediverso
  • News
  • Categorie
  • Recenti
  • Popolare
  • Tag
  • Utenti
  • Gruppi
  • Home
  • Piero Bosio
  • Blog
  • Mondo
  • Fediverso
  • News
  • Categorie
  • Recenti
  • Popolare
  • Tag
  • Utenti
  • Gruppi
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?
I dieci utenti più attivi
adriananselmoundefined
adriananselmo
160
Evan Prodromouundefined
Evan Prodromou
100
aevaundefined
aeva
99
L'Anarchiversitarioundefined
L'Anarchiversitario
95
Ginaundefined
Gina
72
Fra'.jpgundefined
Fra'.jpg
48
Elena Brescacinundefined
Elena Brescacin
39
Pelosettoundefined
Pelosetto
38
Enzo A24undefined
Enzo A24
38
Piero Bosioundefined
Piero Bosio
37

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 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
                              • Floreanaundefined
                                Floreana

                                @fesshole
                                That guy's one of the good ones.

                                per saperne di più

                              • Juundefined
                                Ju
                                spe...morto che parla!
                                quanto fa?
                                per saperne di più

                              • OrionBelt©undefined
                                OrionBelt©

                                @stranobiovolta @attualita deve essere un'altra ipotetica idea supposta da Sal Vini,l'anello mancante della teoria dell'evoluzione dell'essere umano😁

                                per saperne di più

                              • Clausundefined
                                Claus

                                @FlavioB ora lo guardo! ...ma nn mandà messgg Privati in rete🖕là sopra c"è opzione per scrivere in Pvt!!
                                😅

                                per saperne di più

                              • Majden 🎨🕊👠undefined
                                Majden 🎨🕊👠

                                @aral
                                Me lo chiedo in continuazione 😤

                                per saperne di più

                              • Majden 🎨🕊👠undefined
                                Majden 🎨🕊👠

                                @baskin
                                Buon vento 🐞🍀

                                per saperne di più

                              • OrionBelt©undefined
                                OrionBelt©

                                @guerrillastickers sarà perché nel suo cranio vuoto,l'unico neurone attivo presente credeva sentendo il suo eco di essere in compagnia,unica risposta invece le risate a crepapelle di una altrettanto unica sinapsi, ha quindi tentato il suicidio😁

                                per saperne di più

                              • ÓsQar🔻🇵🇸undefined
                                ÓsQar🔻🇵🇸

                                Hace no mucho tuvimos en Madrid un Ayuntamiento que en un día como hoy habría colgado una bandera de Palestina gigante por toda la fachada del Palacio de Cibeles. Hoy tenemos a estos mierdas incapaces de reconocer que están en el lado equivocado de la Historia. Hay que echarlos.

                                per saperne di più
                              • Accedi

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