Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
codyps
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
16 ms
·
1.
▲
by
codyps
9y ago
When drives are never replaced, yes. In the case where the chassis lasts longer than the drives (which I'd imagine is often), extra cost in drives adds up.
2.
▲
by
codyps
9y ago
The idea with having eBPF in the kernel is that we can limit the amount of trust given to a particular user-space task. Accepting compiled stuff in the form of a kernel module requires root privileges and requires that the kernel essentiall
3.
▲
by
codyps
9y ago
`alloca` is a simple addition to the stack pointer, so a single instruction, presuming it isn't folded into the normal bump of the stack pointer to allocate the fixed size local variables. There isn't really much cost to doing a d
4.
▲
by
codyps
10y ago
So the only things I'm seeing in the linked circonus code that differ from illumos: 1. no use of a kernel supplied page, determines skew/etc itself in userspace 2. stores information on a per-cpu level, and tries to execute cpuid
5.
▲
by
codyps
10y ago
For those actually curious about the implementation on solaris/illumos, heres a quick rundown (from looking at current illumos source): - comm_page (usr/src/uts/i86pc/ml/comm_page.s) is literally a page in kern
6.
▲
by
codyps
10y ago
I end up using it when fixing up local changes which had broken due to upstream modifications. It's generally not seen as very good to send things upstream that conflict with existing changes, and including merges (from master, primari
7.
▲
by
codyps
10y ago
A bit clearer with the full quote: > Although limiting liability online was intended to protect sites hosting digital content, it carried over to service platforms
8.
▲
by
codyps
10y ago
distcc is not a cache. It doesn't keep the output of the compiler around after it builds things. It (only) distributes running the compiler around (and to do that handles some details of preprocessing, in certain modes) and then gets t
9.
▲
by
codyps
10y ago
There is a per-user limit to the number of inotify handles available (max_user_watches) and the default value is 8192. The limit exists because there is a ~1KiB kernel memory overhead per watch (though there should really be a way for them
10.
▲
by
codyps
10y ago
regarding "out of tree": I'm not quite sure about your explanation here (just looks like a list of source files), but presuming you mean "creates output files in a seperate directory from source", it doesn't re
11.
▲
by
codyps
11y ago
The author also doesn't cover autoconf/automake, which operates in the same vein as cmake (generating files for use by another build tool). I agree, it would be useful to evaluate it here as it provides a bunch of the features the
12.
▲
by
codyps
11y ago
ninja? tup? Article doesn't note the property of being able to depend upon the entire command that generates an output (ie: re-generate when compiler flags change). This is something that makes doing reliable builds much easier (when p
13.
▲
by
codyps
11y ago
Well, the front page did recently have people complaining about a bunch of paid products (github, twitter, everything IBM does). I'd expect us to treat open source projects like any other, and part of that is by noting their failings.
14.
▲
by
codyps
11y ago
iirc, apt has support for it (it will only download a single thing at a time from a given host, but does appear to download different things from different hosts at the same time). I believe gentoo's emerge also has support (though I&#
15.
▲
by
codyps
11y ago
I don't think it would be. Parallel downloads would simply mean that more of the client's bandwidth is consumed by connecting to multiple mirrors at once. Each individual mirror will, at most, still supply the same total bytes and
16.
▲
by
codyps
11y ago
I was interested in your comparison in #1, wrt "HN community overreacted". I've been searching through old HN stories about Eich, but can't seem to find any where the comments generally supported firing him due to suppor
17.
▲
by
codyps
11y ago
I believe the key phrase is "being used by". If they weren't reporting it, they could use the stronger "being reported to Google Analytics". Or "being collected by". Also note that by singling out Google A
18.
▲
by
codyps
11y ago
I wonder if anyone has submitted patches to dbus-daemon adding support for non-systemd "daemon managers". If the article is to be believed it should be really easy. Maybe that could have been done instead of writing a blog post? O
19.
▲
by
codyps
11y ago
Now we just need branch restricted keys & keys that aren't allowed to force push (both of these would make me feel a lot better about using certain 3rd party automation in combination with my github repos). Not that I really expect
20.
▲
by
codyps
12y ago
Competitive pressure isn't just useful for commercial projects, it is also useful for open source projects.
21.
▲
by
codyps
12y ago
I don't understand why you need a bootstrap toolset in C. Does go not support being cross compiled/cross compiling?
22.
▲
by
codyps
12y ago
FYI: git supports rewrites to the implicit root commit with `git rebase --root` (and similar), there isn't a need for an extra empty commit.
23.
▲
by
codyps
13y ago
The only thing I've used it for is switching between HDMI-SPDIF and analog speaker/headphone outputs without needing to restart programs.
24.
▲
by
codyps
13y ago
I'm not seeing why they need to turn the switch ON twice. Couldn't they flip the switch only once and have the counter wait for <number of prisoners> ONs (N - 1 + 1)?
25.
▲
by
codyps
13y ago
I find this to be completely expected. When Bluetooth LE can't even do a secure key exchange and the large majority of manufacturer supplied router firmwares having authentication vulnerabilities, trusting another device that you don&#
26.
▲
by
codyps
13y ago
generally, file level encryption (encfs/boxcryptor or ecryptfs) plays nicer with file based sync services.
27.
▲
by
codyps
13y ago
> Is there a way to make the linux root password composed of two passwords? This could certainly be done via a custom PAM module. Of course, we should also consider that admins will often have physical access to the systems. I can't
28.
▲
by
codyps
13y ago
> The source claimed that even the conventional warrant system has been distorted – whereas police used to ask for a warrant before intercepting a target's communications, they will now ask GCHQ to intercept the target's commun
29.
▲
by
codyps
13y ago
Is there a way to export my feeds should this service ever go the way of google reader (or I decide I want to use a different one)?
30.
▲
by
codyps
13y ago
> Yahoo Acquires 4M-User ‘To Do’ App Astrid, Will Shut It Down In 90 Days I'm afraid I'm not familiar with what scale Yahoo operates on, but wouldn't it be more beneficial for them to merge Astrid into whatever their plans are rather th
More ›