Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
dominicrodger
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
4 ms
·
1.
▲
Git Undo
(megakemp.com)
288 points
by
dominicrodger
10y ago
|
170 comments
2.
▲
Let’s Encrypt and iTunes podcasts
(dominicrodger.com)
26 points
by
dominicrodger
11y ago
|
5 comments
3.
▲
by
dominicrodger
13y ago
> If your documentation is a directory full of files on GitHub, I close the tab. With GitHub Pages, Read the Docs, and other places to host generated documentation for free, not making an effort is unforgivable. He's not arguing aga
4.
▲
by
dominicrodger
13y ago
Pretty sure it's a typo (speaking as a Brit). In the mother of all pedantic pull requests, I've created https://github.com/python/pythondotorg/pull/77
5.
▲
Kickstarter for Improved PostgreSQL support in Django
(kickstarter.com)
29 points
by
dominicrodger
13y ago
|
3 comments
6.
▲
by
dominicrodger
13y ago
It's now documented and everything: https://docs.djangoproject.com/en/dev/topics/migrations/#upg...
7.
▲
by
dominicrodger
13y ago
Doesn't this mean people can track whether you've read an email by including some kind of unique identifier in the image path? If not, how could this possibly work?
8.
▲
by
dominicrodger
13y ago
Likewise - I did this as part of a hackathon earlier this year - thoroughly enjoyed seeing how all the pieces fitted together.
9.
▲
TweetDeck Android, iOS apps will vanish from app stores in two weeks
(zdnet.com)
1 points
by
dominicrodger
13y ago
|
0 comments
10.
▲
by
dominicrodger
13y ago
See also https://news.ycombinator.com/item?id=4970707
11.
▲
by
dominicrodger
14y ago
I'm pretty sure they're just markers telling you what the code is an example of, so they get out of your way when you hover over the code.
12.
▲
by
dominicrodger
14y ago
We use it to mean practising how we handle bad things, such as unexpected server failures, which seems to me a reasonable appropriation of the term.
13.
▲
by
dominicrodger
14y ago
Thanks for the write-up - interesting read. Out of interest, how do you catch and block all POST requests when the site's in read-only mode without duplicating code? Not sure if you use CBVs at Lanyrd - if so, do you use a common mixin? If
14.
▲
Ladies first: Inside the first women-only game jam
(bbc.co.uk)
2 points
by
dominicrodger
14y ago
|
0 comments
15.
▲
by
dominicrodger
14y ago
See also "Entmoot" from Lord of the Rings.
16.
▲
Twitter blocks neo-Nazi account to users in Germany
(bbc.co.uk)
5 points
by
dominicrodger
14y ago
|
5 comments
17.
▲
by
dominicrodger
14y ago
I don't think it is, based on the GitHub repository powering http://slug.in ( https://github.com/yetizzz/zzz ).
18.
▲
by
dominicrodger
14y ago
Kenneth Love's working on this at http://gettingstartedwithdjango.com/ .
19.
▲
Nikola Tesla: The patron saint of geeks?
(bbc.co.uk)
5 points
by
dominicrodger
14y ago
|
0 comments
20.
▲
by
dominicrodger
14y ago
Isn't that what http://fredericjacobs.com/identifying-the-traitor is?
21.
▲
by
dominicrodger
14y ago
What's wrong with PIL on Ubuntu? If you're running into needing to repoint JPEG_ROOT/ZLIB_ROOT - I've started avoiding that by symlinking where PIL expects things to be to where they actually are). Works a charm, and avoids using --system-s
22.
▲
by
dominicrodger
14y ago
FWIW, I think "Will Chirp become 'next Twitter'?" was the short version of the title, based on the most read links on the BBC site.
23.
▲
Never Fix a Bug Twice
(lukeplant.me.uk)
3 points
by
dominicrodger
14y ago
|
0 comments
24.
▲
by
dominicrodger
14y ago
Nice work! Might want to update the README - it's no longer a jQuery plugin.
25.
▲
by
dominicrodger
14y ago
Maybe previous experience is significant - I learned to program building websites (HTML -> early CMSes -> PHP), then did a computer science degree (mostly Java, though I did a bit of Ruby on Rails), then got a job in C++ (where I st
26.
▲
by
dominicrodger
14y ago
FWIW - I learned Python by learning Django, and loved it. Probably a meaningless datapoint, but I thought I'd offer it anyway.
27.
▲
by
dominicrodger
15y ago
Presumably only by observing a company over time: does their behaviour change? Have they kept their promises for how they're going to fix it?
28.
▲
by
dominicrodger
15y ago
Anyone else's imaginations going wild thinking what bizarre combination of circumstances might lead to the lack of a "group by" in an ORM leading to a gradual death, during which one still has sufficient strength to post to HN?
29.
▲
by
dominicrodger
15y ago
The quote is Kernighan's I think: "Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it."