Readit News logoReadit News
jhvkjhk commented on Adding Mastodon Comments to Your Blog   beej.us/blog/data/mastodo... · Posted by u/ingve
foo42 · 6 months ago
I've been considering trying to get to a similar result, but considering making my actual blog _be_ a (minimal) ActivityPub sever with a si gle user/actor such that posting to the blog is publishing an ActivityPub post, and have replies to that post coming directly into the blogs own inbox, then show up as comments.

Anyone else weighed up the two approaches, I'm still on the fence tbh.

jhvkjhk · 6 months ago
Here's an example of such ActivityPub server that can be hosted on Netlify, and save JSON files to your blog repo: https://github.com/sinofp/lesspub
jhvkjhk commented on Gah – CLI to install software from GitHub Releases   github.com/marverix/gah... · Posted by u/marverix
darren0 · 9 months ago
Seems very similar to https://dist.sh/ but distillery seems a bit more robust.
jhvkjhk · 9 months ago
There's also https://github.com/zyedidia/eget, which is also written in Go.
jhvkjhk commented on Powerful, Open-Source, Programmatic CAD   implicitcad.org/... · Posted by u/omeid2
mdaniel · a year ago
relevant top comment from the author in the prior submission: https://news.ycombinator.com/item?id=9249268

> Author here. Sorry, I abandoned this two or three years ago. Please look at this in the context of a project done several years ago and never completed.

> Honestly, I no longer believe ImplicitCAD was the right approach to the problem, or that there's even as much of a problem as I originally thought. In particular, the system ImplicitCAD uses to represent objects, a variant of f-rep (http://en.wikipedia.org/wiki/Function_representation) has issues.

jhvkjhk · a year ago
It seems that this project has been taken over by other people. The latest commit is just two months ago. https://github.com/Haskell-Things/ImplicitCAD
jhvkjhk commented on Radicle 1.0 – A local-first, P2P alternative to GitHub   radicle.xyz/2024/09/10/ra... · Posted by u/aiw1nt3rs
jhvkjhk · a year ago
It's great to collaborate on code in a P2P way. I think in the end, we also need a way to share binaries in a P2P manner using Git (so we can track history with the beloved Git). Maybe it's a good idea to integrate git-annex into this?
jhvkjhk commented on A static website generator for Git repos   ratfactor.com/repos/repor... · Posted by u/Curiositry
jhvkjhk · 2 years ago
I love the colourful low poly logo!
jhvkjhk commented on Firefox accounts renamed Mozilla accounts   support.mozilla.org/en-US... · Posted by u/bluish29
Ankaios · 2 years ago
Maybe it's just me, but I think the name "Firefox" is fun and endearing, while "Mozilla" is ugly and ponderous. I say this as someone that has been on the Web since Mosaic and almost entirely used Netscape-heritage browsers since then. Let the Mozilla name go, and embrace Firefox.
jhvkjhk · 2 years ago
To me, Godzilla sounds way more interesting than a mere fox.
jhvkjhk commented on NixOS and Flakes Book: An unofficial book for beginners (free)   nixos-and-flakes.thiscute... · Posted by u/beeburrt
jhvkjhk · 2 years ago
I don't think a beginner should use Home Manager, because that's an extra layer on the already not-beginner-friendly Nix ecosystem.
jhvkjhk commented on Python 3.12   python.org/downloads/rele... · Posted by u/qsort
thatcherthorn · 2 years ago
As now f-strings can contain any valid Python expression inside expression components, it is now possible to nest f-strings arbitrarily:

>>> f"{f"{f"{f"{f"{f"{1+1}"}"}"}"}"}"

'2'

Is anyone aware of the change to the interpreter that allows for this?

jhvkjhk · 2 years ago
Parse it recursively.

u/jhvkjhk

KarmaCake day375November 5, 2019View Original