Viewing profile — benstigsen
benstigsen
HN member- Joined
- Thu, Dec 02, 2021, 11:08 PM UTC
- HN karma
- 10
- Public activity
- 11 items
- HN profile
- View on Hacker News ↗
About benstigsen
Recent public activity
-
comment
Comment #45294795
I can recommend that people check out Lune [1], it's a Luau runtime which includes a small but nice standard library. It's very easy to create something like a webserver in it. [2]…
-
comment
Comment #44091580
I am building a webserver using Luau[1] and Lune[2], which will be used to host my own website. I haven't been this excited in a long time, when it comes to trying out a new progra…
-
comment
Comment #44019262
I disagree. Having been a previous V developer contributing to the language (though arguably very little), the issues of missed deadlines, fake it till you make it and more seems c…
-
comment
Comment #43886356
I created something like this relatively recently. The downside is of course that it requires JavaScript. https://github.com/benstigsen/include.js
-
comment
Comment #43082475
I noted this on my website, some time ago [1]: > Making use of sql.DB from multiple goroutines is safe, since Go manages its own internal mutex. Then I quote the database/sql docum…
- comment
-
comment
Comment #40213286
Not daily, but I remember reading quite a bunch about plan9 on the HundredRabbits website. That's how I was introduced to the OS. Found a minor mention of it on the Wayback Machine…
- comment
-
comment
Comment #39503471
Ah that is true. It does make us depend less on JavaScript, although not to the degree I thought when linking to it. Thank you for correcting me.
-
comment
Comment #39503446
I joined Vlang GitHub organisation after I was invited. I was aware of the "V for Vaporware" articles [1] that already existed, but at that point they were more than a year old, so…
-
comment
Comment #39502600
It definitely depends on the technology, but for a lot of sites JavaScript simply isn't necessary. A lot of what could be static sites use JavaScript. CSS may be tricky to some (I'…