Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
martin_dd
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
martin_dd
2y ago
That's a good idea, thank you. I used to receive .ics files in email attachments all the time and the format seems easy to work with.
2.
▲
by
martin_dd
2y ago
Thank you for your kind words! Everyone has their own preference for calendar apps, it's understandable :)
3.
▲
by
martin_dd
2y ago
Hi! I appreciate your comments. In the future I might charge for premium features, but right now there is no clear monetization plan. It's a lightweight app so I don't mind hosting it for free now. You can trust it, both that the
4.
▲
by
martin_dd
2y ago
Week numbers is achievable (probably allocate a 10px column on the left), but starting day of the week is more of a personal preference I think. Will leave it for the user to decide.
5.
▲
by
martin_dd
2y ago
I have a planned feature that lets you “zoom in” on a specific day or week. Stay tuned!
6.
▲
by
martin_dd
2y ago
Notifications can be supported. (As long as the user device supports push notification from the browser) This is the very first version, will gradually improve upon it.
7.
▲
by
martin_dd
2y ago
Glad you like it!
8.
▲
by
martin_dd
2y ago
Good point. I can read your content but I promise I won’t.
9.
▲
by
martin_dd
2y ago
Hi, thanks for checking it out :) Exactly like you said KittyCal started as a “toy” so I designed it as a private space for couples didn’t think much about integrating existing calendars. Also KittyCal intentionally gives up hourly scheduli
10.
▲
by
martin_dd
2y ago
Usually there’s a button called “Add to Home Screen” in the dropdown menu of your mobile browser. Can you try that?
11.
▲
Show HN: KittyCal – minimalist PWA calendar app for couples
(kittycal.net)
55 points
by
martin_dd
2y ago
|
30 comments
12.
▲
by
martin_dd
2y ago
Yes, it's searching artifacts. Unfortunately searching symbols is not feasible until I have a larger budget. (Probably need TBs of index) The keyboard navigation doesn't work yet, will fix in the next release.
13.
▲
by
martin_dd
2y ago
Thanks, I've done what I could to improve the lighthouse scores. Hoping it will be indexed soon. Sorry for the confusing terminology -- "External link resolution" just means links to any direct/transitive dependencies wi
14.
▲
by
martin_dd
2y ago
Thanks for pointing that out, will fix soon.
15.
▲
by
martin_dd
2y ago
That's right! It's a custom HTML renderer with custom css and client-side js for navigation and search.
16.
▲
by
martin_dd
2y ago
Thank you for the kind words! Even though I'm a Jetbrains all products pack user myself, totally agree with you that it's still useful to have API references alongside your main editor/IDE. If there's enough interest I&#
17.
▲
by
martin_dd
2y ago
Author here. Yes, the search bar is nice already, and the performance is good enough for most use cases. Fun fact, javadoc's search is O(n), Docland uses binary search so it's O(log2n). That's why the search bar in the offici
18.
▲
by
martin_dd
2y ago
It's all automated. Most third-party packages have their source code published as source JAR on Maven central and I just use that. JDK is the only exception, where I use OpenJDK's source code.
19.
▲
by
martin_dd
2y ago
Author here. The value add is a better browsing experience: with Docland, you can navigate across the class hierarchy, search symbols quickly, and view the package content at a glance. Feel free to check it out!
20.
▲
by
martin_dd
2y ago
Thank you for checking it out! I'm aware of Kapeli's Dash and do think it's a great piece of software. Though, Docland is great at dynamically generating documentation for libraries from source code (i.e. it could work for an
21.
▲
Show HN: I generated API documentation for all Java packages
(docland.io)
74 points
by
martin_dd
2y ago
|
52 comments