Skip to content
EN

Back to the catalog

3e8.org
atomEnglish

3e8.org

3e8.org · English

Jim Ursetto's code, photos, music and writings.

atom

Open the feed

https://3e8.org/blog/atom10.xml

Last post
Apr 5, 2016
Posts in 24 h · 7 days · 30 days
0 · 0 · 0
Our last check
Answering
Served from
United States
Format
atom

Posts

What our queue read from this feed. Open one to read it here, or go to the site that published it.

  1. Symbolics Concordia in a Virtual Lisp Machine
    Apr 5, 2016 · original
    pThis is a short guide to starting up Symbolics Concordia in a Virtual Lisp Machine (VLM) running OpenGenera. It was written because the existing tutorials on the Symbolics VLM teach you the basics of building one and starting it up, but stop after the login prompt./p pConcordia is a software documentation tool that pr
  2. QEMU and sgabios
    Nov 28, 2012 · original
    pContinuing from my a href="/blog/2012/11/28/qemu-linux-test-image-with-serial-console/"previous post/a, another way to redirect output to a serial console is to use Google's a href="http://code.google.com/p/sgabios"sgabios/a option ROM, which mirrors BIOS output from the screen to a serial port. Just place this ROM al
  3. QEMU linux test image with serial console
    Nov 28, 2012 · original
    pAs provided, a href="http://wiki.qemu.org/download/linux-0.2.img.bz2"QEMU's test linux image/a expects to be on either a graphical or curses-based terminal. Let's say you'd like to patch the image to use the serial console instead. To make this more interesting, let's not resort to booting in graphical or curses mode
  4. shell templates
    Nov 21, 2012 · original
    pVia a href="https://github.com/rtomayko/shocco"Shocco/a, a neat little technique for templating in shell. The idea is to encapsulate a here document in a function, and use the function arguments (tt$1 $2 .../tt) as the template variables. The cool part is the use of tt$(cat)/tt in the template body, allowing you to pi
  5. jQuery and HTML5 data attribute conversion
    Dec 14, 2011 · original
    pIn jQuery 1.4.3 and later, you can use tt.data()/tt to access the value of a href="http://www.w3.org/TR/html5/elements.html#embedding-custom-non-visible-data-with-the-data-attributes"custom data attributes/a on your HTML5 elements. jQuery tries to figure out what type of data you're passing and do the appropriate resu
  6. ccze
    Aug 7, 2011 · original
    pa href="http://freshmeat.net/projects/ccze/"ccze/a is a nice way to colorize your logs. The defaults are tuned more for following logs in a dedicated window, than for viewing them inline at a prompt. I use an alias like this:/p pre class="prettyprint lang-sh"alias cz='(ccze -m ansi | less -MnFRX)'/pre pallowing usage
  7. Take off every SIGTERM
    Aug 2, 2011 · original
    pWhile working on the a href="https://github.com/ursetto/zbguide"zguide/a for the a href="http://api.call-cc.org/doc/zmq"zmq/a egg in a href="http://call-cc.org"Chicken/a, I encountered a problem with terminating a process in a timely manner when it has a SIGTERM handler installed./p pre class="prettyprint lang-scm"(us
  8. Default namespaces in SXML
    Aug 2, 2010 · original
    pThe stock SXML->XML serializer from a href="http://www.modis.ispras.ru/Lizorkin/sxml-tutorial.html#htoc32"sxml-tools/a has a couple aesthetic issues related to namespace output./p ol liIt doesn't support default namespaces at all, which makes the already-verbose XML positively prolix, and could cause some non-confo
  9. Namespaces in SXML, part 2
    Jul 31, 2010 · original
    pa href="http://3e8.org/blog/2010/07/30/namespaces-in-sxml-part-1/"Last time/a, we talked about the distinction between SXML shortcut names and XML prefixes, and particularly about the *NAMESPACES* node. This time let's talk about the prefixes you pass to the parser and the serializer./p pThe default SSAX parser in Chi
  10. Namespaces in SXML, part 1
    Jul 30, 2010 · original
    pNamespaces in SXML are tricky. The SSAX SXML parser takes a list of namespace prefix to URI assocations; the SXML document itself contains *NAMESPACE* nodes mapping prefixes to URIs; and the a href="http://www.modis.ispras.ru/Lizorkin/sxml-tutorial.html#hevea:serializ"SXML serializer/a takes a list mapping prefixes to
  11. Atomized
    Jul 28, 2010 · original
    pThe a href="http://3e8.org/chickadee/atom"atom egg/a v0.1 for Chicken has been released. It can read and write Atom 1.0 feeds and I am using it to generate the a href="http://3e8.org/blog/atom10.xml"feed/a for this site./p
  12. Phoning it in
    Jul 7, 2010 · original
    pRecently I have optimized this site and a href="/chickadee"chickadee/a for display on iPhone and other small displays, using CSS3 @media queries to alter the layout as described at a href="http://hicksdesign.co.uk/journal/finally-a-fluid-hicksdesign"hicksdesign/a and elsewhere. This site has always sported a fluid lay
  13. Hello, bird
    May 10, 2010 · original
    pMy a href="/chickadee"chickadee/a Chicken documentation server is now operational. It features fast access to Chicken docs and incremental search, in a package that's Lisp-machine-chic. It uses my a href="/chickadee/chicken-doc"chicken-doc/a backend, which also provides docs at the command-line./p
  14. Selective service
    Feb 28, 2010 · original
    pI like to change Emacs' selective display indicator—the hidden-line ellipsis in outline and org mode—so it stands out more. But in emacs 23, my original recipe (a href="http://groups.google.com/group/gnu.emacs.help/browse_thread/thread/e284ff4f77286ba4/095c51bf22c3368e?pli=1"derived from here/a) failed bec
  15. Lilliput
    Jul 24, 2009 · original
    pUntil recently I used a href="http://www.quesera.com/reynhout/misc/rsync+hfsmode/"rsync+hfsmode/a to back up my Mac to a Linux box. I stopped only because I needed the features of rsync 3, but that lost me the ability to back up extended attributes in AppleDouble format, which can reside on a plain, non-HFS+ filesyste
  16. Zeos, RIP
    Jul 17, 2009 · original
    pComputers are fast these days—real fast. One might venture to say itoo fast/i, two times fast. Back in my day, you could tt`type a:autoexec.bat`/tt, drink a sip of coffee, change your mind and Ctrl-C it before you cluttered up your screen with unwanted output. I got nostalgic for those halcyon days of clean scre
  17. Walentyn
    Feb 14, 2009 · original
    pa href="gopher://3e8.org"Welcome back/a to a href="http://chicken.wiki.br/eggref/4/phricken"1993/a./p
  18. Heiraten
    Jan 22, 2009 · original
    pThousands of days ago, during my OS/2 phase, I used the mail client a href="http://pmmail.os2voice.org/index.php?title=PMMail_for_OS/2"PMMail/a. Recently, I discovered a long-forgotten cache of 1996-era PMMail-format messages, hidden amongst a surplus of hyphens. I thought there perhaps might be something worth readin
  19. Shift-Command-Z
    Jun 4, 2008 · original
    pI redid the site a href="src/"in Scheme/a. You won't notice any difference./p
  20. The AA vote
    May 24, 2008 · original
    pJEdict (4.5.3) does not let you change the font used in its WebKit web browser, nor does it let you specify a custom user stylesheet. Kill two birds with ... well, two stones: /p pre$ defaults write -app JEDict WebKitUserStyleSheetLocationPreferenceKey -string "~/css/jedict.css" $ defaults write -app JEDict

Discovered by the rss-feed-index crawler, which checks each feed at most once a month.

Same record as JSON: https://api.agentalog.com/api/feeds/fd_3e8_org_b141c3af2da32fff. More from this site: 3e8.org in the Feeds tab.