Viewing profile — earslap
earslap
HN member- Joined
- Tue, Jan 24, 2012, 2:26 AM UTC
- HN karma
- 200
- Public activity
- 31 items
- HN profile
- View on Hacker News ↗
About earslap
No profile information was provided.
Recent public activity
-
comment
Comment #48351647
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.
-
comment
Comment #46361816
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 b…
-
comment
Comment #43502711
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 readi…
-
comment
Comment #43495994
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 liq…
-
comment
Comment #43495860
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 …
-
comment
Comment #43376869
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.
-
comment
Comment #43375147
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 infer…
-
comment
Comment #43357939
we are working on . 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 …
-
comment
Comment #41951395
good
- story
-
comment
Comment #41892497
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 …
-
comment
Comment #41892429
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 …
-
comment
Comment #41801393
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 / refact…
-
comment
Comment #41794683
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 …
-
comment
Comment #41612082
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 b…
-
comment
Comment #41549624
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 el…
-
comment
Comment #40446788
IIRC the progressions are generated by a small neural network trained on Bach chorales.
-
comment
Comment #40243422
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.
-
comment
Comment #40102646
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 …
-
comment
Comment #40102598
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 …
-
comment
Comment #40100919
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 …
-
comment
Comment #40043051
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). Doc…
- story
-
comment
Comment #39996910
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 me…
-
comment
Comment #39901730
Did not realize Bun had (even if rudimentary) macros - bundle time executing code support. That is pretty neat! https://bun.sh/docs/bundler/macros