Well, we didn't found a home in Notion and github markdown docs seems like too boring.
I absolutely like the idea of "indie web". So, guys, prepare to be ready, we're moving in our lab website:
https://justtruecodewriter.github.io/d_research_lab/
Yeah, I'm not selfhosting it for now as "indie web" rules says, but for awhile it solves all my needs.
So, welcome!
P.S. Btw, you can find a new little note in table of contents
I absolutely like the idea of "indie web". So, guys, prepare to be ready, we're moving in our lab website:
https://justtruecodewriter.github.io/d_research_lab/
Yeah, I'm not selfhosting it for now as "indie web" rules says, but for awhile it solves all my needs.
So, welcome!
P.S. Btw, you can find a new little note in table of contents
justtruecodewriter.github.io
Table of contents
🔥1
Diamid research lab
Well, guys. A opened access to my productivity dashboard app. It's super early version for linux only. I'm gonna build release soon so you can simply launch it but for now for those who wants to test current version i wrote little guide. https://github.c…
And yeah, I didn't forget about homepage project. Just thinking about best solution of file management that will be opened for sync with other devices and also can be affordable for non vim and emacs geeks
I'm tried to use caldav sync with my home server. So, absolutely not useful for me, I'm too stuck with syncthing and hosting whole owncloud for calendar sync feature only seems like overhead. Seriously, it's too much.
And what am i supposed to do? Well, i need to make json-file-based calendar
And what am i supposed to do? Well, i need to make json-file-based calendar
Why tf dav and uniq-app-sync-standard is everywhere?
You want to sync your calendar events? Sure, setup your caldav server.
You want to sync your files with home server? Sure, setup your webdav server.
You want to sync your bookmarks? Oh, well, USE OUR SERVER BACKEND THAT WILL BE USED ONLY FOR OUR APP.
I really don't understand why i need to setup minimum 3 single program to switch from big tech to self hosted solutions?
Okay, the argument may be that webdav is unified sync protocol so developers can simply build different programs that will works the same. Wait... Unified standard...
BRO JUST SIMPLY USE JSON FILE AS STORAGE AND SOME OF THE FILE SYNC UTILS LIKE SYNCTHING OR RSYNC.
Instead of setting up 3 backend utilities that must works only on the server why we didn't use 1 sync utility on every syncable device as decentralized storage and just edit json for calendar events, bookmarks(btw many browsers store their bookmarks in json BUT NO EXTERNAL PROGRAMS WON'T USE ALREADY MADE STANDARD. THEY MAKING WHOLE SERVER APP INSTEAD) or just sync files
You want to sync your calendar events? Sure, setup your caldav server.
You want to sync your files with home server? Sure, setup your webdav server.
You want to sync your bookmarks? Oh, well, USE OUR SERVER BACKEND THAT WILL BE USED ONLY FOR OUR APP.
I really don't understand why i need to setup minimum 3 single program to switch from big tech to self hosted solutions?
Okay, the argument may be that webdav is unified sync protocol so developers can simply build different programs that will works the same. Wait... Unified standard...
BRO JUST SIMPLY USE JSON FILE AS STORAGE AND SOME OF THE FILE SYNC UTILS LIKE SYNCTHING OR RSYNC.
Instead of setting up 3 backend utilities that must works only on the server why we didn't use 1 sync utility on every syncable device as decentralized storage and just edit json for calendar events, bookmarks(btw many browsers store their bookmarks in json BUT NO EXTERNAL PROGRAMS WON'T USE ALREADY MADE STANDARD. THEY MAKING WHOLE SERVER APP INSTEAD) or just sync files
❤1
Diamid research lab
Why tf dav and uniq-app-sync-standard is everywhere? You want to sync your calendar events? Sure, setup your caldav server. You want to sync your files with home server? Sure, setup your webdav server. You want to sync your bookmarks? Oh, well, USE OUR SERVER…
So, I made a bookmarking script. Take a look at it:
https://github.com/justTrueCodeWriter/mark
https://github.com/justTrueCodeWriter/mark
GitHub
GitHub - justTrueCodeWriter/mark: Simple script for text-file-based bookmarks
Simple script for text-file-based bookmarks. Contribute to justTrueCodeWriter/mark development by creating an account on GitHub.
Diamid research lab
Well, guys. A opened access to my productivity dashboard app. It's super early version for linux only. I'm gonna build release soon so you can simply launch it but for now for those who wants to test current version i wrote little guide. https://github.c…
Okay, guys. I think, this project is ready for the first stable release. I need to test it for a few days so you can try it soon
🔥1
Diamid research lab
Why tf dav and uniq-app-sync-standard is everywhere? You want to sync your calendar events? Sure, setup your caldav server. You want to sync your files with home server? Sure, setup your webdav server. You want to sync your bookmarks? Oh, well, USE OUR SERVER…
I don't think that I need to implement yEt AnOTheR CaLEndAr ApP, I'm already good with this calendar app
What I don't like is sync method
So, the idea is to change dav sync app to my app that simply will extract events and tasks from calendar and put this data into file that will be synced across devices through syncthing. And reversed, events and tasks from another devices will be extracted from synced file and saved to system calendar
What I don't like is sync method
So, the idea is to change dav sync app to my app that simply will extract events and tasks from calendar and put this data into file that will be synced across devices through syncthing. And reversed, events and tasks from another devices will be extracted from synced file and saved to system calendar
Btw, guys, I've added a progress widget, based on progress.txt file, where you can put your tasks. Maybe in the next versions i'm gonna add switch between different groups of tasks
🤯4🔥1
Sorry to bothering. Just want to leave it here:
https://devdocs.io/
https://devdocs.io/
devdocs.io
DevDocs API Documentation
Fast, offline, and free documentation browser for developers. Search 100+ docs in one web app: HTML, CSS, JavaScript, PHP, Ruby, Python, Go, C, C++…
❤4
Found cool indie page with articles about focus and digital minimalism:
https://atrick00.github.io/index.html
https://atrick00.github.io/index.html
😁3
Btw, I'm currently working on implementing some useful features in vim e.g.
- paste image from clipboard to current folder/selected folder and insert image filename in currently opened document
- show agenda of currently opened org document with scheduled tasks and deadlines
- full-text-search in knowledge database, search by filenames in knowledge database, search by recently opened files using telescope
- tables creator for markdown, typst and orgmode(in progress)
You can check my dotfiles here
- paste image from clipboard to current folder/selected folder and insert image filename in currently opened document
- show agenda of currently opened org document with scheduled tasks and deadlines
- full-text-search in knowledge database, search by filenames in knowledge database, search by recently opened files using telescope
- tables creator for markdown, typst and orgmode(in progress)
You can check my dotfiles here
🔥3🤯1
