Viewing profile — clash
clash
HN member- Joined
- Tue, Nov 28, 2017, 8:16 PM UTC
- HN karma
- 156
- Public activity
- 44 items
- HN profile
- View on Hacker News ↗
About clash
Recent public activity
-
comment
Comment #46885015
This is an easy one: bool isRestricted(uint8_t* /* data */) { return true; } // Might catch a few false positives and popup("This is a restricted model. If you are not in the state…
-
comment
Comment #46856418
You left out the higher entity that takes away a significant portion of the snow that was accumulated at regular intervals. It doesn't need to ruin the metaphor, though: The sun co…
-
comment
Comment #46818350
This appears to be even more of a problem with EVs and their regenerative breaking and I wonder whether this could not be easily fixed by software: "Breaks were not used recently o…
-
comment
Comment #42241106
Hey guys, I just wanted to show off the new battery-powered E-Ink picture frame that I have been working on for the last couple of months. It took a lot of work. I hope you like it…
- story
-
comment
Comment #38943919
Actually my devices can download from remote sources as well. An iCloud bridge is be necessary, though.
-
comment
Comment #38933692
Very nice. If you don't have the time to build one yourself, you can also buy them here: https://framelabs.eu/ Note: I sell them.
-
comment
Comment #37855382
Shameless plug: I build devices like that and sell them. Battery powered. https://framelabs.eu/en/product/artframe-31/ I use the 31.2" panel because it is 40% cheaper and has highe…
-
story
Show HN: Touchless wake up of a battery powered device
I've been working on a prototype ArtFrame (battery powered picture frame with epaper display) that can be woken up by briefly hovering over it with a hand. So far it is only a prot…
- story
- story
- story
-
comment
Comment #28770084
I'll rephrase. Learn about the basic container data structures like linked list, vector, set, map, hash, tree, queue, heap. Study time complexity of insertion, deletion, search, et…
-
comment
Comment #28766316
Knowledge about complexity classes is an issue that at least many hobbyists seem to miss.
- story
-
comment
Comment #28743897
I went online about a year ago. So yes, I already sold a lot of devices.
-
comment
Comment #28743710
This calender-thing really seems to resonate with people! I built something similar but more versatile, where you can either display images or feed the display with whatever inform…
-
comment
Comment #27691354
You can't define more than 8. The API allows only 3 bit input. I also tinkered with the lookup table, and was able to create a lot of different gray shades, but I was not able to p…
-
comment
Comment #27691211
The written sizes are correct. By default I will manufacture the two smaller displays with the same frame dimensions. The small device in the comparison image is from a custom orde…
-
comment
Comment #27683383
I actually have an Inkplate at home. The 8 gray shades they support are unfortunately not evenly distributed, which makes it difficult to display images in good quality. EPDiy look…
-
comment
Comment #27683270
If you want to hack it and don't want to pay for consumer grade quality for neither hardware nor software, then the device you linked is a good choice.
-
comment
Comment #27683200
If your grandparents have WiFi at home, you can do exactly that. There is a mode to periodically fetch images from a remote URL.
-
comment
Comment #27683180
Maybe I should think about building a mechanical version ;)
-
comment
Comment #27683169
You can configure the device to connect to you local WiFi and fetch images from wherever. Sample code for an image server is available at https://github.com/framelabs-eu/imageserve…
-
comment
Comment #27683117
If you just want to display information, I agree. Black/White & red/yellow is enough. But if you want to display a photo, you need gray shades.