Live data from Hacker News

Viewing profile — Simon-curtis

Simon-curtis

HN member
Joined
Thu, Feb 27, 2025, 11:32 PM UTC
HN karma
4
Public activity
8 items

About Simon-curtis

No profile information was provided.

Recent public activity

  1. 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 …

  2. comment
    Comment #47762838

    on the examples page, the example for string interpolation is a simple function example

  3. comment
    Comment #47592332

    I didn't know Italy was in Spain, cool

  4. 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!

  5. 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…

  6. 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!

  7. comment
    Comment #46089964

    modern graphical interface, for a start

  8. comment
    Comment #43199791

    You should start an If/else from the else case and use unless keyword. { return 1; } unless 8 == 3 { return 2 }