ow

NG Maps Produces Online Geotourism Atlas for Greater Yellowstone

National Geographic’s Maps Division and Center for Sustainable Destinations teamed up to produce the first NG-developed Online Geotourism MapGuide to support sustainable tourism across the Greater Yellowstone region of Wyoming, Montana, and Idaho.

The site, http://www.yellowstonegeotourism.org/, which launched on March 31st, is open to anyone to discover and share information about unique features, tours, and businesses that best represent and sustain the natural and cultural character of the region. Visitors can also request a free print MapGuide.

Geotourism is the kind of travel that sustains or enhances the geographical character of a place — its environment, culture, aesthetics, heritage, and the well-being of its residents. Online Geotourism MapGuides are web versions of the print maps that National Geographic has developed for a number of regions around the world, including Crown of the Continent, Baja California, and Vermont’s Northeast Kingdom to name a few.

In addition to producing print and/or web maps, these projects bring together diverse representatives from the local communities to collectively define what makes their region special and how best to communicate it to the rest of the world. NG Maps is excited to participate in these projects that help travelers and local communities discover and preserve special places around the world. Anyone interested in developing a Geotourism MapGuide for their region, or simply becoming a “Geotraveler” should visit http://www.nationalgeographic.com/travel/sustainable/.




ow

Streaks of fire are about to take over Australian skies during the Leonid meteor shower. Here’s how to see them - nbnnews.com.au

  1. Streaks of fire are about to take over Australian skies during the Leonid meteor shower. Here’s how to see them  nbnnews.com.au
  2. The Northern Taurid meteor shower could produce fireballs. Here’s how to watch  CNN
  3. Northern Taurid meteor shower hits peak activity this week: When and where to watch  USA TODAY
  4. Leonid Meteor Shower May Put on a Surprise Show This Week  ScienceAlert
  5. Starwatch: Leonid meteor shower returns to skies in November  The Guardian







ow

Beijing and Washington stops provide clues for Indonesia's direction under Prabowo Subianto - ABC News

  1. Beijing and Washington stops provide clues for Indonesia's direction under Prabowo Subianto  ABC News
  2. Prabowo pledges co-operation with Trump  The Australian Financial Review
  3. Indonesian president meets Biden and speaks with Trump  The Canberra Times
  4. At White House, Indonesia's new leader straddles US-China rivalry  VOA Asia
  5. Will Prabowo Subianto cosy up to Donald Trump or to China?  The Economist




ow

Kristian White trial: CCTV reveals final moments before Clare Nowland Tasering in Cooma nursing home - Sydney Morning Herald

  1. Kristian White trial: CCTV reveals final moments before Clare Nowland Tasering in Cooma nursing home  Sydney Morning Herald
  2. Jury shown footage of 95yo getting stuck in tree in weeks before being tasered by police officer  ABC News
  3. Elderly woman 'unable to comply' before cop Tasered her, court hears  9News




ow

5 Ways to Improve Your Fundraising Now.

Excellent fundraisers, as well as average ones often find themselves reaching a plateau when it comes to their fundraising abilities and the dollar amounts that they raise.  On a plateau, it is just as easy to move upward as it is to slip backwards; losing progress. Fundraisers are only interested in moving in one direction; upward.

pla•teau (plæˈtoʊ; esp. Brit. ˈplæt oʊ) 
n., pl. -teaus, -teaux (-ˈtoʊz, -toʊz) 
v. -teaued, -teau•ing. n.1. a land area having a relatively level surface considerably raised above adjoining land on at least one side.
2. a period or state of little or no growth or decline, esp. one in which increase or progress ceases: to reach a plateau in one's career.v.i.3. to reach a state or level of little or no growth or decline; stabilize

Definitions #2 and #3 have the most significance in fundraising, but definition #1 can be a useful visualization tool.

So how do we get beyond the fundraising plateau?


  1. Go back to basics. Find something in your fundraising routine that can be improved and work on it. Can your greeting be made more friendly? Can your donation requests be tightened up? What ever it is, work on it. Working on any one issue has the added benefit of providing new perspectives on other issues.
  2. Ask the donor. Ask donors, whether, they give or not, what they thought of your performance. Most will provide at least one useful bit of information. Some donors will provide so much valuable criticism that you may find yourself reexamining your entire fundraising strategy.
  3. Ask another fundraiser. Sometimes we let shyness, pride or professional competition get in the way of improving our skills. Every fundraiser, at every stage, goes through the plateau problem. Reach out to your fellow fundraisers and get their advice.
  4. Become an expert. Often after fundraising for a certain cause for a long time, fundraisers began to feel like experts on the issue. There is always more to learn. Find books magazine articles and any other materials that you can. The more you know about your issue, the better you can fund raise for it.
  5. Remember, Plateaus aren't permanent. Keep slugging away, doing the best job that you possibly can. Eventually, you will begin to see some progress.
These are just a few of the ways to overcome getting into a rut. Actually the only limitations to becoming a better fundraiser are your imagination and the amount of effort that you are willing to put into improving. Remember, plateau or not, there is always room for improvement.






ow

NOTOCON XV: The Crowned and Conquering Child

SAVE THE DATE for NOTOCON XV: The Crowned and Conquering Child to be hosted in Portland, Oregon from July 25 through the 27th, 2025 EV. The call for speaker proposals is now open and we are accepting Volunteer and Vending sign-ups. Registration and hotel reservations will be available in August 2024.




ow

From now on, the title of the post is allowed to just be "January 2024" (only when it is January 2024, however)

Hello again,

This month I've been plugging away on the project I mentioned in the previous post which involves among other things a PDF generator and now an implementation of ML (as in Standard ML, but also the other one). This is probably the 10th "compiler" I've written in my life, and it's kind of fun to revisit these problems that you've done many times and try out different approaches, although this time one of the approaches is "Use C++" (for reasons of making good on a joke, but also for reasons of mlton doesn't work on my computer any more). And although C++ is a fine tool for many applications, it does have some deficiencies for the task of writing a compiler (one of the most irritating: a very modest limit on the stack depth? Like my computer has 256 Gigabytes of RAM and 2^64 virtual addresses and somehow it can only manage 1 megabyte for the stack and there's no standard way to increase it? Get off my lawn). But then you can also experience new ways of struggling with C++, like: A middle of the night power failure wrecked my computer's GPT (as in GUID Partition Table, but also the other one) and I was deep in the depths of taking the computer apart to reset its parts, its BIOS (its Basic In/Out System, which is where it stores its biography) and its hard drives were everywhere on the floor, and it could not be saved, and this after I already broke my computer this year by trying to put the world's biggest video card in it, too hard. And I could not merely perform recovery because of Unknown Error, so I had to begin anew again and restore from backups. But when you restore from backup and you're in the mood of "why is this so complicated and I don't understand how computers work any more?" it occurs to you (me) to also change your underlying development environment instead of reinstalling the devil you know. So I ended my friendship with Cygwin64 and switched to new best friend MSYS2. Both of these things are different ways of wishing that you were using Linux while you're using Windows. The main reason I tried this new way of struggling is that Cygwin is very behind on its version of x86_64 clang (C++ compiler), which I wanted to try because it supports AddressSanitizer and clangd on Windows, and I wanted to give LSP in emacs a shot (it's finally good!). There were a few growing pains, but I think MSYS2 is what I would recommend now. One of the nice things they did was create multiple different environments depending on what you want to do (e.g. "I want to use clang to compile x86_64 code" or "I want to do 32-bit cross compilation for ARM") and in that environment, you just say "g++" and it invokes the compiler you want, instead of the weird contortions I've been doing for years with manually invoking x86_64-w64-mingw32-g++. I was also able to get clblast working before being too filled with rage to continue, so that is nice for the ML inference on the world's biggest graphics card. I made these graphics to help me tune the correct settings of GPU layers (y axis) and number of threads (x axis):


