Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Where do AI norms come from?(charity.wtf)
    discuss
  2. Bitrig Now Builds iPhone Duo Apps(bitrig.com)
    discuss
  3. Do not fear AI. Fear AI companies(cloudfront.net)
    discuss
  4. An LLM Beat NetHack(kenforthewin.github.io)
    discuss
  5. Singapore auctions luxury goods seized in $2.4B money-laundering bust(cnn.com)
    discuss
  6. Tupo: A daily sudoku-style logic puzzle with a colorful twist(playtupo.com)
    discuss
  7. Entropy Is Spare Capacity(fffej.substack.com)
    discuss
  8. Show HN: Ultracapitalism, a Company-Building Autobattler(ultracapitalism.io)
    discuss
  9. Show HN: A Dice Roguelike(reddit.com)
    discuss
  10. Data Protection Commission fines Google €403M over processing of location data(dataprotection.ie)
    discuss
  11. Advice for finding a technical co-founder (2021)(mooreds.com)
    discuss
  12. B5-BJ2 – Ice Cream Barges – Concrete Ship Constructors(thecretefleet.com)
    discuss
  13. I don't want to read what you didn't write(colinbreck.com)
    discuss
  14. Turn your Mac notch into an arcade(notcharcade.com)
    discuss
  15. Trump TV: The Essentials Station [video](youtube.com)
    discuss
  16. A Call for Control of Frontier AI Models(presidentti.fi)
    discuss
  17. Almost started a war: Report reveals dark reality as AI permeates civilisation(news.com.au)
    discuss
  18. Show HN: Laya decision engine on AWS Lambda, backed by Lambda SnapStart(github.com/hqarroum)
    discuss
  19. Newly Discovered Neo 2026SC Will Improve Orbital Refinement Education(astrophyzix.com)
    discuss
  20. Igalia Celebrates "Twenty-Five Years Upstream"(lwn.net)
    discuss
  21. How to talk about "AI" without adding to the anthropomorphization(buttondown.com/maiht3k)
    1comments
  22. Unattended 24hr Full-Stack Build: Qwen 3.8 27B on a Single RTX 5090(github.com/anglepoiselife)
    discuss
  23. Information is Matter is Energy
    discuss
  24. Show HN: SoTA Feed – Every open-weights release from the labs that matter(borgcloud.ai)
    discuss
  25. Solitaire Alone Together(solitairealonetogether.com)
    discuss
  26. Child Welfare Technology System Shows Minimal Progress After 10 Years and $2B(hhs.gov)
    1comments
  27. Show HN: Fast inference for deep seek flash v4.1 469 tok/s for coding(coralbricks.ai)
    3comments
  28. Pirate IPTV Operators Face $32.7M Judgment, Self-Expanding Blocking Injunction(torrentfreak.com)
    discuss
  29. What 218,146 Upcoming Events Say About the American Taproom(beer.social)
    discuss
  30. I'm addicted to buying domains for my vibe-coded apps that get 0 visitors
    2comments

A Colab sandbox for exploring the Drosophila connectome

3 pointsby 42m agodrive.google.com
1 comments
42m agoHN ↗

I built a sandbox for exploring the Drosophila brain connectome using FlyWire data, Python, and Google Colab.

It grew out of a hands-on connectomics workshop I taught at the Technical University of Munich (TUM). The goal was to let people with different neuroscience and programming backgrounds work directly with real connectome data without having to set up the full environment themselves.

The package includes an introductory presentation, a guided Colab notebook, neuronal and connectivity datasets, helper code, and example projects. It covers topics such as cell classes, morphology, connectivity, network structure and synaptic polarity.

During the workshop, students used the same starting material to build their own small projects. AI assistance was available for explaining and modifying code, debugging, and bridging technical gaps, while the questions and analyses were determined by the students.

Beginners can follow the guided workflow, while more experienced users can use the same data and code as a starting point for their own analyses.

Feedback is welcome, and I’d especially be interested to see what questions or projects other people build with it.