Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
molo_
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
molo_
15y ago
Gandi.net. Some people say their support is mediocre, but I haven't had to use it. Good luck. -molo
2.
▲
by
molo_
15y ago
You can proxy https. See RFC2817 section 5. -molo
3.
▲
by
molo_
15y ago
Sure, that wasn't directed at you personally. Thanks and cheers.
4.
▲
by
molo_
15y ago
Well it seems that we hit the nesting limit, so I will reply to this post. I'm not including a URL, I'm just signing my name. Please keep in mind that is a guideline.
5.
▲
by
molo_
15y ago
Is it really necessary to downmod me for that?
6.
▲
by
molo_
15y ago
Hi, thanks but that is what I've been doing for ages.
7.
▲
by
molo_
15y ago
You argue for more control, but tying windows to threads at the OS layer is actually enforcing less control.
8.
▲
by
molo_
15y ago
This is about an OS-layer API, not a windowing toolkit API. Tying the window to a thread at this layer makes it impossible to have a single-threaded UI application. It is inflexible.
9.
▲
by
molo_
15y ago
This is more than just a quirk. Lets go through the bogons here: 1. Signal system confuses notifications with commands 2. API ties windows to threads 3. System allows you to send WM_DESTROY from one thread to another even though it provide
10.
▲
by
molo_
15y ago
Wow, thanks for exposing me to how braindamaged win32 really is.
11.
▲
by
molo_
15y ago
In North America there seem to be two seasons for apples: autumn in North America, and autumn in South America. In September and October you get the fresh NA apples. In March and April you get the fresh SA apples. There is no reason to
12.
▲
by
molo_
15y ago
This article could really do with some photographs. I don't think the local Whole Foods by us does some of these things.
13.
▲
by
molo_
15y ago
Also, this fictional account appears in Wireless , a collection of short stories and novellas by Stross. It is great to see that medium still alive and publishable. [Edit: format]
14.
▲
by
molo_
15y ago
There are two contributions to the load factor: number of processes/threads on the ready-to-run queue and the number blocked on I/O. The processes blocked on I/O show up in the "D" state in ps and top and also contribute to this number. Th