tune-single

tune-batch


In some sense the results are obvious (more threads and more layers is faster) but it was interesting to me how the cliff of performance drops off at a different number of layers for single and batch mode (I guess because the batch needs some memory itself?) and how it's clearly better to use fewer threads than cores for batch as well. I was not surprised to see performance drop off for >32 threads (everybody knows that hyper-threads kinda suck) but I was very surprised to see performance pick up again when it gets back up to 64? And only for single mode? I wish I understood that better. But mostly I'm a sucker for the custom visualizations.

Right but when writing this compiler I realized that I wanted to use some Greek letters, and I can't handle it when some characters are in a different font in my source code, so I finally made some space for those in my programming font FixederSys. These certainly still need some tweaks, but it's already better than just being in some other weird font:


{{{caption}}}


You can also see that I have been adding some "useful" emoji at the top. It is an interesting puzzle to try to make these things recognizable (especially for the 1x version, whose charboxes are 8x16 pixels). I am pretty sure I will not try to do all of the emoji (like, the flags are totally hopeless at 8x16), but it is tempting to round out the Unicode support somewhat. Like I was trying to make a ¯\_(ツ)_/¯ today and had to settle for ~\_( :) )_/~ which is pretty much (ノಠ益ಠ)ノ彡┻━┻.

Also: Adam revived our old game jam game Headcat, which I described in post 927, now over 16 years ago. You can play it online at Headcat.org. It is harder than I remember, perhaps explaining why it did not reach #1 on the One Appstore Per Child charts.

Also: I started and finished (true ending, but just with one character) Slay the Spire. Good game, but you don't need me to tell you that. Same for Alwa's Legacy, which is the sequel to Alwa's Awakening. Both of these are very true-to-form "8-bit" and "16-bit" platformers that I enjoyed and would recommend for genre fans, though I did not try to 100% them. The graphics are the highlight and I thought it was very cute how these could easily have been a pair of games from the NES and SNES. The good old days. And speaking of good-old days, I am now playing Katamari Damacy, which I had played at a friend's house many years ago, and always wanted to spend more time with. It totally holds up (aside from stuff like: You have to play through the tutorial and first level before you can access the menus at all, like to make the game fullscreen?) and it's honestly inspiring how unhinged the game design and writing are, and how fun it manages to be. What an accomplishment!




ow

This halloween I am dressed as a withered husk, who was made this way by: Satisfactory 1.0

OMG. I can't believe October is over already. I blame Satisfactory which, okay, I do get it now, and it did destroy my body and mind. I am inches from being done now; I just want to make sure that I finish it with enough force that I do actually put it away, as I could imagine tinkering with my saddest factory forever.

The game isn't without flaw, but I think most of those flaws are not interesting to talk about. I do have one petty but important criticism, which is mildly spoilerful and anyway will only be interesting if you played the game. There is an object called the Somersloop ("cool S") which allows you to double the output of a machine. Canonically this item is some kind of "loop" and the flavor text talks about how it is able to create more energy than you put into it. So when I'm out hunting for Korok seeds I have this thought that maybe I could create a loop of factories whereby it would create infinite resources by repeatedly doubling. And I'm thinking about it but the crafting tree doesn't have any notable loops in it, but I remember the "packager" which allows you to put a fluid in a container or the converse, and I'm like: Yes, that's great! So I get back to base and I am doing this, just for fun to create an infinite fuel factory or whatever, and I realize that the packager just doesn't have a slot for a Somersloop. They must just hate fun, elegant twists. It would not break the game to allow this (you can always get infinite resources lots of other ways) or cause any other problem I can think of. Hmph!

The thing about constructing a factory and watching it churn is that it's basically the same thing as a programming project that you invented for yourself, and it's probably better to do the programming project. Here's progress on my mysterious rectangle:


Minusweeper 2


It's good progress if I do say so myself! Anything but black here is a Satisfactory result, which is 90.55% of them at this point. I may need heavy machinery for the remaining 9.45%, but that is part of the fun.

I think that's really it for this month! Please vote in the US Elections if you can (but I guess also vote in any important elections. And obviously, vote for the good guys???). And happy Halloween!




ow

Card Deck Review: THE LEGEND OF SLEEPY HOLLOW TAROT

The Legend of Sleepy Hollow Tarot: Headless Horseman edition Nick Lawyer REDFeather (October 28, 2023) Reviewed by N. Richards What a wonderful way to honour the Irving Washington classic gothic story of 1822, “The Legend of Sleepy Hollow,” and the season of autumn as well as the art of Tarot all in one hit of […]

The post Card Deck Review: THE LEGEND OF SLEEPY HOLLOW TAROT first appeared on Hellnotes.




ow

BORROWED TIME release and launch photo report!

As of November 10, 2015, BORROWED TIME (the sequel to CHRONAL ENGINE) is now available in bookstores everywhere as well as online (in hardcover and ebook)!  Signed copies are available from BookPeople.

In an article titled, 'Borrowed Time' mixes paleontology and fantasy, Saturday's Austin American-Statesman had a great review of BORROWED TIME, stating it's "a slam-dunk for dinosaur aficionados and will appeal as well to those who are fans of literary time travel and outdoorsy adventure."

Sunday was the launch party at BookPeople! I had great fun doing a presentation discussing the connections between the book, Charles Umlauf, dinosaurs, Johnny Weissmuller, and me (really).

The dinosaur standees for the photo booth were a hit, as were the refreshments including water, soft drinks, wine and cheese, and crackers. (The wine, from the Languedoc region of France, is made from grapes grown in Cretaceous clays where dinosaur fossils have have been found).

