Adam Bolte boltronics@identi.ca
Melbourne, Australia
Free software geek and sysadmin, enjoys watching anime, listening to metal and shooting zombies via WINE.
Get ready, Debian Stretch will release on June 17!
Debian Project at 2017-05-26T21:45:04Z
Get ready, Debian Stretch will release on June 17!
Adam Bolte, Greg Grossmeier, sazius, Sven Drieling and 6 others likes this.
Stephen Michael Kellat, Krugor, der.hans shared this.
Christopher Allan Webber at 2017-05-25T16:29:24Z
And there we go, ActivityPub is on Hacker News' front page
Adam Bolte, Screwtape, Tyng-Ruey Chuang, Sean Tilley and 2 others likes this.
Dialing phone numbers from Emacs
Ben Sturmfels at 2017-05-05T02:17:40Z
Wrote a little Emacs function to dial a phone number from my BBDB address book using my desktop Jitsi client. So now I run
C-c b [search term]
thenM-d
to dial. Really handy.(defun jitsi-dial (phone) "Call a phone number PHONE using Jitsi." (interactive (list (bbdb-current-field) current-prefix-arg)) (let ((phone-uri (format "sip://%s@sip.internode.on.net" (replace-regexp-in-string " " "" phone)))) (call-process "jitsi" nil nil nil phone-uri))) (setq bbdb-dial-function 'jitsi-dial)
I've hard-coded my SIP gateway provider and preferred SIP client instead of configuring my OS to appropriately handle
sip://
URLs. But that's how all good Emacs hacks should be. ;)clacke@libranet.de ❌, Adam Bolte, Christopher Allan Webber likes this.
clacke@libranet.de ❌, clacke@libranet.de ❌, clacke@libranet.de ❌, clacke@libranet.de ❌ and 1 others shared this.
@John Sullivan had his openmoko set up so he could call from emacs back in the day :)
Emacs was running on the phone! It was talking to the phone daemon over dbus.
Christopher Allan Webber at 2017-05-05T02:30:11Z
clacke@libranet.de ❌ likes this.
Nice! I need to find something cool to do with my old OpenMoko. Maybe a digital clock for my new office...
Ben Sturmfels at 2017-05-05T02:35:30Z
der.hans, Christopher Allan Webber likes this.
Guix Packing
Ben Sturmfels at 2017-04-11T04:57:52Z
Just used
guix pack
to copydirenv
from my GuixSD machine to a Trisquel system. What a beautiful experience!Charles Stanhope, Christopher Allan Webber, clacke@libranet.de ❌, Adam Bolte likes this.
Christopher Allan Webber shared this.
"softWaves" will be the default theme for Debian 9
Debian Project at 2016-10-25T18:39:03Z
"softWaves" will be the default theme for Debian 9 https://bits.debian.org/2016/10/softwaves-will-be-the-default-theme-for-debian-9.html
j1mc, Sven Drieling, sazius, Francisco M García Claramonte and 4 others likes this.
GNUstav Huarcaya, Laura Arjona Reina shared this.
Playing Mr Rescue on my Guix system. Neat little arcade game, with some awesome chip tunes. Very challenging, will need some practise!
amz3, Adam Bolte, Christopher Allan Webber, David Thompson and 1 others likes this.
Christopher Allan Webber shared this.
marshall at 2011-07-06T20:29:27+00:00
Just testing !heybuddy rev 196 on my !N900 Hopefully you should see a shortened url if it works :-) http://is.gd/cZ4yoZAdam Bolte likes this.