back
user profile

hexomancer

2,328karma·288submissions·July 25, 2016
about
a.hr.mostafavi@gmail.com
recent activity (288 total)
comment
Check out dwm. It has a different concept from workspaces called 'tags' which is close to what you are describing.
4y ago·view thread
comment
All these pixels have to be pushed every frame even with classic GUI. The only difference is that it is usually done by the operating system.
4y ago·view thread
comment
Does it support RTL languages? My main problem with DearImgui is lack of RTL language support. I think one of the biggest factors which deter people from using immediate mode GUI is lack of support fo…
4y ago·view thread
comment
I have made a chrome extension that does that: https://github.com/ahrm/chrome-fastread You can customize the css attributes of highlighted text and rest of the word using the two…
4y ago·view thread
comment
you need to manually run bionifyPage() after executing the script.
4y ago·view thread
comment
Alright, I modified it to be like the original comment.
4y ago·view thread
comment
I made a version which works in all web pages, it is still very hacky though: function bionifyPage(){ function bionifyWord(word) { if (word.length == 1) { ret…
4y ago·view thread
comment
Totally worth the headache. Is it possible to use this with guake?
4y ago·view thread
comment
You may need to install q3d-dev and qtdeclarative5 (the exact package names might be different for your distribution). Also see this: https://github.com/ahrm/sioyek/issues&#x…
4y ago·view thread
comment
No, however, we have a command which exports a version of PDF file with embedded notes and highlights.
4y ago·view thread
comment
It depends on your laptop. For my laptop it's both buttons at the same time.
4y ago·view thread
comment
We added slide-show mode a while back: https://github.com/ahrm/sioyek/issues/52 …
4y ago·view thread
comment
Yes, there is a "smart fit page" shortcut which automatically fits to screen width as you scroll.
4y ago·view thread
comment
I used to use sumatra myself, in fact before I started developing sioyek, I tried to add some of the features to sumatra here: https://github.com/sumatrapdfreader/sumatrapdf/…
4y ago·view thread
comment
Thanks for your feedback. 1. I meant mouse middle click, I think this is pretty standard terminology. 3. You are right, the video could be a lot better. You are not really supposed to read the texts t…
4y ago·view thread
comment
Currently there is no way to see list of marks but you can see the list of bookmarks.
4y ago·view thread
comment
The bookmark feature is basically notes, though they are not currently displayed on the side.
4y ago·view thread
comment
We have this feature! See https://github.com/ahrm/sioyek/issues/86 .
4y ago·view thread
comment
On a tangent note, is there a catalogue of unlisted MIT courses such as this one?
4y ago·view thread
comment
This approach is pretty well-known. See Bellman-Ford [1] and Floyd-Warshall [2] algorithms. [1] https://en.wikipedia.org/wiki/Bellman%E2%80%93Ford_algorithm [2] https:/…
4y ago·view thread
comment
Previous discussion on beta release: https://news.ycombinator.com/item?id=27893303 Some of the features: * You can middle click on a reference/figure to go to the reference/…
4y ago·view thread
comment
I wrote a research-oriented PDF viewer during my own PhD. The ability to be able to quickly find and search references proved invaluable to me (obviously I am biased though :) ). Here it is: https:&#…
5y ago·view thread