| |
Monday, February 8. 2010
When a friend doesn't respond to an ... Posted by Daniel M. German
in Ramblings at
02:16
Comments (0) Trackbacks (0) When a friend doesn't respond to an email.
My calendar keeps reminding me of birthdays of friends. Some of them I haven't seen in many years. One my friend's birthdays came and went again, and reminded me that she didn't respond the last time I emailed her. That surprised me. Perhaps I had the wrong email.
So I search for her. As a researcher, she is easy to find... I thought.... But after few minutes I found she had died. And it was 6 months before I emailed her the last time. Makes me think about all those messages that I sometimes ignore. One they I won't be able to reply to them. --dmg Sunday, January 24. 2010
Use the back of the device for input! Posted by Daniel M. German
in Ramblings at
23:41
Comments (0) Trackbacks (0) Use the back of the device for input!
I get tired of the little keyboards in the small devices (or lack of). Why don't hardware manufacturers use the back of the device for input?
Yes, it is not trivial. People will have to adjust to "touch type". but the real estate of the back of devices is huge (think my laptop in tablet mode). It can easily hold a small keyboard, or another new type of control device that will change the way we interact with our portable devices. The same applies to phones. Their back is usually wasted, except for a camera, in the best of cases. Hardware manufactures, I want the back of my devices to have an input device! --dmg Monday, January 18. 2010Sunday, January 3. 2010
"Yes, he knows Photoshop can ... Posted by Daniel M. German
in Ramblings at
02:12
Comments (0) Trackbacks (0) "Yes, he knows Photoshop can let a novice achieve a similar effect. But that’s cheating."
Polaroiods with a Speed Graphic.
“You don’t need a lot of stuff to make a shot. You don’t need lights and tripods. Just look at your subject, look at the light and shoot. You don’t need to take a thousand pictures to get a good picture. You need one good picture. One shot." “Most photographers don’t have a good picture of themselves,” he explained. “They think nobody can take as good a picture as they can. So, I prove them wrong. There’s good money there.” I want my photo taken! --dmg Sunday, January 3. 2010
Paper #2010:002 Future of Mining ... Posted by Daniel M. German
in Readings at
01:42
Comments (0) Trackbacks (0) Paper #2010:002 Future of Mining Software Archives: A Roundtable
@article{ 10.1109/MS.2009.10,
author = {Michael W. Godfrey and Ahmed E. Hassan and James Herbsleb and Gail C. Murphy and Martin Robillard and Prem Devanbu and Audris Mockus and Dewayne E. Perry and David Notkin}, title = {Future of Mining Software Archives: A Roundtable}, journal ={IEEE Software}, volume = {26}, number = {1}, issn = {0740-7459}, year = {2009}, pages = {67-70}, doi = {http://doi.ieeecomputersociety.org/10.1109/MS.2009.10}, publisher = {IEEE Computer Society}, address = {Los Alamitos, CA, USA}, } Some opinions more interesting than others. My take: - Mike: Get the users to create data that can be stored. And to better understand the questions that are asked. - Ahmed: let us look at repositories as assets (I think we already do this)... Add APIs to repositories... more advanced repositories.... (show us the money!) - James: visualization and better exploration tools. - Gail. Let us store more history (which brings the question... wouldn't that be illegal under Canadian laws...) - Martin: Let us learn from past searches (his was the one that I liked the most) - Prem: social aspects (and a small plug to Peter's work) - Audris: Models (he refers to work I have been thinking about... ownership) - Perry (the only person in this group I don't know): MSR is a researchers, not a practitioners field (I have been saying this for a long time) - David: Causality, something that many researchers in MSR forget. Something we should not forget: Mike, Ahmed, Gail and Martin are Canadian researchers in Canadian Universities. --dmg Saturday, January 2. 2010
Xournal: Opening evince on the same ... Posted by Daniel M. German
in Xournal at
21:56
Comment (1) Trackbacks (0) Xournal: Opening evince on the same page and org remember support
My latest modification to xournal is the ability to open the same PDF in evince, and a menu option to open the same PDF (when annotating one) in Evince. This way you can cut and paste text from the PDF (a feature that does not exist in xournal).
Available in my fork of xournal: http://github.com/dmgerman/xournal --dmg Saturday, January 2. 2010As if she heard me...
A day after I claimed I did not align with her reviews, she offers a piece that exudes her love for the medium, and I could not agree more.
I rarely go to the movies these days, but out of the last 4 times I did, 2 were to see Batman in Imax, and one to see Avatar in 3d (the last one to see Coraline in 3D, plus one attempt at the Imax to see Star Trek, but it was sold-out). I soo much wish one day to see Avatar in 3d in Imax. Our movie theaters are too small to properly cover my field of view (the old rule of the width of the view should be twice my distance to the screen). Avatar will be shown in iMax in Victoria, but I don't think with 3D. I'll have to check... --dmg Saturday, January 2. 2010
Paper #2010:001 How NOT to review a ... Posted by Daniel M. German
in Readings at
01:53
Comments (0) Trackbacks (0) Paper #2010:001 How NOT to review a paper.
How NOT to review a paper: the tools and techniques of the adversarial reviewer
is an entertaining paper that invites for self reflection. A must-read for anybody who has to review a paper in computer science. --dmg Saturday, January 2. 2010
Support for command line options in ... Posted by Daniel M. German
in Hacking at
00:36
Comments (0) Trackbacks (0) Support for command line options in xournal
I need to be able to open xournal files (and pdfs) in a given page. This is part of trying to be able to use remember and org with PDFs.
Here is my patch to do it: https://sourceforge.net/tracker/?func=detail&aid=2924825&group_id=163434&atid=827735 It is already committed to my own personal fork of xournal --dmg Friday, January 1. 2010Knuth Cheques
This is old news... but new to me...
Being the owner of one of Donald Knuth's cheques, I am sadden by the fact that he no longer writes real ones. They are not replaced by a digital certificate and a fake cheque.. His cheque is without question my geekiest memento. Yes, mine is framed. -dmg Friday, January 1. 2010
Why org-protocol does not work under ... Posted by Daniel M. German
in Hacking at
15:17
Comments (0) Trackbacks (0) Why org-protocol does not work under Ubuntu 9.10
If you are trying to get org-protocol to work under Ubuntu, the instructions will not work.
if you have tried to enable org-protocol under Firefox you might run into the issue that firefox does not start emacsclient, no matter what the about:config variables say. After spending some time I discovered that this is an issue of Firefox's integration with Gnome. What you need is to tell Gnome that you have a new URI protocol called org-protocol, and that emacsclient is responsible for it. This is done with the following two commands (be careful to indicate the correct full path of emacsclient): gconftool -s /desktop/gnome/url-handlers/org-protocol/command -t string '/usr/bin/emacsclient %s' gconftool -s /desktop/gnome/url-handlers/org-protocol/enabled -t boolean true --dmg Friday, January 1. 2010My sawfish modules
If you use sawfish you might find my modules useful:
http://turingmachine.org/hacking/sawfishLisp dmg-gpsy : it makes it easy to use grow/pack/shrink/yank window dmg-iswitch-window : similar to the way to switch buffers with emacs. It provides a list of the focusable windows currently in the window manager and allows you to use a regular expression to narrow the list, and select one. Way faster window switching than any other method in any window manager. Variants allow switching by class, within class, and all windows. dmg-quadrants : a very basic and rough set of tiling functions for your screeen. dmg-after-rotate : provides support for autorotation. Very handy if you use sawfish with a tablet. --dmg Monday, December 14. 2009Sunday, December 13. 2009
Supporting search in xournal Posted by Daniel M. German
in Hacking at
18:50
Comments (0) Trackbacks (0) Supporting search in xournal
Xournal is one of my most used applications. Xournal has almost replaced my use of evince, except
for two features: 1) displaying thumbnails, 2) searching. When xournal moved to poppler for PDF rendering, one of the side effects was to make searching in the PDF possible. I have been trying to implement search in xournal. Continue reading "Supporting search in xournal" Sunday, December 13. 2009My laptop/tablet setup
I have been using--as my main computer--a tablet for 1.5 years. I
am surprised by how many questions and comments I get with it. People are surprised that a) I can turn it into a slate, b) I can do handwritten annotations on documents, and c) I can use handwriting instead of the keyboard. I am shocked because these technologies have been around for many years now. The question usually gravitates around my personal setup. This page is intended to answer some of those questions: Continue reading "My laptop/tablet setup" |
Calendar
QuicksearchCategoriesSyndicate This BlogBlog Administration |
||||||||||||||||||||||||||||||||||||||||||