HackerTrans
TopNewTrendsCommentsPastAskShowJobs

sadiq

no profile record

Submissions

Just Fix the Damned Potholes

notesfromalex.substack.com
2 points·by sadiq·5 месяцев назад·0 comments

An SVG is all you need

jon.recoil.org
347 points·by sadiq·7 месяцев назад·148 comments

Foundations for Hacking on OCaml

kcsrk.info
2 points·by sadiq·8 месяцев назад·0 comments

KernelFalcon: Autonomous GPU Kernel Generation via Deep Agents

pytorch.org
3 points·by sadiq·8 месяцев назад·0 comments

Can a model trained on satellite data really find brambles on the ground?

toao.com
178 points·by sadiq·10 месяцев назад·53 comments

Unsloth Now Supports GRPO

github.com
3 points·by sadiq·в прошлом году·0 comments

comments

sadiq
·10 месяцев назад·discuss
It's worth looking at Jan's trophy cabinet at the bottom of https://github.com/ocaml-multicore/multicoretests/

His work has uncovered a number of really tricky bugs in the multicore runtime but what's brilliant is the reports normally come with a minimal reproduction. This makes working out the cause so much easier.

Great work Jan.
sadiq
·10 месяцев назад·discuss
So the interactive map should do this workflow for you. You place points and it will run the knn classifier over the landscape for you.

If you want to go further you can export the GeoJSON and then run it through any machine learning pipeline you like.
sadiq
·10 месяцев назад·discuss
I would try https://github.com/ucam-eo/tessera-interactive-map , this is relatively easy to get started with and has a nice interface for labeling.

https://github.com/ucam-eo/geotessera has an image showing our embedding coverage at the moment. Blue areas we have complete coverage for 2024, green areas we cover 2017-2024. We're slowly trying to populate everything 2017-2024 but the constraint is GPU and storage at the moment - each year takes ~20k GPU/200k CPU hours and requires storing and serving 200 terabytes of data. The world is big!

If there is an area you would like prioritised, there's an issue template on the geotessera github repo which we can use to move regions around in the processing queue.
sadiq
·10 месяцев назад·discuss
It's possible to use embeddings as input to a convolutional network and then train that using labels. We've done that for at least one of the downstream tasks in the TESSERA paper: https://arxiv.org/abs/2506.20380 to estimate canopy height.

The downside of that approach is that you need to spend valuable labels on learning the spatial feature extraction during training. To fix that we're working on building some pre-trained spatial feature extractors that you should only need to minimally fine-tune.
sadiq
·10 месяцев назад·discuss
I was a lot more optimistic about Gabriel's model than he was. It is essentially a presence-only species distribution model where accuracy depends largely on assumptions around prevalence and which really needs some presence-absence data to calibrate.

As I mentioned in one of the other comments, the model is also only pixel-wise. That is, it is not using spatial information for predictions.
sadiq
·10 месяцев назад·discuss
We did note several places during the trip that didn't contain bramble. The hotspot in the middle of the residential area was also entirely isolated.

For a proper evaluation you would need to be more methodological but as a sanity-check we were very happy with it.

One other thing to point out about the bramble model is that it is pixel-wise. That is each prediction is exclusively only what is within the 10 metre pixel (give or take the georeferencing error).
sadiq
·10 месяцев назад·discuss
It might work. TESSERA's embeddings are at a 10 metre resolution, so it might depend on the size of the features you are looking for. If those features have distinct changes in colour or texture over time or they scatter radar in different ways compared with their surroundings then you should be able to discriminate them.

The easiest way to test is to try out the interactive notebook and drop some labels in known areas.
sadiq
·10 месяцев назад·discuss
If you have some GPS locations of truffles, you could use the notebook Anil mentioned here https://news.ycombinator.com/item?id=45378855 and give it a go.

There is the issue of just how visible truffles are from space though, if they grow under cover. That said, it may still work because you can find habitats that are very likely to have truffles. We've had some promising results looking at fungal biomass.
sadiq
·10 месяцев назад·discuss
That's actually a great idea! I wonder what kind of feature size would be needed though - TESSERA's embeddings are at a 10 metre resolution so for larger structures you might need some kind of spatial aggregation.
sadiq
·10 месяцев назад·discuss
Hyperspectral data is really neat though it's worth pointing out that TESSERA is only trained on multispectral (optical + SAR) data.

You are very right on the temporal aspect though, that's what makes the representation so powerful. Crops grow and change colour or scatter patterns in distinct ways.

It's worth pointing out the model and training code is under an Apache2 license and the global embeddings are under a CC-BY-A. We have a python library that makes working with them pretty easy: https://github.com/ucam-eo/geotessera
sadiq
·10 месяцев назад·discuss
Yes! TESSERA is very new so we're still exploring how well it works for various things.

We're hoping to try it with a few different things for our next field trip, maybe some that are much harder to find than brambles.
sadiq
·10 месяцев назад·discuss
Hi! You can find a bit more about Gabriel's model through some of his posts over the last few weeks: https://gabrielmahler.org/posts/

When it comes to the satellite images, the model actually used TESSERA (https://arxiv.org/abs/2506.20380) which is a model we trained to produce embeddings for every point on earth that encodes the temporal-spectral properties over a year.

Think of it like a compression of potentially fifty or a hundred observations of a particular point in earth down to a single 128 dimension vector.

Happy to answer any other questions.
sadiq
·11 месяцев назад·discuss
You might find https://arxiv.org/abs/2401.17377v3 interesting..
sadiq
·11 месяцев назад·discuss
Looks like Groq (at 1k+ tokens/second) and Fireworks are already live on openrouter: https://openrouter.ai/openai/gpt-oss-120b

$0.15M in / $0.6-0.75M out

edit: Now Cerebras too at 3,815 tps for $0.25M / $0.69M out.
sadiq
·в прошлом году·discuss
Excellent, look forward to giving this a go.

I was looking at: https://arxiv.org/abs/2506.18254 but your approach is even more general.
sadiq
·в прошлом году·discuss
This is a really nicely written and illustrated post.

An advanced extension to this is that there are algorithms which calculate the number of records to skip rather than doing a trial per record. This has a good write-up of them: https://richardstartin.github.io/posts/reservoir-sampling
sadiq
·в прошлом году·discuss
This is good though it's not clear whether these papers will appear in the PMC Open Access subset (https://pmc.ncbi.nlm.nih.gov/tools/openftlist/) and be bulk downloadable.

I've been doing some work with colleagues at Cambridge and Imperial over the last year on using LLMs to improve evidence synthesis, primarily trying to find papers on the effectiveness of certain Conservation interventions. It's becoming clear that you really need to move beyond screening papers only by title and abstract - there's often information buried deep within papers that can only be found with access to full text. My colleague Anil Madhavapeddy has written a bit about our adventures in trying to ingest full-text academic papers: https://anil.recoil.org/notes/uk-national-data-lib
sadiq
·в прошлом году·discuss
There's a related write-up here you might find interesting: https://wandb.ai/learning-at-home/LM_OWT/reports/Parameter-s...

It covers some experiments on weight tying, one of which is actually LoRA and random weights.