But the real eye-opener was the mosasaur cake by author/cakelustrator Akiko White. About two feet high, it featured a mosasaur sculpted from modeler's chocolate on a chocolate cake base with buttercream frosting! She'll be doing a youtube video on the making of it soon (and I'll link when it's available).  Suffice to say that still pictures don't do it justice -- it was mounted on a motorized turntable and illuminated with a blue strobe that made it look like it was underwater!

Here are the pics:

Me and cake

Carmen Oliver and T.rex
Akiko assembles! (photo courtesy Akiko White)
Presenting (photo courtesy Akiko White)
Cake!
Refreshments
Signing
Frances Hill and Lindsey Lane (photo courtesy of Shelley Ann Jackson)
Shelley Ann Jackson and Lindsey Lane (photo courtesy Shelley Ann Jackson)
 Many thanks to BookPeople for hosting the event, to everyone who came for the event, and to everyone who helped out: Akiko, for making the awesome cake; Cynthia Leitich Smith; Carmen Oliver; Lindsey Lane; Shelley Ann Jackson; and Cory Putnam Oakes!

Cake topper in its natural habitat






ow

How soon will Starship fly?

One rocket could decide how soon humanity returns to the Moon — and maybe one day sets foot on Mars.




ow

How EELS could change the future of robotic exploration

The snake-like robot is being designed to autonomously navigate the challenging terrain of Saturn’s moon Enceladus, including descending into fissures in the moon’s icy crust. The skills it needs in order to explore this distant, unfamiliar world may make EELS well equipped to explore even more alien worlds, perhaps including exoplanets.




ow

Wow! Boom! Ultra cool!

The “Wow!" signal has a new explanation, and an ultra-cool experiment advances quantum sensing in space. Plus, making an asteroid go “boom!” might work, depending on the circumstances.




ow

Inside, underneath, backward, upside-down

From holes on Mars to a spun-around moon and a flipped reflection, space science involves looking at things from all different angles.




ow

How to spot Comet Tsuchinshan-Atlas

Catch this once-in-a-lifetime comet over the next few days.




ow

Glitter and glow

This week we look forward to launches, gaze at glowing auroras, and get creative with glitter.




ow

Vollebak Eiderdown Puffer Jacket




ow

YUKA 2000 Robot Lawn Mower




ow

One of my favorite native flowers

Native wine-cups (aka purple poppy mallow) bookends. This is one of my favorite native flower, so particularly pleased with how nicely it shows up in bookends.




ow

Lake Town and Beorn

I've been messing around adding to the bear to days and trying not to rush myself. I'm so desperate to get some paint on it that I almost started today. However, I stopped myself and just added a bit more fur. This time I also ad buyded some to the bears face and now I'm finally happy with it.




Cheeky!
Some more help turns up to bolster Lake town and just in the nick of time.


Two of these bases are really shoddy militia types. Pitch forks are a great short hand for 'rabble'. I can't imagine they will hold for long against the goblin horde.

Another hero base .

I think he looks angry, ragged and damn right mean now...let's get him painted up.


I've added hints of blue so the whole force will tie together.


 The men start to suffer from the fierce wolf packs.


The men with their long swords and the tough veterans from the Iron hills.




  • lord Of The Rings
  • lord Of The Rings.

ow

Quicklisp news: October 2024 Quicklisp dist update now available

 New projects: 

  • adp-github — ADP extension to generate github markdown files. — MIT
  • adp-plain — Add Documentation, Please... using plain text. An extension of ADP to generate files with barely additional features. — MIT
  • allioli — Alliolification — MIT
  • alternate-asdf-system-connections — Allows for ASDF system to be connected so that auto-loading may occur. This is a fork of asdf-system-connections and incorporates a load-system-driven mechanism for loading dependencies and also loads the dependencies of the connections. — MIT
  • cbor — CBOR encoder/decoder — MIT
  • charje.documentation — Documentation is an opinionated yet customizable docstring parsing library. — AGPL V3 or any later version
  • chipi — House automation bus in Common Lisp — Apache-2
  • cl-aseprite — Aseprite file format parser — GPLv3
  • cl-astar — A heavily optimized yet flexible A* pathfinding algorithm implementation — MIT
  • cl-ceigen-lite — A Common Lisp wrapper around CEIGEN-LITE - which is itself a C wrapper around the C++ Eigen library. — MIT
  • cl-cf — Computations using continued fractions — GPL-3
  • cl-concord — CONCORD implementation based on Common Lisp — LGPL
  • cl-duckdb — CFFI wrapper around the DuckDB C API — MIT License
  • cl-fastcgi — FastCGI wrapper for Common Lisp — BSD License
  • cl-flx — Rewrite emacs-flx in Common Lisp — MIT
  • cl-frugal-uuid — Common Lisp UUID library with zero dependencies — MIT License
  • cl-gog-galaxy — A wrapper for the GOG Galaxy SDK — zlib
  • cl-lc — List comprehensions — MIT
  • cl-naive-ptrees — Functions to make it easier to work with plist(s) and plist trees. Works with plist(s) pairs as units and not as individual list items. — MIT
  • cl-qoa — An implementation of the Quite Okay Audio format. — zlib
  • cl-reddit — Reddit client api library — BSD
  • cl-resvg — An up-to-date bindings library for the resvg SVG rendering library — zlib
  • cl-trivial-clock — Common Lisp library to get accurate wall-clock times on multiple platforms — MIT License
  • clack-cors — A Clack middleware to set CORS related HTTP headers. — Unlicense
  • clack-prometheus — Clack middleware to serve stats in Prometheus format. — Unlicense
  • clith — Common Lisp wITH macro. A general WITH macro. — MIT
  • clj-arrows — Implements Clojure-styled threading/transformation macros. — MIT
  • clos-encounters — A collection of OOP patterns benefiting from the CLOS MOP. — Unlicense
  • coalton — An efficient, statically typed functional programming language that supercharges Common Lisp. — MIT
  • cocoas — A toolkit library to help deal with CoreFoundation, Cocoa, and objc — zlib
  • com.danielkeogh.graph — A fast an reliable graph library. — MIT
  • fast-mpsc-queue — Multi-Producer Single-Consumer queue implementation. — MIT
  • file-finder — File finder. Enable rapid file search, inspection and manipulation. — GPL3+
  • golden-utils — A utility library. — MIT
  • hiccl — HTML generator for Common Lisp — MIT
  • hsx — Hypertext S-expression — MIT
  • hunchentoot-stuck-connection-monitor — Monitors hunchentoot connections and logs the connections stuck in the same state for a long time (due to slow or inactive clients and network stream timeouts that hunchentoot tries to utilize not working properly). Offers an option to shutdown the stuck connections sockets manually or automatically, thus unblocking the connection threads and preventing thread and socket leak. See https://github.com/edicl/hunchentoot/issues/189 — BSD-2-Clause
  • incless — A portable and extensible Common Lisp printer implementation (core) — BSD
  • inravina — A portable and extensible Common Lisp pretty printer. — MIT
  • invistra — A portable and extensible Common Lisp FORMAT implementation — BSD
  • knx-conn — KNXnet/IP implementation in Common Lisp — GNU GPL, version 3
  • machine-state — Retrieve machine state information about CPU time, memory usage, etc. — zlib
  • myweb — simple web server written in common lisp for educational reasons — LGPLv3
  • noisy — Perlin noise for arbitrary numbers of dimensions. — MIT
  • nontrivial-gray-streams — A compatibility layer for Gray streams including extensions — MIT
  • open-with — Open a file in a suitable external program — zlib
  • openai-openapi-client — Openai API client — AGPLv3+
  • openrpc — CI for Common Lisp OpenRPC library. — BSD
  • parse-number-range — Parses LOOP's convenient "for-as-arithmetic" syntax into 5 simple values: from, to, limit-kind (:inclusive, :exclusive or nil if unbounded), by (step) and direction (+ or -)). Further related utilities are provided. Intended for easy implementation of analogous functionality in other constructs. — Public Domain
  • precise-time — Precise time measurements — zlib
  • pregexp — Portable regular expressions for Common Lisp — MIT-like
  • progressons — Display a progress bar on one line. — MIT
  • quaviver — A portable and extensible floating point string library — MIT
  • quilc — A CLI front-end for the Quil compiler — Apache License 2.0 (See LICENSE.txt)
  • qvm — An implementation of the Quantum Abstract Machine. — Apache License 2.0 (See LICENSE.txt)
  • random-sampling — Functions to generate random samples with various distributions — zlib
  • rs-dlx — Knuth's Algorithm X with dancing links. — Modified BSD License
  • scrapycl — The web scraping framework for writing crawlers in Common Lisp. — Unlicense
  • smoothers — Statistical methods to create approximating functions that attempt to capture important patterns in the data, while leaving out noise or other fine-scale structures/rapid phenomena. — MS-PL
  • trivial-adjust-simple-array — A tiny utility to change array size ensuring it is simple. — MIT
  • trivial-system-loader — A system installation/loading abstraction for Common Lisp — MIT
  • trivial-toplevel-commands — Trivial Toplevel Commands allows to define toplevel commands available on most implementations in a portable fashion. — BSD-3 Clause
  • trivial-toplevel-prompt — Portability library to customize REPL prompts. — BSD-3 Clause
  • utf8-input-stream — A UTF-8 string input stream over a binary stream for Common Lisp — MIT
  • whereiseveryone.command-line-args — Automatically create a command-line-argument parser for a given Common Lisp function definition. — AGPL v3 or any later version

