Links tagged with “via:simonwillison”
-
radiac/nanodjango: Full Django in a single file
Sounds great, very clever. Nicely done. (via Simon Willison)
-
Release Notes: How to make self-hosted maps that work everywhere and cost next to nothing • MuckRock
Anything I knew about making maps is very out of date so, for future reference. ( via Simon Willison)
-
Timezones in Python - Benjamin “Zags” Zagorsky (PDF)
I keep referring to bits of this, so I should save it. Handy examples of right and wrong ways to do times. (via Simon Willison)
-
Sensemaking: Django for Startup Founders: A better software architecture for SaaS startups and consumer apps
Lots of interesting advice for structuring Django projects (and some more general advice). (via Simon Willison)
-
HackSoftware/Django-Styleguide: Django styleguide used in HackSoft projects
Interesting to see how people settle on organising things. (via Simon Willison)
-
Several grumpy opinions about remote work at Tailscale - apenwarr
I enjoyed this summary of different remote working tools for a small team. (via Simon Willison)
-
Your own hosted blog, the easy, free, open way
How to host a blog on GitHub Pages, doing all creating, writing, editing, uploading on the GitHub website. (via Simon Willison and Waxy)
-
What do you call the parts of a story? Or: why can’t journalists spell “lead”? · The Ethically-Trained Programmer
More interesting than lede vs lead which, oddly, doesn’t even come up, except in a comment. (via Simon Willison)
-
Free for developers
“This is a list of software (SaaS, PaaS, IaaS, etc.) and other offerings that have free tiers for developers.” (via Simon Willison)
-
My Python Development Environment, 2020 Edition | Jacob Kaplan-Moss
As the previous edition, interesting. I’ll stick with pipenv instead of poetry for now, as I’m happy with it. I should use pipx but not sure how to go from my current mess to that. (via Simon Willison)
-
All The Places | A growing set of web scrapers designed to output consistent geodata about as many places of business in the world as possible.
Handy, and a nice example of making scrapers to work with loads of different sites. (via Simon Willison)
-
Feature Toggles (aka Feature Flags)
I’ve never worked on a project with these, but this is a great description of the ideas behind them, and the different categories of feature flags. (via Simon Willison)
-
Optimizing Django Admin Paginator – Haki Benita – Medium
Not only for this tip but for the other posts this links to. Lots of handy customisations for Django Admin. (via Simon Willison)
-
django-bakery documentation
“A set of helpers for baking your Django site out as flat files” made and used by the LA Times Data Desk. (via Simon Willison)
-
GitHub - kennethreitz/requests-html: HTML Parsing for Humans™
Python web requests and page scraping. Looks like it might be a bit easier than BeautifulSoup. (via @simonwillison)
-
My essential django package list — /var/
A handy list including a few handy things I hadn’t heard of. Plus useful descriptions of them all. (via Simon Willison)
-
Django Service Objects
I like keeping stuff like this out of views and models, and this seems like a nice way to do it. (via @simonwillison)
-
URL Design — Warpspire
Tips for designing URLs, most of which seems like common sense to me, but also some tips re HTML5 Javascript shenanigans. (via Simon Willison)
-
ASCII by Jason Scott / Yahoo!locaust
About Yahoo! and Delicious, and other things they’ve closed, and Flickr, and the fact all the content on Yahoo! Video will be deleted in March. *sigh* (via Simon Willison)
-
Backbone.js
What looks like a lovely way to structure large JavaScript projects into an MVC structure. (via Simon Willison)
-
Ben Alman » jQuery Misc plugins - jQuery queueFn
“Execute any jQuery method or arbitrary function in the animation queue.” Handy, and I keep forgetting where to find it. (via Simon Willison a while back)
-
Live blogging the general election | Media | The Guardian
I think this was the most useful, interesting, to-the-point, immediate, high-signal, and simply best news media I’ve experienced in a long, long time. (via Simon Willison)
-
Plupload - A tool for uploading files using Flash, Silverlight, Google Gears, HTML5 or Browserplus
From the developers of TmyMCE. (via Simon Willison)
-
Tipsy
More jQuery-based, Facebook-style, tooltips. (via Simon Willison)
-
qTip - The jQuery tooltip plugin - Home
(via Simon Willison)
-
Barac consulting | Notes on designing the Guardian iPhone app
Always good to read about design processes, and this helps me understand why some of the things I find slightly annoying about the otherwise good app are the way they are. (via Simon Willison)
-
Cartographer.js – thematic mapping for Google Maps
Javascript library for mapping data nicely onto Google Maps. Area-scaled circles, choropleth, etc. (via Simon Willison)
-
IanVisits London Events Guide
Fantastic guide of interesting things going on in London. I’d like an iCal file, but otherwise, handy stuff. (via Simon Willison)
-
Styling buttons to look like links | Natalie Downe
For the very few occasions when you want to make a submit button look like a standard link. Not that you should. (via Simon Willison)
-
Yahoo! Placemaker™ Beta - YDN
Parses text and extracts any recognisable locations. (via Simon Willison)
-
The Little Manual of API Design (PDF)
Sounds like a handy thing for future reference. (via Simon Willison)
-
Haystack - Search for Django
(via Simon Willison)
-
Readernaut
Nicely done site for not only logging your reading but keeping notes on it too.
-
Building and Scaling a Startup on Rails: 12 Things We Learned the Hard Way - Axon Flux - A Ruby on Rails Blog
Nice “lessons learned” piece (via Simon Willison)
-
Django Settings Tip - Setting Relative Paths | Morethanseven
(via Simon Willison)
-
Recreating the button | stopdesign
Doug Bowman on how buttons were developed on Google apps. Good HTML/CSS cleverness. (via Simon Willison)
-
Support OpenStreetMap Donate Now
OpenStreetMap are trying to raise £10,000 to buy a new API database server for their fantastic work. (via Simon Willison)
-
ASCII by Jason Scott / Eviction, or the Coming Datapocalypse
Catching up on stuff… AOL Hometown shut down and wiped all its users’ sites with four weeks’ notice. It’s bad enough when chunks of the web disappear, but worse like this. (via Simon Willison)
-
Oakland crime maps XI: how close, and how bad? (tecznotes)
Thought process on making heat maps out of the Oakland Crimespotting data. (via Simon Willison)
-
Why Google App Engine is broken and what Google must do to fix it. at Aral Balkan
My word, it sounds quite useless really. (via Simon Willison)
-
Why HTML
More recent arguments for why to use HTML rather than XHTML. (via Simon Willison)
-
What is it like to write a technical book? at Xaprb
Great write-up of what it was really like to write a big complicated book, managed by rather disorganised people. (via Simon Willison)
-
Dean Wilson@UnixDaemon: … be good, get good or give up.
Guidelines for using cron nicely. (via Simon Willison)
-
24 ways: Tracking Christmas Cheer with Google Charts
A good guide on how to use Google Charts. (via Simon Willison)
-
Python-by-example
In case I ever get round to Python (via Simon Willison)
-
Equidistant Objects with CSS - CSS-Tricks
Spacing things out horizontally with CSS. (via Simon Willison)
-
DebugBar - IE extension for web developer : DOM inspector, Javascript debugger, HTTP headers viewer, Cookies viewer
Looks handy for those times one has to painfully test things in Internet Explorer. (via Simon Willison)
-
Cruciforum: crucially simple
A very simple discussion forum that involves uploading a single file to your website. (via Simon Willison again)
-
The Information Freeway :: A map of the planet
A very nice viewer for the Open Street Map data. I had no idea they had so much, and it looks gorgeous close-up. (via Simon Willison)