Viewing profile — demosthenex
demosthenex
HN member- Joined
- Tue, Aug 11, 2015, 4:07 PM UTC
- HN karma
- 15
- Public activity
- 17 items
- HN profile
- View on Hacker News ↗
About demosthenex
No profile information was provided.
Recent public activity
-
comment
Comment #37038785
I have evaluated GNU Jami a few times for screensharing. They had some tweaking to do a year ago, I haven't checked recently. I really like their network model, no servers.
-
comment
Comment #23282335
Recently I've been using Openboard ( http://openboard.ch/ ) while screensharing. Yes its not a team board, but at least it's local. It helps me explain concepts to others easily.
-
comment
Comment #23270698
I've been seeking a terminal based CRUD for ages.
-
comment
Comment #22131750
Obscurity is just one more security tactic. Security by obscurity as the only defense is bad. As an additional layer to many defenses it is a sound choice. You still paint camoflag…
-
comment
Comment #22098163
Did you have any specific examples of Red for non-web CRUD interfaces?
-
comment
Comment #19761536
I should explain what I've tried. Nextcloud photos is not a photo application. It's basically a shared gallery with thumbnails. There's no metadata support or editing. No true mult…
-
comment
Comment #19758202
I've been unable to find an open source multiuser local photo product. I'd love for my whole family to upload cell phone photos and SD cards to a central place we could share and t…
-
comment
Comment #15651969
I'd love to see more terminal interfaces. I've been looking for a modern TUI library for a while.
-
comment
Comment #15432674
I think that's what the web community misses. We have 50 years of Moore's Law to benefit from, yet we are making slower applications than ever. The larger these codebases, the more…
-
comment
Comment #15430163
I've love to see more character cell intefaces. Not everyone wants to run a web/GUI stack for a simple CRUD form. TUIs are often fast, and low requirements. I've considered the sam…
-
comment
Comment #12653035
I'm considering a treadmill desk. Any thoughts?
-
comment
Comment #12096252
>> you created a business that depends on a single point of failure that is entirely outs0ide your control > Long term I will have to keep a close eye on Microsoft and see if it's …
-
comment
Comment #10412046
I use an older project called pwsafe that is careful about what memory the passwords are stored in, and uses an AES encrypted flat file database for minimum calls. I've been very h…
-
comment
Comment #10090230
I have looked at npyscreen too. Both are lower level to my knowledge.
-
comment
Comment #10089313
TUI != GUI.
-
comment
Comment #10082932
I just had an extended discussion on IRC the other day regarding Turbo Vision and console applications. I had a short project of my own I wanted to do to replace a webapp I depend …
-
story
Surviving TUI CRUD databases?
Are there any surviving text based database CRUD systems? Please ignore the Text vs Web vs GUI debate, assume there are valid reasons for continuing with a text user interface. I s…