Updated projects: 3b-bmfont, 3bgl-shader, 3bmd, 3d-math, 3d-spaces, 40ants-asdf-system, 40ants-slynk, access, acclimation, action-list, adhoc, adopt, adp, agnostic-lizard, alexandria, alexandria-plus, anatevka, anypool, april, arc-compat, architecture.builder-protocol, array-utils, arrow-macros, assoc-utils, async-process, atomics, auto-restart, aws-sdk-lisp, babel, bdef, bike, binary-structures, binding-arrows, birch, blackbird, bordeaux-threads, calm, carrier, caveman, ccldoc, cephes.cl, cepl, cerberus, cffi, cffi-object, cffi-ops, chanl, chunga, ci, ci-utils, ciao, cl-6502, cl-algebraic-data-type, cl-all, cl-ansi-term, cl-async, cl-atelier, cl-autowrap, cl-base32, cl-bmas, cl-bmp, cl-bnf, cl-brewer, cl-buchberger, cl-cmark, cl-collider, cl-colors2, cl-confidence, cl-containers, cl-cookie, cl-csv, cl-custom-hash-table, cl-cxx-jit, cl-data-structures, cl-dbi, cl-digraph, cl-dot, cl-enchant, cl-environments, cl-fast-ecs, cl-fbx, cl-fluent-logger, cl-form-types, cl-forms, cl-freetype2, cl-gamepad, cl-github-v3, cl-gltf, cl-gobject-introspection, cl-graph, cl-grip, cl-gserver, cl-hamcrest, cl-hash-util, cl-html-readme, cl-i18n, cl-info, cl-ini, cl-ipfs-api2, cl-kanren, cl-lib-helper, cl-liballegro, cl-liballegro-nuklear, cl-log, cl-markless, cl-marshal, cl-migratum, cl-mixed, cl-modio, cl-mount-info, cl-mpg123, cl-mssql, cl-mustache, cl-mysql, cl-neovim, cl-netpbm, cl-oju, cl-opengl, cl-opensearch-query-builder, cl-opus, cl-patterns, cl-plus-ssl-osx-fix, cl-ppcre, cl-project, cl-protobufs, cl-pslib, cl-pslib-barcode, cl-rashell, cl-readline, cl-sat.minisat, cl-sdl2-image, cl-sdl2-mixer, cl-sdl2-ttf, cl-sendgrid, cl-sentry-client, cl-skkserv, cl-smtp, cl-ssh-keys, cl-steamworks, cl-str, cl-svg, cl-telegram-bot, cl-threadpool, cl-tiled, cl-torrents, cl-tqdm, cl-transducers, cl-transit, cl-unicode, cl-unification, cl-unix-sockets, cl-utils, cl-vectors, cl-vorbis, cl-wavefront, cl-webdriver-client, cl-webkit, cl-webmachine, cl-who, clack, clack-pretend, clad, classimp, clast, clath, clavier, clazy, clerk, clgplot, climacs, clingon, clip, clj-con, clj-re, clobber, clog, clog-ace, clog-collection, clog-plotly, clog-terminal, clohost, closer-mop, clss, cluffer, clunit2, clx, cmd, codata-recommended-values, codex, coleslaw, collectors, colored, com-on, common-lisp-jupyter, commondoc-markdown, compiler-macro-notes, conduit-packages, consfigurator, contextl, croatoan, ctype, cytoscape-clj, damn-fast-priority-queue, dartscluuid, data-frame, data-lens, datafly, dbus, decompress, defenum, definer, definitions, deflate, defmain, deploy, depot, deptree, dexador, dissect, djula, dns-client, doc, docs-builder, dsm, dufy, easter-gauss, easy-audio, easy-macros, easy-routes, eclector, equals, erjoalgo-webutil, erudite, esrap, event-emitter, external-program, external-symbol-not-found, fare-csv, fare-scripts, fast-http, fast-websocket, file-attributes, file-notify, file-select, filesystem-utils, fiveam, fiveam-matchers, flexi-streams, float-features, flow, fn, fset, functional-trees, fuzzy-dates, gadgets, generic-cl, github-api-cl, glfw, glsl-toolkit, harmony, hashtrie, helambdap, http2, hunchentoot, imago, in-nomine, inferior-shell, introspect-environment, ironclad, jose, js, json-mop, jsonrpc, jzon, khazern, lack, lass, lemmy-api, letv, lichat-protocol, lichat-tcp-client, linear-programming, lisp-binary, lisp-chat, lisp-critic, lisp-pay, lisp-stat, lispcord, lla, local-time, log4cl-extras, logging, lru-cache, magicl, maiden, maidenhead, manifolds, math, mcclim, memory-regions, messagebox, method-combination-utilities, mgl-pax, misc-extensions, mito, mk-defsystem, mmap, mnas-package, mnas-string, moira, multiposter, mutility, mutils, named-closure, ndebug, neural-classifier, new-op, nibbles, nibbles-streams, ningle, nodgui, north, numerical-utilities, nytpu.lisp-utils, omglib, ook, open-location-code, openapi-generator, orizuru-orm, overlord, papyrus, parachute, parse-number, pathname-utils, petalisp, phos, picl, plot, plump, plump-sexp, pngload, policy-cond, polymorphic-functions, postmodern, ppath, prometheus-gc, psychiq, purgatory, py4cl, py4cl2, py4cl2-cffi, qlot, qoi, query-fs, quick-patch, quickhull, quri, random-state, reblocks, reblocks-auth, reblocks-file-server, reblocks-lass, reblocks-navigation-widget, reblocks-parenscript, reblocks-prometheus, reblocks-typeahead, reblocks-ui, reblocks-websocket, rove, s-dot2, sandalphon.lambda-list, sb-fastcgi, sc-extensions, sel, select, serapeum, shasht, shop3, si-kanren, sketch, slime, slite, sly, snooze, spinneret, staple, static-vectors, statistics, stepster, stmx, stripe, swank-crew, swank-protocol, sxql, symath, system-locale, taglib, teddy, ten, testiere, tfeb-lisp-hax, tfm, tiny-routes, tooter, trivia, trivial-arguments, trivial-clipboard, trivial-file-size, trivial-gray-streams, trivial-main-thread, trivial-octet-streams, trivial-package-locks, trivial-package-manager, trivial-sanitize, trivial-shell, type-templates, typo, uax-15, uiop, usocket, vellum, vellum-binary, vellum-csv, vellum-postmodern, verbose, vernacular, vom, websocket-driver, winhttp, with-branching, with-contexts, woo, xhtmlambda, xml-emitter, yason, zippy, zpb-ttf.

