Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
andreasscherman
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
andreasscherman
2y ago
I took the other approach: I ditched the algorithm for newsletters: https://redditletter.com
2.
▲
by
andreasscherman
2y ago
If you'd rather get a daily/weekly digest for the niche tech subs, you can use https://redditletter.com disclaimer: i created it to scratch my own itch for the reason you list
3.
▲
by
andreasscherman
2y ago
Oddly fitting, I wrote this many years ago that you might like: https://andreasscherman.com/posts/an-introduction-to-constra...
4.
▲
by
andreasscherman
3y ago
thanks! yes, if you want to have multiple categories, you'll have to click the "advanced" button which allows you to pick multiple individual subreddits from a category into a single newsletter. it's a good idea to allow
5.
▲
by
andreasscherman
3y ago
Many of them! I've blocked reddit and now rely on getting the top updates from the niche communities I care about: https://redditletter.com There were no "declarative" sourdough bread recipe calculator, so I built
6.
▲
by
andreasscherman
3y ago
Hi! Sorry for the late answer. Yes! That is possible. You click the ”advanced flow” checkbox, from there you can write in a single subreddit in the box, add it and subscribe. :-) Let me know how it goes!
7.
▲
by
andreasscherman
3y ago
Hi HN! I think there is so much great content from the smaller, slower, more "niche" subreddits that I felt I was missing out on unless I was actively looking for it. I created redditletter out of a personal want to reduce my ow
8.
▲
Show HN: Redditletter – personalized weekly Reddit mail digests
(redditletter.com)
2 points
by
andreasscherman
3y ago
|
4 comments
9.
▲
by
andreasscherman
3y ago
Here’s a declarative sourdough ”recipe” generator: https://breadfriend.com
10.
▲
by
andreasscherman
3y ago
Wrote below as well, but seems relevant: https://whencanigetvitamind.com
11.
▲
by
andreasscherman
3y ago
You would be surprised how seldom you can get Vitamin D from the sun for many places! https://whencanigetvitamind.com
12.
▲
by
andreasscherman
3y ago
Turns out that "I can see the sun" is not good enough for deciding whether you're able to absorb Vitamin D. I had a deficiency (living in Nordics, not very surprising). So I built a small calculator that calculates during wha
13.
▲
by
andreasscherman
4y ago
Thanks, appreciate it. Fixed!
14.
▲
by
andreasscherman
4y ago
Slightly related and maybe useful to someone: I built a "declarative" (sourdough) calculator which simplifies these calculations, or at least reverses the question so you just fill in what properties of the loaf you want. Link: h
15.
▲
by
andreasscherman
6y ago
Hi HN! I got tired of using Google Docs for songwriting as it didn't have some things I wanted to have, such as annotating directly in the lyrics without a super awkward notation. In addition to that, I thought it'd be nice to get
16.
▲
Show HN: Lazyjot – Webapp for Songwriting
(lazyjot.com)
4 points
by
andreasscherman
6y ago
|
1 comments
17.
▲
by
andreasscherman
6y ago
Hi HN! There's a bunch of sourdough calculators out there --- but one of the things I missed was the ability to just write that I wanted a loaf of total 800g weight, x% hydration, and have the final loaf consist of 20% spelt, 10% whole
18.
▲
Show HN: "Declarative” Sourdough Calculator
(breadfriend.com)
5 points
by
andreasscherman
6y ago
|
3 comments
19.
▲
by
andreasscherman
7y ago
Correct me if I'm wrong, haven't written a lot of Prolog, but I think most optimisation-based problems are suitable for modelling using Prolog. Scheduling, time tabling, allocation problems such as knapsack problem or bin packing,
20.
▲
by
andreasscherman
7y ago
It never occurred to me that daily/monthly could be useful, as weekly seemed like a sweet spot. I'll have a look at adding it! Thanks!
21.
▲
by
andreasscherman
7y ago
Hi! This small project grew out of the fact that I'm notoriously bad at checking out my custom feeds ("multireddits"), but I have a couple that I'm honestly really interested in and that have really good content. A mail
22.
▲
Show HN: Weekly mail digests for personal Reddit custom feeds
(redditletter.com)
6 points
by
andreasscherman
7y ago
|
3 comments
23.
▲
by
andreasscherman
8y ago
Worth mentioning about prosemirror is that it supports mobile devices fantastically, which I don't think can be said about _any_ of it competitors. Realised that far too late after investing in Draft.js, but migrated now to prosemirror
24.
▲
by
andreasscherman
8y ago
To help anyone who was as confused as I about this being the first polynomial time algorithm. To me, even the naïve primality test is a polynomial time algorithm over the target number. However, here the AKS primality test is a polynomial t