Stories by xyproto
Hi Lobsters,
I'm the creator of [Algernon](https://github.com/xyproto/algernon), a small web server, and recently received a very nice feature request asking for more instructional material for it. Many options spring to mind, such as writing a PDF in the form of a book, creating a series of YT v...
UNIX days are calculated based on the current UNIX time, which is the number of seconds since January 1st, 1970 at 00:00:00 UTC.
The 4th of October is a special day, since the next round (+10000) UNIX day is at the 20th of February 2052.
Using the `ud` utility, one can keep track of which UNIX...
This is a fun little prototype that can:
* Record short meetings.
* Transcribe the audio using the OpenAI transcription API.
* Create a summary, conclusion and a piece of advice, using another OpenAI API.
* Send the summary to a Slack channel of your choosing, with the click of a button.
It...