sebastiancarlos

u/sebastiancarlos@lemmy.sdf.org
94 posts · 123 comments

Recent posts

Recent comments

Makes sense, thanks for the reply. You have a point about "diff by line", and I might have not gone all in on serious roff to land on all the benefits.

Another thing I see as an example of markdown being slightly more readable: Unlike roff, not needing to escape some typographical marks (like - to get a hyphen). And the better syntax highlighting support for stuff like bold, italics, and so on in Markdown.

Good question. I had an unreleased version of this project running on groff only for quite some time.

After using it for 25 or so applications, I got the feeling that having markdown as the "source of truth" was slightly easier for reading, checking, and diffing different versions. I've been using it with Markdown as a base and I'm happy with the results.

Basically, I found Groff's syntax slightly "heavier" than Markdown for everyday visual use.

Having said that, I know that a lot of the visual clutter issues can be fixed on the groff side. If you actually have a groff resume format that is very readable for you, I would like to take a look and maybe reevaluate if i'm doing groff the right way.

I guess the argument is: If you want human-readable archives, you can then pick txtar. But mongotar basically adds some of the tar features which were missing from txtar

Hey, absolute props for replying to my code by making a counter-code of your own!

I don't have the time to look into this right now, but wanted to say that this is the best I could hope of posting my random projects here: Having someone else tell you what they would do instead.

And for context, this was a weekend experiment. I wanted to try building "agentic stuff," and exploring the not-so-promising intersection of information theory, LLMs, and code quality.

Will edit later after I read yours.

Yes. The idea is that you can have any tool on one side (which expects an OpenAI-like LLM API, which is a bit of a de facto standard), and any LLM on the other side (which can be an agent subscription).

I used this, for example, to test GraphRAG locally (which is designed to make a lot of LLM API calls) by piping it to an agent subscription I already had (and not needing to buy expensive API tokens for the low volume I needed).

Well, the main reason why I post my projects is for people to tell me what alternatives I'm missing, so thanks for that.

I'm actually not that familiar with Kilo, but I believe it's an agent/IDE-extension, and that you can use different providers for it, including coding agents (I think this is what you were referring to.)

So basically my use case is more niche. I just had an external tool (Graphrag) that only worked with an LLM API, and I had just an agent subscription, so i built an agnostic protocol via the filesystem to make them work together.

It's agnostic because you can have any tool on one side (which expects an OpenAI-like LLM API), and any LLM on the other side (which can be an agent subscription).

Nothing in Kilo would have allowed me to get Graphrag working, I think.

Thanks for the feedback. I'm the author of the medium blog post too.

If you have any tips on where to find a better free voice, I'm all ears. I haven't tried chatterbox yet, that one might do it.

It could also be that the "direct blog post to video" format doesn't cut it. But I'm still experimenting with ways to generate effective multimedia out of my content.

Btw, this is my open-source pipeline, which I use to make the video and blog post out of the same source file: https://github.com/sebastiancarlos/hacker-press

Edit: Regarding "satire", that doesn't apply to this blog post in particular. But I did add some jokes here and there to keep the dry topic going.

That parody is a bit problematic, though

That's a good point, yes.

Your empathy is really appreciated.

No problem! Fwiw I think a lot of us identify with a lot of that character these days.

There’s no criticism of the outside factors

The article literally starts with "In 2026, the job market is tough. AI plunged us all into economic despair" (itself exaggerated, and a play on the typical "AI doomer" clickbait articles saying what we all know more dramatically, which is another can of worms).

It shouldn’t be a sentence for poverty.

Agreed. And in the article it isn't. He does get a job at the end.

But yeah, I can see how your reading of the article is valid. I'll sleep on it and see if I can do something about it.