Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
earslap
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
4 ms
·
1.
▲
by
earslap
4mo ago
It is not a vulnerability though. It is by design. Docker also modifies iptables directly and bypasses most soft firewalls on the machine - which is also by design.
2.
▲
by
earslap
9mo ago
How do you even get usable microsecond precision sync info from a server thousands of kilometers away? The latency is variable so the information you get can't be verified / will be stale the moment it arrives. I'm quite igno
3.
▲
by
earslap
1y ago
probably not very relevant in a zoom meeting but there are people hypersensitive to the eye movements of someone reading from a teleprompter as well! When I figure someone is reading from a script with their eyes moving, it really affects
4.
▲
by
earslap
1y ago
Sometimes I hear a 10-20hz pulsing sound (so pretty fast, chirping sound) emanating from around my brainstem / back of neck at the level of my ears and a slight feeling of some liquidy movement inside. I always thought it was connected
5.
▲
by
earslap
1y ago
There are also documented effects of your camera quality, and even where your camera is placed (as you tend to look at your screen during a call so your gaze is always relative to it).
6.
▲
by
earslap
2y ago
I think the company named Topaz had a photoshop plugin to remove "jpeg artifacts" - I don't know if they are using a neural model for it though.
7.
▲
by
earslap
2y ago
first you need to find a way to differentiate human thinking from machine thinking. you need to basically show how human thought is not the result of statistical learning and inference but something completely different. if it is not possib
8.
▲
by
earslap
2y ago
we are working on <impossible problem stumping humanity>. We have considered the following path to find a solution. Are we on the right track? Only answer Yes or No. (1 week of GPUs whirring later) AI: Your (that will be $1 million, t
9.
▲
by
earslap
2y ago
good
10.
▲
Attacking APIs Using JSON Injection
(danaepp.com)
2 points
by
earslap
2y ago
|
0 comments
11.
▲
by
earslap
2y ago
It is more obvious when taken to extreme: With the current feedforward transformer architectures, there is a fixed amount of compute per token. Imagine asking a very hard question with a yes/no answer to an LLM. There are infinite numb
12.
▲
by
earslap
2y ago
Not only that but also LLMs "think" in a latent representation that is several layers deep. Sure, the first and last layers make it look like it is doing token wrangling, but what is happening in the middle layers is mostly a myst
13.
▲
by
earslap
2y ago
When I'm talking about velocity, I'm not talking about coding fast, but being able to write DRY, flexible yet easily maintainable code that can weather future requirements / refactorings easily. Personally, I'm also talk
14.
▲
by
earslap
2y ago
Haxe is amazing, has macros etc. A force multiplier if you are a solo developer for sure. But damn, you feel kinda alone if you are using it. Not everything is an npm install away which negates your velocity gains from using a saner languag
15.
▲
by
earslap
2y ago
yes but still, a local model, a lightning in a bottle that is between GPT3.5 and GPT4 (closer to 4), yours forever, for about that price is pretty good deal today. probably won't be a good deal in a couple years but for the value, it i
16.
▲
by
earslap
2y ago
I only ever used cache to find what google thought was in the site (at the time of crawling) as these days it is common to not find that info in the updated page. For everything else, there is the Internet Archive.
17.
▲
by
earslap
2y ago
IIRC the progressions are generated by a small neural network trained on Bach chorales.
18.
▲
by
earslap
2y ago
I can't believe people are willingly installing rootkits of dubious origin on their computers to play games (and paying for the privilege). I know cheating is an issue, but still.
19.
▲
by
earslap
2y ago
I would not trust Kazakhstan to honor the TLD registrations if this took off and made some noise. Reminds me of Libya taking ownership of all those trendy .ly domains claiming you have to obey Libyan laws and regulations to operate them. St
20.
▲
by
earslap
2y ago
Ah yes, I totally agree. I was inspecting the method as a stopgap solution (especially because it does not require retraining or any other special tricks) until researchers figure out "planning" in a broader sense. It is very inef
21.
▲
by
earslap
2y ago
For the existing models is beam-search like methods hopeless due to combinatorial explosion? Are there no smart ways to improve it? Evaluating multiple futures will be slow but if it means that the model can give vastly better output, it mi
22.
▲
by
earslap
2y ago
I had that in one ear for 2-3 years. By pulsatile tinnitus I assume you mean the loud "whooshing" sound that is in sync with your heart beat (hearing the blood flow basically). Doctors were pretty ignorant about the phenomenon, I
23.
▲
Spectral Ray Tracing
(larswander.com)
292 points
by
earslap
2y ago
|
44 comments
24.
▲
by
earslap
2y ago
Music is not constrained to... publishing musicians, and "real music" is not defined by them. The fact that novelists are not depending on LLMs to write their next book does not mean that they are not (or will not be) impactful. F
25.
▲
by
earslap
2y ago
Did not realize Bun had (even if rudimentary) macros - bundle time executing code support. That is pretty neat! https://bun.sh/docs/bundler/macros
26.
▲
by
earslap
2y ago
history shows that it is generally very hard to not slip up here and there, especially if you are not expecting to be a huge target.
27.
▲
by
earslap
2y ago
IIRC the killer "feature" that gave these previewers traction (ACDSee, IrfanView etc.) was that you could just preview a bunch of images in a folder using your arrow keys. So you'd just load one and use arrow keys to see the
28.
▲
by
earslap
2y ago
Haxe is pretty established, but not well known. Perpetually the underdog. And totally awesome. It also has macros where you can transform the AST! You can do some amazing compile time stuff that very small number of languages support, and t
29.
▲
by
earslap
2y ago
There is this mostly "sterile" art presented in the page (which is cool!), and there also is the demoscene which at least needs a mention.
30.
▲
by
earslap
2y ago
The way I worded it, it might seem wrong - and I agree with you. When I said "constant" I meant without any optimizations to speed up shorter contexts, so with full designed context, architecturally, it is constant. You can pad sh
More ›