Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • 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

  • Default (No Skin)
  • No Skin
Collapse

NodeBB

  1. Home
  2. uncategorized
  3. @alyxshang

@alyxshang

Scheduled Pinned Locked Moved uncategorized
20 Posts 2 Posters 0 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • a1ba@suya.placeA a1ba@suya.place
    @alyxshang struct boo { struct boo *next; };
    ? Offline
    ? Offline
    Guest
    wrote last edited by
    #2

    @a1ba@suya.place struct Moe { struct Moe *next };

    ? 1 Reply Last reply
    0
    • ? Guest

      @a1ba@suya.place struct Moe { struct Moe *next };

      ? Offline
      ? Offline
      Guest
      wrote last edited by
      #3

      @a1ba@suya.place Coming from 🦀, I keep forgetting that you have to write "struct" when you use a struct as a type you've defined.

      a1ba@suya.placeA 1 Reply Last reply
      0
      • ? Guest

        @a1ba@suya.place Coming from 🦀, I keep forgetting that you have to write "struct" when you use a struct as a type you've defined.

        a1ba@suya.placeA This user is from outside of this forum
        a1ba@suya.placeA This user is from outside of this forum
        a1ba@suya.place
        wrote last edited by
        #4
        @alyxshang yeah, love polluting the only global namespace I got with typedef struct foo foo;
        ? 1 Reply Last reply
        0
        • a1ba@suya.placeA a1ba@suya.place
          @alyxshang yeah, love polluting the only global namespace I got with typedef struct foo foo;
          ? Offline
          ? Offline
          Guest
          wrote last edited by
          #5

          @a1ba@suya.place Sarcasm?

          a1ba@suya.placeA 1 Reply Last reply
          0
          • ? Guest

            @a1ba@suya.place Sarcasm?

            a1ba@suya.placeA This user is from outside of this forum
            a1ba@suya.placeA This user is from outside of this forum
            a1ba@suya.place
            wrote last edited by
            #6
            @alyxshang no. But many programmers tend to do that just to avoid writing struct/enum/union just everywhere
            ? 1 Reply Last reply
            0
            • a1ba@suya.placeA a1ba@suya.place
              @alyxshang no. But many programmers tend to do that just to avoid writing struct/enum/union just everywhere
              ? Offline
              ? Offline
              Guest
              wrote last edited by
              #7

              @a1ba@suya.place Do they? I usually dump all my custom types/structures into a separate file and separate these things. I might know what's going on in that moment but after some months I won't anymore, even though dragons have good memories.

              a1ba@suya.placeA 1 Reply Last reply
              0
              • ? Guest

                @a1ba@suya.place Do they? I usually dump all my custom types/structures into a separate file and separate these things. I might know what's going on in that moment but after some months I won't anymore, even though dragons have good memories.

                a1ba@suya.placeA This user is from outside of this forum
                a1ba@suya.placeA This user is from outside of this forum
                a1ba@suya.place
                wrote last edited by
                #8
                @alyxshang polluted namespaces are noticeable if you have an auto complete.
                ? 1 Reply Last reply
                0
                • a1ba@suya.placeA a1ba@suya.place
                  @alyxshang polluted namespaces are noticeable if you have an auto complete.
                  ? Offline
                  ? Offline
                  Guest
                  wrote last edited by
                  #9

                  @a1ba@suya.place Now you know why I don't use ClangD inside Neovim's default LSP plugin.

                  a1ba@suya.placeA 1 Reply Last reply
                  0
                  • ? Guest

                    @a1ba@suya.place Now you know why I don't use ClangD inside Neovim's default LSP plugin.

                    a1ba@suya.placeA This user is from outside of this forum
                    a1ba@suya.placeA This user is from outside of this forum
                    a1ba@suya.place
                    wrote last edited by
                    #10
                    @alyxshang I try to not use clangd at all, it makes my qtcreator visibly lag when I edit headers
                    ? 1 Reply Last reply
                    0
                    • a1ba@suya.placeA a1ba@suya.place
                      @alyxshang I try to not use clangd at all, it makes my qtcreator visibly lag when I edit headers
                      ? Offline
                      ? Offline
                      Guest
                      wrote last edited by
                      #11

                      @a1ba@suya.place Why not use something simpler? I really don't like bloated IDEs because a) they take up a lot of storage, b) they're usually very slow, and c) I spent too much time acquiring the muscle memory for Neovim.

                      a1ba@suya.placeA 1 Reply Last reply
                      0
                      • ? Guest

                        @a1ba@suya.place Why not use something simpler? I really don't like bloated IDEs because a) they take up a lot of storage, b) they're usually very slow, and c) I spent too much time acquiring the muscle memory for Neovim.

                        a1ba@suya.placeA This user is from outside of this forum
                        a1ba@suya.placeA This user is from outside of this forum
                        a1ba@suya.place
                        wrote last edited by
                        #12
                        @alyxshang QtC (without dumbass clangd) is actually pretty lightweight and fast.

                        If I really want to code in something simple, I would rather do it in GNU Nano because apparently everything else is not for human beings.
                        ? 1 Reply Last reply
                        0
                        • a1ba@suya.placeA a1ba@suya.place
                          @alyxshang QtC (without dumbass clangd) is actually pretty lightweight and fast.

                          If I really want to code in something simple, I would rather do it in GNU Nano because apparently everything else is not for human beings.
                          ? Offline
                          ? Offline
                          Guest
                          wrote last edited by
                          #13

                          @a1ba@suya.place QtC? Explanation needed, please. "Not for human beings"? Help, I'm being bullied.

                          a1ba@suya.placeA 1 Reply Last reply
                          0
                          • ? Guest

                            @a1ba@suya.place QtC? Explanation needed, please. "Not for human beings"? Help, I'm being bullied.

                            a1ba@suya.placeA This user is from outside of this forum
                            a1ba@suya.placeA This user is from outside of this forum
                            a1ba@suya.place
                            wrote last edited by
                            #14
                            @alyxshang short for qtcreator

                            not for human beings? Yeah, literally. I don't get why text editor can't just edit text.
                            ? 1 Reply Last reply
                            0
                            • a1ba@suya.placeA a1ba@suya.place
                              @alyxshang short for qtcreator

                              not for human beings? Yeah, literally. I don't get why text editor can't just edit text.
                              ? Offline
                              ? Offline
                              Guest
                              wrote last edited by
                              #15

                              @a1ba@suya.place But isn't that kinda the point of why NVim and Vim exist? They are recycling an older technology that was there from the very beginning and improving it.

                              a1ba@suya.placeA 1 Reply Last reply
                              0
                              • ? Guest

                                @a1ba@suya.place But isn't that kinda the point of why NVim and Vim exist? They are recycling an older technology that was there from the very beginning and improving it.

                                a1ba@suya.placeA This user is from outside of this forum
                                a1ba@suya.placeA This user is from outside of this forum
                                a1ba@suya.place
                                wrote last edited by a1ba@suya.place
                                #16
                                @alyxshang I don't think adding new letters to broken concept helps it
                                ? 1 Reply Last reply
                                0
                                • a1ba@suya.placeA a1ba@suya.place
                                  @alyxshang I don't think adding new letters to broken concept helps it
                                  ? Offline
                                  ? Offline
                                  Guest
                                  wrote last edited by
                                  #17

                                  @a1ba@suya.place Too eepy.

                                  a1ba@suya.placeA 1 Reply Last reply
                                  0
                                  • ? Guest

                                    @a1ba@suya.place Too eepy.

                                    a1ba@suya.placeA This user is from outside of this forum
                                    a1ba@suya.placeA This user is from outside of this forum
                                    a1ba@suya.place
                                    wrote last edited by a1ba@suya.place
                                    #18
                                    @alyxshang yeah same :tiredcat:
                                    ? 1 Reply Last reply
                                    0
                                    • a1ba@suya.placeA a1ba@suya.place
                                      @alyxshang yeah same :tiredcat:
                                      ? Offline
                                      ? Offline
                                      Guest
                                      wrote last edited by
                                      #19

                                      @a1ba@suya.place Would be down for a hug, tho plus your pfp is cute.​​

                                      a1ba@suya.placeA 1 Reply Last reply
                                      0
                                      • ? Guest

                                        @a1ba@suya.place Would be down for a hug, tho plus your pfp is cute.​​

                                        a1ba@suya.placeA This user is from outside of this forum
                                        a1ba@suya.placeA This user is from outside of this forum
                                        a1ba@suya.place
                                        wrote last edited by
                                        #20
                                        @alyxshang
                                        1 Reply Last reply
                                        0
                                        Reply
                                        • Reply as topic
                                        Log in to reply
                                        • Oldest to Newest
                                        • Newest to Oldest
                                        • Most Votes


                                        • Login

                                        • Login or register to search.
                                        Powered by NodeBB Contributors
                                        • First post
                                          Last post
                                        0
                                        • Categories
                                        • Recent
                                        • Tags
                                        • Popular
                                        • World
                                        • Users
                                        • Groups