Viewing profile — cmacleod4
cmacleod4
HN member- Joined
- Tue, Sep 08, 2015, 1:28 PM UTC
- HN karma
- 356
- Public activity
- 208 items
- HN profile
- View on Hacker News ↗
About cmacleod4
Recent public activity
-
comment
Comment #49134984
A remarkably comprehensive and well-written introduction to Tcl!
-
comment
Comment #49134979
A remarkably comprehensive and well-written introduction to Tcl!
-
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…
-
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…
-
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…
-
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 …
- story
-
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…
-
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…
-
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.
-
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:/…
-
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…
-
comment
Comment #47660721
Spam fell off drastically after Google Groups disconnected from Usenet a couple of years ago.
-
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 …
-
comment
Comment #47658183
Nice presentation, looks like the same thing I implemented in Tcl here: https://wiki.tcl-lang.org/page/ReacTcl :-)
- story
-
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…
-
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 …
-
comment
Comment #47350393
Your question was probably misinterpreted as sarcasm. :-(
-
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.
-
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 …
-
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 :-)
-
comment
Comment #46434792
Very interesting! Note that the name might be confused with an old project: https://wiki.tcl-lang.org/page/Feather .
-
comment
Comment #45626042
In Tcl you can redefine "if", or even delete it entirely if you're crazy enough :-)
-
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…