Live data from Hacker News

Viewing profile — yeokm1

yeokm1

HN member
Joined
Sat, Oct 22, 2016, 5:21 AM UTC
HN karma
670
Public activity
65 items

About yeokm1

No profile information was provided.

Recent public activity

  1. comment
    Comment #43692457

    Conventional wisdom states that running LLMs locally will require computers with high performance specifications especially GPUs with lots of VRAM. But is this actually true? Thank…

  2. story
  3. comment
    Comment #41754433

    If I were to tell you a PC has a floppy drive, optical drive, Sound Blaster card, serial, parallel and PS/2 ports running DOS, you would think I’m referring to a machine from the 1…

  4. story
  5. comment
    Comment #41281850

    I did an experiment on a relatively modern 2020 Thinkpad and found that it can still run DOS. Modern features like Thunderbolt, 2.5 Gig Ethernet and Sound Blaster compatibility ove…

  6. story
  7. comment
    Comment #37475508

    I used Enhanced Doskey. http://paulhoule.com/doskey/

  8. comment
    Comment #37475507

    They have already written an article about it :) https://hackaday.com/2023/09/10/upgraded-graphics-gremlin-ad...

  9. story
  10. story
  11. comment
    Comment #35309367

    With the recent attention on ChatGPT and OpenAI’s release of their APIs, many developers have developed clients for modern platforms to talk to this super smart AI chatbot. However…

  12. story
  13. story
  14. comment
    Comment #21851767

    I updated my blog post to include a memory and disk usage comparison :)

  15. comment
    Comment #21835446

    The printf is just for example code. In actual fact, I'll have to copy the data to a char array to be sent to display in the listbox.

  16. comment
    Comment #21835425

    VC++ 1.52 has an internal text editor but nowhere near the capabilities of Visual Studio Code or any modern text editors. I also use Git and sourcetree and they won't run on Win 2K…

  17. comment
    Comment #21835237

    If someone has got a working TLS 1.2 on such an old OS, I'll like to know too. Because I certainly haven't saw any example. I think the work to get TLS 1.2 working will certainly d…

  18. comment
    Comment #21833509

    I felt it was enough for me. :) https://api.slack.com/

  19. comment
    Comment #21833459

    Win 3.1 apps can also access memory in 64K segments which I only use 1 to hold the humongous HTTP+JSON reply from Slack. Wikipedia says "However, no single process can use more tha…

  20. comment
    Comment #21833450

    You are correct. My 390E has 384MB of RAM but only 256MB is accessible by Win 3.1. An earlier blog post shows this http://yeokhengmeng.com/2016/09/windows-for-workgroups-3-11-...

  21. comment
    Comment #21833276

    Hey thanks for the tips. Let me adjust the blog post to mention this point

  22. comment
    Comment #21833204

    Hmm. Borland and Watcom compilers came up in my research. Will look into them for help next time!

  23. comment
    Comment #21833159

    Thanks for raising this to me!

  24. comment
    Comment #21833157

    Oh I did not know about this! I just based my understanding from the official Microsoft documentation. Thanks!

  25. comment
    Comment #21833150

    Trumpet Winsock is not by Microsoft :P