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
163
aevaundefined
aeva
101
Evan Prodromouundefined
Evan Prodromou
100
L'Anarchiversitarioundefined
L'Anarchiversitario
95
Ginaundefined
Gina
72
Fra'.jpgundefined
Fra'.jpg
48
Enzo A24undefined
Enzo A24
40
Elena Brescacinundefined
Elena Brescacin
39
Pelosettoundefined
Pelosetto
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

    @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
                          • Francy 🌻undefined
                            Francy 🌻

                            @adriananselmo ❤

                            per saperne di più

                          • adriananselmoundefined
                            adriananselmo

                            @francina1909 solidarietà🧡

                            per saperne di più

                          • adriananselmoundefined
                            adriananselmo

                            "Perché lo stupido in realtà non risponde a quello che tu dici, ma risponde in base ai discorsi che lui si fa dentro di sé, risponde a ciò che lui ha pensato che tu dirai, non a quello che hai effettivamente detto. Quindi lui avrà sempre una risposta. Generalmente fuori tema, ma la avrà. E la maggioranza del pubblico non capirà che è fuori tema."

                            @MauroV1968 https://mastodon.online/@MauroV1968/115204662830238056

                            per saperne di più

                          • aevaundefined
                            aeva

                            @fanf I just put in an order for the 2025 Astronomical Almanac - what is this about an explanatory supplement?

                            per saperne di più

                          • Francy 🌻undefined
                            Francy 🌻

                            @simonett_a buonanotte Simo 😘

                            per saperne di più

                          • simonettaundefined
                            simonetta

                            @francina1909
                            buonanotte Francy, magari ti porterà consiglio per Arya 🐾🌌

                            per saperne di più

                          • adriananselmoundefined
                            adriananselmo

                            Veramente commossa di aver ripreso le fila, vado a dormire. Domani sarà una giornata molto difficile, devo arrivarci il più calma possibile.

                            per saperne di più

                          • Francy 🌻undefined
                            Francy 🌻

                            E quella ricorrente malinconia e mancanza che mi ero ripromessa di non provare più...
                            Fallendo miseramente. Come sempre.

                            per saperne di più
                          • Accedi

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