Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
leecarraher
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
leecarraher
3mo ago
I feel like Jeff hawkins was working on this with HTMs, but they never really took off. I suspect it was hardware adaptability based, memory access patterns for sparse graph training aren't ideal candidates for t/gpus.
2.
▲
by
leecarraher
6mo ago
I understand charge time is a concern, but it is'nt the theoretical limitation of really any battery technology. From the computing parlance it's embarrassingly parallel. More, smaller cells allows for more current => faster ch
3.
▲
by
leecarraher
6mo ago
Do they mean deterministic k-means, k-means++ ... ? Global optimal k-means is NP-Hard, so linear speedups aren't terribly helpful. It's nice, until you add more input. Standard k-means would be nice, or the k-means++ seed algorith
4.
▲
by
leecarraher
6mo ago
I've considered the move to wired not for quality but for the sad state that Bluetooth pairing headphones has become. Theycan't just be headphones anymore; They require their own app and pairing protocol. They want 19 different to
5.
▲
by
leecarraher
7mo ago
probably a lot of economics going on, such as early age vendor lock-in, and new market acquisition loss-leaders, but ultimately it's not cutting edge hardware. So the same reason the laptop you bought 2 years ago is half the cost it is
6.
▲
by
leecarraher
9mo ago
are you referring to this paper https://arxiv.org/abs/1501.01711 ? i believe they won best paper at icml or other impact journal. the published paper and algorithm i recall being compact and succinct, something that to
7.
▲
by
leecarraher
9mo ago
i agree, not just the multinomial sampling that causes hallucinations. If that were the case, setting temp to 0 and just argmax over the logits would "solve" hallucinations. while round-off error causes some stochasticity it'
8.
▲
by
leecarraher
11mo ago
for an interesting reversal of the "problem" of the speed of light, IEX is a stock exchange design to combat HFT by adding a physical speed bump by way of 38 miles of fiber optic cable. The general idea being to level the playing
9.
▲
by
leecarraher
1y ago
i agree, also add to that, that many python modules are foss projects that are maintained on a limited basis or budget. Refactoring code that may have some unsafe async routines would be costly for an org, and dreadful for recreation. So y
10.
▲
by
leecarraher
1y ago
what was the position? what are your credentials to fulfill that position? I feel like cover letters, and recommendations are just icing on the cake of core skills and experiences, not the entire cake.
11.
▲
by
leecarraher
1y ago
On the surface, cutting less essential resources during a power supply event makes sense, the ranking of essentialness seems problematic. While the decision to stop dumping megawatts of power to train a companies next gen LLM to be used for
12.
▲
by
leecarraher
1y ago
my slightly next gen todo is a notebook on my remarkable. added features are sharing between devices, and since it's eink its a good paper like alternative to sticky-notes. For me beating procrastination can be more important than orga
13.
▲
by
leecarraher
1y ago
i feel like you could buy a furby and shave it for way less than $299
14.
▲
by
leecarraher
1y ago
what's wrong with the ps2 style serial port on my roomba and a rpi0w
15.
▲
by
leecarraher
1y ago
I've used pbzip2 which takes the same parallel blocked compression approach 7zip seems to be taking (using AI's analysis of the changes). Theoretically the compression is less efficient, but i haven't noticed a difference in
16.
▲
by
leecarraher
1y ago
It depends on what level of nuts you mean. Some are AGI skeptics about LLMs, theyre probably right, there is likely more breakthroughs required before true AGI. But AGI isn't required to completely disrupt a ton of good, well-paid prof
17.
▲
by
leecarraher
1y ago
By defined format I of course don't mean random, or that it doesn't have structure, you have to be able to read it back otherwise what would be the point. I mean when you write out jpeg it has to adhere to a standard otherwise it
18.
▲
by
leecarraher
1y ago
Is raw a defined format? Or is it just whatever is most performant for the camera to write to storage, while also allowing for conversation to standard formats. Most are likely similar, running same or similar architectures, but in and of i
19.
▲
by
leecarraher
1y ago
https://www.cnn.com/2025/03/31/politics/booker-senate-floor-...
20.
▲
Corey Booker breaks Senate floor speech record
52 points
by
leecarraher
1y ago
|
5 comments
21.
▲
by
leecarraher
1y ago
how much of the work can be ai generated, would a minor human copyrightable addition to the artwork constitute an original work. what would stop someone from generating art and popping a watermark or some imperceivable steganographic additi
22.
▲
by
leecarraher
2y ago
maybe it was my prompt, but there seems to be far too much interpretation after the image embedding. In my examples it implicitly started to summarize parts of the text, unfortunately incorrectly. On an invoice with typed lettering it summa
23.
▲
by
leecarraher
2y ago
gpus dont implement complex number fp math, you have to bolt it on as extra logic. cufft works because you can recursively predict the imaginary and real component paths in the butterfly network. between layers you have fft->ifft , is th
24.
▲
by
leecarraher
2y ago
this seems to follow the similar FNO work by nvidia, and switching to frequency domain is usually in any computer scientist's toolbox at this point, however, I'm curious if this translates to real gains for real architectures. FFT
25.
▲
by
leecarraher
2y ago
i'm assuming you have to remember them in order, otherwise, i could do pretty good. let's see there were some 1's maybe some 2's, umm a zero
26.
▲
by
leecarraher
2y ago
From my experience, there has been a noticeable decline in PhD positions available within academia, likely due to tenure and career longevity, and reduced retirement benefits. As a result, many PhDs are forced into the private sector. Howev
27.
▲
by
leecarraher
2y ago
while the cabin may be able to be more spacious (like dirigibles and blimps) the flight my not be more comfortable because a turboprop's ceiling has you flying well within the troposphere where the majority of weather occurs. that may
28.
▲
by
leecarraher
2y ago
i think the article is confused. i write quite a bit of SIMD code for HPC and c is my goto for low level computing because of the low level memory allocation in c. In fact that tends to be the lion share of work to implement simd operations
29.
▲
by
leecarraher
2y ago
in case you are wondering how audiblez becomes an executable in the PATH from a pip install audiblez per the documentation ... audiblez book.epub -l en-gb -v af_sky. it does not, instead it installs a python package with a cli interface, t
30.
▲
by
leecarraher
2y ago
i certainly used this trick back in my college days, prompted by a similar technique for "seeing" 3d stereoscopes on a computer monitor. I feel like i learned it somewhere on Eric Weisstein's Mathworld because the 3d objects
More ›