Viewing profile — suis_siva
suis_siva
HN member- Joined
- Tue, Mar 31, 2026, 7:41 PM UTC
- HN karma
- 69
- Public activity
- 22 items
- HN profile
- View on Hacker News ↗
About suis_siva
Recent public activity
-
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 …
-
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…
-
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…
-
comment
Comment #48298143
Found this in my feed! Wonder what folks think! I'm still watching it!
- story
-
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…
-
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…
-
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…
-
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…
-
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!
-
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 .
-
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
-
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, …
-
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…
-
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 …
-
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…
-
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…
-
comment
Comment #48195963
Maybe!
-
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…
-
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…
-
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…
-
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…