<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Disqus - Latest Comments for choffee</title><link>http://disqus.com/by/choffee/</link><description></description><atom:link href="http://disqus.com/choffee/comments.rss" rel="self"></atom:link><language>en</language><lastBuildDate>Mon, 11 Jul 2022 09:22:46 -0000</lastBuildDate><item><title>Re: Hacking a cable into the Microsoft Sculpt wireless keyboard</title><link>https://choffee.co.uk/posts/2018/06/hacking_ms_sculpt_keyboard/#comment-5913480355</link><description>&lt;p&gt;There are build instructions on the tmk site: &lt;a href="https://github.com/blttll/tmk_keyboard/blob/master/tmk_core/doc/build.md" rel="nofollow noopener" target="_blank" title="https://github.com/blttll/tmk_keyboard/blob/master/tmk_core/doc/build.md"&gt;https://github.com/blttll/t...&lt;/a&gt;&lt;/p&gt;&lt;p&gt;Then this keyboard should build now with UK/US keyboard support all working:&lt;/p&gt;&lt;p&gt;&lt;a href="https://github.com/blttll/tmk_keyboard/tree/master/keyboard/sculpt" rel="nofollow noopener" target="_blank" title="https://github.com/blttll/tmk_keyboard/tree/master/keyboard/sculpt"&gt;https://github.com/blttll/t...&lt;/a&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">choffee</dc:creator><pubDate>Mon, 11 Jul 2022 09:22:46 -0000</pubDate></item><item><title>Re: Using Recoll desktop search database with Emacs</title><link>https://oremacs.com/2015/07/27/counsel-recoll/#comment-4901963150</link><description>&lt;p&gt;There is a debian package recollcmd that gives you the command line tools, recollgui for the gui version. Having said that I learned a bit about dired so thank you :)&lt;/p&gt;&lt;p&gt;Also if you are using gnome then you probably already have tracker running&lt;/p&gt;&lt;p&gt;   tracker search -f wibble&lt;/p&gt;&lt;p&gt;Not sure how it compares with Recoll in terms of search though. You may need to tell it which dirs you want to index. "Search" in the desktop settings or there might be a way from the cli as well.&lt;/p&gt;&lt;p&gt;Thanks again. I'm going to look at recoll and have a play.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">choffee</dc:creator><pubDate>Tue, 05 May 2020 09:08:54 -0000</pubDate></item><item><title>Re: Hacking a cable into the Microsoft Sculpt wireless keyboard</title><link>https://choffee.co.uk/posts/2018/06/hacking_ms_sculpt_keyboard/#comment-4469582572</link><description>&lt;p&gt;So the CAD file I used for making the PCB was the one from the github repo in the article. It's a bit tricky to find :) &lt;br&gt;&lt;a href="https://github.com/blttll/tmk_keyboard/blob/master/keyboard/sculpt/keyb.brd" rel="nofollow noopener" target="_blank" title="https://github.com/blttll/tmk_keyboard/blob/master/keyboard/sculpt/keyb.brd"&gt;https://github.com/blttll/t...&lt;/a&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">choffee</dc:creator><pubDate>Mon, 20 May 2019 07:31:09 -0000</pubDate></item><item><title>Re: Hacking a cable into the Microsoft Sculpt wireless keyboard</title><link>https://choffee.co.uk/posts/2018/06/hacking_ms_sculpt_keyboard/#comment-4469579753</link><description>&lt;p&gt;Hmm, I'm not sure. I have a suspicion that I just solder it to the board, just heating the holes up and letting the solder flow down. I would just give it a try before you solder up if you are making one. I did need to cut out a little bit of the case to fit it in. Mostly internal supports.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">choffee</dc:creator><pubDate>Mon, 20 May 2019 07:27:34 -0000</pubDate></item><item><title>Re: Hacking a cable into the Microsoft Sculpt wireless keyboard</title><link>https://choffee.co.uk/posts/2018/06/hacking_ms_sculpt_keyboard/#comment-4382589141</link><description>&lt;p&gt;"FPC FFC 1.0mm Pitch 30 Pin Drawer Type Flat Cable Connector Bottom Contact" Is what I found on ebay. I'll add it to the page. Thanks.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">choffee</dc:creator><pubDate>Sun, 17 Mar 2019 13:50:56 -0000</pubDate></item><item><title>Re: Netplan – How To Configure Static IP Address in Ubuntu 18.04 using Netplan</title><link>https://www.itzgeek.com/how-tos/linux/ubuntu-how-tos/netplan-how-to-configure-static-ip-address-in-ubuntu-18-04-using-netplan.html#comment-4039751603</link><description>&lt;p&gt;I would just use the networkmanager GUI if you are on a desktop machine and ignore netplan.&lt;/p&gt;&lt;p&gt;For servers it's probably easiest to just use systemd directly.&lt;/p&gt;&lt;p&gt;putting the following in /etc/systemd/network/&lt;a href="http://mynet.network" rel="nofollow noopener" target="_blank" title="mynet.network"&gt;mynet.network&lt;/a&gt; would achieve the same as the above. ( running "man 5 &lt;a href="http://systemd.network" rel="nofollow noopener" target="_blank" title="systemd.network"&gt;systemd.network&lt;/a&gt;" give a good help for the format of the file.)&lt;/p&gt;&lt;p&gt;    [Match]&lt;br&gt;    Name=enp0s3&lt;/p&gt;&lt;p&gt;    [Network]&lt;br&gt;    Address=192.168.1.100/24&lt;br&gt;   Gateway=192.168.1.1&lt;br&gt;    DNS=192.168.1.1&lt;br&gt;    DNS=8.8.8.8&lt;br&gt;    Zone=itszgeek.local&lt;/p&gt;&lt;p&gt;For wireless, if you really can't work with network manager then you can write a small systemd unit to start wpa_supplicant and use the same config above but with the Name changed in the match statement.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">choffee</dc:creator><pubDate>Tue, 14 Aug 2018 11:21:41 -0000</pubDate></item><item><title>Re: Spike Grobstein's Blog - Testing Bash scripts with Bats</title><link>http://blog.spike.cx/post/60548255435#comment-1812643796</link><description>&lt;p&gt;Hi Spike, Some really good info there. Helped me understand some of the finer points for bats. Thank you.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">choffee</dc:creator><pubDate>Fri, 23 Jan 2015 05:32:42 -0000</pubDate></item><item><title>Re: How do you document your ops infrastructure?</title><link>https://blog.serverdensity.com/how-do-you-document-your-ops-infrastructure/#comment-1245372201</link><description>&lt;p&gt;One thing to watch out for with Google docs is file owners. When somebody leaves you must make sure they transfer all their ownership first. If you are using apps for business a year after they leave Google will delete all the files they own.&lt;br&gt;We mostly use Confluence for our docs as when you are in a rush trying to fix something then digging into puppet code can be too slow. We also do static dumps of the site for backup. &lt;br&gt;We quite often develop larger documents in Google but then transfer them to other places for storage.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">choffee</dc:creator><pubDate>Sat, 15 Feb 2014 05:04:14 -0000</pubDate></item><item><title>Re: The 5 types of procrastinators</title><link>http://blog.sandglaz.com/5-types-of-procrastinators/#comment-1205626256</link><description>&lt;p&gt;Can I be all five?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">choffee</dc:creator><pubDate>Fri, 17 Jan 2014 07:13:30 -0000</pubDate></item><item><title>Re: Choffee</title><link>http://choffee.co.uk/#comment-1167989232</link><description>&lt;p&gt;No Problem, Deniszh, glad you find it useful. Surprised it still works I must admit I no longer use it. If you do fix it or update it let me know and I can link to your copy or update mine.&lt;/p&gt;&lt;p&gt;Thanks&lt;/p&gt;&lt;p&gt;john&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">choffee</dc:creator><pubDate>Tue, 17 Dec 2013 16:43:34 -0000</pubDate></item><item><title>Re: WishList</title><link>http://choffee.co.uk/WishList/#comment-845158209</link><description>&lt;p&gt;Oh yes. I did update it the other day but totally missed that.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">choffee</dc:creator><pubDate>Thu, 28 Mar 2013 12:28:55 -0000</pubDate></item><item><title>Re: Cadbury Urges Shareholders to Hold Tight for Sustainability </title><link>http://www.treehugger.com/corporate-responsibility/cadbury-urges-shareholders-to-hold-tight-for-sustainability.html#comment-24679583</link><description>&lt;p&gt;I don't understand why they need to sell if they are doing so well. Is it just the greed of the shareholders to make a quick profit?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">choffee</dc:creator><pubDate>Thu, 03 Dec 2009 07:10:03 -0000</pubDate></item><item><title>Re: rssCloud news (Scripting News)</title><link>http://www.scripting.com/stories/2009/08/06/rsscloudNews.html#comment-14350084</link><description>&lt;p&gt;This is why the &lt;a href="http://identi.ca" rel="nofollow noopener" target="_blank" title="identi.ca"&gt;identi.ca&lt;/a&gt; model will scale a lot better. When there are a lot of people running their own servers but there is a common format for them all to communicate with, the smtp of microblogging, then you can't launch a single DOS bring it all down. It will also allow people to create more interesting applications and still let people keep in touch across services.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">choffee</dc:creator><pubDate>Thu, 06 Aug 2009 12:12:54 -0000</pubDate></item><item><title>Re: Dropbox encryption</title><link>http://choffee.co.uk/thoughtsplurge/posts/2008/11/14/Dropbox_encryption/#comment-10975896</link><description>&lt;p&gt;It may well do but I found that a link the other way did not work so I tried the above. As I now have my whole homedir encrypted I have moved to use encfs run from a script at startup for dropbox and that seems to be working okay.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">choffee</dc:creator><pubDate>Tue, 16 Jun 2009 06:52:15 -0000</pubDate></item><item><title>Re: Choffee</title><link>http://choffee.co.uk/#comment-1629528</link><description>&lt;p&gt;Hi Joseph,&lt;/p&gt;&lt;p&gt;I  have added a tip to the ikiwiki main site.&lt;/p&gt;&lt;p&gt;&lt;a href="http://ikiwiki.info/tips/Adding_Disqus_to_your_wiki/index.html" rel="nofollow noopener" target="_blank" title="http://ikiwiki.info/tips/Adding_Disqus_to_your_wiki/index.html"&gt;http://ikiwiki.info/tips/Ad...&lt;/a&gt;&lt;/p&gt;&lt;p&gt;I hope this helps.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">choffee</dc:creator><pubDate>Tue, 19 Aug 2008 05:32:13 -0000</pubDate></item><item><title>Re: ToshibaPortegeR500</title><link>http://choffee.co.uk/HowTo/ToshibaPortegeR500/#comment-780251</link><description>&lt;p&gt;Hi Carl,  To be honest I can't really remember but compiling it just now and it does not look like it is wanting much. It may want the kernel headers so on Ubuntu try installing 'linux-headers-generic' if you don't already have them installed.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">choffee</dc:creator><pubDate>Mon, 30 Jun 2008 07:00:08 -0000</pubDate></item><item><title>Re: Outsoursing Comment</title><link>http://choffee.co.uk/thoughtsplurge/posts/2008/05/28/Outsoursing_Comment/#comment-547914</link><description>&lt;p&gt;Wow this has doubled my yearly comment rate already!&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">choffee</dc:creator><pubDate>Thu, 29 May 2008 04:43:14 -0000</pubDate></item></channel></rss>