Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
pjakma
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
pjakma
10y ago
The problem is the number of people who are into Illumos and want a portable Unix server is insignificant. All products came with fixed overheads (e.g. cost of tooling to start production), which have to be divided over the likely customer
2.
▲
by
pjakma
10y ago
They do, sort of. Intel were using SPARC cores in at least one of their "Management Engine" devices in chipsets recently anyway. ;)
3.
▲
by
pjakma
11y ago
OpenVSwitch is a component in OpenSwitch. E.g. OpenSwitch uses OVSDB as its pub/sub configuration store, and also for other state. Other free software / open-source network projects like Quagga have been modified to take their con
4.
▲
by
pjakma
12y ago
Google Docs has the same behaviour for me as Evince on annoted-highlights: shows the highlight on the text, but doesn't show or provide anyway to view the associated annotation. Edit: Remove IIRC - justed tested Google Docs again and t
5.
▲
by
pjakma
12y ago
I have some people who send me corrections via PDF annotations and notes. Neither Evince nor XPDF fully support these. Highlighted annotations particularly, Evince shows the highlight but doesn't show the annotation text (no icon to sh
6.
▲
by
pjakma
12y ago
The US funnelled hundreds of millions of $ through Pakistan to help fund the Mujahideen in Afghanistan. The CIA also provided direct support, in training and weapons, etc. https://en.wikipedia.org/wiki/Operation_Cyclone
7.
▲
by
pjakma
13y ago
Yes, log^2(x) seems almost always to be used to mean [log(x)]^2 in the routing theory papers I tend to read. I agree with you though that using log^2(x) for [log(x)]^2 is horridly ambiguous notation that should be avoided! (Which reminds me
8.
▲
by
pjakma
13y ago
I think the table in IX is wrong about log^2(x) being the same as log(log(x)). For me, and my impression is for many others, log^2(x) means log(x)log(x).
9.
▲
by
pjakma
13y ago
Yeah, you can opt out of the ones at Schiphol. One time I got a security guard give me a talk about how safe they were, and why wouldn't I want to. They're millimetre wave machines, I think, so they likely are safe (certainly not
10.
▲
by
pjakma
13y ago
I download movies and TV shows using Bittorrent and index sites like TBP because of DRM. Often these DRM systems are not available for Linux, or if they are, they require installing some big blob of binary code. It is easier and more secure
11.
▲
Code and error handling strategies and FSMs
(paul.jakma.org)
1 points
by
pjakma
13y ago
|
0 comments
12.
▲
Are IPv6 addresses too small?
(paul.jakma.org)
3 points
by
pjakma
13y ago
|
0 comments
13.
▲
by
pjakma
13y ago
Yeah, it's language sugar to capture variables (including automatics) from an outer scope and make them available to an anonymous function. This may involve copying the variables to other storage (e.g. to heap) if the anonymous functio