Viewing profile — jdkticom
jdkticom
HN member- Joined
- Tue, Dec 16, 2014, 11:06 PM UTC
- HN karma
- 25
- Public activity
- 20 items
- HN profile
- View on Hacker News ↗
About jdkticom
No profile information was provided.
Recent public activity
-
comment
Comment #25763974
correct, no NVIDIA hardware, just their NVDLA project which is open source. http://nvdla.org .
-
comment
Comment #25763953
https://developers.google.com/speed/pagespeed/insights/?url=... score still isn't great, but at least the images aren't the bottleneck anymore. The site is in the process of a gran…
- comment
-
comment
Comment #25762975
Correct. This is open at the ISA, PCB and software level, not the chip RTL. Still, it is a step forward. For something more open at the RTL level, I'd look at Precuror ( https://ww…
-
comment
Comment #25762902
One of the other replies points to the RISC-V extensions feature. I think for someone who "doesn't care about openness" would at least benefit from that in the architecture. It mea…
-
comment
Comment #16450113
0.5ms event-to-output, 1ms input-to-process-to-output. pureData, supercollider, and C++ programming API. Built-in web-IDE and tutorials.
-
comment
Comment #15306768
That looks pretty neat and I'll have to try it out. Personally, this is my bare skeleton for working with the PRU: https://gist.github.com/jadonk/2ecf864e1b3f250bad82c0eae12b7... .…
-
comment
Comment #15306699
Faster, newer generation CPU (Zero moved back to ARMv6). Additional microcontrollers (2x PRU, 1x M3). ADC. More I/O capability. Open hardware with a (yet to be proven, but I'm very…
-
comment
Comment #15306230
I made priority of choosing pins not used by LCD or eMMC on BeagleBone Black so that many capes not reassigning those pins could be adapted. The pinout was also done to work with a…
-
comment
Comment #15306206
Pinout compatible with something like https://shop.mikroe.com/wifi-esp-click
-
comment
Comment #15305277
Many are, but some have reasonable sized keyboards. I prefer some of the older models.
-
comment
Comment #15305271
Yes, that's how I typically do workshops is with Chromebooks.
-
comment
Comment #15305245
Etcher is a bit easier than the old 7-zip + win32diskimager solution: https://beagleboard.org/getting-started#update
-
comment
Comment #15305228
I'll be showing off an infrared camera and a handheld MAME console I built at Maker Faire New York then sharing the design info. Working on pushing to github later this afternoon.
-
comment
Comment #15305124
Lots of discussion about that here: https://news.ycombinator.com/item?id=10631668
-
comment
Comment #15304734
Using VNC is a legitimate way to develop for this, but mostly it is done through web browsers (Cloud9 IDE) and direct ssh.
-
comment
Comment #15304727
It is definitely not sold at a loss. No maximum to the order quantity, just lead time if it is more than inventory.
-
comment
Comment #15304702
And USB on the headers, making it easy to build a board with a hub or whatever, including USB WiFi modules.
-
comment
Comment #15304692
It does not have HDMI. Displays would typically be done with SPI breakout boards like from Sparkfun and Adafruit. You could also do a display via USB to VGA/HDMI.
-
comment
Comment #13928862
The M3 is not well documented. The big thing to discover is the memory map to get at the IO. At least the firmware is open source to help provide a starting point and it includes s…