Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
adparadox
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
adparadox
9mo ago
I do a check for `request.htmx` in my views and conditionally return a template partial as needed. This reduced my need for one-off view functions that were only returning partials for htmx. Works pretty well from my experience.
2.
▲
by
adparadox
2y ago
CapRover has a UI to install new apps or configure existing ones.
3.
▲
by
adparadox
2y ago
https://coltrane.readthedocs.io/en/latest/#other-minimal-dja... has a list of a few options, but the most recent is https://github.com/pauloxnet/uDjango .
4.
▲
by
adparadox
2y ago
You can see posts on any server to "find out what the vibe is" without registering. For example: https://fosstodon.org/public/local . What are the transactional costs here?
5.
▲
by
adparadox
3y ago
>Stop trying to make Mastodon be Twitter. If that's what you want, go use Twitter. I don't see how using an optional, open-source, non-chronological feed means that someone should just "go use Twitter". For one, the i
6.
▲
by
adparadox
3y ago
I'm the creator of Unicorn, so this is neat to see it on Hacker News again. I've been working on Unicorn nights and weekends since July 2020, slowly adding in new functionality and improving it. I have a conference talk explaining
7.
▲
by
adparadox
3y ago
I had the exact same problem with Render, but I wouldn't expect them to handle this situation because I'm guessing it's kind of an edge case? I ended up using a DigitalOcean Droplet + CapRover to do this, and then wrote a gia
8.
▲
by
adparadox
3y ago
Good suggestion! I now show the license if it's set on the repo.
9.
▲
by
adparadox
3y ago
>I find it ironic this website is written in Python. It's a single HTML page. Make it a static site and host it for free/low-cost on S3 or something. Why do you need to host this website on a server, use Docker, etc? Originally
10.
▲
by
adparadox
3y ago
Yikes! Thanks for letting me know. I'll fix that asap.
11.
▲
by
adparadox
3y ago
Thanks for the recommendation! I'll add it to the list as soon as possible.
12.
▲
by
adparadox
3y ago
>Shouldn't the items be in the row Maybe! I was messing with different UI approaches to relay this data and this made sense to me, but I'll see if switching to rows is more clear. Thanks for the idea!
13.
▲
by
adparadox
3y ago
Good idea! I'll add it to the subtitle.
14.
▲
by
adparadox
3y ago
It definitely might make more sense that way! I was playing around with different ways to display the data and landed on this approach even though maybe it's a little clunky. I could flip it and see how it feels -- thanks for the sugg
15.
▲
by
adparadox
3y ago
Thanks for the recommendation -- looking through the docs, it seems like it fits! I'll add it in a few or feel free to make a PR.
16.
▲
by
adparadox
3y ago
Not requiring NPM was one of my original requirements for anything on this list. All of these libraries should be available from HTML directly -- let me know or make a PR if that isn't the case.
17.
▲
by
adparadox
3y ago
It's there because some libraries explicitly call it out as a benefit so I included it. The code is OSS ( https://github.com/adamghill/unsuckjs.com ) -- feel free to make a PR to be the change you want to see in the
18.
▲
by
adparadox
3y ago
Nice, thanks for reminding me of unpoly! I will add it soon.
19.
▲
by
adparadox
3y ago
I didn't post the site to HN, but I did create it. Adding the first commit is an interesting idea. Or some way to measure longevity (i.e. how long has the library been worked on). I'll try to figure out a good way to do that or if
20.
▲
by
adparadox
3y ago
I added `dom-proxy` because that looked like the closest to a complete solution from a quick skim. Let me know if you want to swap for another one, though.
21.
▲
by
adparadox
3y ago
Thanks for the correction. Just updated it to be accurate... for now. :)
22.
▲
by
adparadox
3y ago
Nice write-up, I look forward to seeing how Strawberry progresses. I keep a list of JS front end frameworks where no build step is required at https://unsuckjs.com/ . I'll add this there (and a few of the others mention
23.
▲
by
adparadox
4y ago
https://fastapi.tiangolo.com/ is pretty awesome.
24.
▲
by
adparadox
4y ago
https://github.com/adamghill/dlite/blob/main/src/component.j... ;)
25.
▲
by
adparadox
4y ago
I'm in the same camp and never want to run a build process for JavaScript ever again. I've been slowly improving https://dlitejs.com/ which is a minimal (5kB minified + gzipped) JavaScript framework which works gr
26.
▲
by
adparadox
4y ago
Hello, I've been building this for the past week or so based on https://github.com/hodgesmr/mastodon_digest . Let me know if you have any questions of feedback!
27.
▲
by
adparadox
4y ago
I don't think there is an RSS feed, but looks like there is a JSON endpoint: https://github.com/mastodon/mastodon/issues/17269 . Even more tangential, I've been building an algorithmic digest of Mast
28.
▲
by
adparadox
4y ago
I love the simplicity of this idea because for lots of sites the database works just fine as a queue backend and it reduces the amount of infrastructure needed. I currently use https://github.com/dabapps/django-db-queue
29.
▲
by
adparadox
4y ago
A few days late, but I just saw this post in my referrals. I wanted to chime in I've been working on devmarks.io for the past few months. It is still pretty early, but hopefully it's helpful for a few people. Feel free to reach ou
30.
▲
by
adparadox
5y ago
I totally agree about mimestream. It's everything I want in an app -- single focus, Mac-native, fast, and works well. Two other Mac-native tools that I really enjoy using every day: GitUp ( http://www.gitup.co/ ) and Pos
More ›