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.
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.
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…
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…
comment
you need to manually run bionifyPage() after executing the script.
comment
Alright, I modified it to be like the original comment.
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…
comment
Totally worth the headache. Is it possible to use this with guake?
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…
comment
No, however, we have a command which exports a version of PDF file with embedded notes and highlights.
comment
It depends on your laptop. For my laptop it's both buttons at the same time.
comment
We added slide-show mode a while back:
https://github.com/ahrm/sioyek/issues/52 …
comment
Yes, there is a "smart fit page" shortcut which automatically fits to screen width as you scroll.
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/…
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…
comment
Currently there is no way to see list of marks but you can see the list of bookmarks.
comment
The bookmark feature is basically notes, though they are not currently displayed on the side.
comment
We have this feature!
See https://github.com/ahrm/sioyek/issues/86 .
comment
On a tangent note, is there a catalogue of unlisted MIT courses such as this one?
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:/…
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/…
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:…