Live data from Hacker News

Viewing profile — suis_siva

suis_siva

HN member
Joined
Tue, Mar 31, 2026, 7:41 PM UTC
HN karma
69
Public activity
22 items

About suis_siva

https://harmont.dev -- CI/CD for agents

Recent public activity

  1. story
    Show HN: Hyper – distributed Firecracker microVM orchestrator written in Elixir

    Hey everyone! One of the problems I ran into is that a large part of the VM-provider ecosystem is currently paid closed-source SAAS products with varying degrees of reliability. I …

  2. comment
    Comment #48848827

    Ex-Bun employee for transparency. I have skin in the game. I respect andrewrk and Jarred in different ways. My understanding are that neither are media trained. Very patronizing po…

  3. comment
    Comment #48840657

    Wow! I've tried (and failed) to implement a chat application which parries slack and it sounds like the direction you're going in with Chatto is precisely what I was envisioning. I…

  4. comment
    Comment #48298143

    Found this in my feed! Wonder what folks think! I'm still watching it!

  5. story
  6. story
    Show HN: Hm – a task runner with a Python DSL, growing into a CI/CD system

    Hi HN! My name is Marko and I am working on a CI/CD system at harmont.dev, a CI/CD system that sucks slightly less. As I've been working on the cloud, I realized that the CLI might…

  7. comment
    Comment #48286505

    My experience is that higher-kinded languages (ie. Haskell) allow for "controlled chaos". I design a type-system, the higher kinded types, the interfaces (though it's getting rarer…

  8. comment
    Comment #48284538

    I wouldn't call Elm dead. Development has frozen, this is true, but X11's development was frozen and it still powered so much for decades. This is actually super common in the Cloj…

  9. comment
    Comment #48284513

    In my experience, the biggest problem in Elm is how unintuitive TEA's docs are. In some ways, Elm really feels like Haskell -- you want to avoid creating "stateful" modules and you…

  10. comment
    Comment #48283796

    Ah sorry! Didn't mean to be annoying. Hm is open-source and my intentions are good. I'm also trying to figure out what's good and what's not! Apologies for the spam!

  11. comment
    Comment #48281975

    I commented on the other post, but GHA's awful reliability, ergonomics and performance have caused me to quit my job and work on https://harmont.dev .

  12. comment
    Comment #48281923

    Not to shill myself, but I'm sick and tired of this and been sick and tired for the last month. Decided to quit my job to work on https://harmont.dev

  13. comment
    Comment #48276151

    Ooh! Sorry for the late reply, missed this. If #[hsrs::function]s panic, the Haskell runtime crashes so everything gets aborted. I wasn't really thinking about this, to be honest, …

  14. comment
    Comment #48276091

    The first (and only) song I sort-of learned on the sax was "St. Thomas" and I fondly remember my brief time studying it. Sonny brought me so much joy in life. I found these fun sto…

  15. comment
    Comment #48275967

    I am really surprised that no-one mentioned https://www.uiua.org/ yet. If you like APL/BQN/K/L, look at Uiua! You're going to love it! It's very ergonomic, and has awesome and fun …

  16. comment
    Comment #48275701

    I worked professionally with C, C++, Zig and Rust (in that order). My experience is that writing performant code is by far the easiest in C++, and by far the most difficult in C. M…

  17. comment
    Comment #48275553

    One of the talks I really enjoyed is https://www.youtube.com/watch?v=h9SDuTSy7ps . In my experience, React's architecture is really good and lends itself quite well to making large…

  18. comment
  19. comment
    Comment #48195954

    > - Is there a way to generate #[hsrs::data_type] bindings for Rust library types, or do you need to create custom wrapper types for them? At the moment, no. I'll ad this to the li…

  20. comment
    Comment #48195554

    Oh wow, that does seem quite painful. That crate reminds me of how JSC' internal bindings work: ```cpp JSC_DEFINE_HOST_FUNCTION(jsMyFunction, (JSC::JSGlobalObject* globalObject, JS…

  21. story
    Show HN: Hsrs – Type-Safe Haskell Bindings Generator for Rust

    Hey everyone! I've been working on hsrs, a type-safe Haskell Bindings Generator for Rust. I couldn't really find any bindings generator that would create type-safe, rich bindings f…

  22. comment
    Comment #48101546

    Let's go through some of the arguments, in no particular order: > Klabnik vibe-coded a new language in Rust, therefore Claude + Rust = Good. I argue the inverse -- Rust, being an M…