HN user

cmacleod4

356 karma

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

Posts13
Comments190
View on HN

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 say that Bloomberg UIs generally do quite a good job of making the functionality scale - you can do basic stuff quickly with sensible defaults, but when you need more sophistication the UI lets you dig deeper, and deeper, and deeper.

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 never took off and was dropped. These days there are plenty of Linux servers running back-end code in the Bloomberg data centres, but I've not heard of any plan to support Linux on the front-end.

"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.org/wiki/Web-based_Usenet#Web-based_sit... . I operate one of these at https://newsgrouper.org/ .

Many Usenet groups have been abandoned, or are haunted only by a few cranks, but a few still have worthwhile discussion. A couple of years ago there was a tidal wave of spam, but that mostly stopped after Google Groups disconnected. So the infrastructure is still there, still free of adverts and manipulative algorithms, just waiting for more people to use it.

Why TUIs are back 3 months ago

"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 ?

This will run on Windows, Linux, MacOS, and Tcl's starkit/starpack system makes it easy to generate a single executable file for each OS that can just be copied over and run without any installation needed.

Why TUIs are back 3 months ago

"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.

Usenet Archives 4 months ago

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 appears on other servers in a few seconds. So coherent real-time conversations are no problem.

On the other hand, with a long-running discussion, HN, Reddit, etc. still have no way to see what messages are new since you last looked at a thread, something which Usenet clients have always done and still do now.

Usenet Archives 4 months ago

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

Usenet Archives 4 months ago

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 2022. Crucially, it supports full-text search on posts within a specific group - something which my own site https://newsgrouper.org cannot do. I find the user interface a little awkward, but it does now appear to be a really useful resource.

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 your previous visit. This is basic functionality which Usenet always had (and still does).

Tcl-Lang Showcase 10 months ago

"pause the program and run commands in the paused program" - that's often possible in Tcl too. There are various ways to interact with a running program, query or modify variables, run commands, load updated code, etc.

Here's my geoblock message for https://newsgrouper.org -

Blocked due to UK Online Safety Act

You appear to be connecting from an IP address in the United Kingdom. Unfortunately this site is no longer available to UK users. This is due to the requirements of the UK's Online Safety Act, which are not practical for this site to comply with. If you feel this is unjustified, I can only suggest that you write to your Member of Parliament. This site remains in operation for non-UK users, as they are outside the scope of the Act.

For more information see Ofcom's official site, and an unofficial guide.

Other web interfaces to Usenet are available, and may continue to allow UK users, see Wikipedia.