Removed projects: abstract-arrays, ahungry-fleece, cl-cheshire-cat, cl-darksky, cl-epoch, cl-naive-store, convolution-kernel, dense-arrays, extensible-compound-types, extensible-optimizing-coerce, fast-generic-functions, flac-metadata, freebsd-ffi, listoflist, luckless, one-more-re-nightmare, postmodern-localtime, stumpwm-dynamic-float, stumpwm-sndioctl, unicly.

To get this update, use:

 (ql:update-dist "quicklisp")

Sorry this update took so long. My goal is to resume monthly releases.

Enjoy!




ow

One Week E-Book Sale of Vacuum Flowers!!! One Full Week!!!

.

 


Open Road Media, which publishes several of my e-books, has announced a one-week reduction in price of Vacuum Flowers. Starting this October 18 and running through October 25, 2024, it will be available for $1.99. That's in the US only.

So if you're an e-book reader and have been curious about my novel... well, there you are.


And if you don't already know . . .

Vacuum Flowers is what used to be called a Grand Tour of the Solar System. Rebel Elizabeth Mudlark is operating off of stolen wetware and on the run from very dangerous people. She arrives in the inner system on a cometary orbit, which takes her through a great variety of human and post-human societies, including the most dangerous one of all--Earth.

That bit about the cometary orbit is not incidental. Comets enter the Inner System on either a hyperbolic or a parabolic orbit. The one is open, the other closed. I knew that the book would end with Rebel Elizabeth Mudlark standing in the stardocks with a coffin at her feet. But I didn't know if the person within the coffin would be alive or dead or if REM would someday return to the Inner System or was leaving it forever. I only decided that when I came to write the last page.


*




ow

My Halloween Season Story, "Unquiet Graves," in CLARKESWORLD

 .


 

I am always happiest when a story of mine comes into print. Today, I have the joy of introducing you to "Unquiet Graves," a seasonal tale of graveyard misbehavior and betrayal. Oh, and there's nothing supernatural about it at all.

You can read the story here. But if you're like me, you'll just go to Clarkesworld, look over the table of contents, and decide which story you want to read first. Mine by preference, but follow your whim.

 

And for those who like trivia . . .

I came up with the handheld's app many long years ago and it took forever to come up with a story for it. You'll notice that it is left unnamed in the story. That's because its secret name was "The Graveyard Reader." Which is the title of a well-known story by Theodore Sturgeon.  While I was writing the story, I thought of it as "The New Graveyard Reader." But Sturgeon's story and mine go off in totally different directions, and giving mine (or even the app) a title suggesting there was some implicit connection between the two would only cause confusion.

The title I finally came up with was derived from "The Unquiet Grave" by that most prolific of all poets, Anonymous. If you look it up, I suggest you do so after reading my story. It gives away some of the plot.


*

 




ow

One-Day E-Book Sale of Vacuum Flowers

 .



Once again, one of my e-books will briefly be on sale! Vacuum Flowers will be available in the US for only $1.99. Here's the news from Open Road Media:

Hello,

We are pleased to let you know that the following ebook(s) will be featured in price promotions soon.

ISBN13TitleAuthorPromo TypeCountryStart DateEnd DatePromo Price
9781504036504Vacuum FlowersSwanwick, MichaelORM - Portalist NLUS2024-11-132024-11-13$1.99



Open Road will promote the feature via social media. We hope you can share the deal with your network as well. You can subscribe to the newsletters at the links below so that you will get the direct link to the deal on the day that it appears.

NewsletterLink
  Early Bird Books    Subscribe Now  
The LineupSubscribe Now
The PortalistSubscribe Now
Murder & MayhemSubscribe Now
A Love So TrueSubscribe Now
The ArchiveSubscribe Now
The ReaderSubscribe Now



Please let us know if you have any questions. We are thrilled to be part of this promotion; hope you are too!

Best,
The Open Road Editorial Team


