Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
theresistor
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
theresistor
2mo ago
> Isn't that what everyone is doing, or are we Frenchmen the exception? > For reference if the author reads this, we write the latin x exactly like the cyrillic х, i.e. reverse c, bottom-left to top-right diagonal, normal c. I wa
2.
▲
by
theresistor
2mo ago
I had this argument with people working on VR headsets, where a physical parameter was designed to cover the 5th to 95th percentile. I had to point out that flat-out excluding 10% of the population is a pretty crappy starting point...
3.
▲
by
theresistor
3mo ago
In most amateur imaging you can trade time for quality. By stacking enough images, satellite trails get averaged out of the final image. Very high end amateurs get pissy about it because they paid a lot of money for high end equipment to mi
4.
▲
by
theresistor
3mo ago
You’d be amazed what even a small smart telescope can see even in Bortle 9 urban skies. I have one of the mentioned SeeStar smart telescopes, and have been quite successful in taking photos of both galaxies and nebulas from the rooftop of m
5.
▲
by
theresistor
3mo ago
iTelescope does exactly what you’re outlining. There used to be a few others but I think they have mostly died out. I assume the economics don’t really work out.
6.
▲
by
theresistor
4mo ago
Also also, AMD’s play has always been to produce HW that offers good performance/$, with the downside of having much weaker SW offerings to go with it. Consoles are always pressured to minimize upfront purchase costs, and they generall
7.
▲
Message from Pope Leo XIV on the 60th World Day of Social Communications
(vatican.va)
45 points
by
theresistor
8mo ago
|
9 comments
8.
▲
by
theresistor
8mo ago
> It might be that regalloc needs to be taught to rematerialize It knows how to rematerialize, and has for a long time, but the backend is generally more local/has less visibility than the optimizer. This causes it to struggle to co
9.
▲
by
theresistor
9mo ago
I say and hear it all the time in the US...
10.
▲
by
theresistor
9mo ago
Really? I read the same sentence (as an American) and immediately thought that they must be referring to British English. Certainly nobody says brilliant as an affirmation here. And "no problem" and "not bad" are both co
11.
▲
by
theresistor
9mo ago
As far as I know Apple will still sell you individual tracks (DRM free, I think?), though it’s a bit hidden.
12.
▲
by
theresistor
9mo ago
A very recent example: https://github.com/ocaml/ocaml/pull/14369
13.
▲
by
theresistor
10mo ago
This is a pretty standard topic, and not really a compiler optimization. It's usually called a unity build. [0] https://en.wikipedia.org/wiki/Unity_build
14.
▲
AI has a deep understanding of how this code works
(github.com)
438 points
by
theresistor
10mo ago
|
306 comments
15.
▲
The Tree That Owns Itself
(en.wikipedia.org)
6 points
by
theresistor
10mo ago
|
0 comments
16.
▲
by
theresistor
1y ago
https://www.itelescope.net/
17.
▲
by
theresistor
1y ago
My grandfather also worked on it, as a technician in Los Alamos. He had previously been working for a scientific supplies company in Chicago that was (unbeknownst to him) providing supplies to the Manhattan Project. Apparently his boss was
18.
▲
by
theresistor
1y ago
Kid me absolutely ran The Bug on an old PowerMac G3: https://macthemes.garden/themes/8191e1471dc9-the-bug/
19.
▲
by
theresistor
2y ago
> I tend to agree but, playing devil's advocate, is this true for other roles? Does a movie director need to know how to build sets? How to sew costumes? How to use Blender/Maya/Houdini? I don't know that much about m
20.
▲
by
theresistor
2y ago
My father was a Classics professor, and one of the most popular classes he taught was "Latin Terminology for Medicine and Law".
21.
▲
by
theresistor
2y ago
All of the major C/C++ compilers are deterministic functions of their inputs. This is a pretty major property, and any regression is rapidly detected and fixed. Optimization "timeouts" aren't done in wall time, but in so
22.
▲
by
theresistor
2y ago
> Do they just target the lowest common denominator of operations? Or do they somehow adapt to the operations supported by the user's CPU? Mostly the former. Some highly optimized bits of software do the latter—they are built with m
23.
▲
by
theresistor
2y ago
The textual IR is not backwards compatible, but the bitcode format has been best-effort auto-upgradeable for as long as I've been involved (2006). The policy is documented here: https://llvm.org/docs/DeveloperPolic
24.
▲
by
theresistor
2y ago
If you know that you need to offload matmuls, then building matmul hardware is more area efficient than adding an entire extra CPU. Various intermediate points exist along that spectrum, e.g. Cell's SPUs.
25.
▲
by
theresistor
2y ago
> Also, people often mistake the reason for an NPU is "speed". That's not correct. The whole point of the NPU is rather to focus on low power consumption. It's also often about offload. Depending on the use case, the
26.
▲
Kaleidoscope Scheme Archive
(kaleidoscope.hryjksn.com)
1 points
by
theresistor
2y ago
|
0 comments
27.
▲
Classic Mac Kaleidoscope Scheme Spotlight (2004)
(web.archive.org)
1 points
by
theresistor
2y ago
|
0 comments
28.
▲
by
theresistor
2y ago
You can, but what does it help? Modern OSes are architected assuming an always-online, the-world-ends threat model. Thus causes them to be heavily locked down, eliminating a lot of the customizability and hackability that older systems had.
29.
▲
by
theresistor
2y ago
I miss having a world where the threat model of having your computer compromised wasn't "your entire life ends". Where a device wasn't assumed to be online all the time, and where every device didn't contain the key
30.
▲
by
theresistor
2y ago
My favorite memory of Halted is finding an Atari 2600 in a box with an Atari company store sticker on the box, and someone’s DIY controllers with it.
More ›