DJ Adams

Blog

  1. Modules, modularity & reuse in CDS models - part 3 - publishing the simple reuse package

    Taking the simple passive reuse package created in part 2, I now publish it to the NPM registry which is part of GitHub Packages.

  2. Modules, modularity & reuse in CDS models - part 2 - creating a simple reuse package

    Following on from part 1 in this series, I take a step back and look at the fundamentals of creating and working with a module, locally in this part, using the NPM workspace concept.

  3. Why I use services.cds in simple CDS model examples

    The services.cds filename is special, which is why I make use of it.

  4. Modules, modularity & reuse in CDS models

    An overview of the blog posts in the series "Modules, modularity & reuse in CDS models".

  5. Modules, modularity & reuse in CDS models - part 1 - an introduction

    In this first post of a new series I look at the using directive in CDS modelling, and how NPM modules can be fundamental building blocks in modularity and reuse.

  6. A new Hands-on SAP Dev mini-series on the core expression language in CDS

    Hands-on SAP Dev is back soon, kicking off in January with a new mini-series on CAP, specifically on CXL, the core expression language in the CDS family.

  7. A simple exploration of status transition flows in CAP

    In this post I explore the new Status-Transition Flows in CAP with a simple example.

  8. Some ramblings on simple CDS modelling with CDL

    A brief note-to-self after digging in to some simple constructs in CDS modelling.

  9. Hands-on domain modelling with CAP's CDS at UKISUG Connect

    A quick overview of the hands-on workshop I'll be running at UKISUG Connect this year.

  10. Quiet cds test output - two ways

    Reducing CAP server log output during tests, in two different ways, via a profile encapsulated set of log level configurations, or via the new cds test command.

  11. Modelling contained-in relationships with compositions in CDS

    A short study of the features of CDS for modelling classic contained-in relationships, with a focus on the details, and a lean towards anonymous aspects.

  12. Using @capire modules from GitHub Packages

    Here's how to access and use the @capire namespaced modules that reside in the NPM registry which is part of GitHub Packages.

  13. CDS source formatting and readability

    Embracing a modern approach to source code formatting for human-centric modelling in CAP

  14. Upcoming talks in autumn 2025

    I'm writing this mostly to organise myself and get my preparations in order!

  15. Auto formatting extensionless Bash scripts in Neovim

    Here's what I did to make the combination of the Bash language server and shfmt work with Editorconfig settings for Bash script files that don't have extensions.

  16. Neovim configuration for file and module navigation in CDS models

    In this post I describe how I extended my Lua-based Neovim configuration for CDS filetypes to improve navigation to referenced files and modules.

  17. Excluding specific diagnostics in Neovim

    Here's what I did to be able to filter out certain diagnostic messages in Neovim.

  18. A reCAP intro to the cds REPL

    Here's a summary of my talk on the cds REPL at this year's reCAP event.

  19. A modern and clean Neovim setup for CAP Node.js - configuration and diagnostics

    In this post I describe my re-worked basic setup for working with CAP Node.js in Neovim, focusing on the configuration and digging into the LSP based diagnostic facilities.

  20. Editing Markdown in a Neovim environment

    Here are some notes I made when digging into my tools for editing Markdown source.

  21. Point free coding and function composition

    In this post I explore and show examples of the concepts of point free coding, of chains of functions through which data flows, and of function composition.

  22. Adjusting the preview width in Telescope's horizontal picker

    Here's how I adjusted the width of the preview window in Telescope's horizontal picker.

  23. FP, function chains and CAP model loading

    Understanding functional programming approaches, no matter how trivial, can help in other areas. Here I explain how being comfortable with function chains helped in working out why a required (but unused) service was being loaded into the overall CDS model in a CAP project.

  24. Array.prototype.reduce and the optional initial value

    Today I learned about the subtlety of the optional initialValue parameter for the Array prototype's reduce method in JavaScript.

  25. Functional programming resources

    I've created quite a bit of FP related content in the past but it's somewhat scattered across different platforms and in different formats and I can't remember what or where it all is. So this is a meta post in which I point to all the resources (that I can remember that) I've created on the topic.

  26. How I run executables in containers

    Here's a quick post explaining how I might typically containerise an executable. This is in the context of my aim to not "pollute" my base OS (at the bare metal level) with any installs, as far as I can, as well as to remain platform independent and abstract.

  27. Level up your CAP skills by learning how to use the cds REPL

    These are notes I wrote for my talk at SAP Inside Track Madrid on 20 March 2025. I wrote them partly to think about what I wanted to say, and partly to share the info in written form too. Note that the idea is to introduce the concepts and show some basic examples for cds REPL "initiates". Nothing too exotic.

  28. Migrating GitHub issue based URL bookmarks to wallabag

    In this post I outline how I migrated my collection of reading list bookmarks, stored as issues in a GitHub repo, to wallabag which I'm now self-hosting.

  29. TASC Notes - Part 9

    These are the notes summarising what was covered in The Art and Science of CAP part 9, one episode in a mini series with Daniel Hutzel to explore the philosophy, the background, the technology history and layers that support and inform the SAP Cloud Application Programming Model.

  30. TASC Notes - Part 8

    These are the notes summarising what was covered in The Art and Science of CAP part 8, one episode in a mini series with Daniel Hutzel to explore the philosophy, the background, the technology history and layers that support and inform the SAP Cloud Application Programming Model.

  31. TASC Notes - Part 7

    These are the notes summarising what was covered in The Art and Science of CAP part 7, one episode in a mini series with Daniel Hutzel to explore the philosophy, the background, the technology history and layers that support and inform the SAP Cloud Application Programming Model.

  32. CAP Node.js plugins - part 3 - writing our own

    This blog post accompanies part 3 of a three part series where we explore the CDS Plugin mechanism in CAP Node.js. This post is about using the knowledge we've gained to write our own plugin.

  33. CAP Node.js plugins - part 2 - using the REPL

    This blog post accompanies part 2 of a three part video series where we explore the CDS Plugin mechanism in CAP Node.js. This post is about discovering and exploring service details with introspection.

  34. CAP Node.js Plugins

    Here's a summary of the resources relating to the CAP Node.js Plugins series.

  35. TASC Notes - Part 6

  36. Functions as first class citizens in SICP Lecture 1A

  37. TASC Notes - Part 5

  38. TASC Notes - Part 4

  39. The elements of programming with respect to CDL and SICP

  40. The Art and Science of CAP

  41. TASC Notes - Part 3

  42. TASC Notes - Part 2

  43. Creating the new Tech Aloud intro and outro music

  44. Flattening the hierarchy with mixins

  45. Five reasons to use CAP

  46. Separating concerns and focusing on the important stuff

  47. Restricting access via facets with masked elements

  48. Keeping things simple in domain modelling with CDS

  49. Immutable layers, file deletion and image size in Docker

  50. CAP Node.js plugins - part 1 - how things work

    In this first of a three part series of blog posts accompanying a corresponding video series, we explore the CDS plugin mechanism in CAP. This post is about understanding how the plugin mechanism works.

  51. TASC Notes - Part 1

  52. Setting up a cache server for apt packages

  53. New source for LXD images on Crostini

  54. Using lazydocker with SSH-based remote contexts

  55. Automatic validation in OData and REST calls with CAP

  56. reduce - the ur-function

  57. Highest value in JS - different ways

  58. Turning an OData expand into a cds.ql CQL query with a projection function in CAP

  59. Enabling document fragment links for headings in SAP Community blog posts

  60. Digging into CSN diffs for CDS models

  61. CodeTalk interview - living and working on a narrowboat

  62. Using ARG in a Dockerfile - beware the gotcha

  63. Defining a custom 'after' handler in CAP with 'each'

  64. Obtaining auth code grant type OAuth 2.0 tokens for Google APIs with a script

  65. Controlling automatic HTTP requests in CAP Node.js design time loops

  66. Simple script for previewing CDS models in CSN - cdsray

  67. Using @cap-js/sqlite in CF for your CAP services

  68. Running non-production CAP services in CF

  69. Easily add an explicit cds.requires.db to your CAP project's package.json

  70. Improve your CAP dev container shell prompt

  71. Avoid design time CAP server restarts when maintaining local data files

  72. CAP, CDS, CDL, CSN and jq - finding associations

  73. CAP, CORS and custom headers

  74. Test drive Joule's generative AI features in SAP Build Code now!

  75. Curating a collection of jq functions

  76. ISO content for common CAP types

  77. Quick conversion of multiple values using with_entries in jq

  78. Opening files from the terminal in BAS dev spaces

  79. Successful double CodeJam in Wroclaw and Warsaw

  80. Ghost cratch fitted

  81. Exploring codespaces as temporary dev containers

  82. Accuracy and precision in language

  83. Developing CAP in containers - three ways

  84. Battlestation 2024

  85. A simple jq REPL with tmux, bash, vim and entr

  86. Using the docker CLI in a container on macOS

  87. From Twitter to Mastodon

  88. Tmux plugin development with a local repo

  89. TIL - Two Tmux Plugin Manager features

  90. Solving the SAP TechEd Easter Egg on the Web

  91. Devtoberfest - the best developer prep for SAP TechEd

  92. Bash shell expansion inside double quotes

  93. OData query operations and URL encoding the system query options with curl

  94. Curing my stove aboard the narrowboat

  95. Mercia Marina to Shobnall Fields and Burton-on-Trent

  96. Resources for navigating the canal network

  97. Oil change and a visit to Mercia Marina

  98. SAP CodeJam report - service integration with CAP in Guetersloh, DE

  99. Selecting the related endpoints from a GitHub API response using jq's with_entries

  100. SAP CodeJam on Service Integration with CAP in Brescia

  101. Living on a narrowboat - layout details of the stern

  102. Improving my interactive jq workflow with ijq, bash and tmux

  103. More on the comma as generator, and streaming with select in jq

  104. Double SAP BTP goodness in Isernhagen

  105. Recognising patterns and embracing the stream

  106. Learning from community solutions on Exercism - part 3

  107. Living on a narrowboat - the stove as the heart of the home

  108. Learning from community solutions on Exercism - part 2

  109. Learning from community solutions on Exercism - part 1

  110. SAP community memories

  111. A deep dive into OData and CDS annotations

  112. SAP CodeJam on the btp CLI and APIs in Heilbronn

  113. SAP CodeJam on Service Integration with CAP in Utrecht

  114. Living on a narrowboat - embracing constraints

  115. Working from a narrowboat - Internet connectivity

  116. I'm moving onto a narrowboat

  117. Learning from exploring a question on jq

  118. Array push with autovivification in jq

  119. Managing resources on SAP BTP - what tool do I choose?

  120. Extracting blog post dates from URLs with jq

  121. Some notes on modular JSON Schema definitions

  122. More Untappd data explorations with jq - my top ranking beer types (part 3)

  123. More Untappd data explorations with jq - my top ranking beer types (part 2)

  124. Stop asking for slides in advance

    I'm giving a talk next month and was asked by the organiser to send my slides to them no later than two weeks before the event. Hmm.

  125. More Untappd data explorations with jq - my top ranking beer types (part 1)

  126. Untappd data with jq - my top brewery countries

  127. Understanding jq's SQL style operators JOIN and INDEX

  128. Summing and grouping values with jq

    Here's yet another note-to-self on using jq, this time to transform a flat list of order totals and dates into a summary of total order values by year.

  129. Reshaping data values using jq's with_entries

  130. Multiple level filters in jq

  131. Products by supplier in OData and jq

  132. Exploring JSON with interactive jq

  133. JSON object values into CSV with jq

    I wanted to grab a CSV version of a JSON representation of an entityset in the Northwind OData service. Here's how I converted the JSON structure into CSV with jq, and along the way, I talk about arrays, objects, iterators, object indices, variables, identity, array construction and format strings.

  134. Exploring GitHub repo name distribution with jq

  135. Converting strings to objects with jq

  136. Some thoughts on jq and statelessness

  137. Bash notes 3

  138. A classic example of yak shaving, and some stream editing

  139. Bash notes 2

  140. Bash notes

  141. Understanding jq's reduce function

  142. Setting up my own Cloud Foundry

  143. Exercism and jq

  144. SAP Tech Bytes: btp CLI - new home for configuration

  145. How I got involved in the SAP community

  146. Allowing my intangible core to catch up with the rest of me...

  147. Truncation and neat terminal output

  148. Controlling Chrome from the CLI

  149. Setting up hadolint - a Dockerfile linter

  150. Getting BTP resource GUIDs with the btp CLI – part 2 - JSON and jq

  151. Getting BTP resource GUIDs with the btp CLI - part 1

  152. UTFRW - Unofficial TechEd Fun Run / Walk / Roll - Share Your Pics!

  153. Exploring fff part 2 - get_ls_colors

  154. Embracing jq and JSON

  155. Sourcing vs executing in Bash

  156. SAP Tech Bytes: btp CLI - autocompletion

  157. Using functions more

  158. SAP Tech Bytes: btp CLI - managing configuration

  159. Improving shell fu with practice

  160. SAP Tech Bytes: btp CLI – logging in

  161. Exploring fff part 1 - main

  162. SAP Tech Bytes: btp CLI - installation

  163. Learning by rewriting - bash, jq and fzf details

  164. Today's TIL trio

  165. Session switching with the tmux menu

  166. tmux output formatting

  167. Reopening pull requests and GITHUB_ACTOR

  168. Unix tooling - join, don't extend

  169. Early thoughts on Warp

  170. The APC SMT750IC UPS works with the Synology NAS DS1621+

  171. Remote access to Docker on my Synology NAS

  172. Adding a drive to my Synology NAS

  173. Equality in tech

  174. Supporting developers with sponsorship

  175. Notes on Markdown linting - part 2

  176. Notes on Markdown linting - part 1

  177. Solving mysterious unrendered markdown headings

  178. Unpacking Bash shell tips from a GitHub Actions workflow

  179. GitHub Actions workflow browser

  180. Producing JSON with jq for appending issue titles

  181. SAP Tech Bytes: Exploring SAP-samples with gh and fzf

  182. Mainframes, SDSF and GitHub Actions

  183. New tmux panes and windows in the right directory

  184. Deeper connections to everyday tools

  185. Two-phase video uploads with YouTube API and curl

  186. La Pavoni maintenance successful

  187. Mass deletion of GitHub Actions workflow runs

  188. A new journal experiment - Thinking Aloud

  189. Aborting a script with parameter expansion

  190. SAP TechEd Developer Keynote - Info Central

  191. SAP Tech Bytes: Approuter User API Service

  192. fzf - the basics part 2 - search results

  193. Thoughts on video content

  194. fzf - the basics part 1 - layout

  195. Do less and do it better

  196. Columnar layout with AWK

  197. From Classics to Developer Advocate

  198. Updating your fork of the Developer Keynote repository

  199. Waiting for jobs, and the concept of the shell

  200. SAP TechEd 2020 Channel 1 at home

  201. Implicit values in Bash for loop construct

  202. UTFRW - Unofficial TechEd Fun Run / Walk

  203. SAP TechEd Developer Keynote DK100 - The Story

  204. My SAP TechEd 2020 - what I'm looking forward to

  205. An overview of SAP Developers video content

  206. The myriad meanings of pwd in Unix systems

  207. Computer Unit 1979

  208. The subtle art of quoting newline characters

  209. Case modification operators in parameter substitution

  210. MID$ and shell parameter expansion

  211. Understanding declare

  212. Desnowballification with set -o errexit

  213. Improving my shell scripting

  214. curl and multipart/form-data

  215. Checking a command is available before use

  216. Using exec to jump

  217. A new learning source for shell scripting

  218. Shell parameter expansion with :+ is useful

  219. Reducing writing friction

  220. Programmer's Day Mission 2020

  221. You can mask sensitive hostnames with wildcards and host aliases

  222. The open square bracket [ is an executable

  223. Why we have /bin/ and /usr/bin/

  224. String.prototype.replace() can take a function

  225. continue-on-error can prevent a job step failure causing an action failure

  226. git diff can emit different exit codes

  227. In an mta.yaml file you can use the service-name parameter to point to an existing resource

  228. SAP NPM packages now on npmjs.org

  229. Removing the knob on a La Pavoni steam valve

  230. SAP Community Coding Challenge 2 - Finalists

  231. SAP Community Coding Challenge 2 - Contestants

  232. Remote mount setup on the Raspberry Pi

  233. SAP Community Coding Challenge 2 - Update

  234. Terminal Tip: a CF remote monitor script

  235. SAP Community Coding Challenge Nr.2

  236. Terminal Tip: remotely monitor a CF deployment

  237. Terminal Tip: switching CF targets

  238. Terminal Tip: parsing CF app logs

  239. Terminal Tip: truncating CF output

  240. Initial Pi configuration via Ansible

  241. Code at Home episodes

  242. Let's learn to "Code at Home"

  243. Starting out with Raspberry Pi experiments

  244. Preparing the OS image

  245. Finding the Pis on the network

  246. Brambleweeny Cluster Experiments

  247. Mini adventures with MTAs and the Cloud Foundry CLI

  248. Scripting Cloud Foundry activities in trial

  249. My learning list for 2020

  250. Help us to help you - good questions beget good answers

  251. Mission 'Use CAP and SAP Cloud SDK to Extend S/4HANA' - an overview

  252. CAP is important because it's not important

  253. Shell power and simplicity

  254. Submit suggestions for Tech Aloud during SAP TechEd 2019

  255. Tech Aloud podcast - an introduction

  256. New podcast - Tech Aloud

  257. Happy Programmers Day!

  258. Hitch Hiker's style in Sea of Sorrows

  259. Computed field example in CAP

  260. We can do better than 'polynimbus'

  261. The Observer's Book of JS Style

  262. David Edward Adams

  263. Double SAP CodeJam Athens - a report

  264. Revisiting UI5 on CodeTalk

  265. First thoughts on the 2019 Stack Overflow Developer Survey results

  266. ES6, reduce and pipe

    In learning about functional programming, one thing that's worked for me is to take my time, and not rush over fundamental concepts. In fact, like a good beer or whisky, a fundamental concept is something to savour, to enjoy at a leisurely pace.

  267. Vim, Markdown and writing

  268. Housekeeping

  269. Monday morning thoughts: looking back and forwards

  270. Monday morning thoughts: digging deeper

  271. Monday morning thoughts: indirect influence

  272. Monday morning thoughts: learning media and mechanisms

  273. Monday morning thoughts: rethinking like the web

  274. Monday morning thoughts: longevity and loose coupling

  275. Monday morning thoughts: on starting blogging

  276. Monday morning thoughts: exploring reuse

  277. Monday morning thoughts: dynamic language

  278. Set up VS Code on Chrome OS for local Application Programming Model development

  279. Monday morning thoughts: big school and community

  280. SAP Cloud Application Programming Model (CAP) - start here

  281. Monday morning thoughts: more on ABAP in the cloud

  282. Monday morning thoughts: impostor syndrome

  283. Monday morning thoughts: growth is upwards

  284. Monday morning thoughts: Workflow Forms and the definition of a developer

  285. Monday morning thoughts: ABAP in the cloud

  286. My take on Wired's Google & URLs article

  287. Monday morning thoughts: considering GraphQL

  288. Monday morning thoughts: a good blog post

  289. Monday morning thoughts: OData

  290. Monday morning thoughts: the cloud is the computer

  291. Monday morning thoughts: mainframes and message documentation

  292. SAP CodeTalk sessions

  293. Monday morning thoughts: local http servers and containerisation

  294. Monday morning thoughts: what not how

  295. Monday morning thoughts: abstraction

  296. Monday morning thoughts: curiosity and understanding

  297. Monday morning thoughts: developers and advocacy

  298. Monday morning thoughts: programming models

  299. Interview with Rui Nogueira on the new Application Programming Model for SAP Cloud Platform

  300. Monday morning thoughts: community engagement

  301. Monday morning thoughts: Core Data Services

  302. Monday morning thoughts: the learning continuum

  303. Monday morning thoughts: programmers and identity

  304. Collaboration tools

  305. The Business Rules service - overview and getting started

  306. Monday morning thoughts: milestones

  307. Monday morning thoughts: functions - what functions?

  308. Balancing features with simplicity

  309. Monday morning thoughts: containers and silence

  310. Monday morning thoughts: editors and editing

  311. Monday morning thoughts: debugging approach and Greasemonkey revival

  312. Monday morning thoughts: upload / download in a cloud native world

  313. Monday morning thoughts: a cloud native smell

  314. Introduction to SAP Cloud Platform Workflow - Summary

  315. Monday morning thoughts: cloud native

  316. Becoming an SAP Mentor Alumnus

  317. Thoughts on what's next for the SAP Community

  318. Apps Script - Privacy Policy

  319. Coming Home

  320. Discovering SCP Workflow

  321. Consumption-based SCP Pricing - Initial Thoughts

  322. Things I do to make my work life better

    Notes on how I try to approach practical aspects of my working life.

  323. SCP Business Rules Roadmap - 5 Observations

  324. SAP Cloud Platform Pricing

  325. Fix Blink

  326. Functional programming - baby steps

  327. Meeting Request Details

    More on courtesy and respect at work.

  328. Google Cloud Functions + Sheets + Apps Script + Actions On Google = WIN

  329. YABP - Yet Another Blogging Platform

  330. Best practices for mobile reporting

    To put together a mobile reporting solution, there's a lot to consider. In this post, we show you how to start off and remain on the right track to deliver a solution that really works for your users.

  331. The beauty of recursion and list machinery

  332. Reaching out to the new new kingmakers

  333. Debugging SAP Fiori apps - the fifth "D"

    It's all very well designing and building a delightful Fiori app. But what about the long tail - supporting that app through its lifetime, with fixes and changes that come along? There's a fifth "D" to the SAP Fiori development mantra, and that "D" is for "Debugging".

  334. Excluding with vim's wildignore

  335. Better collaboration through chemistry

  336. F3C Parts 9 and 10 - Functors

  337. F3C Part 8 - Promises

  338. F3C Part 7 - Recursion

  339. F3C Part 6 - Currying

  340. F3C - A FunFunFunction Companion Series

  341. F3C Part 5 - Closures

  342. F3C Part 4 - Reduce advanced

  343. F3C Part 3 - Reduce basics

  344. F3C Part 2 - Map

  345. F3C Part 1 - Higher-order functions

  346. The Fiori revolution - disruption at its best

  347. Community and Collaboration at SAP Inside Track Manchester

  348. Understanding the SAP Fiori Cloud Edition

  349. Top 10 misconceptions about Fiori

  350. FOFP 2.1 A look at filter

  351. FOFP Fundamentals of functional programming

  352. FOFP 1.5 Creating functions

  353. FOFP 1.4 A different approach with map

  354. FOFP 1.3 Some basic list processing

  355. FOFP 1.2 Trying things out

  356. FOFP 1.1 Introduction

  357. Language minutiae and learning to SWIM

  358. Finding a wonderland number

  359. Enlightenment in action

    On my journey to learn Clojure by solving 4Clojure challenges.

  360. "fiux2" Week 7 - Build Your Own SAP Fiori App

  361. 4Clojure Puzzle 66

  362. "fiux2" Week 6 - Extend SAP Fiori Apps

  363. "fiux2" Week 5 - Enhance an SAP Fiori Master Detail App

  364. The SAP Fiori Launchpad as a dashboard for my running KPIs

  365. Quick HCP title hack with the Navigation Manager

  366. "fiux2" Week 4 - Create Your First SAP Fiori App

  367. "fiux2" Week 3 - Get Ready to Create Your First App

  368. The evolution of the SAP community

  369. "fiux2" Week 2 - Design Your First SAP Fiori App

  370. "fiux2" Week 1 - Get to know Fiori UX

  371. "fiux2" - The openSAP Fiori Course - 2016 Edition

    An overview of the blog posts in the series about the 2016 openSAP course on Fiori.

  372. Building blocks of language, structure and thought

    As I travel on my path to perhaps what I deem as some sort of enlightenment, back in time via Clojure to one of the great ancestors of language, structure and computational thought (Lisp), I continue to come across a simple theme.

  373. The future of app building on the SAP HANA Cloud Platform

  374. Digital devolution in local authorities - putting people first

    In a couple of weeks' time, Bluefin Solutions is running a one day event on delivering digital devolution in local authorities. If you look closely there's a clear user-centric pattern that is emerging.

  375. Impromptu JS session at UKISUG15

  376. Coffee-time JavaScript recreation

    In preparing for co-presenting a hands-on session at SAP TechEd EMEA this coming week in Barcelona, I came across a chunk of JavaScript. In this post I try to improve it with robustness and immutability in mind.

  377. Speaking at SAP TechEd EMEA 2015

  378. Celebrating the engine of the Fiori revolution - the 30UI5 ebook

  379. Breathing through the reduction meditation

    In this post I look even more closely at a simple Clojure implementation of a reduce function.

  380. My journey to Clojure

    I'm learning Clojure. Slowly, but hopefully surely.

  381. A meditation on reduction

    Looking at a version of the reduce function written in Clojure, from Do Things: a Clojure Crash Course.

  382. Give me a browser, and I'll give you the world

  383. The advent of UI5 1.30 and what it means for us

  384. Cookies

  385. Building blocks for the future normal

  386. The origin of becoming a fundamental enabler for Fiori

    30 Days of UI5 - day 30 by Sam Yen.

  387. Revisiting the XML Model

    30 Days of UI5 - day 29 by DJ Adams.

  388. UI5 Version Info

    30 Days of UI5 - day 28 by DJ Adams.

  389. A non-techie PM's view of UI5

    30 Days of UI5 - day 27 by Jon Gregory.

  390. UI5 - looking back and forward

    30 Days of UI5 - day 26 by DJ Adams.

  391. The experimental Client operation mode

    30 Days of UI5 - day 25 by DJ Adams.

  392. An introduction to sap.ui.define

    30 Days of UI5 - day 24 by DJ Adams.

  393. Taming the Resource Model Files

    30 Days of UI5 - day 23 by Nathan Adams.

  394. Merging lists with UI5

    30 Days of UI5 - day 22 by Chris Choy.

  395. Spreading the UI5 Message

    30 Days of UI5 - day 21 by DJ Adams.

  396. Fragments and Minimum Viable Code

    30 Days of UI5 - day 20 by DJ Adams.

  397. A Short UI5 Debugging Journey

    30 Days of UI5 - day 19 by DJ Adams.

  398. MVC - Model View Controller, Minimum Viable Code

    30 Days of UI5 - day 18 by DJ Adams.

  399. UI5 and Fiori - The Story of Open and Free

    30 Days of UI5 - day 17 by John Appleby.

  400. UI5 and Coding Standards

    30 Days of UI5 - day 16 by DJ Adams.

  401. The UI5 Support Tool - Help Yourself!

    30 Days of UI5 - day 15 by DJ Adams.

  402. Speeding up your UI5 app with a Component preload file

    30 Days of UI5 - day 14 by John Murray.

  403. Multi language support out of the box - UI5's pedigree

    30 Days of UI5 - day 13 by DJ Adams.

  404. Base Classes in UI5

    30 Days of UI5 - day 12 by Thilo Seidel.

  405. Handling Dates with the Date Picker

    30 Days of UI5 - day 10 by James Hale.

  406. Bootstrapping UI5 Locally and in the Cloud

    30 Days of UI5 - day 9 by DJ Adams.

  407. User Notifications with the Message Popover

    30 Days of UI5 - day 8 by Sean Campbell.

  408. The App Descriptor

    30 Days of UI5 - day 6 by Thilo Seidel.

  409. OpenUI5 Walkthrough

    30 Days of UI5 - day 5 by DJ Adams.

  410. Creating Native Applications with UI5

    30 Days of UI5 - day 4 by John Murray.

  411. Semantic Pages

    30 Days of UI5 - day 3 by DJ Adams.

  412. Expression Binding

    30 Days of UI5 - day 2 by DJ Adams.

  413. Welcome to 30 Days of UI5!

    30 Days of UI5 - overview and day 1 by DJ Adams.

  414. Lightweight notifications with the Message Strip

    30 Days of UI5 - day 11 by DJ Adams.

  415. JavaScript Do's and Don'ts for UI5

    30 Days of UI5 - day 7 by DJ Adams.

  416. Email discipline

    Email is asynchronous, and that's a good thing.

  417. JSON List Binding and maps

  418. openSAP Experiences

  419. This Week in Fiori (2015-16)

  420. This Week in Fiori (2015-15)

  421. This Week in Fiori (2015-14)

  422. This Week in Fiori (2015-13)

  423. This Week in Fiori (2015-12)

  424. Making Information More Useful

  425. The maker's schedule, restraint and flow

    My thoughts on schedules and saying 'no'.

  426. This Week In Fiori (2015-11)

  427. Why I'm Staying Close to UI5

  428. Can I build a Fiori app? Yes you can!

  429. 10 tips to get you started on your Fiori development journey

  430. UI5 features for building responsive apps

  431. Speaking at Mastering SAP Technologies

    I'm travelling to South Africa to give a keynote, a technical session and a hands-on workshop, on Fiori and UI5 topics.

  432. Fiori & UI5 Related Videos

  433. Morning Fiori Fix

  434. OpenUI5 at FOSDEM 2015

  435. Atom, Snippets, Tabs and CSON parsing

  436. Fiori App Data into a Spreadsheet? Challenge Accepted!

  437. Running: 2014 in review, and some Clojure

  438. DNA is still in our DNA

  439. The inaugural SAP architect and developer summit

  440. Creation & Reload of UI5 UIs in the Chrome Developer Console

  441. Addressing emails

    Showing respect and courtesy by appropriate use of TO and CC.

  442. This Week in Fiori (2014-43)

  443. This Week in Fiori (2014-42)

  444. Speaking at the SAP Architect & Developer Summit

  445. This Week in Fiori (2014-40)

  446. This Week in Fiori (2014-39)

  447. This Week in Fiori (2014-38)

  448. Scratching an itch - UI5 Icon Finder

  449. This Week in Fiori (2014-36)

  450. This Week in Fiori (2014-35)

  451. This Week in Fiori (2014-34)

  452. This Week in Fiori (2014-33)

  453. This Week in Fiori (2014-32)

  454. This Week in Fiori (2014-31)

  455. This Week in Fiori (2014-30)

  456. Keyed vs Non-Keyed Root JSON Elements & UI5 Binding

  457. OpenUI5 Tutorial at OSCON 2014

  458. This Week in Fiori (2014-29)

  459. This Week in Fiori (2014-28)

  460. Webinar and more - Understanding SAP Fiori

  461. This Week in Fiori (2014-27)

  462. Understanding SAP Fiori Webinar - The Director's Cut

  463. SAP Developer Advisory Board - Your Input!

  464. SAP Mentor Monday on UI5 - Links

  465. Paying IT Forward Links

  466. OpenUI5 CodeTalk Links

  467. Small steps - OpenUI5 toolkit now in jsbin.com

  468. Reaching Out

  469. Mocking up the Payroll Control Center Fiori App

  470. The essentials - SAPUI5, OpenUI5 and Fiori

  471. Public SAP Mentor Monday 24 Mar 2014 - UI5 with Andreas Kunz

  472. M is for 'responsive'

  473. Alt-K: Reading Notes

  474. XML Views and Resource Bundle Declarations

  475. UI5 XML Views - Another Example

  476. Help Us To Help You - Share Your Code

  477. Meta education - or teaching the teachers

  478. Quick hack: Calendar Inviter

  479. Mobile Dev Course W3U3 Rewrite - XML Views - An Analysis

  480. Custom Sorting and Grouping

  481. SAP UK & Ireland User Group Conference - Demo Jam!

  482. CodeTalk - SAPUI5 and SAP Fiori

  483. Mobile Dev Course W3U3 Rewrite - XML Views - An Intro

  484. Mobile Dev Course W3U3 Rewrite - ProductList, ProductDetail and SupplierDetail

  485. Mobile Dev Course W3U3 Rewrite - App and Login

  486. Mobile Dev Course W3U3 Rewrite - Index and Structure

  487. Mobile Dev Course W3U3 Rewrite - Intro

  488. Building SAP Fiori-like UIs with SAPUI5

  489. SheetAsJSON - Google Spreadsheet Data as JSON

  490. An Amazing 36 Hours at SAP Labs Israel

  491. Engaging the Next Generation

  492. #YRS2013 Hacks on Github

  493. Happy Birthday SCN, Old Friend

  494. Simple SAPUI5 Chrome icon for lazy developers like me

  495. CodeClub Thoughts

  496. Review of Dark Reserve Nr 3 from Lovibonds

  497. Functional Python - Itertools Exploration

  498. Our computational future

  499. 30 Day Challenge: No Beer!

  500. Public Github repo sapui5bin available

  501. Jump to Shell Workset Item from URL

  502. 30 Days Challenges

  503. Review of Fourth Dementia Old Ale from Kuhnhenn Brewing Company

  504. CodeClub and becoming a STEM Ambassador

  505. The Silent Club and Recharging Alone

  506. OData Everywhere

    Musings on the Open Data Protocol, SAP NetWeaver Gateway, and the importance of both.

  507. Blog It Forward - DJ Adams

  508. Review of Norwegian Wood from Haandbryggeriet

  509. Recent Interests

  510. Serial interest in the Raspberry Pi

  511. SAPUI5 - the future direction of SAP UI development?

  512. Two tools for Gateway trial host nplhost

  513. On Enterprise Geeks Podcast

  514. Firebase and SAPUI5

  515. The Developer Connection: Connect Like Never Before

  516. SAPUI5 Powered SCN Forum Finder

  517. New Omniversity Course Video!

  518. Review of Red Rice Ale from Hitachino Nest

  519. SAPUI5 says "Hello OData" to NetWeaver Gateway

  520. Making OData from SAP accessible with the ICM's help

  521. SAP ICF course marketing: video!

  522. On the Information Diet

  523. The Developer Renaissance

  524. HTML5 @ SAP

  525. SAP Developer Center

  526. Movember - please donate!

  527. Web Programming with SAP's ICF: new course dates

  528. Moving on ... to Bluefin Solutions

  529. Review of Milk Stout from Left Handed Brewing Co

  530. Reading List Mark 2 - Part 5

  531. Reading List Mark 2 - Part 4

  532. Reading List Mark 2 - Part 3

  533. Reading List Mark 2 - Part 2

  534. Reading List Mark 2 - Part 1

  535. Automated email-to-task mechanism with Google Apps Script

  536. Ad-hoc Data Workflows with Google Apps Script

  537. Stand steady on the shoulders of giants

  538. Review of Torpedo from Sierra Nevada

  539. Beer review: Dark Star's Saison

  540. SOA scaffolding and development architects

  541. Review of Saison from Dark Star

  542. Danger! Graduate Conveyor-belt!

  543. JSON and Other Animals - talk at Manchester jQuery Meetup

  544. Gmail Contextual Gadgets - talk at Manchester GTUG

  545. My browser A-Z

  546. The past and future of SAP integration: guest Bluefin blog post

    I wrote a guest blog post on the Bluefin Solutions website, about the Project Gateway.

  547. Project Gateway. A call to arms. Or at least to data.

    This was a guest blog post on Bluefin Solutions website which I wrote to herald a major turning point in SAP software's integration trajectory.

  548. Hacking the Delicious extension for Chrome

  549. Google Visualization API: Manchester GTUG Talk

  550. Not your father's SAP

  551. Getting started with Gmail Contextual Gadgets

  552. Scratching an itch - Magic The Gathering card info

  553. REpresentational State Transfer (REST) and SAP

  554. Tech skills chat with JonERP - a follow-on story

    How I was inspired to read and learn more.

  555. REST orientation - Controlling access to resources

  556. A new REST handler / dispatcher for the ICF

  557. Mainframes and the cloud - everything old is new again

  558. SAP and Google Wave - Conversation Augmentation

  559. Book review - SAP Business ONE Implementation

  560. One way of dealing with blogtheft from SDN - through images

  561. Dealing with "#blogtheft" from SAP's Developer Network

  562. Command lines of the future, and simplicity of integration

  563. Coffeeshop screencast: HTTP conneg, resource representations and JSON

  564. 2nd coffeeshop REST/HTTP screencast

  565. Google Wave, XMPP and complexity

  566. Webhooks postbin example for Coffeeshop

  567. First coffeeshop demo screencast

  568. 'Coffeeshop' - lightweight HTTP-based pubsub

  569. Information vs Behaviour

  570. A return to the SDN community, and a touch of Javascript

  571. Tarpipe REST connector in 5 minutes

  572. Twitter's success

  573. Analysing CV searches with Delicious

  574. SAP everywhere!

  575. An HTTP connector for Tarpipe: 'tarbridge'

  576. tarpipe.com - Programming 2.0?

  577. Old feed URLs fixed with a bit of mod_rewrite voodoo

  578. Back from Real Life

  579. OssNoteFix script updated for Greasemonkey 0.6.4 and Firefox 1.5

  580. Java and Gosling's FUD - madness or desperation?

  581. SAP and Open Source: the debate continues

  582. Acorn Atom and my start in computing

  583. SAP and Open Source - an analysis and letter to SAP and Shai

  584. MoonOverFailsworth

  585. Whither SAP?

    I’ve been thinking a lot recently about where SAP is going and what SAP is doing today, especially in the light of where it went and what it did in the past. To be honest, the thinking has been triggered by frustration at the nuts and bolts of SAP technical matters, particularly in the area of service support and basis work.

  586. SDN, Blogging, and Planet SAP

    In May I was approached by a chap at SAP in Walldorf who wanted to ask me some questions on blogging (I have a blog over on the SAP Developer Network) for an article he was writing for an SAP-internal magazine.

  587. The SAP developer community 10 years ago

    On the early years of the SAP community online.

  588. Turnkey MVS 3.8J on Hercules S/370 Screenshot

    Big iron and retrocomputing.

  589. SAP: temporary loss of touch with reality?

  590. Hacking the SAP service portal to make OSS notes better

    Deploying Greasemonkey to fix a long standing issue with OSS Notes at SAP.

  591. Ubuntu? Thanks. But no thanks.

    Lots of people seem to be very impressed with Ubuntu, the slick new Linux distro based on Debian, running Gnome.

  592. Europe, SAP, and two-way conferences

    It’s the end of the week that saw the SDN Meets Labs down in Walldorf.

  593. Flickr Pro from Robert

    I’m going to have to think of ways to make use of the extra bandwidth and picture storage capabilities, aren’t I?

  594. SDN Meets Labs

    Rain. Lots of it. And I drove through it all this morning, all the way down the A61, to get to SAP University in Rot, near Walldorf.

  595. SDN Meets Labs gets underway at SAP University

    The SDN Meets Labs at Walldorf-Rot gets underway at Walldorf-Rot.

  596. Muscle cars

  597. An overcorrection too far?

    Norman Walsh gives up ‘wrestling his way through the arcana of WSDL’.

  598. Postcode bookmarklet

    We’ve been spending time recently looking at property in the North West.

  599. Weblog happy in new home - note new URLs!

    Cool URIs don't change ... much.

  600. Ralphm on sjabber

    Digging into sjabber's source.

  601. Honest application requirements

    An unusual "user story".

  602. Blosxom entries into MT

    After setting up this blog, it was only natural to bring across my earlier blog posts that were previously served with Blosxom.

  603. A fresh start

    The perils and joys of self-hosting at a colo.

  604. (Mini) Installfest in the SDN clubhouse at TechEd

  605. Photos from SAP TechEd Munich

    The third weblog in two days … what’s going on? Well, Mark is a hard taskmaster, obviously 🙂

  606. The meaning of LIFETIME_RC

    Last week, during some preparation for my talk at TechEd on Thursday this week, I’d been wondering about something in the ICF that hadn’t seemed quite right.

  607. SAP TechEd first day - notes from Munich

    Well, after a nightmare getting here (V-Bird, the airline I was booked with, went bust) I’m now in Munich at a decidedly disconnected TechEd 04 (more on the disconnected misery later).

  608. SAP TechEd here I come ... with session slides!

    SAP TechEd is looming large, and this year it's in Munich. (If you’re not in Europe, then SAP are holding TechEd events in Bangalore, Tokyo, and San Diego too).

  609. The integration irony of SAP's technology directions

    I’ve finally realised what it is that’s been bugging me about the new arena of SAP technology.

  610. The Curious Incident Of The Dog In The Night-Time

    I bought three books at Manchester airport yesterday.

  611. A little taste of SAP at EuroFoo

  612. SDN Meetup in Walldorf - a summary

    Well, 24 hours (almost to the minute) have passed since I got off the train at Wiesloch-Walldorf station yesterday.

  613. TechEd talk winners - congrats

    Congratulations to the three TechEd talk winners Luke, Jayakumar and Andreas.

  614. Forget SOAP - build real web services with the ICF

    I don’t like getting into a lather when it comes to data and function integration. Rather than using SOAP, I prefer real web services, built with HTTP.

  615. Real Web Services with REST and ICF

    This piece has become somewhat famous (or infamous) in SAP tech circles, for the approach it took and the claims it made. I'm happy to say that REST won out and that those that tried to denounce me ... failed :-)

  616. NW4, OSS1 and logon group selection for OSS

    Digging into logon group selection.

  617. SAP at JAX 2004

    A brief report on JAX 2004.

  618. WAS 6.40 testdrive for Linux is here!

    Phew. What a day yesterday at the world’s biggest IT fair.

  619. Successful installation of EP plugin into testdrive WAS 6.10 system

    I spent most of yesterday in the kitchen, my favourite place.

  620. Tim O'Reilly and the three 'C's

    Well, I made it to FOSDEM this morning with time to spare.

  621. FOSDEM, and small OSS Notes Browser Hack

    Tomorrow morning I'm off to Brussels for FOSDEM - the Free and Open Source Software Developers' Meeting.

  622. FOSDEM and Brussels, here I come!

    I’ve been umming and arring over conferences this year.

  623. Hawo's Queen of Grain Mills

    I've been baking bread now for quite a while now. The bread baking bug first got ahold of me when visiting friends. They had a bread making machine – something that you put all the basic ingredients into, hit a button, and presto. Naturally we bought one soon after, and I was, well, "hooked".

  624. Hello, 2004

    2004 is here. Neues Spiel, neues Glück.

  625. SAP TechEd - Collaborative notes

    I’m off to SAP TechEd this week in Basel.

  626. Dashboard as extension to R/3 and SAPGUI client

    How do your users work with SAP data? Exclusively through SAPGUI or with other desktop apps too? If it’s the latter, read on.

  627. Plums and the antithesis of technology

    I haven’t been online much recently.

  628. Improving the OSS note experience

    How can we make this key service less unpleasant to use?

  629. SAP InfoTag on Web Application Server

    SAP are running an Infotag on the Web Application Server in early September.

  630. SAP talk at OSCON, and RSS

    Reflecting on our talk at OSCON about extending SAP with open source tools and protocols.

  631. Google Pocket Guide out now

    My new book for O'Reilly is out.

  632. Another great OSCON

    Reflecting on another Open Source Convention.

  633. Thanks, Randal

    Relaxing in an 80's arcade at OSCON.

  634. Dashboard, a compelling articulation for realtime contextual information

    Miguel de Icaza and Nat Friedman were keynoting at OSCON this morning.

  635. SAP and Open Source BOF at OSCON

    Merging the enterprise and open source worlds over a beer.

  636. Bittersweet

    On each occasion I’ve travelled to the USA, either on business or for pleasure, I’ve entered the country with a rather bitter taste in my mouth.

  637. Thinking vs doing

    In the past, I’ve mentioned to friends some of the thinking I’ve had about the Semantic Web, RDF, and related stuff (FOAF, RSS, and so on).

  638. Some ramblings on URIs and identity

    Coming back from a short break from the tech world recently, I started to reacquaint myself with FOAF and RDF, amongst other things.

  639. SAP stuff at OSCON

    My partner-in-(code)-crime Piers Harding and I are speaking at this year’s OSCON (Open Source Convention).

  640. The SAP/MySQL Partnership

    I keep hearing reports that the recent announcement of cooperation between SAP AG and MySQL AB has been making the community unhappy.

  641. Speaking at OSCON 2003

    Always an honour and a privilege.

  642. "A brilliant literary mash-up"...

    The fusion of Hogwarts and Molesworth.

  643. Weblogs and Wikis - Blurring the Boundaries

    More on the crossover between blogging and wikis.

  644. New Blosxom plugin 'submission'

    A generic blogging mechanism for accepting content POSTed to it.

  645. 'Conneg' and the duality of weblogs

    Philosophy triggered by the lowly but essential connection negotiation aspect of HTTP.

  646. Tiki parser for MoinMoin

    Embedding the Tiki language into the MoinMoin wiki.

  647. Blosxom 2.0 Beta1

    Looking at the latest release of the blogging software that I use.

  648. RSS aggregators and user-agent information for Blagg

    Tool reuse a la Unix philosophy, and more on building out the future in tiny steps.

  649. Tinkering with RSS and NNTP

    The beauty of open standards is that they can be adopted, remixed and combined.

  650. Your wishlist in 'consumable' XML

    Introducing a new experimental Perl module.

  651. Asleep in 2002

    Amazon does seem to have XML based data available after all.

  652. The fragility of retro-engineering

    Having to modify my allconsuming scripts because of differences between amazon.co.uk and amazon.com data.

  653. Transferring my Amazon wishlist to AllConsuming.net

    Scripting to the rescue, as always.

  654. Presentations, Wikis, and Site Navigation

    Why build something when there's already a standard to embrace?

  655. Content-Type and Blosxom's RSS

    The perils of unescaped content in feeds.

  656. Wisdom, diplomacy, or serendipity?

    On the architectural style(s) of allcosuming.net's API.

  657. The universal canvas and RSS apps

    Thoughts on the applicability and utility of the format.

  658. The disruptive engineering spectrum, and "booktalk", an AllConsuming app

    Creating an experimental service based on existing mechanisms.

  659. Creating the "Entry index"

    More on building out how my blog looks.

  660. A new year and a new approach

    Taking a fresh, less cluttered approach to the website and blog.

  661. Startups and software patents

    Dave W points to Strangeberry, a startup that are doing a Java rendition of Rendevous.

  662. For REST, read 'Architectural Style'

    In the swirling mass of memes surrounding web services it’s sometimes easy to forget that REST is an architectural style, an approach, rather than something that you install or debug.

  663. "Assaults on the Internet's end-to-end-architecture"

    What can and should we do about spam?

  664. Ben's RSS book

    A new book on RSS from Ben Hammersley.

  665. RESTifying RT

    Some notes on providing a RESTful API for Request Tracker.

  666. 'Practical RDF' book up for public review

    Shelley Powers' new book.

  667. Notes to self: What should the rdf:about point to?

    If nothing else, RSS 1.0 is a great source of contemplation and wondering. This morning, I’ve been considering the thoughts surrounding the rdf:about attribute in the channel element.

  668. A moment of clarity: The significance of RSS 1.0 as an RDF application

    It's to do with the emphasis on RDF rather than XML, in RSS.

  669. The case of the missing rdf:Description

  670. More thoughts to ponder

    Here are two or three thoughtbites that I’ve come across over the past few days and that have stayed with me. I just thought I’d share them here as it’s the weekend and often a good time to think about things.

  671. XML Scripting, data manipulation, and RDF

    Can there be native support for XML as a data type?

  672. Moving from description to content:encoded in my RSS 1.0 feed

    Using the mod_content module of RSS 1.0.

  673. From RSS 0.91 to 1.0

    Incantations to progress to RSS 1.0.

  674. The RDF in RSS

    Digging into the real truth about the RDF in RSS.

  675. Moving between Mozilla tabs with the keyboard

    An answer to my question on keyboard controllable Mozilal features.

  676. Mozilla "Bookmark This Group of Tabs"

    Improving the browsing experience one feature at a time.

  677. REST, Google, and idempotency

  678. Cacheing on XSLT service

    More on the Mozilla sidebar experiments.

  679. Sidebars, Mozilla, RSS: old and new

    RSS, RDF, XUL, XSLT and more.

  680. You know you're getting old ...

    Looking back on this year's OSCON.

  681. The OS tables are turning...

    The origins of one of my favourite phrases "Does not work on Windows".

  682. Just finished re-reading: The Player Of Games (Iain M Banks)

    Some thoughts on The Culture.

  683. The mist is clearing ...

    On my continuing quest to grok REST.

  684. From REST to URIs, the Semantic Web, RDF, and FOAF

    Protocols and formats making up the semantic web.

  685. The 80/20 of HTTP

    Musing on how HTTP is used in the main.

  686. Reflecting weblogs.com 'ping's with SOAP, Jabber, and Pubsub

    More on building out the weblog-o-sphere infrastructure.

  687. Programming Jabber review

    A positive review of my O'Reilly book.

  688. Accessibility and Blosxom

    Extending my blogging engine for accessibility.

  689. A change and a rest

    Back recharged from holiday.

  690. 'Blosmail' - add and maintain your blog entries via email

    Experimenting with Blosxom editing via a different medium.

  691. Standing on the shoulders ... Exploring Weblog Neighbourhoods with Blogdex

    Inspired by Mark and Dave, I’ve been doing a bit of neighbourhood exploration hacking of my own.

  692. Small Blagg mod to enable custom formatting of 'blaggregated' items

    An unofficial modification to Blagg.

  693. Changed link tags

    More work on RSS, metadata and discovery.

  694. HTML link tag for Blogroll

    Social network scripting and blog rolls.

  695. Collapse/Expand feature for my Blaggregated display

    Extending Blagg and related features.

  696. Extreme Computing 2002

    Going to the Festival of Inappropriate Technology.

  697. RSS's underlying structure, and meta-RSS.

    I’ve been pondering the nature of RSS, the lightweight syndication and feed format which is a heavy contender for the most talked-about XML format these days (uh, I suppose this post goes some way to help the cause too :-).

  698. HTML LINK to RSS source

    Continuing the build-out of weblog based mechanisms.

  699. Top tip

    On falling down the stairs.

  700. ETag-enabled wget

    Adding ETag awareness to the venerable wget utility.

  701. More thoughts on HTTP, Email, and Jabber

    On HTTP headers and queueing architectures.

  702. "Web^H^H^HInternet Services"? Some Ramblings.

    I’ve been pondering the term “Web Services”. While I completely understand and agree with all the reasonings behind the term (the ‘original’ services were accessible via web clients, HTTP is the underlying and ubiquitous transport, blah blah blah), I’m wondering whether “Web Services” is the best term to use.

  703. The Panopticon

    Extending the Panopticon experiment with XML messaging via Jabber.

  704. Jabberconf Blaggplug version 0+1b

    Updating the Jabber conference plugin for Blagg (the Blosxom RSS aggregator).

  705. (Jabber-)Browsing the Panopticon data

    More on extending the Panopticon experiment.

  706. Amphetadesk Links

    More on feeds, subscriptions and aggregations.

  707. Subscription from Radio

    Maintaining feed metadata.

  708. Mr 80-Percent

  709. Blaggplug: jabberconf

    Aggregation and publish/subscribe.

  710. YARM: Yet Another Referers Mechanism

    Referers, backlinks, and the Unix command line.

  711. One small step ... one giant leap ...

    Calling remote functions over Jabber.

  712. Calendar code

    The calendar script for my sidebar.

  713. Bring on the SSI

    Server Side Includes and Blosxom.

  714. Blosxom vs the world

    The choice and decision to use specific blogging software.

  715. Blog software review

    More on blogging software.

  716. community(disagreement + debate) = inspiration

    The debate between SOAP and REST.

  717. "Blog Locally, Publish Globally"

    On the enduring pattern of local control but global reach.

  718. Other side of the coin: 5335 now resurrected

    RSS, Radio Userland, and redirectors.

  719. Original Peerkat-based weblog back up for reference

    More on Peerkat, a data syndication aggregator.

  720. Coffee Mugs and weblog interop

    Experimenting with Peerkat, feeds and Blosxom.

  721. Cross pollination and blossoming of scripts

    On the growing Blosxom ecosphere.

  722. My bookmarks

    Scripting with bookmarks.

  723. Off with the (relatively) old, on with the new

    More on Blosxom, and a fix to our colocated server.

  724. Interview on jabber.org

    A transcript of my interview on jabber.org.

  725. Hello Blosxom

    A move to the Blosxom blogging software.

  726. Bot window as command line of the future

    Musing on doing more from within the chatbot prompt.

  727. FOSDEM interview

    This post is a transcript of an interview by Raphaël Bauduin for FOSDEM.

  728. What is a Jabber client?

    "A rose is a rose, by any other name." But is the same true for a Jabber client? I don't think so.