And because you've probably wondered . . .

I've been asked this many times, but the answer is no: I don't have a nude drawing of Gardner Dozois hanging in my living room. It's in the upstairs hallway. Anyway, he's wearing a sheet, so much of him is covered.

Robert Walters posed Gardner as the evil genius Jonaman for one of the illos (back when SF magazines had illustrations) that went with the serialization of Vacuum Flowers in Asimov's, way back when.

It's not the sightliest picture. But it is treasured.


*




ow

Who owns Greenland rsquo s island

Who owns Greenland rsquo s island



View Comic!









ow

im allowed to speak

Today on Married To The Sea: im allowed to speak


This RSS feed is brought to you by Drew and Natalie's podcast Garbage Brain University. Our new series Everything Is Real explores the world of cryptids, aliens, quantum physics, the occult, and more. If you use this RSS feed, please consider supporting us by becoming a patron. Patronage includes membership to our private Discord server and other bonus material non-patrons never see!




ow

what do we do now

Today on Married To The Sea: what do we do now


This RSS feed is brought to you by Drew and Natalie's podcast Garbage Brain University. Our new series Everything Is Real explores the world of cryptids, aliens, quantum physics, the occult, and more. If you use this RSS feed, please consider supporting us by becoming a patron. Patronage includes membership to our private Discord server and other bonus material non-patrons never see!




ow

owns a phone

Today on Married To The Sea: owns a phone


This RSS feed is brought to you by Drew and Natalie's podcast Garbage Brain University. Our new series Everything Is Real explores the world of cryptids, aliens, quantum physics, the occult, and more. If you use this RSS feed, please consider supporting us by becoming a patron. Patronage includes membership to our private Discord server and other bonus material non-patrons never see!




ow

dont show me your damn emotions

Today on Married To The Sea: dont show me your damn emotions


This RSS feed is brought to you by Drew and Natalie's podcast Garbage Brain University. Our new series Everything Is Real explores the world of cryptids, aliens, quantum physics, the occult, and more. If you use this RSS feed, please consider supporting us by becoming a patron. Patronage includes membership to our private Discord server and other bonus material non-patrons never see!




ow

old growth grow back

Today on Married To The Sea: old growth grow back


This RSS feed is brought to you by Drew and Natalie's podcast Garbage Brain University. Our new series Everything Is Real explores the world of cryptids, aliens, quantum physics, the occult, and more. If you use this RSS feed, please consider supporting us by becoming a patron. Patronage includes membership to our private Discord server and other bonus material non-patrons never see!




ow

running this show

Today on Married To The Sea: running this show


This RSS feed is brought to you by Drew and Natalie's podcast Garbage Brain University. Our new series Everything Is Real explores the world of cryptids, aliens, quantum physics, the occult, and more. If you use this RSS feed, please consider supporting us by becoming a patron. Patronage includes membership to our private Discord server and other bonus material non-patrons never see!




ow

i know what youre thinkin

Today on Married To The Sea: i know what youre thinkin


This RSS feed is brought to you by Drew and Natalie's podcast Garbage Brain University. Our new series Everything Is Real explores the world of cryptids, aliens, quantum physics, the occult, and more. If you use this RSS feed, please consider supporting us by becoming a patron. Patronage includes membership to our private Discord server and other bonus material non-patrons never see!





ow

How to Open a Beer the Drunken Woodsman Way!

Did you keep waiting for the moment where something was going to go horribly wrong?

Yeah, me too.





ow

Down suffer double injury blow

Down will be without injured pair Danny Hughes and Dan Gordon for Sunday's National Football League semi-final against Cork.




ow

Down fall to Cork in semi-final

Defending champions Cork beat Down 2-17 to 1-12 in the National League Division One semi-final at Croke Park.




ow

Tyrone hit by Coney injury blow

Tyrone forward Kyle Coney looks certain to be ruled out for the rest of this season after sustaining a groin injury.




ow

Bears fire OC Shane Waldron, how much of it is on Caleb Williams? | First Things First

Nick Wright reacts to the Chicago Bears firing OC Shane Waldron, then discusses how much Caleb Williams is to blame for the team's poor season.




ow

Providence's Oswin Erhunmwunse throws down a POWERFUL two-hand dunk vs. Hampton

Providence Friars' Oswin Erhunmwunse threw down a powerful two-handed dunk against the Hampton Pirates.




ow

Deion Sanders talks Shedeur Sanders’ growth from last year to this season | Speak

Deion Sanders discusses the impressive growth of Shedeur Sanders from last season to this year, highlighting his development as Colorado’s QB and the strides he’s made on the field.




ow

Matthew Nicholson throws down a two-handed slam to help Northwestern lead over UIC going into the half

Matthew Nicholson threw down a two-handed slam to help the Northwestern Wildcats lead over the the UIC Flames going into the half.




ow

Michael Irvin asked Deion Sanders about coaching the Cowboys | Speak

Michael Irvin asks Deion Sanders about the possibility of coaching the Dallas Cowboys, sparking a funny moment and laughter.




ow

NYT Spelling Bee: an archive of disallowed BrE words

Twitter has been my main internet stomping ground since 2009, but I've been withdrawing my labo(u)r from it since October, when it became much more volatile for some reason

The New York Times Spelling Bee has been my morning-coffee activity for some of those years, and since November 2020 I've been jokingly tweeting the BrE words that it hasn't accepted. These go in a thread of posts that always start: 

Perfectly Common BrE Words the @NYTimesGames Spelling Bee Has Denied Me: An Occasional Series

Twitter has really degraded this week, which is making me feel a bit sad that perhaps that thread will have to die. (I'm also sad that the thread has frayed along the way—it's very difficult to read it all the way to the beginning because it splits here and there.) So as a clearly procrastinatory measure, I'm putting the list of "perfectly common BrE words" here, with a little more explanation than they tended to get on Twitter.

For those who don't know the Bee: it's an anagram game where one must use the middle letter. The twist—and what makes it a superior anagram game—is that you can use any of the letters as many times as you like. Here's what it looked like on the 5th of April when I hadn't yet got to Genius level.  (My goal every day is 'make it to Genius before breakfast'. It's nice to be called 'Genius' before you've started work.) 


The game, of course, has its own word list, which is suitably American for its New York Times home. Still, some not-usually-AmE words are playable, like FLATMATELORRY and PRAM. But many words that are part of my everyday vocabulary in England are not playable. And non-AmE spellings are generally not playable. 

There's been a lot of attention to AmE words that (orig. AmE) stump non-American players in Wordle. (Here's Cambridge Dictionary's 2022 Word of the Year post, which covers some—and includes a video in which I talk about why HOMER was a great choice for Word of the Year.) Not as much attention has been paid to the Spelling Bee, which you need to subscribe to. I'm sure British players have their own (mental) lists of American words they've had to learn in order to get "Queen Bee" status (finding all the day's words) in the game. If you're one of them, do use the comments to tell us about those weird words.

