Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Breaking Up with Google Play: Why Conversations Is Now Free (gultsch.de)
    185comments
  2. PipePipe: NewPipe hard fork implementing SponsorBlock (github.com/infinityloop1308)
    43comments
  3. Fifteen years later, the Apple Cards origin story (lexontech.org)
    39comments
  4. The Lost Atomic Update on Loongson CPU (jia.je)
    —discuss
  5. Show HN: A Claude Code skill to analyze your chess games (github.com/brumar)
    18comments
  6. Modern Object Pascal Introduction for Programmers – Castle Game Engine (castle-engine.io)
    29comments
  7. Revealing the details of how OpenAI agents hacked Hugging Face (swarmtraces.org)
    398comments
  8. Reflections on 1,000 Days of Math (gmays.com)
    8comments
  9. I'm the Mom in That Viral Giants Clip. Let Me Tell You About My Husband (themomoftheyear.substack.com)
    17comments
  10. Analyzing Frontier Model Progress with My Favourite Game: Prince of Persia (blog.priyan.in)
    18comments
  11. We're gonna need a lot more mathematicians (terrytao.wordpress.com)
    367comments
  12. Plan mode is dead (aymannadeem.com)
    426comments
  13. Floci: Locally emulating any cloud service (floci.io)
    22comments
  14. Make Claude your assistant in excalidraw (tangled.org)
    2comments
  15. Ollaya – Ollama for open-source, Jev-style decision models (ollaya.dev)
    134comments
  16. Banks and Credit Unions to Team Up Against Apple Pay Fees (macrumors.com)
    2comments
  17. Is your Postgres migration safe or not safe? (safenotsafe.dev)
    31comments
  18. New Satellite Engine Could Use Earth's Atmosphere to Stay in Orbit Indefinitely (scitechdaily.com)
    2comments
  19. 16GB iPod Nano 3G Upgrade (tuckerosman.com)
    12comments
  20. Parsing Expression Grammar vs. Regexes: Building Org Parser in Lisp, Export HTML (jointhefreeworld.org)
    14comments
  21. Show HN: Jev Plays Pokémon Red (jev-pokemon.vercel.app)
    94comments
  22. A single function Jev-like wrapper for LLMs, including vision models (allanrbo.blogspot.com)
    38comments
  23. What even is an OS now? (sockpuppet.org)
    381comments
  24. Calculating atmospheric drag on satellites for a Cubesat [pdf] (osti.gov)
    7comments
  25. Ask HN: Who's still keeping a DOS machine up because the business depends on it?
    212comments
  26. Gravity seems holographic. What does that mean for reality? (quantamagazine.org)
    197comments
  27. Plunging test scores are a slow-moving catastrophe (economist.com)
    123comments
  28. The Murky History of Soviet-Born Tetris (mitpress.mit.edu)
    18comments
  29. Scientists build most accurate atomic clock (phys.org)
    23comments
  30. Jury finds Facebook liable for deceiving users in Cambridge Analytica case (cbsnews.com)
    94comments

Kobra – visual programming language for machine learning

235 pointsby 5y agokobra.dev
30 comments
5y agoHN ↗

l know one of the founders, Benjamin, who has been a many-time CodeDay participant. He spends a lot of time helping the newer coders understand how to turn their ideas into code on our Discord, and is always friendly and obviously passionate about helping others learn to code. I'm super happy something like this exists to help him work on the next generation of coding education software.

5y agoHN ↗

Replit Ventures itself seems like a neat endeavor to support cool projects like Kobra, especially since the barrier for entry seems to be low. I wish it succeeds and helps create successful startups on the way.

PS

I would like to add Replit Ventures under the incubator section of my curated list of startup tools - https://startuptoolchain.com/ . Which URL should I be pointing to? Is that blog page current home for Replit Ventures as the application page is closed?

5y agoHN ↗

Yeah point to the blog for now. If we have a landing page we’ll make the blog redirect to it. Thank you!

5y agoHN ↗

https://blog.replit.com/ventures

[...] Replit Ventures will give a grant of $2000 each [...]

It's not a substantial amount money but a nice token of appreciation nontheless. I guess the real value comes in the form of networking, exposure and mentoring.

5y agoHN ↗

Considering they're open to the world, $2000 for a side project is a good motivator and of course network is the real value for any incubator.

5y agoHN ↗

This sounds interesting! I'm generally not a fan of visual programming, but working on models is very visual and I could very well see this being a viable alternative to notebooks/jupyter.

Also, I haven't poked around much but it's very obvious the blocks map to a standard python-numpy-pandas stack, so it could be easy to integrate Kobra with git/other code/rest of the tech stack.

5y agoHN ↗

If you'd like to try it out, feel free to email me at pranavnt@outlook.com and I'd love to help you get started!!

5y agoHN ↗

Have you tried Orange? I found out about it as it was one of the anacounda launcher icons.

It's all visual (you connect circles) and it's a great workbench to test ideas and datasets.

5y agoHN ↗

Great job! Looks like there’s a layout issue on mobile for your homepage. The content is squished to the left side of the screen in portrait mode. Switching to landscape mode fixes it.

5y agoHN ↗

Thanks for letting us know, we'll take a look at it!!

5y agoHN ↗

Curious how this is different from the original, now defunct version of Azure Machine Learning Studio.

5y agoHN ↗

I haven't used that before, with Kobra we're focusing more on building a tool to teach ML as opposed to being an AutoML tool (which that appears to be).

5y agoHN ↗

A lot of overlap with Knime and Rapidminer. Why approach it with visual programming vs the direct execution graph approach like they do?

5y agoHN ↗

We're focusing more on education than building an AutoML tool, and we think visual programming helps the user understand more of what's going on behind the scenes.

5y agoHN ↗

Definitely looks inspired by scratch. I think its going to fill the same niche as scratch as well!

5y agoHN ↗

"Welcome to Kobra Studio... CONTINUE WITHOUT AN ACCOUNT"

Nice. I'm guessing the Kobra.dev folks are HN regulars!

5y agoHN ↗

I'm on kobra team you can email me at mugaboverite@gmail.com so we can talk

5y agoHN ↗

IMHO, this only makes sense as part of a bigger non-code data software such as SPSS or Tableau.

I don't see non-programmers picking this up from scratch, but if they're already doing data work, this is much better than current SPSS scripting, etc., (I actually only used SPSS scripting, so I can't testify about other tools)

5y agoHN ↗

Can Cobra export the script in text form (and import them, of course)? That would make the language much more powerful and useful because people can then start exchange ideas and cross-validate other people’s works. It also makes the code easily reproducible.

5y agoHN ↗

Is that some python wrapper exposed through anyblock or something, that they call a new language?

5y agoHN ↗

Enso looks amazing! Thank you for sharing!