HackerTrans
TopNewTrendsCommentsPastAskShowJobs

kot-behemoth

no profile record

Submissions

Accenture buys UK AI startup Faculty in $1B deal

ft.com
2 points·by kot-behemoth·6 miesięcy temu·0 comments

Rewrite of a Flask Web App in Clojure

whatacold.io
2 points·by kot-behemoth·w zeszłym roku·0 comments

The Network State: Crypto's End Game

praxisnation.com
1 points·by kot-behemoth·2 lata temu·0 comments

comments

kot-behemoth
·w zeszłym miesiącu·discuss
I recently found llm-buddy (https://github.com/ahyatt/llm-buddy) which might be a good fit.

Llm-buddy is an “Emacs package that watches your recent buffer edits and asks an LLM to review them. When it finds something worth pointing out, it can add a short inline note in the relevant buffer or show a message in a popup buffer (it usually does the former).

The goal is lightweight feedback while you work: typos, logic mistakes, questionable edits, or prose issues that a normal compiler, linter, or spell checker may not catch.”
kot-behemoth
·11 miesięcy temu·discuss
Daily Notes Editor plugin (https://github.com/Quorafind/Obsidian-Daily-Notes-Editor) does exactly that. Might do the trick for you.
kot-behemoth
·12 miesięcy temu·discuss
A while ago I saw a promising Clojure project stepwise [0] which sounds pretty close to what you're describing. It not only allows you to define steps in code, but also implements cool stuff like ability to write conditions, error statuses and resources in a much-less verbose EDN instead of JSON. It also supports code reloading and offloading large payloads to S3.

Here's a nice article with code examples implementing a simple pipeline: https://www.quantisan.com/orchestrating-pizza-making-a-tutor....

[0]: https://github.com/Motiva-AI/stepwise
kot-behemoth
·w zeszłym roku·discuss
macOS Mail app is still the best native e-mail client in my experience.

I have switched to Thunderbird full-time since I switched to Linux. Can confirm it supports unified inbox.
kot-behemoth
·w zeszłym roku·discuss
I’ve recently started an open-source self-hosted data platform (https://github.com/kot-behemoth/kitsunadata) with Dokku being a great initial deployment mode. It’s mature, simple to get started and has tons of docs / tutorials.

I collected a bunch of links while learning it, and launched https://github.com/kot-behemoth/awesome-dokku, as there wasn’t an “awesome” list.

Hope it helps someone!
kot-behemoth
·w zeszłym roku·discuss
Obsidian.nvim (https://github.com/epwalsh/obsidian.nvim) has been working really well for me. I use Obsidian mobile app (it’s not the best in this space, but still very good). And on my laptop, I’ve got neovim - getting to the daily note is one key combo. It’s also super fast and syncs using Obisidan Sync (or you can do your own).
kot-behemoth
·3 lata temu·discuss
Just a heads up that Prefect integration link on the landing page doesn't work - 404. This is the one I was interested in!
kot-behemoth
·12 lat temu·discuss
> I'm going to be typesetting it myself with lots of love using InDesign.

Have you perhaps considered LaTeX/XeTeX? Would get you incredibly beautiful typeset foundations, then you can customise it a lot further.