Viewing profile — ajconway
ajconway
HN member- Joined
- Sun, Oct 01, 2017, 7:26 PM UTC
- HN karma
- 667
- Public activity
- 296 items
- HN profile
- View on Hacker News ↗
About ajconway
No profile information was provided.
Recent public activity
-
comment
Comment #44297257
Building complex apps is hard. User-facing, feature-rich apps--especially so. It takes a lot of engineering effort, but also management (which implies some kind of a corporate stru…
-
comment
Comment #40575576
There is also a technique called logarithmic depth buffer (which should be self-explanatory): https://threejs.org/examples/?q=dept#webgl_camera_logarithmi...
-
comment
Comment #39055581
Quest 3, the DPI looks somewhat similar to a non-retina Apple display. It felt really futuristic to log into my office computer from a synthesized apartment via Virtual Desktop. Th…
-
comment
Comment #36203923
I stand (partially) corrected: https://github.com/AOMediaCodec/libavif/pull/640
-
comment
Comment #36203626
AVIF does not support progressive encoding.
-
comment
Comment #35558113
iOS and Android allow apps to process push notifications before displaying them.
-
comment
Comment #35371708
> what percentage of those billions are correctly using the ridiculously long numbers (60 decimal digits) used to represent identities (WhatsApp calls them "security codes") in tha…
-
comment
Comment #35286700
Cargo is insufficient if a project has cross-language dependencies.
-
comment
Comment #34569779
But M1 did provide fundamental increase in performance. It had only 4 performance cores, yet it could build my code 1.5 times faster than the mightiest i9 of the time.
-
comment
Comment #33828175
But, given a choice, wouldn't you choose your own transactions to be untraceable?
-
comment
Comment #33821058
What about ZCash-like networks with anonymous transactions?
-
comment
Comment #33805482
Those single-frame next-gen formats don't support progressive rendering.
-
comment
Comment #33548028
App Store has a CDN-like feature that allows uploading large resources separately and download them after running the app for the first time.
-
comment
Comment #33479795
For me personally, it's a low-fee payment system that can't be blocked and doesn't require any KYC. My friends and I use it primarily as a replacement for cash when we split restau…
-
comment
Comment #33479537
Anonymous (or pseudonymous), independently verifiable operations with digital goods are clearly in demand. There may exist a better solution, but blockchain works now.
-
comment
Comment #33464625
The amount of work it takes to decode an image is incredibly tiny by today's standards: https://github.com/woltapp/blurhash/blob/master/C/decode.c
-
comment
Comment #33045144
1. Install numpy (pip3 install numpy) 2. Download a bazel binary ( https://github.com/bazelbuild/bazel/releases or use package manager) 3. bazel build -c opt :encoder_main 4. bazel…
-
comment
Comment #32830779
That is true, Bazel itself is still evolving, and there have been breaking changes between versions. Sometimes the required version number is placed in a .bazelversion file, which …
-
comment
Comment #32829932
Bazel doesn't have any user-facing java dependency. > what real extra benefit Bazel brings in here Builds are hermetic by default, so unless the developer chooses to escape the san…
-
comment
Comment #32794818
Apps targeting pre-2018 iOS versions bundle the mid-2018 version of swift runtime for compatibility reasons. For example, when you run an app made in the iOS 15 era on an iOS 13 de…
-
comment
Comment #32739005
There are multiple reasons why TOR is not a good fit for WebRTC tunneling. However, TOR is already capable of establishing p2p connections via hidden services.
-
comment
Comment #32735059
On top of that, like every p2p service without onion routing, one's IP address is visible to every other room participant by design.
-
comment
Comment #32705847
HP Reverb G2 has a 2160x2160 full-matrix LCD. I would say it comes very close to being usable as a virtual monitor, but the virtual screen still needs to be quite large. Extrapolat…
-
comment
Comment #32699384
The issues preventing this from happening are actually tracked in the Arti repository.
-
comment
Comment #32618429
The rules of a natural language are not prescriptive, but descriptive. Studying the rules may work if the language's grammar is similar to that of one's native language.