Live data from Hacker News

Viewing profile — cmacleod4

cmacleod4

HN member
Joined
Tue, Sep 08, 2015, 1:28 PM UTC
HN karma
356
Public activity
208 items

About cmacleod4

Retired programmer, blog at https://colin-macleod.blogspot.com

Recent public activity

  1. comment
    Comment #49134984

    A remarkably comprehensive and well-written introduction to Tcl!

  2. comment
    Comment #49134979

    A remarkably comprehensive and well-written introduction to Tcl!

  3. comment
    Comment #48786072

    The target market is "power users" who want maximum functionality and don't care much about prettiness. I used to work on some of the code behind those "clunky" screens. I would sa…

  4. comment
    Comment #48786008

    The Bloomberg Terminal started as dedicated hardware, but it has been Windows-based software for at least 20 years. At one time a Solaris-based version was developed, but that neve…

  5. comment
    Comment #48763611

    "The internet today still does not have a good discussion medium like Usenet, and I am not sure if it ever will." Several web interfaces to Usenet exist, see https://en.wikipedia.o…

  6. comment
    Comment #48721058

    The list of talks for this year's Tcl and OpenACS conference has just been published: https://openacs.km.at/ . It's all happening in Vienna, Austria, on 16 & 17 July. Registration …

  7. story
  8. comment
    Comment #48466011

    As another post pointed out, AI as a field of research started about the time I was born (LLMs are another matter of course). So everything I've created has been since that time. S…

  9. comment
    Comment #48008523

    "worst case is trying to develop some small utility like a tool to search in files using regex" - you mean something like: https://wiki.tcl-lang.org/page/ReacTcl+example%3A+Grv ? T…

  10. comment
    Comment #48008363

    "there are no native GUI frameworks for simple tools that are easy, fast, and simple to develop in at the same time" - Tcl/Tk does all that just fine for me.

  11. comment
    Comment #47662464

    As I said, the user interface is awkward. You need to select the "Content" checkbox when searching for Posts. E.g. to search for "deadlock" within comp.lang.tcl, start with https:/…

  12. comment
    Comment #47662311

    In the early days Usenet propagation was slow and haphazard because the communication links available were very limited. Nowadays I can post a message on one Usenet server and it a…

  13. comment
    Comment #47660721

    Spam fell off drastically after Google Groups disconnected from Usenet a couple of years ago.

  14. comment
    Comment #47658342

    I had tried this site a year or two ago and found it unusable then, but it seems greatly improved now. I found posts as old as 1982, but recent coverage seems to stop around April …

  15. comment
    Comment #47658183

    Nice presentation, looks like the same thing I implemented in Tcl here: https://wiki.tcl-lang.org/page/ReacTcl :-)

  16. story
  17. comment
    Comment #47625231

    I have a Tcl Improvement Proposal (TIP 676) currently being voted on which introduces an alternative compact form of calculation. The implementation uses a Pratt parser: https://co…

  18. comment
    Comment #47577864

    You might be interested in https://newsgrouper.org - my web interface to Usenet, text-only. The site is implemented in Tcl, but only needs a web browser for a client. Some Android …

  19. comment
    Comment #47350393

    Your question was probably misinterpreted as sarcasm. :-(

  20. comment
    Comment #46658661

    Here's mine: https://cmacleod.me.uk/ - I'm a retired programmer, my site has links to various projects, mostly in Tcl, some Javascript or C, also old blog, etc.

  21. comment
    Comment #46573968

    Note: when posting a link to an article on Newsgrouper it's best to use the "Permalink" at the bottom of the article. People clicking that will get straight to the article without …

  22. comment
    Comment #46511831

    As with most Python problems, the solution is to switch to Tcl - https://www.tcl-lang.org/man/tcl9.0/TclCmd/interp.html#M44 :-)

  23. comment
    Comment #46434792

    Very interesting! Note that the name might be confused with an old project: https://wiki.tcl-lang.org/page/Feather .

  24. comment
    Comment #45626042

    In Tcl you can redefine "if", or even delete it entirely if you're crazy enough :-)

  25. comment
    Comment #45626035

    The one thing that really annoys me about HN is that when you return to a discussion that you read the day before, there is no way to easily find the comments which are new since y…