Viewing profile — Simon-curtis
Simon-curtis
HN member- Joined
- Thu, Feb 27, 2025, 11:32 PM UTC
- HN karma
- 4
- Public activity
- 8 items
- HN profile
- View on Hacker News ↗
About Simon-curtis
No profile information was provided.
Recent public activity
-
comment
Comment #48453739
This project looks awesome. I’ve really enjoyed your blogs about the design process and learnings. Brave to jump into Rust while learning a new domain but very commendable. Wish I …
-
comment
Comment #47762838
on the examples page, the example for string interpolation is a simple function example
-
comment
Comment #47592332
I didn't know Italy was in Spain, cool
-
comment
Comment #47054064
Thanks! Yeah I'm extremely happy with that feature, I use it a lot at work to quickly jump to our worktrees!
-
story
Show HN: Jitzu – My PowerShell Killer
Born out of my frustration with powershell’s slow startup and confusing syntax I have long wanted to build a shell and scripting language in .NET. I have been working on it for a l…
-
comment
Comment #46190902
Thanks for the article, perfect timing. Was stuck on a secret Santa gift for the brother in law. Rush hour is perfect!
-
comment
Comment #46089964
modern graphical interface, for a start
-
comment
Comment #43199791
You should start an If/else from the else case and use unless keyword. { return 1; } unless 8 == 3 { return 2 }