Viewing profile — RichWalton
RichWalton
HN member- Joined
- Mon, Jun 22, 2015, 10:31 AM UTC
- HN karma
- 35
- Public activity
- 17 items
- HN profile
- View on Hacker News ↗
About RichWalton
Recent public activity
-
comment
Comment #25785610
My next project will be a "Cat poo detector" - this will live in the cat's litter tray and detect whatever gasses are released when it is used. This will be used so I can know if I…
-
comment
Comment #25785593
I just finished hacking some "smart" behaviour into my old doorbell chime. The sound of the chime ringing is picked up by a microphone connected to an arduino-like device. A small …
-
comment
Comment #25416222
I'd expect that status page to be automated based on a number of metrics / health checks. Our equivalent is.
-
comment
Comment #24897845
Some parts of some craters are in permanent shadow.
-
comment
Comment #16976011
Indeed they are. CSS even has a `grid` layout style: https://css-tricks.com/snippets/css/complete-guide-grid/
-
comment
Comment #15986198
Merry Christmas!
-
comment
Comment #15984886
Interesting. I'll take you up on that offer :) xrb_1mf1quypikgen383zos45696gatdtj8kq9d3henygnr7ncx9gqkr84rp1u5g
-
comment
Comment #13447810
The very next sentence in that paragraph goes on to say: " I have cut the ROM content out of the Wii file you sent me and it indeed matches the .NES file found online"
-
comment
Comment #12077994
I added my project and the service claims it has 0 dependencies (Listed in the build.gradle file). Bug? https://dependencyci.com/github/RichTeaLang/RichTea
-
comment
Comment #11516445
I think that's a bit of a generalisation :)
-
comment
Comment #11411246
What happened between Go 1.4.3 and 1.5 which introduced such a slow down in compile times?
-
comment
Comment #10969058
A quick test shows this to be _much_ faster than NPM 2 (Browserify ~8s vs ~27s using NPM 2). I've been on the look out for a faster NPM given it takes 30m to install dependencies f…
-
comment
Comment #10969033
Agreed. Fortunately the dev(s) look to be in the process of renaming to "Nom" ( https://github.com/alexanderGugel/ied/issues/29 )
-
comment
Comment #10538641
Similar idea, but focused much more on comedy. Introducing Windows RG (Really Good Edition) [1] Warning for some: This requires the Adobe Flash plugin. [1] http://windowsreallygood…
-
comment
Comment #10389914
Awesome work. As it happens I'm working on an image cropping front end (using CropperJS [1]) - I'm going to integrate this so that the initial crop selection is set using the resul…
-
comment
Comment #9757585
Yes, correct :). In the "Post Room Computer" analogy, the little man works in a post (mail) room. The mailboxes are memory, in/out trays are IO, etc etc.
-
comment
Comment #9757361
This is a nice implementation. I made something similar [1], based on the Post Room Computer [2]. Basically it is a two address (operand) modification of the LMC. It was used to as…