Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
codefisher
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
codefisher
6y ago
But we expect this don't we from YouTube? Just as an example of how broken it is I have been live streaming at our local church, our parish priest decided to sing "Tantum ergo" which was written and set to music at best gues
2.
▲
Why Python does not need Private Methods
(codefisher.org)
1 points
by
codefisher
11y ago
|
0 comments
3.
▲
by
codefisher
11y ago
I will also have to write normal views for it. I just would like some easy system for pluging those views all together nicely for, without having to do it myself. Also some extra stuff to take care of permissions when doing that. I eventu
4.
▲
by
codefisher
11y ago
I mentioned the admin interface as well. I wish it was easier to customise when you need something more user friendly, and not something that is just a GUI for accessing the database. But it is hard to get away from, since everything else
5.
▲
by
codefisher
11y ago
I would like more accountability from professors somehow. Maybe not from student reviews, but at least someone unknown to the professor randomly attend a few classes to check the quality of them. Right now I have a professor that says thin
6.
▲
by
codefisher
11y ago
This was what we taught to say when I was a tutor for a university. The point was the student could not come and just point out that something was wrong with the marking and they deserve more points. If they thought the grade was not fair
7.
▲
Python How To: Group and Count with Dictionaries
(codefisher.org)
7 points
by
codefisher
11y ago
|
0 comments
8.
▲
by
codefisher
12y ago
This looks like it could help make it much easier to profile my django web apps during development.
9.
▲
Hacker News Share Button for Firefox and Chrome
(codefisher.org)
1 points
by
codefisher
12y ago
|
0 comments
10.
▲
Python: Tips, Tricks and Idioms – Part 2 – Decorators and Context Managers
(codefisher.org)
1 points
by
codefisher
12y ago
|
0 comments
11.
▲
by
codefisher
12y ago
The equivalent code with out the context manager is actually this: f = open('foo.txt') try: contents = f.read() finally: f.close() So yes, extra reason to prefer the context manager.
12.
▲
by
codefisher
12y ago
I am in Europe (Italy) right now and before it was taken down thepiratebay.se was blocked. But now I can access it directly. Interesting.
13.
▲
Python Tips Tricks and Idioms
(codefisher.org)
5 points
by
codefisher
12y ago
|
0 comments
14.
▲
by
codefisher
12y ago
Users should be able to access all your content without JavaScript. I think the old rule of progressive enhancement still applies, JavaScirpt can add extra things, but everything should remain functional without it. If it does not work wit
15.
▲
Silk Icons as svg, more icons, more sizes
(codefisher.org)
1 points
by
codefisher
12y ago
|
0 comments
16.
▲
by
codefisher
12y ago
I saw most of this coming. I have studied a little Ancient Greek which has the same problem of the Arabic, and Polish which is similar to the Russian, and now I am living in Italy. I guess it is one of those things though as programmers
17.
▲
by
codefisher
12y ago
Besides all the jokes - which are funny - this is something I posted a bug about before, when working on slow unreliable networks this can happen. You end up reading half the page, and then it tells you it can be displayed.
18.
▲
by
codefisher
12y ago
What I came here to say. If the screen is wider, it just means I can position two things side by side, what ever that be: email + webpage, word document + webpage, code + webpage, code + command line
19.
▲
by
codefisher
12y ago
I pirate tv and movies because for me that is the only reliable way. If I got to Amazon/iTunes and try and buy a download it rejects my visa card for not being from the country in which I live (studying overseas). The torrets are pro
20.
▲
by
codefisher
12y ago
That is not really very relevant when building a Firefox add-on. Firefox add-ons get incredible access privileges to the browser internals. That is part of what makes it hard, but also powerful. An example of what I mean, it was not overl
21.
▲
by
codefisher
16y ago
I would guess it is in part because a lot of them carry around far too much baggage that adding this in afterwards is too much work. I am having a shot at it with django. Rather early yet, but doing something like this is the goal. It only
22.
▲
by
codefisher
16y ago
It looks like I have got higher up the ranks for some of my keywords, so the change must be good ;)
23.
▲
by
codefisher
16y ago
I guess they mean they made everything that the user is aware of. Uses don't see, or even need to know about WebKit or SQLite. But since when was advertising honest?
24.
▲
by
codefisher
16y ago
It would be nice if they made it easier to disable all alerts (it is possible, but takes a bit of reading to work out). In general I hate their use. 10 years is too long though for a simple thing like this.
25.
▲
Firesheep banned from addons.mozilla.org
(codefisher.wordpress.com)
4 points
by
codefisher
16y ago
|
0 comments
26.
▲
by
codefisher
16y ago
It would just turn into a place where nobs ask questions, and you really want that done in the proper place. And you also have the moderator overhead.
27.
▲
by
codefisher
16y ago
Haskell was my answer too, mainly because it is rather different from other languages I know, so it forces you to think out side the box, and try new things. Which you then bring back to other languages.
28.
▲
by
codefisher
16y ago
Do similar things only when there is nothing else really interesting ready to hand. So if I have an assignment due and have a total dislike for it, yes I will waste a lot of time reading various site like HN. But if I have something fun a
29.
▲
by
codefisher
16y ago
The book I have is "C A reference Manual" by Harbison and Steele. The advice I got when I had to buy one or other for a course I was doing that it covered much the same stuff, just assumed you had some background in programming.
30.
▲
by
codefisher
16y ago
I don't know, the contract between the background and the text is low already, so making it worse would be kind of hard. I like using a drop shadow on headings or other important bits of text that have been placed on something that causes t
More ›