Viewing profile — arussellsaw
arussellsaw
HN member- Joined
- Thu, Sep 08, 2016, 2:25 PM UTC
- HN karma
- 111
- Public activity
- 12 items
- HN profile
- View on Hacker News ↗
About arussellsaw
No profile information was provided.
Recent public activity
-
comment
Comment #41444293
this is one of my frustrations as a brit, i much prefer the US format, but find that US puzzles contain so many 'Americanisms' that they're much harder than they might otherwise be…
-
comment
Comment #39914772
one of the fundamental problems in photogrammetry is determining the position of the camera in 3D space, with a game engine you just have a concrete value for your camera position,…
-
comment
Comment #32053438
Author here, this post was a fun little write up of some of the work we've been doing here over the last month, it felt like a really nice self contained recipe that others could p…
- story
-
comment
Comment #25102558
Author here! the source can be found here: https://github.com/arussellsaw/news I'd love any feedback, i've addressed a lot of the issues people had when this was posted ~7 months a…
- story
-
comment
Comment #23621677
Compressed air storage seems like a really appealing method, especially considering the low carbon footprint and massively longer lifetime than lithium batteries. This post covers …
-
comment
Comment #22866011
Thanks! I’m glad you like it The CSS framework i use is https://bulma.io and the server side rendering is all done with Go’s html/template library. I’m definitely going to open sou…
-
comment
Comment #22864889
RSS feeds are a bit of a mess, but only due to each publisher's implementation being slightly different. the vast majority only send a headline and summary on the RSS feed, i then …
-
comment
Comment #22864650
Hello! author here, i just wanted to address a few things i've seen in the comments: * i absolutely built this for fun, it's an idea i had late at night and needed to scratch that …
-
comment
Comment #13930342
I really like the way it displays the documentation/suggestions. I would much rather have that than the floating boxes i see in VSCode right now, does anyone know if it's possible …
-
comment
Comment #13597428
worth mentioning that this is only a noticeable performance regression in situations where the majority of the request is spent in http processing, eg 'hello world' handlers. Here …