/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

kb.hlrs.de
| | willhaley.com
22.2 parsecs away

Travel
| | I recently ran into a problem where I was not able to ping, SSH, or otherwise connect to a computer on my home network. My router is using DD-WRT. Both machines were wired in. This seems to be a common issue In the DD-WRT admin page navigate to Administration -> Commands. Enter these commands (both lines at once) and click Run Commands. swconfig dev eth1 set enable_vlan 1 swconfig dev eth1 set apply This should fix the problem immediately.
| | itwont.work
23.1 parsecs away

Travel
| | in which I muse on my relationship with tech. (imported post)
| | hackaday.io
14.7 parsecs away

Travel
| | I've posted the scripts used to generate the anti-aliased text used in the User Interface. The first is a Photoshop script,CreateFontData.jsx. This makes a set of PNG files, one for each character. The second isConvertText.py, a Python script that takes the output of CreateFontData and generates C code for display the characters on the Epson LCD used in the project. Note these scripts have some hard-coded pathnames in them (to the development folder) but this is pretty easy to find and modify.
| | justin.abrah.ms
20.8 parsecs away

Travel
| [AI summary] The author explains their transition to using org-mode within Emacs to generate a static website, detailing the benefits of this approach and providing an Elisp configuration for the export process.