Viewing profile — bwindsor
bwindsor
HN member- Joined
- Wed, Mar 20, 2019, 7:17 PM UTC
- HN karma
- 139
- Public activity
- 20 items
- HN profile
- View on Hacker News ↗
About bwindsor
No profile information was provided.
Recent public activity
-
comment
Comment #46468364
Location: UK remote Remote: Yes Willing to relocate: Not immediately Technologies: Python, AWS, Docker, Typescript, React, CI/CD, C (ESP32), Matlab. If I don't know it, I can learn…
-
comment
Comment #31679368
If all the stuff you want to ignore is inside another folder, you can create another .gitignore inside that folder containing just * (i.e. ignore everything). Everything including …
- comment
- story
- story
- story
-
comment
Comment #29613638
Thanks for that feedback - the product is basically ready to go, the reason for Kickstarter was to get pre-orders to get enough capital to pay for a larger manufacturing run. Of co…
-
comment
Comment #29612376
At our company we have built a device which monitors your stove with an IR sensor and has an alarm for dangerous situations [0]. It does some processing on the sensor data - if it …
-
comment
Comment #29010746
It doesn't know which smoke point to monitor for. However, the aim (at least for the MVP) is for it to work the majority of the time for the majority of users - and critically to a…
-
comment
Comment #29001354
Thanks for the suggestion! We did consider the idea of making it automatically cut the energy source. However at the moment, the install steps are: receive it in the post, pull out…
-
comment
Comment #29000008
I'd be interested if there's research showing whether a one-off popup gives more signups or more annoyance. The marketing people seem to think it's better to have it there. I agree…
-
comment
Comment #28999753
I've been working on a stove safety/smart cooking device which is based on the temperature of your pan [0]. There are a small number of recipes which it currently works with [1]. T…
- story
- story
- story
-
comment
Comment #23159928
Or use secrets.token_urlsafe https://docs.python.org/3/library/secrets.html#secrets.token...
-
comment
Comment #20868460
Skyrad Ltd. | Algorithm Inventor | London, UK | ONSITE, FULL-TIME | Skyrad invents products in the rapidly developing IoT and energy sectors. We're currently analysing how monitori…
-
comment
Comment #20147907
The final MATLAB example of "Inplace modification" is not correct. function f(out, x) out = x.^2 end x = rand(10) y = zeros(length(x), 1) f(y, x) What happens here when you call f(…
- story
- story