So, after all that preamble, here are the "Perfectly Common BrE Words the @NYTimesGames Spelling Bee Has Denied Me" words in alphabetical order, with translations or links to other blog posts. But first, a bit more preamble. The disclaimers! 

  • Words in the puzzle must be at least four letters long, so some of these are suffixed forms for which the three-letter base word was unplayable. If there's an -ED form but not an -ING form (etc.), that'll be because the other one's letters weren't in the puzzle. 
  • Some of these would not have been allowable—regardless of their dialectal provenance—on the basis that they are "naughty" words. I include them anyway. 
  • I have checked questionable cases against the GloWbE corpus to ensure that the word really is more common in BrE than AmE.
  • Some are Irish or Australian by origin, but they are still more common in BrE than in AmE.
  • Sometimes my spelling is a bit liberal here. If I could find one British dictionary that allowed me the word with the given spelling, I included it.  
  • Also the phrase "perfectly common" is not meant to be taken too seriously!
  • These words were not playable at the time when I tried to play them. The word list may have changed and some of them may be playable now. 
  • Red ones are ones that have been unsuccessfully played/tweeted about since I first started this blog list. Green ones have been added to the blog since the original post, but were tweeted-about earlier than that—I just missed them in the tangled Twitter threads when I was writing the blog post. 

ABATTOIR
  AmE slaughterhouse

AGGRO aggression, aggressive behavio[u]r

AITCH  the letter. Less need to spell it as a word in AmE. See this old post.

ANAEMIA / ANAEMIC  AmE anemia/anemic

ANNEXE  minority spelling in BrE; usually, as in AmE, it's annex

APNOEA  AmE apnea

APPAL   AmE appall; old post on double Ls

ARDOUR   old post on -or/-our

ARGYBARGY this is a bit of a joke entry because it's usually spelled/spelt ARGY-BARGY (a loud argument), but the Squeeze album has no hyphen. 

ARMOUR    -or/-our

BALLACHE   something annoying or tedious (usually hyphenated, but some dictionaries include the closed-up version)

BIBBED  I don't know why this shows up more in BrE data, but it does, just meaning 'wearing a bib'

BINMAN / BINMEN  AmE garbage man (among other terms); old post on bin

BINT  derogatory term for a woman

BITTY having lots of unconnected parts, often leaving one feeling unsatisfied; for example, this blog post is a bit bitty

BLAG covered in this old post

BLUB / BLUBBING to sob (= general English blubbering)

BOAK retch, vomit, throw up a bit in the mouth. That was gross. Sorry.

BOBBLY having bobbles 

BOBBY  I think this one might be playable now. Informal term for police officer. In AmE, found in bobby pins

BODGE / BODGED make or fix something badly

BOFFIN  see this old post

BOLLOCK / BOLLOCKED  reprimand severely

BOLLOX  This one's more common in Irish English than BrE. To screw something up.

BOKE   see BOAK 

BONCE  the head (informal)

BOYO a boy/man (Welsh informal)

BRILL  short for brilliant, meaning 'excellent'; also a kind of European flatfish

BROLLY  umbrella (informal)

BUNG / BUNGING to put (something) (somewhere) quickly/carelessly. People cooking on television are always bunging things in the oven. 

BUTTY  see this old post

CAFF  a café, but typically used of the kind that is analogous to an AmE diner (that is to say a café is not as fancy in BrE as it would be in AmE)

CAWL  a soupy Welsh dish (recipe); also a kind of basket

CEILIDH  a Scottish social dance (event)

CHANNELLED   post on double Ls

CHAPPIE  a chap (man)

CHAV / CHAVVY  see this old post and/or this one

CHICANE  a road arrangement meant to slow drivers down; see this old post

CHILLI  see this old post

CHIMENEA / CHIMINEA the 'e' spelling is considered etymologically "correct" but the 'i' spelling seems to be more common in UK; I think these kinds of outdoor fireplaces are just more trendy in UK than in US?

CHIPPIE alternative spelling of chippy, informal for a (fish and) chip shop

"cholla" at a UK online supermarket
CHOC chocolate (informal, countable)

CHOLLA  a spelling of challah (the bread) 

CLAG  mud; more common is claggy for 'having a mud-like consistency'

COLOUR    -or/-our

CONNEXION this is a very outdated spelling of connection. Not actually used in UK these days, but wouldn't it be nice to be able to play it?

COOTCH  a hiding place, a shed or similar (from Welsh cwtch)

COUNCILLOR  post on double Ls

CRAIC it's really an Irish one (a 'good time'), but it qualifies here because it's used more in BrE than AmE (and understood pretty universally in UK)

CRIM  criminal

CUTTY  short (in some UK dialects)

DADO  as in dado rail, what's often called a chair rail in AmE (here's a picture)

DEFENCE  AmE defense

DEMOB /DEMOBBED  de-mobilize(d); that is, released from the (BrE) armed forces / (AmE) military

DENE  a valley (esp. a narrow, wooded one) or a low sand dune near the sea (regional)

DEVILLED  post on double Ls

DIALLING  post on double Ls

DIDDY    small (dialectal); see this old post

DOBBED / DOBBING  actually Australian, dob = to inform on someone; see this old post on the BrE equivalent grass (someone) up

DODDLE  it's a doddle  = (orig. AmE) it's a piece of cake (very easy)

DOOLALLY  out of one's mind

EQUALLED   post on double Ls

FAFF / FAFFING  one of the most useful BrE words. See this old post

FARL  a kind of (AmE) quick bread, usually cut into triangles; can be made of various things, but here's a recipe for a common kind, the potato farl

FAVOUR   -or/-our

FILMIC cinematic, relating to film

FITMENT = AmE fixture, i.e. a furnishing that is fit(ted) in place

FLANNELETTE = AmE flannel  old post on flannels

FLAVOUR   -or/-our

FLAVOURFUL   -or/-our

FOETAL AmE (and BrE medical) fetal

