Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
JBits
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
JBits
15d ago
They look at each problem individually. As the ARC AGI guidelines [1] state, 'a core design principle of ARC-AGI is that the test taker must not know what the test will be.' [1] https://arcprize.org/policy#dataset-
2.
▲
by
JBits
26d ago
Being a superset of Python may not be necessary to be successful, but perhaps non-committally proposing it was necessary for Modular to win the funding they wanted. While lots of people indirectly run GPU kernels with PyTorch, I think the n
3.
▲
by
JBits
27d ago
I think it was there for marketing purposes and that there was little actual intention to work on it. From the roadmap: >Mojo may or may not evolve into a full superset of Python, and it's okay if it doesn't.
4.
▲
by
JBits
27d ago
I don't think the goal of being a true Python superset ever existed. Given that there are so many failed attempts to optimise arbitrary Python code, it was dubious from the start. Furthermore, the documentation completely ignored these
5.
▲
by
JBits
1mo ago
An AI able to play Slay the Spire sounds pretty impressive! What do you mean by agent in this context? Does it mean LLMs? What search problem are you solving for deck building and is MCTS for combat the same as that in Go AIs?
6.
▲
by
JBits
2mo ago
At the time, Java ran on the web so he could easily share demos. He used LWJGL, which probably covered a lot of his library needs. Java has a JIT, so it's not comparable to Ruby and Perl.
7.
▲
by
JBits
2mo ago
Is it mainly the reactivity part of Vue that you benefit from, or are there other aspects which are important?
8.
▲
by
JBits
2mo ago
While perhaps this is on me for not stating my position while repeating Bill's comment, I think you are unfairly assuming bad faith. You are wrong to state that I am motivated by fanatism or jealousy. I have no involvement whatever wit
9.
▲
by
JBits
3mo ago
It is disappointing to see that the v programming language has a Wikipedia article given it's history of being essentially fraudulent.
10.
▲
by
JBits
3mo ago
Perhaps it is because Malbolge is notable within the category of esolangs.
11.
▲
by
JBits
3mo ago
Is there any reason why they're not considering a single '?' like rust? Is it a parsing issue? So you'd have: obj?:method(…)
12.
▲
by
JBits
3mo ago
But it demonstrates that LLMs struggle with basic reasoning. A criticism of LLMs is that they're imitating without a understanding of what they're doing and without a clear plan, so this inability to solve a simple logic puzzle is
13.
▲
by
JBits
4mo ago
If you're happy with NumPy's API, then surely JAX is exactly what you're looking for.
14.
▲
by
JBits
6mo ago
You can't claim to have superior knowledge if you admit you're wrong.
15.
▲
by
JBits
7mo ago
> Once this happens, players will be able to switch between OpenGL rendering and Vulkan rendering I think this means you'll be able to continue using Minecraft with OpenGL.
16.
▲
by
JBits
7mo ago
What would be the best way to use Vulkan 1.4 in Rust today? Using the C headers with bindgen or writing my own vk.xml generator?
17.
▲
by
JBits
8mo ago
Clip Studio Paint seems very popular for animation. You could also consider Aseprite for pixel art animation.
18.
▲
by
JBits
8mo ago
Really fun! Developing my intuition for a sphere as I played was a nice experience. As other commenters have mentioned, the game ramps up a bit too slowly. Perhaps it would worth adding more than one food item.
19.
▲
by
JBits
9mo ago
One of the reasons I'm really excited about JAX is that I hope it will allow me to write fast Python code without worrying about these details.
20.
▲
by
JBits
9mo ago
Has the talent moved to anywhere in particular?
21.
▲
by
JBits
9mo ago
People still appear to use Flash these days by downloading an old version and getting a license key from Reddit/YouTube/etc.
22.
▲
by
JBits
9mo ago
Can confirm as someone who was using pre-subscription Office to write/read files while everyone else at work was using the 365 version. Now that I'm using 365 too, I do however appreciate the ability to do shared live editing in t
23.
▲
by
JBits
10mo ago
If CLU only supported composition, was the Liskov substitution principle still applicable to CLU?
24.
▲
by
JBits
1y ago
For me, it's the very basics of general relativity which made the distinction between the cotangent and tangents space click. Optimisation on Riemannian manifolds might give an opportunity to apply more interesting tensor calculus with
25.
▲
by
JBits
1y ago
A good use of linear algebra that I'm working with at the moment is the use of splines as a basis for real (vector) functions. After obtaining the matrix/vector representations you can solve for the spline coefficients (and then p
26.
▲
by
JBits
1y ago
At least you're working with Rust now. As someone with zero knowledge of psychology, I'm biased against it. Partly because of my vague impression that psychology tries to fit people to models, rather than viewing models as limited
27.
▲
by
JBits
1y ago
My impression about reality is the opposite. The quantum world makes perfect sense while it's the emergence of the classical world which is unfathomable. The crazy "pop into existence" part is still incomprehensible, so I gue
28.
▲
by
JBits
1y ago
I don't see how that changes anything. By this logic, there's no need for CoT reasoning at all, as a single pass should be sufficient. I don't see how that proves that CoT increases capabilities.
29.
▲
by
JBits
1y ago
I would assuming that training a LLM would be unfeasible for a small research lab, so isn't tackling small problems like this unavoidable? Given that current LLMs have clear limitations, I can't think of anything better than devel
30.
▲
by
JBits
1y ago
> CoT models can, in principle, solve _any_ complex task. What is the justification for this? Is there a mathematical proof? To me, CoT seems like a hack to work around the severe limitations of current LLMs.
More ›