Viewing profile — meistertigran
meistertigran
HN member- Joined
- Fri, Jan 29, 2016, 8:42 AM UTC
- HN karma
- 28
- Public activity
- 35 items
- HN profile
- View on Hacker News ↗
About meistertigran
Recent public activity
-
comment
Comment #46262605
I am not familiar with it, but I was thinking about making an open source version of this, but using webRTC, to just directly allow peer-to-peer synchronization without a centraliz…
-
comment
Comment #46258223
I was also heavy on these single-file HTML tools. My problem was not being able to sync the localstorage data between PC and smartphone. I made a paid service which did that automa…
-
comment
Comment #45209546
It's not about speed for me. Reading faster forces me to focus, while my mind wanders off when I read slowly. I read fast and then stop to think about it.
- story
-
comment
Comment #45057467
What I took from this is that you have a really engaging writing style. Was interesting to read from start to finish.
- story
- story
-
comment
Comment #44942032
Thanks! Pretty much, yes. Also if you are a dev and just don't want to spin up a server for every simple app you vibe code, you could find this useful. To be honest, I wanted this …
-
comment
Comment #44941794
So like, Obsidian, but for HTML? The file itself provides both the dynamic functionality and data storage, but you need an engine (like obsidian) to make the data persistence and d…
-
comment
Comment #44941663
I share your opinion about the quality of vibe coded apps. It's definitely not something you can pull off with 0 programming knowledge at this moment. I don't know how the quality …
-
story
Ask HN: Are vibe-coded self-contained HTML apps the future of personal tools?
I came across this post today - https://news.ycombinator.com/item?id=44937991 and also myself created https://htmlsync.io and wonder if there are other people who now choose to use…
-
comment
Comment #44941102
You don't get localStorage persistence though.
-
comment
Comment #44941070
I had the same problem, regarding localStorage synchronization. For that I made htmlsync.io, but only really worth it for people who have many local apps like that and really need …
-
comment
Comment #44941045
You can do that with htmlsync.io
-
comment
Comment #44941028
To be completely honest, I don't see how this is more useful than adding a sync layer to localStorage. I did make a service that does that at htmlsync.io and am genuinely curious h…
-
comment
Comment #44940964
This is really cool. About to try it out! I build something along those lines as well. My problem was that I couldn't synchronize localStorage data, so I made htmlsync.io.
-
comment
Comment #44894484
Can you share the paper mentioned in the demo video?
-
comment
Comment #44880165
I have been doing something very simillar! Instead of giving it a VPS, I just made a tool that allows synchronization of localStorage data. I now just upload the HTML it generates …
-
comment
Comment #44880098
Org mode is nice, but ultimately you are adapting someone else's approach. The best is making your own, for which you know all features and which works exactly as you want it to wo…
-
comment
Comment #44880071
This is accurate. It's about having something that works with your specific personality type. That's why I personally just give some instructions to an LLM and create a simple scra…
-
comment
Comment #44880024
I think the key point here is that you made a solution for yourself. If you would've finished the one you started, you would've known all it's features and could've customized it t…
- story
- story
-
comment
Comment #44705074
I am working on htmlsync.io, an easy way to synchronize localStorage between devices. I found myself using AI a lot to generate single-file HTML web apps that saved data in localSt…
- story