Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
dtkav
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
dtkav
7d ago
I work on a realtime collaboration platform, and I've been building something similar for internal use - cool to see your mental model. Do you find voice mode to be helpful? How do you route to the right agent? Some minor feedback, but
2.
▲
by
dtkav
20d ago
There's been some great research into aphantasia in the last ~5 years - worth reading about if you have aphantasia.
3.
▲
by
dtkav
20d ago
I think i have this too (also play piano, have perfect pitch). I have an excellent musical memory, but i have to actually play a song / sing it out loud to hear it if that makes sense. I do have the motion-centric imagination sense (i
4.
▲
by
dtkav
20d ago
Also differences in pupil dilation when asked to imagine scenes [0]. [0] https://pmc.ncbi.nlm.nih.gov/articles/PMC9018072/
5.
▲
by
dtkav
24d ago
I bought another zenphone 9 (such a good phone... nothing comes close 4 years later for me) with the hopes of putting lineageOS on and trying to keep it up to date with security updates. I didn't realize that ASUS disabled their bootlo
6.
▲
by
dtkav
1mo ago
Thank you for sharing this. I've been looking into prolly trees for relay.md - I'll try swapping this in and see if i can provide any perspective for real world CRDT use cases. I'm happy to see the various key policies.
7.
▲
by
dtkav
1mo ago
I've been using Geoffrey's /explain-diff skill in my replace-github-with-tailor-fit-personal-software journey, and I'm liking it. I recommend at least giving it a try.
8.
▲
by
dtkav
4mo ago
I have a matte black Pixelbook Go running PopOS and i love it. The hardware feels great to hold (though the touchpad is still meh). I covered the Google logos with a glossy black vinyl Obsidian sticker. https://notes.danielgk.com
9.
▲
by
dtkav
4mo ago
let's collab! daniel @ relay.md
10.
▲
by
dtkav
4mo ago
IMO Obsidian is currently the king of "personal software frameworks". You can look at YT channels for inspiration of what other people are doing, but I'd avoid trying to copy someone else's setup (for the vague promise
11.
▲
by
dtkav
4mo ago
There are a handful of plugins that might help. Obsidian sync works well for device sync and the CLI is great for agentic stuff. For real-time collaboration, some options are: - Relay - Peerdraft - Screen garden (full disclosure - I am the
12.
▲
by
dtkav
4mo ago
Yeah, the answer definitely isn't "hey claude is this a good plugin?" as the only gate. But for defense in depth, we've never had a more powerful tool to figure out if a plugin is being respectful of user-intent at scale
13.
▲
by
dtkav
4mo ago
Speaking as someone who has been building a business around an Obsidian plugin - I think you're on the right track. What actually matters is that the plugin developer is pro-social, discloses the behavior, the user accepts that disclos
14.
▲
by
dtkav
4mo ago
Thank you <3
15.
▲
by
dtkav
4mo ago
For those not aware, it has basically been impossible to submit new plugins due to the manual review (and how easy/fun it is to write a plugin with AI). The developer community was becoming increasingly frustrated, and the team was bur
16.
▲
by
dtkav
4mo ago
Hey kepano - can you please grandfather in existing plugin IDs? Forcing a migration seems really user-unfriendly unless there's a symlink or something. We have a "caution" score because our plugin (system3-relay) has a 3 in i
17.
▲
by
dtkav
4mo ago
IMO this is an outdated view. Existing developer platforms have had to rely on static heuristics and capability-based permission systems, but now AI can run at scale and surface a lot of user-unfriendly intent that wasn't possible befo
18.
▲
by
dtkav
5mo ago
Thanks for the kind words Chris :)
19.
▲
by
dtkav
5mo ago
> I don't think Obsidian does synchronous collaboration well (could be wrong) but for asynchronous collaboration it ought to be fine. If you want to do real-time collaboration in Obsidian there are a few plugins available. relay.md
20.
▲
by
dtkav
5mo ago
It seems like you're using stable IDs for the links. Did you run into issues using the name like Obsidian does?
21.
▲
by
dtkav
5mo ago
This is really cool. I'm excited to dive into the code later today. Im building something similar but have been working from the opposite direction. I started by making Obsidian real time collaborative (relay.md), and have been slowly
22.
▲
by
dtkav
5mo ago
Nice! Do you have a skill that describes this workflow?
23.
▲
by
dtkav
6mo ago
The Obsidian kanban plugin does this. I recently added support for it in my real-time-collaboration plugin (Relay).
24.
▲
by
dtkav
6mo ago
I was early at Planet (and fresh out of college) and the transition internally towards govt money was very painful for the bright eyed save-the-world hackers internally. The initial technical architecture was aligned with broad good (low re
25.
▲
by
dtkav
6mo ago
This is really wholesome. Thanks for sharing.
26.
▲
by
dtkav
6mo ago
We let docs converge independently. This is a problem for bases in the current sync engine, but something we're resolving soon with "continuous-background-sync". I think it is also more scalable and matches the file model bet
27.
▲
by
dtkav
6mo ago
IMO Obsidian Sync is a fantastic solution for e2ee device sync in Obsidian. It is a good/honest business model to fund the development of Obsidian. What complaints are you hearing?
28.
▲
by
dtkav
6mo ago
Great work Kavin! This is a super interesting space, and lots of fun and difficult problems to tackle. A few trailheads of interesting complexity: 1. Concurrent machine edits - in particular handling links to renamed files across devices. T
29.
▲
by
dtkav
6mo ago
I'm working on something similar with https://github.com/dtkav/agent-creds though I keep growing the scope. The model is solid. It feels like the right way to use YOLO mode. I've been working on making the au
30.
▲
by
dtkav
7mo ago
Hey, developer behind Relay here. Yes, our sync engine is home-grown. We use CRDTs to provide real-time google-docs-like collaboration which is not something Obsidian supports (yet... i think they are working on it). Note that you can self-
More ›