People are asleep, they wake up when they die - Muhammad the prophet (PBUH)
I know the name is wierd, I might change it.
Warning
the project is under active development. I will make a tutorial and demo about it when it hit version 1.0
Rec.0018.mp4
Rec.0015.mp4
- what good is learning if I don't remember it?
- active learning vs passing learning / scout young
- spatial web browsing
- libre texts + Interactive Electronics Textbook + HELM :: Helping Engineers Learn Mathematics Workbooks + differential equations web tutorial + Pendulum Equations + Mechanics Map Digital Textbook + learn me a bitcoin + A* exaplined + Brilliant + how does bicycle work + [the little schemer :: book]
- Github's colorful issue tags and the ability to search by language, date, ...
Saved Messages
in telegram (or any other messanger)- Pinterest style (Masonry) layout
- Google Keep
- OrgPad
- mindomo
- kumu
- Tiddly Map
- Hyper Physics
- TheBrain: The Ultimate Digital Memory
- lpsa.swarthmore.edu
- CISCO Network Academy
- Hepta Base + Margin Note
- connected papers
- capacities
- Makandra cards
- Anki
.epub
is HTML ...
Obsidian? Notion? LogSeq? Nah, I didn't find them useful ...
Software is not just some code, software is made to meet some needs, software has history, software is the way its creators think, software is something alive -- me
- help you to remember better
- help you to connect the the things that you know
- help you to grasp the overall idea
- be a place to connect all the resources on the internet
- distract you :: e.g. automatically load notes (like Intagram feeds). the user him/herself decides what to look for. user can still see feeds but this behaviour is must be taken by choice every time.
- limit you to just uploaded contents, or create a monopoly like Twitter/Facebook. I like open digital gardens.
- need registeration for basic tasks (e.g. viewing notes and boards)
At first I thought that this software is replacement for tradiotional way of studying. I thought it is new generation of studying and others are now obsolete. But then I thought of great scientists/engineers in history that knew/did a lot, but have been using none of these tools.
I had hard time to figure out what is the best way that using this software can benefit. the best way is that you should read/watch/listen to a peice of knowledge and really engage yourself. then at the end of session/part/chapter, you should try to create a graph and summary of the contents that you know. otherwise it will be distracting and time consuming without much gain...
life is not inherently wrong or right, life is what you choose it to be ... -- how to master your life
Every choice you make has its upsides and downsides. for example if your friends are gossiping about other one or saying dirty words, you can mention them that it is wrong, they probably get a little mad at you or chances are that they not like you as before, but at least your ego is not blaming on you [because you did what is right]. or you can gossip just like them and laugh at their dirty talks and you know, just have some fun! your ego will be neutral if you do it more and more. So, depending on your purpose [in above example, doing what is right or not being alone by having bad¹ friends] you make your choice.
¹ maybe they are not bad, but just unaware of their actions, as Jesus said: "hate the sin, love the sinner".
I've seen a lot of content editors, like WYSIWYG and markdown or combination of both. I liked block based editors like Jupyter-notebook more, Notion/Obsidian/Logseq editors seemed wierd and limited. the major drawback for markdown was right-to-left languages. since my primary language is Persian and I write content for Persian readers, it is a major drawback. yes I know that I can wrap everything in <div dir="rtl">...</div>
or I can useother markup languages, but they seem both unnecessary and bloat.
So I imagined a editor like inspect elements
of web browsers, simply store contents in tree manner.
Rec.0020.mp4
I think the software now reached its minimum viable product [or MVP]. but ...
- the graph viewer is slow specially on larger graphs. I think I have to use WebGL like sigmajs
- the graph editor is not intuitive i.e. it has poor user experience IMHO.
- the ability to see each note is used in which graphs.
- remembering utils (spaced repetition)
using a SPA framework (e.g. React, Karax) is fun, you don't care much about updating your states, but they seems limiting when it comes to interactive components & their states in notes. they does not seem worth it. I wish I had more time to think about them...
Nim is simple and consice programming language [much much simpler than Python]. Nim made it a lot easier to build my app as an indie programming in less time possible. Lack of a big community didn't feel problematic.