Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
daniel02216
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
daniel02216
6y ago
That it changes cores only when the window becomes invisible is likely due to App Nap - check the energy tab in Activity Monitor. https://developer.apple.com/library/archive/documentation/Pe... https:/&
2.
▲
by
daniel02216
9y ago
It looks like roomkey.com doesn't seem to have any mobile apps, which makes it hard to say that it's more convenient to use when traveling than an aggregator that does have an app. It's interesting to hear about your site tho
3.
▲
iOS Security Guide (updated for iOS 10) [pdf]
(apple.com)
2 points
by
daniel02216
9y ago
|
0 comments
4.
▲
by
daniel02216
10y ago
EV_ONESHOT refers to the individual kevent registration, and is basically an automatic EV_DELETE on delivery of the event. EPOLLEXCLUSIVE is acting at a different layer - in kevent terms it would cause only one of the registered kevents wat
5.
▲
No Parking Here – The Future of Parking Is Self Driving Cars
(m.motherjones.com)
2 points
by
daniel02216
10y ago
|
0 comments
6.
▲
Winning the bias-variance tradeoff
(jvns.ca)
3 points
by
daniel02216
11y ago
|
0 comments
7.
▲
Building xnu for OS X 10.11 El Capitan
(shantonu.blogspot.com)
2 points
by
daniel02216
11y ago
|
0 comments
8.
▲
by
daniel02216
11y ago
This is one reason why OS X enforces a hard page-zero on 64-bit programs - it is a hard error to map or allocate anything in the lowest 4 GB of memory, so programmers will immediately discover pointer truncation bugs when porting 32-bit cod
9.
▲
by
daniel02216
11y ago
This is true - the compatibility boundary for OS X is at the link-against-libSystem layer. The actual interface between libSystem and the kernel is private to Apple and is not guaranteed to stay argument or ABI compatible. (this includes t
10.
▲
by
daniel02216
12y ago
And a bunch of those are using Wine, which requires mapping code at the zero page, so they're compiled with a special load command that allows them to map the zero page. On Yosemite, 64-bit binaries aren't allowed to do this.
11.
▲
Microsoft, Apple, and Disappointment
(shapeof.com)
3 points
by
daniel02216
12y ago
|
0 comments
12.
▲
What is the optimal shape for a bucket?
(datagenetics.com)
4 points
by
daniel02216
12y ago
|
0 comments
13.
▲
Oppenheimer, Unredacted: Part II – Reading the Lost Transcripts
(blog.nuclearsecrecy.com)
22 points
by
daniel02216
12y ago
|
1 comments
14.
▲
A racing test tunnel no one wants to talk about
(kinja.roadandtrack.com)
41 points
by
daniel02216
12y ago
|
10 comments
15.
▲
by
daniel02216
12y ago
As of GCC 5, it has __builtin_add_overflow, __builtin_sub_overflow, __builtin_mul_overflow https://gcc.gnu.org/gcc-5/changes.html
16.
▲
by
daniel02216
12y ago
That's just the syscall for waiting for a semaphore to be signaled. Most likely the crash is due to the main thread waiting for too long on that semaphore - it's likely stuck waiting for a network request to complete, and the watc
17.
▲
Impossible Escape
(datagenetics.com)
9 points
by
daniel02216
12y ago
|
2 comments
18.
▲
The 7th Underhanded C Contest is now Open
(underhanded-c.org)
61 points
by
daniel02216
12y ago
|
3 comments
19.
▲
Building xnu for OS X 10.10 Yosemite
(shantonu.blogspot.com)
4 points
by
daniel02216
12y ago
|
0 comments
20.
▲
by
daniel02216
13y ago
For vim at least you can put 'set shell=bash' in your .vimrc and it will use bash instead.
21.
▲
LL and LR Parsing Demystified
(blog.reverberate.org)
11 points
by
daniel02216
13y ago
|
1 comments
22.
▲
by
daniel02216
14y ago
It's UIUC's license, which looks similar to BSD to me. They also have some MIT licensed code. http://llvm.org/docs/DeveloperPolicy.html#license
23.
▲
Mountain Lion without skeuomorphism
(theverge.com)
11 points
by
daniel02216
14y ago
|
1 comments
24.
▲
It’s Time to Get Serious About Exploiting Undefined Behavior
(blog.regehr.org)
3 points
by
daniel02216
14y ago
|
0 comments
25.
▲
Living with HTTPS
(imperialviolet.org)
326 points
by
daniel02216
14y ago
|
126 comments
26.
▲
by
daniel02216
14y ago
Do you have the 'use F1, etc as function keys' unchecked? You'll need to use fn+control+F7 instead.
27.
▲
by
daniel02216
14y ago
I believe they are if you enable 'Full Keyboard Access' for 'All Controls' in the Keyboard prefpane (under Keyboard Shortcuts tab) Or just hit Control-F7.
28.
▲
by
daniel02216
14y ago
IIRC the Spotlight metadata is stored per-volume, so if you for example mount an encrypted DMG or external disk the metadata for files on that volume are stored on the same volume. This way you can have separate volumes for things with dif
29.
▲
The Grammar of Vim
(rc3.org)
125 points
by
daniel02216
14y ago
|
37 comments
30.
▲
by
daniel02216
14y ago
Yes you can: http://shantonu.blogspot.com http://objc.id.au/post/10101528120/compiling-the-os-x-10-7-k...
More ›