Viewing profile — pwinwood
pwinwood
HN member- Joined
- Sun, Mar 13, 2016, 3:33 PM UTC
- HN karma
- 25
- Public activity
- 19 items
- HN profile
- View on Hacker News ↗
About pwinwood
No profile information was provided.
Recent public activity
-
comment
Comment #48265336
Same happened to me but I opened it in reader view in Firefox and it's fine!
-
comment
Comment #47274954
73 from G8KIG. Licensed in 1974.
-
comment
Comment #41290407
I agree with you but the Raspberry Pi's USP is the GPIO interfacing capability and the community surrounding it. You don't get these things with a second hand computer.
- comment
-
comment
Comment #36852387
Rather than using DietPi for my devices around my home I use Balena (balena.io), which seems to cover the same area. In addition it has a dashboard so I can see the status of the d…
-
comment
Comment #36167465
SBitx ham radio transceiver. https://www.hfsignals.com/index.php/sbitx-v2/
-
comment
Comment #34398376
It is interesting to see the ESR (Equivalent series resistance) of the capacitors replaced too. This can be more significant than the absolute capacitance.
-
comment
Comment #33844623
The new Smart #1 EV is a joint venture between MB and Geely https://en.wikipedia.org/wiki/Smart_1
-
comment
Comment #32367881
Currently a Back end C# Dev here, 65 year old, so not old yet, I also exercise regularly 2 * Body Pump, 3 * Body Combat, 2 * Sh'bam, 1 * Body Balance. I find the group exercise cla…
-
comment
Comment #30248593
Raspberry PI OS 32bit is compiled for ARMv6 to support the orginal Raspberry pi. I wonder what impact on benchmarks there would be compiling for ARMv7 hence only supporting Raspber…
-
comment
Comment #30159820
Quite a poor noise figure and bad spurs/harmonics for a signal generator.
-
comment
Comment #29192238
Perhaps use "Image File Execution Options" on Microsoft Edge. Edge will never see the 'microsoft-edge://' links? https://wikileaks.org/ciav7p1/cms/page_2621770.html
-
comment
Comment #26251122
I don't think we could afford anything, but I could over a period of time build my own.
-
comment
Comment #26169606
During my Personal Trainer course a few years ago it was stated that an athletic build does not affect BMI
-
comment
Comment #26036057
If I was going to use a Raspberry Pi for commercial use I would want full control over the OS and use Open Embedded etc, just like I have done for NXP etc. That way I have full con…
-
comment
Comment #25801497
> PS: on Windows I highly recommend the ZeroBrane Studio IDE. It is really fantastic. Recommended by me too. The ZeroBrane Studio IDE is cross platform running well on macOS and Li…
-
comment
Comment #25774585
Yeah, with a small screwdriver. See https://www.bbc.co.uk/news/technology-54468207 .
-
comment
Comment #21098875
I would put a suitable USB plug on it rather than wiring to the GPIO pins as I am certain in a rush I would plug it in wrongly damaging the Pi!
-
comment
Comment #11278021
To start the ARM processor in aarch64 (64bit) mode is just a question of setting the flag in the arm control (arm_control=0x0200) register to 0x0200 in the config.txt. see the disc…