Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
mrktsm__
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
mrktsm__
6mo ago
Moderation-wise, I have a dashboard where I can see all drawings and quickly delete anything bad. Users can also report stuff, and anything with enough reports gets auto-hidden. Looking into automating it more down the line as well.
2.
▲
by
mrktsm__
6mo ago
You should see a toolbar at the bottom with a pen/marker icon, tap either to start drawing. No payment needed, premium is really just to support the project.
3.
▲
by
mrktsm__
6mo ago
You may be right, I may need auth down the line. I wanted to reduce friction and let people draw right away though. I think the bridges thing is an artifact of Mapillary, the API I use for panoramas. Dashcams tend to overrepresent highways.
4.
▲
by
mrktsm__
6mo ago
Thanks! There's a report button if you hold on any drawing, plus I have admin tools to delete flagged stuff. Working on automated moderation to catch things faster as it scales
5.
▲
by
mrktsm__
6mo ago
Right now it's limited to ~2,000 curated panorama locations. You can only draw at existing bubbles on the map. I'm working on expanding coverage, but if you have a spot or location you'd love to see added, let me know :)
6.
▲
by
mrktsm__
6mo ago
Thanks! Just increased the free ink limit. Your strokes should regenerate, come finish that Simpsons tag!
7.
▲
by
mrktsm__
6mo ago
Sorry about that, just upgraded the infra. Try reloading the page!
8.
▲
by
mrktsm__
6mo ago
Yeah, I see that does seem confusing. The heatmap currently shows all available locations, not just ones with strokes. I need to think through the UX more like trying to balance showing coverage with making it obvious where actual drawings
9.
▲
by
mrktsm__
6mo ago
Haha yeah, can't have nice things I guess. I'm currently working on automated moderation to catch that stuff faster. In the meantime, Report button exists if you stumble into anything awful.
10.
▲
by
mrktsm__
6mo ago
Mostly from HN in the last 2 hours, yeah. Had some early users before but nothing like this spike. Glad you found the cat drawing!
11.
▲
by
mrktsm__
6mo ago
About 2,000 locations so far. Mapillary has a lot of imagery but finding the 360 panoramas is trickier since they are a lot rarer. I'm actively expanding coverage
12.
▲
by
mrktsm__
6mo ago
Thanks! That was the main inspiration.
13.
▲
by
mrktsm__
6mo ago
I hear you on the friction. I’m experimenting with the 'ink' limits right now, also the ink actually regenerates. I think I need to make it more obvious in the UI
14.
▲
Show HN: I Was Here – Draw on street view, others can find your drawings
(washere.live)
67 points
by
mrktsm__
6mo ago
|
52 comments
15.
▲
Show HN: I Was Here – Draw on street panoramas, others can find your drawings
(washere.live)
1 points
by
mrktsm__
6mo ago
|
0 comments
16.
▲
Show HN: I Was Here – Draw on street panoramas, others can find your drawings
(washere.live)
5 points
by
mrktsm__
6mo ago
|
0 comments
17.
▲
by
mrktsm__
1y ago
Currently, the JS, HTML, and CSS are rendered client-side, which was relatively straightforward to implement. However, I’m in the process of moving these files to the server and serving them from there, which will enable me to execute langu
18.
▲
by
mrktsm__
1y ago
Good question — before diving into the project, I did have the chance to choose. I looked into both OT and CRDTs and found that OT is widely used in collaborative editors like Google Docs, so I leaned that way. I wouldn’t say it was a deepl
19.
▲
by
mrktsm__
1y ago
Yeah, you're very correct actually. I chose Java because I'm most comfortable with it, but in retrospect, Node might have been a better choice. There’s some shared logic for the collaboration part, and it was a bit of a hassle to
20.
▲
by
mrktsm__
1y ago
Thanks for the feedback! I clear the session URL after joining because I thought it looked cleaner, but I might start leaving it in if it helps with reload confidence.
21.
▲
Show HN: CodeCafé – A real-time collaborative code editor in the browser
(github.com)
81 points
by
mrktsm__
1y ago
|
11 comments
22.
▲
Show HN: I Made Google Docs but for Web Development
(github.com)
4 points
by
mrktsm__
1y ago
|
0 comments
23.
▲
Show HN: I built my own cloud-based collaborative code editor
(github.com)
3 points
by
mrktsm__
1y ago
|
0 comments