HackerTrans
TopNewTrendsCommentsPastAskShowJobs

zemetras2

no profile record

comments

zemetras2
·3 anni fa·discuss
Working on a nodejs/electron app called "canvas" (code hosted on a personal gitlab instance for now), core functionality being organizing all your data into "contexts". A context is identified by a context url, fe customerA/projectP/reports, each url part representing a layer on top of your data, using roaring bitmaps and lmdb underneath. Switching your context to customerB/projectR automatically changes your tabs(socketio based poc ff extension), it also exports all your data(internally data/abstr/notes, data/abstr/tabs, data/abstr/files etc) as part of a webdav exported "virtual" fs tree. While the concept is not new, paired with the cli iface the ux is a huge boost to productivity, esp with chokidar based monitoring of the os downloads and desktop folders and minio/s3; my desktop is finally used as a virtual work desk and not as a showcase for the 2nd law of thermodynamics. Stay tuned