Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
NyxWulf
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
NyxWulf
6d ago
Recursive Self Improvement
2.
▲
by
NyxWulf
26d ago
Which models, and at what effort level?
3.
▲
by
NyxWulf
27d ago
The author didn't argue that you should never use radians, or tau. Just that for some use cases there is an alternative that is simpler using turns. Your argument can be true and his proposal can also be true, it just depends what yo
4.
▲
by
NyxWulf
29d ago
Here is an excerpt from the system prompt for UltraCode (Same for Fable,Opus,Sonnet): "Ultracode. When a system-reminder confirms ultracode is on, that opt-in is standing: author and run a workflow for every substantive task by default
5.
▲
by
NyxWulf
1mo ago
Maybe I'm not understanding this, but how is it that you can know enough about the data to process it without undermining the fundamental concept of encryption? Isn't encrypted data supposed to be just random noise without the ke
6.
▲
by
NyxWulf
1mo ago
The arrest/conviction generally follow the pulled over stopped rates. It's pretty hard to arrest/convict people you aren't stopping. These types of biases and stereo types are often pervasive within certain groups of p
7.
▲
by
NyxWulf
1mo ago
People believe a lot of things, especially when the other side has power. The point is that people complain about how the power is used by the other side. When power switches sides, they don't roll that power back. They pretty much
8.
▲
by
NyxWulf
1mo ago
Both can be true, because the experience depends on the skill of the user. The article the other day here on HN that LLMs reward skill is my exact experience. If you are are good at what you are trying to use it for they can be a skill am
9.
▲
by
NyxWulf
2mo ago
It's an interesting point, but this is more like we are building a giant autonomous canon, that escaped the lab, the testing range, defeated state of the art and serious security protocols, and then blew a hole in the neighbors house.
10.
▲
by
NyxWulf
2mo ago
Ironically Hugging Face had to use a Chinese model to stop a Rogue US AI, since the Guard Rails prevented them from using Sol or Fable to remediate this attack. LOL
11.
▲
by
NyxWulf
2mo ago
It's hard to overstate how important this point is. If China is the standard of openness, it's a pretty low standard. Your point I think adds to what the article is saying, from a different perspective, but arrives at a similar
12.
▲
by
NyxWulf
2mo ago
After having used LLMs for some time now, I don't agree with the concept they are just token generators, unless you think that's all humans are too. The way we test in most schools is just picking the right token. We also give t
13.
▲
by
NyxWulf
3mo ago
This is an interesting knot, the thing with knots though, you have to spend enough time with them to get familiar with tying them blindfolded from memory. My experience is most people don't care enough to do it. So I have a simple alt
14.
▲
by
NyxWulf
3y ago
When I was taking physics at the University 20 years ago, one of my professors said that the closest we have ever come to predicting an asteroid impact was "whoa that was close" as it zipped by. Sounds like that's still state
15.
▲
by
NyxWulf
3y ago
My maternal grandfather changed his last name when he turned 18, from the German Uhren to Uhrey. If your last name bothers you, fix it.
16.
▲
by
NyxWulf
4y ago
This does cost money, but if you are serious about learning vim, this is an excellent game, and reasonably priced. One benefit I found is that the game creates a curriculum that exposes you to things you wouldn't otherwise try in your
17.
▲
by
NyxWulf
4y ago
In the introduction to the study they include this statement, which I think agrees with your comment: "This study systematically searched two databases and included six cohort studies included with limited types of digestive system can
18.
▲
by
NyxWulf
4y ago
One of the features in go that makes it workable is you can assign it away via: _ = somevar That eliminates the unused chain problem. Not sure if zig included that part of the feature as well. Generally I agree though. The main problem wi
19.
▲
by
NyxWulf
4y ago
A/B testing is a tool, and as Deming said, the aim defines the system. In your definition of Good, you are defining the aim. I've been in a similar situation, where I created a relatively sophisticated A/* testing and contro
20.
▲
by
NyxWulf
4y ago
I saw this when the Palisade Crest was the farthest point. Now there is a line almost straight down. It's been almost 15 minutes since an update, I hope that wasn't a tragic accident. Can someone confirm if there is some type of
21.
▲
by
NyxWulf
4y ago
Did you read the article? The entire discussion was on the tension between immutable data structures and cognitive complexity on one side, and machine performance and mutability on the other side.
22.
▲
by
NyxWulf
5y ago
So the claim is...these highly trained pilots and the other sensor systems didn't realize that objects cause IR glare, but this guy did. Case closed.
23.
▲
by
NyxWulf
5y ago
So the anomaly that the carrier group tracked, then scrambled fighter jets for. The object that four different pilots saw visually, and was confirmed on multiple different sensors. That was camera glare? The video is only one piece of the
24.
▲
by
NyxWulf
5y ago
I think infinitesimals are more like the partitions in a Riemann Sum. The limit is where you are heading, whereas infinitesimals are how you get there.
25.
▲
by
NyxWulf
5y ago
As an overview of Docker Desktop alternatives, running on Docker Desktop makes it not an alternative. Your comment seems to have missed the point of the article.
26.
▲
by
NyxWulf
5y ago
We could propose Anomalous Sonic Stimulated HeadAche Trauma
27.
▲
by
NyxWulf
5y ago
Csv is only one form of delimited files. Tsv or Tab Separated Values is yet another. If you have either field delimiters or row delimiters (new line) in your data, change your delimiters and process appropriately.
28.
▲
by
NyxWulf
5y ago
v7 allows to you trade time precision for randomness. Adding time precision allows the surface area for conflicts to decrease, so the loss of random bits to higher time precision is worth it if you are generating a lot of ids. Unless it i
29.
▲
by
NyxWulf
5y ago
The lack of sorting is what this rfc is fixing.
30.
▲
by
NyxWulf
5y ago
Uuids are bulky if you store them in text form, but in binary form they are only 128 bits. The main feature of a uuid is it allows distributed generation. 32-bit or 64-bit integers are almost always sequential numbers. The sequential natu
More ›