Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
uprun
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
13 ms
·
1.
▲
I spent 7 years developing note taking app [video]
(youtube.com)
1 points
by
uprun
2y ago
|
0 comments
2.
▲
by
uprun
2y ago
This app I develop for a while, it mostly tailored for my way of thinking, but maybe useful for some body else. The main feature is that every word is a hashtag by default. Yes simple as that, but it took a while do discover this. And this
3.
▲
by
uprun
3y ago
I have watched huge number of his talks, and unfortunatelly he did not say something new in this one ..
4.
▲
by
uprun
3y ago
thanks :)
5.
▲
Bawowna web browser from scratch, early early announcement
(github.com)
3 points
by
uprun
3y ago
|
3 comments
6.
▲
by
uprun
3y ago
Currently only one web-site is supported - Hacker News :) and only to display text content. But I am working on proper html display with all current standards.
7.
▲
by
uprun
4y ago
I play with the idea of a spatial canvas editor in a browser, the project used to be about projectional editing but I decided to reduce scope and focus on bootstraping it. So now I was able to actually edit my code right from my editor.
8.
▲
by
uprun
4y ago
https://uprun.github.io/lisperanto/ - an in-browser AST editor with instant evaluation and code on canvas
9.
▲
by
uprun
4y ago
hi, I am developing this project https://uprun.github.io/lisperanto/ and I hope that it will become how programms are written in the future, or at least some programms
10.
▲
Records are not objects in Lisperanto – in-browser IDE
(youtube.com)
1 points
by
uprun
4y ago
|
1 comments
11.
▲
by
uprun
4y ago
sorry I missed your reply, this behaviour is present because I wanted to give users a feel of paper notes in a notebook, there you cannot remove a note that you already created. Also allowing for removal leads to a question what to do with
12.
▲
by
uprun
4y ago
thank you, the website is mostly for demo purposes, for real usage I have built apps for Android, Windows, Linux and Mac, and you can export and import notes to your filesystem via menu.
13.
▲
by
uprun
4y ago
hi, this is intended behaviour, you cannot remove notes. just to clarify they are kept Only in your browser (in local storage to be accurate), so if you clear storage on the website they will be gone.
14.
▲
by
uprun
4y ago
hi, I am an independent developer and found of creating notes, after a few thousand notes they become very hard to search through, that is why I created my own app where every word is a hashtag by default, this simple solution helps a lot.
15.
▲
Micro-Zettelkasten associative notes – WebPad HTTPS://webpad.com.ua/
(webpad.com.ua)
2 points
by
uprun
4y ago
|
7 comments
16.
▲
by
uprun
4y ago
intro video with functionality overview https://youtu.be/QNyuMK8ZrHI
17.
▲
Lisperanto – Experimental in browser IDE
(uprun.github.io)
92 points
by
uprun
4y ago
|
10 comments
18.
▲
by
uprun
5y ago
i have added in-line evaluation, by the way this is an open-source project you can follow updates here: https://github.com/uprun/lisperanto
19.
▲
by
uprun
5y ago
thank you for a feedback, I will try to improve usability, and will fix function call view
20.
▲
Lisperanto – in browser IDE for Lisp-like language
(uprun.github.io)
2 points
by
uprun
5y ago
|
5 comments
21.
▲
by
uprun
5y ago
This is a toy project and this is only a beginning. The goal is to have a sandbox where you can write some functions without installing additional software.