HN user

asjo

655 karma

Adam Sjøgren - https://koldfront.dk/

Posts8
Comments169
View on HN

Oh, there was some spam and a lot of political stuff due to the hierarchical nature of Fidonet. Tiny Denmark had 3 networks.

No AI slop, luckily. And a lot of fun.

I used to run 2:230/149 on Fidonet. Can't remember my AmiNet address.

Usenet personality 6 months ago

In case you feel like visiting usenet as it looked 40+ years ago, I run https://olduse.net/ - which Joey Hess originally did as an art project - where you can connect a news reader (Thunderbird, Gnus, slrn, nn, tin, Pan, or even Lynx or ELinks, for instance) and read usenet delayed 40-46 years.

The PostgreSQL manual states:

the longest possible character string that can be stored is about 1 GB.

· https://www.postgresql.org/docs/current/datatype-character.h...

See also: https://www.postgresql.org/docs/current/limits.html

Where do you have the 64KB number from?

A small test:

    test=# create table test_table (test_field text);
    CREATE TABLE
    test=# insert into test_table select string_agg('x', '') from generate_series(1, 128*1024);
    INSERT 0 1
    test=# select length(test_field) from test_table;
     length 
    --------
     131072
    (1 row)

I had been wanting to learn Haskell for a long time, and came to the conclusion that without an actual project, I would never get anywhere.

However when I started working on Feedbase (2015) I wasn't really good enough at Haskell to accomplish the task before I giving up in frustration, so I fell back to my usual preferred scripting language, Perl, for the part that fetches the feeds and updates the database and for the nntp server - I only implemented the (quite simple) website in Haskell.

I've gotten a little better since then, so my little blog-engine, Lantern, which also uses nntp as the main "interface", is written completely in (beginner) Haskell.

Some blogs have a regular feed and a comment feed - I haven't really tried to use the latter, as comments in many places unfortunately is even more spammy than usenet.

It would be fun if you could post comments to the original blogs through Feedbase, alas, that would probably means custom integration for each and every one, and would be prone to abuse. So comments (follow ups) on Feedbase are local to Feedbase (and not used much).

Any nntp client that renders HTML. Most obvious choices are Gnus, if you like Emacs, and Thunderbird.

You can use more old school clients such as slrn, tin, and nn - but usually displaying HTML takes some work.

Pan is another GUI client, I don't remember if it renders HTML.

I haven't released the source code, it's an ungodly mix of Perl and Haskell, but maybe I will try and clean it up a little and make it public - it's quite hardcoded, eg the domain, currently.

How do you keep up with 1000+ feeds now? I feel using Gnus is quite efficient, but of the 664 feeds on Feedbase currently I'm subscribed to "only" 304.

I have a raspberry pi set up with an infrared LED to control my old NAD amplifier.

Interesting - could you share a little about how you have done this?

I have a Raspberry Pi that I use as a jukebox, connected to a NAD C320BEE amplifier, and I would like the jukebox to turn the amplifier and (active) loudspeakers on, using a usb-controlled relay, when I unpause mpd and off when I pause it, but unfortunately when the amplifier is powered on, it is humming until a source is physically selected!

I did, and tried to comment there, but failed.

I think replicating Warhol's Amiga should include a correct size keyboard. Going through all that trouble to imitate a CRT, and then skipping out on the keyboard makes little sense.