Live data from Hacker News

Viewing profile — velorek

velorek

HN member
Joined
Sun, Jan 28, 2024, 5:50 PM UTC
HN karma
70
Public activity
21 items

About velorek

No profile information was provided.

Recent public activity

  1. story
    Show HN: Old-School TUI File Viewer for Modern Terminals

    I remember the days of MS-DOS's README.COM and I thought of coding something similar in C for GNU/Linux terminals. Repository: https://github.com/velorek1/fread

  2. comment
    Comment #42290812

    I didn't know this feature was available on windows,you are right it looks quite similar, today I learned hehe thanks

  3. comment
    Comment #42290801

    Yea, I think I can add colour change easily. Stay tuned! :)

  4. story
  5. comment
    Comment #41419592

    Cool! This other project of mine (1) is a more finished product and might be better for testing. It's a terminal periodic table with the same display principles as C-edit but shoul…

  6. comment
    Comment #41419568

    I wasn't able to compile edge for some reason but it looks cool :). I'll try to do it again when I have some free time. Thank you for sharing your insights. I totally understand wh…

  7. comment
    Comment #41415709

    I didn't know about this resource. Thank you for sharing. I had only seen this one https://viewsourcecode.org/snaptoken/kilo/ I did notice that all editors modeled after this tutor…

  8. comment
    Comment #41415696

    vim FTW! :D

  9. comment
    Comment #41415688

    Interesting. Cool library, I'll check it out. :) Thanks for sharing

  10. comment
    Comment #41415684

    I agree. Unicode support is top priority. Thank you for sharing those links.

  11. comment
    Comment #41411892

    Thank you, I appreciate it :)

  12. comment
    Comment #41410601

    Glad it compiled! Most of your suggestions are on my to-do list indeed. I wanted to maintain an animation to demonstrate that it could be kept running throughout all the different …

  13. comment
    Comment #41410580

    Interesting project. Thanks for sharing! :)

  14. comment
    Comment #41410523

    I see, thanks for the clarification. Btw, I really enjoyed YT "Making a game in Free Pascal" back in the day. I did learn a lot from your video :) Pascal is one of my top languages…

  15. comment
    Comment #41410093

    It seems like an interesting project as well! I'd love to see it one day

  16. comment
    Comment #41409356

    It's awesome. Free Pascal IDE is based on this I think. It certainly something to aspire to :) thanks for sharing

  17. comment
    Comment #41407505

    Yes, I would like to make a cross-platform editor one day. I would probably choose Pascal's RTL video unit over C for that task. There is one editor called YEDIT that fits the brie…

  18. story
    Show HN: A retro terminal text editor for GNU/Linux coded in C (C-edit)

    I set about coding my own version of the classic MS-DOS EDIT.COM for GNU/Linux systems four years ago and it this is where the project is at... still rough around the edges but wor…

  19. comment
    Comment #39180437

    Thank you. I love TUIs, I hope my project and rothgar's repository can help to inspire more people to code more programs like these.

  20. comment
    Comment #39174231

    Yes, of course. It'd be an honor to be featured in your repository. Thank you

  21. story
    Show HN: A text-mode periodic table in C for GNU/Linux terminals

    I'm sharing a retro-looking periodic table I made in C that I think looks really nice.