Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
codetiger
searching PlanetScale…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
4 ms
·
1.
▲
by
codetiger
5d ago
Unfortunately the competition site is mostly down and couldn't find much about the old competition other than the participants blog articles. Do a search on "Google Ants AI Challenge - post mortem", and you get a lot of artic
2.
▲
by
codetiger
5d ago
Saw your repo and understood you question better. The requirement are now limiting Neural Networks only, not a direct algorithm implementation
3.
▲
by
codetiger
5d ago
Where do you see a hard requirement? I have added support for ONNX model upload for now and would love to extend support for other formats. How you build the model is totally upto you. I don’t check anything other than format and inference
4.
▲
by
codetiger
5d ago
When you submit a model it participates on both its weight class and the open class
5.
▲
by
codetiger
5d ago
Glad you like it. The evaluation is based purely on game performance. However each weight class is evaluated separately. Nano, micro, mini, small, large and open class.
6.
▲
by
codetiger
5d ago
The current season is a public beta and ends by end of the month. After that am considering 3 month seasons.
7.
▲
by
codetiger
5d ago
Each season has a different weight size restrictions. Currently open season is for a full production test.
8.
▲
by
codetiger
5d ago
Thanks for sharing. The primary reason building this website is to learn small neural networks and tuning.
9.
▲
by
codetiger
5d ago
Thanks for the feedback. I’ll take that as top priority.
10.
▲
by
codetiger
5d ago
Thanks for sharing. I remember #1 xathis had a score, big leap ahead of others. The difference in techniques in top 100 was almost the same.
11.
▲
by
codetiger
6d ago
15yrs back I participated in "Google Ants AI Challenge 2011", an ai programming competition, hosted by the University of Waterloo, and I ranked #127 (#1 in my country). The competition gave me a huge learning oppurtunity where dev
12.
▲
Show HN: A competition for small neural networks that play strategy games
(tinybrains.dev)
100 points
by
codetiger
6d ago
|
34 comments
13.
▲
by
codetiger
10d ago
Or have I understood the feature's capability completely wrong?
14.
▲
by
codetiger
10d ago
Am wondering why no one is talking about traceability of Photos. Ex: CSAM which Apple was fighting for a long time. I thought this feature was the answer to provide proof of who shot the picture.
15.
▲
by
codetiger
12d ago
1. Can't remember which way you came from just after a few mins of passing the same street. 2. Can't recollect your mother's face by closing your eye, but can recognize when you see. 3. Don't remember faces unless seen
16.
▲
Ask HN: Should I update my iPhone 11 Pro to iOS27?
2 points
by
codetiger
12d ago
|
0 comments
17.
▲
by
codetiger
17d ago
Recent language Claude uses is very heavily loaded and hurts me when reading. So I had to use this to keep my sanity. This started only with Opus 5 where Anthropic thought they optimized the meaning per token and make it very hard to read.
18.
▲
by
codetiger
26d ago
Agree with this approach. Am building tools around the same concept 80% solid base and rest of for the custom business logic. https://github.com/GoPlasmatic/Orion
19.
▲
by
codetiger
26d ago
He is not hiding that he was wrong. So am fine with that, as my bet is based on reading many of such predictions and take a conclusion for myself. I take these as are opinions backed with some observations.
20.
▲
by
codetiger
1mo ago
Typing code by hand is dead I agree. But calling it the end of programming was bit weird though. I use to write a lot of code everyday for more than 2 decades, but now with LLMs, I can get most of my code written by LLMs, and I make sure th
21.
▲
by
codetiger
1mo ago
Am still figuring out "What is this?"
22.
▲
by
codetiger
1mo ago
Had a similar experience with my Rust implementation for JSONLogic expression evaluation engine. As it has a full test suite with 1000s of cases and a benchmarking script, I was able to give some basic hints to try different optimization te
23.
▲
by
codetiger
2mo ago
Just in case you are interested, you can recreate this locally using the open source repo. The script downloads the open data and generate the voxels based on configuration. The max resolution is configured which you can increase. Just a fe
24.
▲
by
codetiger
2mo ago
I tried adding more resolutions, but had to balance it against cost of hosting. Each resolution is at least 2x the size of the combined all prev zoom level data. Currently I’ve 9 zoom levels total size 15gb, adding 1 more level takes it to
25.
▲
by
codetiger
2mo ago
I built a terrain height map completely from free data. https://codetiger.in/earth/
26.
▲
by
codetiger
2mo ago
Another question, has anyone noticed cracking knuckles being contagious like yarning? I often crack my knuckles and quite often see others noticing and doing it themselves.
27.
▲
by
codetiger
2mo ago
Thanks for sharing, optimisations like these are what keeps the fun in programming. I have been optimising my JSONLogic evaluator in rust and used arena allocator and preallocation tricks that gave me good jump in tuning. Let me see if bran
28.
▲
by
codetiger
2mo ago
Each pixel is a cube drawn at a certain height based on the terrain height map data. It’s not a volumetric render, I agree.
29.
▲
by
codetiger
2mo ago
If a considerable size of test data is available for any system, rewriting a well-understood one is much easier today than rewriting by hand. The issue is mostly with the “well-understood” part, as over the years, none cared about understan
30.
▲
by
codetiger
2mo ago
This is incredibly beautiful. A few months back I tried to build a my own version of Google Earth rendered in voxels. Basically building from the terrain heightmaps scans available in open public data. Making it smooth and tessellation to w
More ›