FOOTMAN a servant or (formerly soldier (of a particular rank)

FUELLED  post on double Ls

FULFIL   post on double Ls

GADGIE / GADGE guy, man, boy (regional)

GAMMON  this post covers the meat meaning, but lately it's also used as an insult for Brexiteers and their political similars

GAMMY  (of a body part) not working well; e.g., I have a gammy knee

GANNET a type of sea bird, but also BrE slang for a greedy person

GAOL  now less common spelling for jail

GIBBET  gallows; to hang (a person) [not really in current use]

GIGGED / GIGGING  to perform at a gig  [playable as of May 2023]

GILET   covered at this clothing post and also at this pronunciation post

GIPPING form of gip, a synonym of BOAK (see above)

GITE French, but used in English for a type of holiday/vacation cottage

GOBBED / GOBBING  form of gob, which as a noun means 'mouth', but as a verb means 'spit'

GOBBIN waste material from a mine

GOBBY mouthy

GOOLY (more often GOOLIE, GOOLEY) a testicle (informal, see GDoS)

getting gunged/slimed
GUNGE  any unpleasant soft or slimy substance; also used as a verb for having such stuff poured over one's head on a children's show (= AmE slime)

GURN / GURNING  see this old post

HAITCH  = AITCH, but pronounced differently See this old post.

HALLO old-fashioned hello 

HENCH strong, fit (like a weightlifter)

HOLDALL  a duffel bag or similar heavy-duty bag; often spelled with a hyphen (hold-all), but at least some places don't. 

HOOPOE a kind of bird (mostly African), which sometimes makes it to England

HOGMANAY it is a proper noun, but I wanted to include it anyway

HOICK / HOIK  to lift/pull abruptly

HOTCHPOTCH  AmE hodgepodge

INNIT invariant tag question: isn't it

INVIGILATING AmE proctoring; old post

JAMMY  lucky; old post 

KIRK  church (Scotland)

KIPPING  form of kip, to take a nap

LAIRY  (esp. of a person) unpleasantly loud, garish 

LAMBING  form of to lamb, give birth to lambs. Often heard in lambing time or lambing season

LAMPED  form of to lamp, to hit a person very hard

LARKING  form of to lark,  'to behave in a silly way for fun'

LAYBY  AmE turnout (and other synonyms/regional terms); a place where a car can move out of the flow of traffic (usually has a hyphen lay-by, but I found one dictionary that doesn't require it)

LIDO an outdoor public swimming pool; there's some debate about how to pronounce it 

LILO  a blow-up mattress for floating on in a pool

LINO  short for linoleum

LOLLY  lollipop or (AmE) popsicle (especially in ice lolly)

LOVAGE  a(n) herb that Americans don't see very often  [has been added! Played successfully on 3 May 2023]

LUPIN  AmE lupine, a flower

LURGI / LURGY  see this old post

MEDIAEVAL  the less common spelling of medieval

MILLIARD  (no longer really used) a thousand million, i.e. a billion 

MILORD address term for a nobleman

MINGE  a woman's pubic hair/area (not flattering) 

MINGING  foul, bad smelling, ugly (rhymes with singing!)

MODELLED  post on double Ls

MOGGY  a cat (informal)

MOOB  man boob

MOULT    AmE molt (related to  -or/-our)

MOZZIE  mosquito

MUPPET in its lower-case BrE sense: 'idiot; incompetent person'

NAFF  this has come up in posts about 'untranslatables' and about a study that identified common BrE words Americans don't know

NAPPY AmE diaper

NAVVY  a manual labo(u)rer (old-fashioned)

NEEP  Scottish English for what the English call a swede and what Americans call a rutabaga (old post on the latter two)

NELLY in the BrE phrase not on your nelly (= AmE not on your life)

NIFFY unpleasant-smelling

NOBBLE  to unfairly influence an outcome; steal 

NOBBLY  alternative spelling of knobbly (which is more common in both AmE & BrE)

NONCY  adjective related to nonce (sex offender, p[a]edophile) 

NOWT  nothing (dialectal)

ODOUR    -or/-our

OFFENCE  AmE offense

OFFIE  short for BrE off-licence; AmE liquor store  (discussed a little in this old post

ORACY  the speaking version of literacy; in US education, it's called orality

PACY  having a good or exciting pace (e.g. a pacy whodunnit)

PAEDO  short for pa(e)dophile

PANTO see this post

PAPPED / PAPPING  from pap, to take paparazzi pictures

PARLOUR    -or/-our

PARP  a honking noise

PEDALLED   post on double Ls

PELMET  another one from the study that identified common BrE words Americans don't know

PENG  slang for 'excellent' 

PIEMAN / PIEMEN this one is usually two words (pie man), but I was able to find a dictionary that allowed it as a single word, so I added it to the list

PIPPED / PIPPING  pip = to defeat by a small amount; often heard in to be pipped at the post 

PITTA another spelling for pita, more in line with the BrE pronunciation of the word

PLAICE another one from the study that identified common BrE words Americans don't know

PLUMMY  see this post

PODGY  chubby

POMMY another Australian one, but English people know it because it's an insult directed at them, often in the phrase pommy bastard

PONCE / PONCY  see this post

PONGING horrible-smelling

POOED / POOING  see this post for the poo versus poop story

POOTLE to travel along at a leisurely speed

POPPADOM / POPPADUM anything to do with Indian food is going to be found more in UK than US

PORRIDGY  like porridge, which in AmE is oatmeal

PUFFA full form: puffa jacket; a kind of quilted jacket; it is a trademark, but used broadly; I did find it in one dictionary with a lower-case p

PUNNET  see this old post

RAILCARD  you buy one and it gives you discounts on train tickets

RANCOUR    -or/-our

RUMOUR     -or/-our

TANNOY  AmE loudspeaker, public address system  (originally a trademark, but now used generically)

TARTY dressed (etc.) in a provocative manner

TELLY  (orig.) AmE tv

TENCH a Eurasian fish

THALI  another Indian menu word 

THICKO  stupid person

TIDDY  small (dialectal) 

TIFFIN  usually referring to chocolate tiffin (recipe)

TINNING  AmE canning

TITBIT see this post

TITCH  a small person 

TIZZ = tizzy (to be in a tizz[y])

TOFF  an upper-class person (not a compliment)

TOMBOLA  see this post

TOTTED / TOTTING  see this post 

TOTTY  an objectifying term for (usually) a woman

TRUG  a kind of basket; these days, often a handled rubber container  

TUPPENCE  two pence

TWIGGED, TWIGGING  form of twig 'to catch on, understand'

UNEQUALLED   post on double Ls

UNVETTED related to my 2008 Word of the Year 

VALOUR   -or/-our

VIVA  an oral exam (short for viva voce)

WANK / WANKING  my original Word of the Year (2006!)

WEEING  AmE peeing

WELLIE  / WELLY  a (BrE) wellington boot / (AmE) rubber boot

WHIN a plant (=furze, gorse)

WHINGE  AmE whine (complain)

WILLIE / WILLY  penis

WOAD a plant used to make blue dye

WOLD a clear, upland area (mostly in place names now)

WOOLLEN   post on double Ls

YOBBO / YOBBY  hooligan / hooliganish

YODELLED   post on double Ls