Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. An Empirical Study of Harness Design for Coding Agents(arxiv.org ↗)
    15comments
  2. I Vibed a Proof of Conway's Conjecture(overreacted.io ↗)
    39comments
  3. Cloudflare Quick Tunnels(cloudflare.com ↗)
    17comments
  4. North Korean nuclear test sets off years of earthquakes(science.org ↗)
    3comments
  5. C++26: Trivial infinite loops are no longer undefined behaviour(sandordargo.com ↗)
    14comments
  6. Bend 2 and the Vibe-Coding Trap(liampwll.com ↗)
    181comments
  7. BeanShell3 in Development(beanshell.github.io ↗)
    3comments
  8. OpenJev(openjev.com ↗)
    187comments
  9. The Shadows Lurking in the Equations – Underwater Islands(gods.art ↗)
    6comments
  10. I don't like passkeys(hawksley.dev ↗)
    351comments
  11. Jemalloc 5.4.0(github.com/jemalloc ↗)
    63comments
  12. Warren Buffett Steps Down as Berkshire Chairman, Names Son to Replace Him(nytimes.com ↗)
    118comments
  13. Cekura (YC F24) Is Hiring(ycombinator.com ↗)
    discuss
  14. NATS publishes preliminary report on technical incident of 8 September(nats.aero ↗)
    4comments
  15. Build Faster Feedback Loops Using Qualitative User Research(nseldeib.com ↗)
    discuss
  16. Show HN: Rickub – The Smartest Git in the Universe(rickub.com ↗)
    discuss
  17. ZCode, the GLM coding agent, silently uploads your Git history(tokenstead.ai ↗)
    51comments
  18. The scourge of x86 emulation(fex-emu.com ↗)
    58comments
  19. Bonsai 2 27B: Near-Lossless Compression in a 9x Smaller Footprint(prismml.com ↗)
    170comments
  20. Astra for Law(openai.com ↗)
    647comments
  21. Microsoft exec called AI scraping 'the largest theft of labor in human history'(techcrunch.com ↗)
    510comments
  22. Mathematicians Build Long-Awaited Graph Sandwich(quantamagazine.org ↗)
    discuss
  23. Replacing Pull Requests with Delta(zed.dev ↗)
    52comments
  24. Bend – A language that blocks AI mistakes via proof, on CPU and GPU(bend-lang.com ↗)
    278comments
  25. Second Circuit Allows Government to Search Electronic Devices at the Border(knightcolumbia.org ↗)
    16comments
  26. Qwen 3.8 Omni Flash(qwen.ai ↗)
    103comments
  27. Subnormal floating-point numbers are expensive on Intel processors(lemire.me ↗)
    40comments
  28. When the fractional part of a float fixes your shader(crocidb.com ↗)
    15comments
  29. How to Write with an LLM(sockpuppet.org ↗)
    171comments
  30. Pre-Greek: The lost language hidden within Ancient Greek(linguisticdiscovery.com ↗)
    57comments

Apply HN: Empirical – A Platform for Reproducible Science

9 pointsby 10y ago
6 comments
http://empiricalci.com

Empirical is a platform that allows scientists to run, share and compare experiments, including their whole research environment.

WHY EMPIRICAL? The idea for this product comes from the frustrations that I had while doing research in computer vision. There are many inefficiencies slowing down modern science, from trying to figure out what’s the state of the art to the lack of easy means to reproduce and evaluate research. We aim to attack these inefficiencies by providing a standard framework to run, share and compare experiments. Bringing some of the best practices in software development to science and making it easy for researchers to adopt them. Also with each experiment that is performed in the platform we’re hoping to build a database to map the state of the art.

We know this is idea will make a big impact in the way science is made. This has the potential to change the meaning of peer review, and improve reproducibility and discovery, which will lead to faster iteration cycles and better science.

STATUS: We’re currently working through the prototype and hoping to have an alpha version soon. Meanwhile, you can stay updated by signing up on our site: http://empiricalci.com

BUSINESS MODEL: SaaS, paid private plans + paid storage and computing time.

ABOUT US: We worked together for over a year in a different startup. Bren as a UX product designer and Alan as a computer vision engineer and tech lead. Before that, Bren studied CS at Berkeley and then specialized in UX at General Assembly. Alan was doing a Ph.D in AI systems, specializing in Computer Vision at Monterrey Institute of Technology.

Feedback is greatly appreciated and please let me know any question you may have.

10y agoHN ↗

It appears to require Docker. How will this play out with Windows only software and programmable lab equipment?

10y agoHN ↗

Down the road we'll be able to add support for specialized lab equipment in a case by cases basis.

For Windows only software, Docker and Microsoft seem to be making progress on that front. It's still to be defined how it's going to play out. Fortunately there are many cross-platform alternatives for most scientific software (at least in the AI area). Curious to know, do you have a particular software in mind?

10y agoHN ↗

No. I was comparing the requirements against my ability to imagine messy details. I suppose Docker jumped out as a different level of abstraction relative to the general problems of scientific reproducibility; the diversity of scientific investigations; and the existing social and physical infrastructure of scientific laboratories.

I suppose the sort of messy detail I might imagine is how does a Matlab license work in terms of multiple containers. And the details are messy because of legal and institutional constraints in the markets I suspect are looking for this solution.

10y agoHN ↗

Yes, MATLAB is a special case due to it being licensed software. I've used it in the past by mounting my local MATLAB installation into the container and I think I had to pass the MAC too. I believe we'll be able to get it to the point where we only need to mount the local license.

We're building a client on top of docker to deal with all this extra functionality. You can think about it like a specialized version of docker-compose

10y agoHN ↗

This is pretty interesting. Are you asking users to place code on your platform? So a user runs a test in Matlab and gets a certain set of results, you are asking them to upload the code and the results so that others can see what has been done and what the results are?

10y agoHN ↗

That's the intended result. Although, we're not hosting the code, we're integrating with GitHub for that. We're going to be hosting the Docker images and the results/output. You'll be able to see which version of the code produces certain results.