tzyfetch - the making of a super simple neofetch [Chat and Dev]

แชร์
ฝัง
  • เผยแพร่เมื่อ 17 ธ.ค. 2024

ความคิดเห็น • 10

  • @Marc42
    @Marc42 7 วันที่ผ่านมา

    Very nice video and project, enjoyed it very much - thanks!

  • @AbdistYT
    @AbdistYT 7 วันที่ผ่านมา +6

    He is going to hit it big. Mark my words

  • @labaguette7423
    @labaguette7423 7 วันที่ผ่านมา

    It's a very nice video

  • @venomquat
    @venomquat 5 วันที่ผ่านมา

    Very useful thnx

  • @xcoder1122
    @xcoder1122 8 วันที่ผ่านมา +2

    As for your use of tabs/spaces: Use tabs to indent, but never to align. Tabs can be any size on a system, you cannot know in advance what size they will be. When used for indention, tabs are better than spaces because they never create ambiguity, and in your editor you can choose how many spaces you want to see a tab indention. However, if you align things in code or strings, this will look wrong when displayed in an editor or system where the user has chosen a different tab size.

    • @ComputerManTechnology
      @ComputerManTechnology  8 วันที่ผ่านมา +1

      Yeah you're absolutely right, I've probably broken the alignment on other systems now as the other indents on the help text are actually spaces, so I corrected entirely the wrong bit

  • @mitlanderson
    @mitlanderson 8 วันที่ผ่านมา +1

    +1 for algorithm

  • @ForeverZer0
    @ForeverZer0 9 วันที่ผ่านมา +2

    "alias btw=neofetch"

  • @xcoder1122
    @xcoder1122 8 วันที่ผ่านมา +2

    Why are you worried about your RAM in the beginning? Empty RAM is wasted RAM. It's like having a car and then never driving it. Only RAM in use serves a purpose. If apps don't need the RAM right now, a system should use it for something else, like caching files or as a ramdisk for /tmp or whatever servers a meaningful purpose to make your system run smoother. People being obsessed with how many unused RAM they have is just stupid. E.g. cache can simply be dropped by the kernel at any time, so this RAM is instantly available when a process requests it but until then it would be a waste to not use it.

    • @ComputerManTechnology
      @ComputerManTechnology  8 วันที่ผ่านมา

      My thinking is if the idle usage is good and low then that bodes well for when I'm actually using it for important stuff so I was momentarily confused why it was higher until I realised I was recording, haha