Hacker Newsnew | past | comments | ask | show | jobs | submit | inflam52's commentslogin

Reposting because more need to know and the original one only has 12 points.


I love these kind of projects. M5Stack Cardputer Zero launched on Kickstarter last week and already hit their goal

https://www.kickstarter.com/projects/m5stack/cardputerzero


Kiisu[0], credit card sized footprint computer with modular add-ons.

-------------------------------------

[0] : https://github.com/kiisu-io/


Very cool! The magnitude of how tiny we actually are...


Thanks! Curious if it works well on your machine; I did some work optimizing. Are you using desktop or mobile?


Works well for me. I'm on desktop (Macbook Air M3) but have a decent amount of RAM


Good to know. Have you tried switching to the large data set?


Right! While building this I found out this dataset only spans 2% or so of the actual observable universe...


Yes exactly! I did this kind of thing too for a little while. I ended up using the Gist to access the bookmarks but figured it would be nice to have an optional viewer to search/sort. Also having it across all devices is a big plus. One of the features I miss now that Pocket used to offer with their bookmarklet.


Thumby has a 3x5 but I do like this 5x5 better

https://thumby.us/API/Text-and-Font/


One of the benefits of graph databases is that you can measure strengths of connections and also infer connections that don’t actually exist (edge prediction) among many other path traversal techniques. It’s not always just about the connection itself. Many have these algorithms built in so you don’t have to reinvent it.


Timely article for me! I just went through this in my little SimCity remake for MicroPython:

https://github.com/chrisdiana/TinyCity/blob/6c3a7337788655b5...


Very cool! We need to get this on M5Stack Cardputer ASAP


This is for 72×40 display right now but I was also working on an interface layer to abstract Thumby specific functionality in order to play on potentially other platforms running MicroPython/Python. Going to try and add that in the next iteration.


There are a number of MakeCode-compatible devices with and without Microbit https://arcade.makecode.com/arcade-devices

bbcmicrobit/micropython: https://github.com/bbcmicrobit/micropython

But Pi Pico; RP2040, RP2350:

"Show HN: PicoVGA Library – VGA/TV Display on Raspberry Pi Pico" https://news.ycombinator.com/item?id=35117847#35120403

"MaplePad – RP2040 Dreamcast controller, VMU, and Purupuru (rumble pack) emulator" https://news.ycombinator.com/item?id=37522059 :

> PicoVision

pimoroni/picovision micropython: https://github.com/pimoroni/picovision :

> PicoVision enables you to create big, bold audio visual projects using MicroPython and an HDMI display of your choice.

> powerful digital video stick for bold audio visual adventures, with dual RP2040 chips and a conveniently HDMI-shaped output connector to boot!

> [...] dual RP2040 chips and a conveniently HDMI-shaped output connector to boot!


TIL RP2350 support DVI video output with an HSTX: https://www.google.com/search?q=rp2350+dvi

And it's possible to convert from DVI to HDMI


Wren6991/PicoDVI commit history: https://github.com/Wren6991/PicoDVI/commits/master/ :

> Add 720x480p 60Hz mode (270 MHz bit clock)

> RP2350 changes (including RISC-V)

From https://news.ycombinator.com/item?id=41260679 :

> The new HSTX interface on the RP2350 seems to be squarely targeted at this use case (video output) and doesn't require the use of PIO or consuming a ton of CPU cycles. There's a nice write up on the capability here:


This is cool thanks for sharing! I'm definitely be digging into these. It would be neat to support some of these devices too. I didn't know about MaplePad (+1 to Dreamcast VMU projects!)


Following up here, I just added a game interface abstraction to make it easier to support more devices. Planning on getting a few MakeCode-compatible devices to adapt for them.


Thanks!


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: