Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
drpancake
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
Show HN: Live 3D map of London with planes, trains, buses and boats
(london.jamespotter.dev)
4 points
by
drpancake
3mo ago
|
0 comments
2.
▲
WhyFi
(twitter.com)
2 points
by
drpancake
8mo ago
|
0 comments
3.
▲
Show HN: WhyFi – Figure out why your Wi-Fi is bad and fix it
(whyfi.network)
3 points
by
drpancake
8mo ago
|
0 comments
4.
▲
I Built a Synth for My Daughter
(bitsnpieces.dev)
3 points
by
drpancake
10mo ago
|
1 comments
5.
▲
by
drpancake
2y ago
I can relate to a lot of this. The customer emails in particular. I was experiencing flashbacks while reading the article. Back in 2014-2015 I created a platform for building crypto trading bots in the browser with Python scripts. You could
6.
▲
Show HN: Track your calories/macros in Telegram with GPT4-V
(meals.chat)
1 points
by
drpancake
3y ago
|
0 comments
7.
▲
Google's Search Generative Experience could cut referral traffic by 20% to 40%
(wsj.com)
1 points
by
drpancake
3y ago
|
0 comments
8.
▲
by
drpancake
3y ago
They're in the business of encouraging users to post content to get more eyeballs and therefore more ad revenue. So commoditising a way of generating a lot more content is in their interests.
9.
▲
Show HN: The Top Fifty Substacks (Ordered by Subscribers)
(reletter.com)
2 points
by
drpancake
3y ago
|
0 comments
10.
▲
by
drpancake
3y ago
I commented on this above but I think this is because ASV users need to be screened for heart issues first!
11.
▲
by
drpancake
3y ago
While I agree in general, people who are candidates for ASV have to be screened first by a cardiologist. Certain traits can lead to a much higher risk of death while using one.
12.
▲
by
drpancake
4y ago
Hi there. The app surfaces dates in various ways. In the search results there's an "Active" column that indicates whether a newsletter has published an issue within the last 45 days. Then when you click into a newsletter it w
13.
▲
by
drpancake
4y ago
Hi there. It's all publicly available data.
14.
▲
by
drpancake
4y ago
Right now, no, but you can claim* your newsletter and soon I'll add the ability to edit your listing. The current pricing is the cheapest it will ever be! I'm aiming this at businesses and agencies. I have a similar and quite succ
15.
▲
by
drpancake
4y ago
Sure, it's Elasticsearch.
16.
▲
by
drpancake
4y ago
It's 54GB on disk.
17.
▲
by
drpancake
4y ago
Hey there. Yes the search isn't perfect yet for certain terms but I'm working on improving it. Did you use the topic search for Javascript? I get quite a lot of relevant results. Note that we only show the top 6 for free users.
18.
▲
Show HN: I indexed 1.3m+ email newsletters
(reletter.com)
42 points
by
drpancake
4y ago
|
16 comments
19.
▲
Show HN: Where to surf/snowboard/kitesurf any month of the year
(boardaroundtheworld.com)
3 points
by
drpancake
4y ago
|
0 comments
20.
▲
by
drpancake
4y ago
When you know you know. It's like the difference between pushing a boulder uphill and downhill. Very hard to predict ahead of time - you just have to keep shipping stuff.
21.
▲
by
drpancake
4y ago
Sorry to hear that. How long were you trying for? A lot of these guys were at it for years and years before they found success. It can be brutal in the beginning. I think it's unfair to characterise the "digital nomad influencers&
22.
▲
by
drpancake
4y ago
Feel free to email me. Details in my bio.
23.
▲
by
drpancake
4y ago
I built very simple tool in an industry that I wanted to be part of and was surprised to find that a few people wanted to pay for it. I mean very basic - done in three days. A few months improving that and soaking up everything I could find
24.
▲
by
drpancake
4y ago
A few people have tried that e.g. https://web.stanford.edu/class/archive/cs/cs224n/cs224n.1184...
25.
▲
by
drpancake
4y ago
Thanks! I wasn't aware of django-db-queue . As far as I can tell it runs in a single process so I guess running tasks will block any others from running. That's probably acceptable for some use cases. Interesting that django-q
26.
▲
by
drpancake
4y ago
Exactly. For many projects it's overkill to set up an external broker like Redis or RabbitMQ. That's where I think Chard fits in.
27.
▲
by
drpancake
4y ago
Do let me know how it goes :)
28.
▲
by
drpancake
4y ago
Sure but for 99.9% of Django projects you safely assume there is a database available. I'm not entirely sure why that's a no-go.
29.
▲
by
drpancake
4y ago
Good idea! Added a section: https://github.com/drpancake/chard/blob/master/README.md#roa...
30.
▲
by
drpancake
4y ago
That's right although you could take a synchronous function and wrap it with sync_to_async() and it would work. But I'm not sure about the performance implications of that. https://docs.djangoproject.com/en/4.
More ›