Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
eyesee
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
eyesee
2y ago
Reminds me of an app I built ~20 years ago now. We wanted a cross-platform C++ layer and native Cocoa front end. Objective C++ wasn’t a thing then, and having built a plain C shim previously I didn’t want to repeat the experience. We built
2.
▲
by
eyesee
3y ago
If you’re interested in BMFF and don’t care to spend ISO prices, you can always go back to the original, Apple’s QuickTime File Format: https://developer.apple.com/standards/qtff-2001.pdf
3.
▲
by
eyesee
3y ago
MacBooks don’t ship with OLED displays, only micro LED (“XDR”) displays which shouldn’t be susceptible. iPhones however do have OLED displays.
4.
▲
by
eyesee
4y ago
The problem is that you’re always at a sensor deficit because you need so much more resolution to cover a wide field of view. When sensors and chipsets would finally catch up, user expectations would grow to match. Now we’re up against phys
5.
▲
by
eyesee
4y ago
I worked on 360 cameras / software for many years. Looking forward to the day when an article like this comes out for one of the products I worked on. When you’re in the heart of it it’s so easy to take pride in the technical challeng
6.
▲
by
eyesee
4y ago
I mean this is an intriguing rationalization, but I don’t buy it. Buying votes simply doesn’t cost this much, by orders of magnitude. Burning your empire to ashes as a loyalty test doesn’t hold water either: It’s politicians that partake in
7.
▲
by
eyesee
4y ago
More often than not I was opening documents, not apps. But with spatial windows in Finder I used to just arrange my Applications folder the way I wanted (sometimes using Aliases) and have it open on the left of my screen, then have my Docum
8.
▲
by
eyesee
4y ago
It’s interesting: my recollection of that period was I rarely stored anything on the desktop. The file system was so much smaller and easier to handle that I stored things in folders and didn’t have trouble finding them again. Not until OS
9.
▲
by
eyesee
4y ago
Spam was a losing battle. I stopped running a bulletin board around the same time I stopped hosting a mail server.
10.
▲
by
eyesee
4y ago
It was Sony, not IBM. They built the PowerBook 100 based on Apple’s 150 and 170 models.
11.
▲
by
eyesee
4y ago
As it is likely that the number of launch customers for this node is one (continuing the trend), this may be necessary simply to reach agreed upon volumes.
12.
▲
by
eyesee
4y ago
APIs existed for fractional scale and assets in early Mac OS X versions (10.4 I think). I remember building out 1.25, 1.5 and 2x assets for an application at the time. These were never to be shipped to consumers for a few reasons. There wer
13.
▲
by
eyesee
5y ago
It’s cheaper to build two at the same time than shutting down production for years and trying to build another one. Tooling doesn’t last forever, and the process and skills required to build one can help you build the second one cheaper. Bu
14.
▲
by
eyesee
5y ago
Sounds like “Knowledge Navigator”, a concept from Apple’s Advanced Technology Group: https://en.m.wikipedia.org/wiki/Knowledge_Navigator https://youtu.be/umJsITGzXd0
15.
▲
by
eyesee
5y ago
Surprisingly my rate was not effected (around $1200/yr), though I have been a customer for more than 20 years without a claim.
16.
▲
by
eyesee
5y ago
My Model 3 hit some road debris a couple years ago. It damaged the coolant line connector heading into the battery. Tesla replaced the entire battery for ~$15k, which probably could have been a $700 repair like that mentioned in the video.
17.
▲
by
eyesee
5y ago
I think the feet-dragging comes more from the dealer network than from automakers themselves. Ford, GM and the like will still make plenty of money from offering parts for their EVs. Dealers however continue to show distaste in EV sales. Pa
18.
▲
by
eyesee
5y ago
Apples and oranges. Tesla AutoPilot is a driver assistance system not an autonomous vehicle. It doesn’t even claim to avoid these situations, hence the need for full attention by the driver. AP has billions, not millions of miles driven FWI
19.
▲
by
eyesee
5y ago
H2 does not, and cannot offer the end-to-end efficiency of battery electric vehicles. The distribution infrastructure for H2 is inherently less efficient than electricity distribution alone, making BEVs 3x more efficient: https://
20.
▲
by
eyesee
5y ago
> In contrast with conventional digital cameras, in fact, curvy imaging sensors typically require multiple and complex lens combinations to take clear and high-resolution images. This sounds backwards to me. My understanding of the main
21.
▲
by
eyesee
5y ago
The neat thing about codecs is they're really defining the bitstream and decoding algorithms. The encoding algorithms are not written in stone, so to speak. If you can optimize motion estimation encoding using Lucas-Kanade, you can jus
22.
▲
by
eyesee
5y ago
Maybe there should be a separate indication of throttling so we don’t conflate with CPU usage. Throttling is essentially determined by three factors: Energy usage, thermal saturation, and cooling. A bath tub analogy comes to mind: Energy us
23.
▲
by
eyesee
5y ago
> It shouldn't take horrific accidents for us to suddenly decide to care about structural safety. Building codes are written in blood, as they have always been.
24.
▲
by
eyesee
5y ago
I wouldn’t count on it. Apple is vertically integrated, but doesn’t do their own manufacturing. It’s not necessary when They can dominate the supply chain and hold a practical monopsony on the best production capacity anywhere. This is why
25.
▲
by
eyesee
5y ago
It's been a decade since AirDrop was released. It's clearly a useful capability, and I would love to be able to share with any device this way. Nevertheless, no universal protocol has emerged, simple or otherwise, that could take
26.
▲
by
eyesee
5y ago
In context it sounds like calling in a favor, like “calling in a chit”, in that it’s transactional unlike of the common usage.
27.
▲
by
eyesee
5y ago
> Alarm bells should have been raised among us developers when Apple suddenly asked everyone to shell out $99 for the "privilege" of making an app available on the "App Store", and treated it as something normal. And
28.
▲
by
eyesee
5y ago
I'm curious on a technical level where Apple would go if forced to allow third party stores. Presumably they would still control the keys for notarization and entitlements used by apps, and still require developers to purchase Apple De
29.
▲
by
eyesee
5y ago
Is there an advantage to compiling native vs non-native code? Certainly during execution I would expect that, but I’m not clear why that would be true for compilation. Agreed that a better benchmark would be compiling for the same target ar
30.
▲
by
eyesee
5y ago
I suppose they "dropped the ball" in the sense that those instructions cannot be assumed to be available, thus will not be encoded by the compiler by default. Any future processors which include the instructions may not benefit un
More ›