Hacker News new | past | comments | ask | show | jobs | submit | ed_'s comments login

Mithril.js, for both work and personal projects. There hasn't been a major release since I started using it ~4 years ago, which is lovely in the otherwise churning sea of frontend development.


We're working on "life support systems" for algae photobioreactors. This includes monitoring the health of the algae, monitoring and controlling the environment to optimise algae growth, providing feedback to users on growth and experiment progress, and uploading data to our own cloud.

We're more software than hardware, but without the hardware capability we wouldn't have been able to attempt it.

Previously we tried little "Singing Christmas Trees" as well [0], and while they were certainly nifty, we couldn't find the market for them at the price.

[0] https://www.youtube.com/@pixolighting


That's super cool! I worked last year on an algae bioreactor. I was growing chlorella in plastic bottles in my room, just for the heck of it. That year I also met some people working for a University of Edinburgh startup using algae to consume the tails from whiskey production. Honestly, I really hope that algaes see a wider adoption in consumer and business processes, because they're really fun and fascinating organisms.

Out of curiosity, are you looking for interns? I can work in the UK and the US. If you have contact information of some kind, I can send you my resume!


That sounds really interesting. I'm afraid we're not looking for interns immediately, but the next phase of the project will require more people and square-footage. My email's in my profile, let me know!


Do you recall the game(?) 'LIGHT BRIGHT'

Which consisted of a black-cardboard-paper with a pattern on it connect-the-dots-style - and you would plug into each 'dot' a plastic pin, then it would light-up at you would see the pattern/design in full form?

-

Imagine your xmas trees as a grid of LEDs and they are pressable/de-pressable (toggle) and kids can draw out a pattern, then have the machine animate the pattern in certain ways... as it understands the intent of the drawing as being a car/tree/person/animal whatever...


We did look at the idea of letting people arbitrarily arrange a string of LEDs then somehow map the sub-models to the new positions (which LEDs are "left eye open", which are "mouth shape E", etc.), but we couldn't find an LED string we liked that was both cheap and individually-addressable.

Also on the drawing board was some sort of "tiles" of letters which would be be rearranged by the user and illuminated in a fixed grid, then have different messages light up like a wordsearch. It could also be used to make those "word clocks" that are out there, that spell out "it is half past four" for example.


I wanted a simple chat history and rudimentary web searches in the terminal, so I wrote my own [0] (bring your own OpenAI API key).

It was a very novel experience writing the API for the simple "tools" in plain English in the system prompt (e.g. to search the web, read a website), though I never managed to make GPT4 successfully use the "execute Javascript" one.

[0] https://github.com/neon-fish/cass


We're not out to compete directly with WLED, we think it's great.

We wanted more control over the subsections of the connected LED string than WLED provides with its "segments" feature. For example, the outline of the Mini Tree is made up of four separate sections (it is interrupted by the eyes and the star), but is one single model from the point of view of the firmware and the API.

Also, the firmware will be written in MicroPython for easier customisation. We wanted to add some environmental sensors and a real-time clock to a standalone controller for another project in the works, and it also makes customising the controller much more approachable for beginners. Of course, you can still upload your own C/C++ instead.

Our lighting effect sequencer will also connect to our controllers automatically to orchestrate effects across a number of LED strings in time to arbitrary audio.

If you don't need to customise the on-board capabilities of controllers or orchestrate effects, then WLED is an excellent choice.


Thank you!

We are working on adding E1.31, using ethernet over USB (CDC NCM). We don't have it finished yet, but we hope it will just be a firmware update once it is. Dmxsun (https://github.com/OpenLightingProject/rp2040-dmxsun) works like this and is RP2040 based, so it's certainly possible.


Very interesting, guys. The peer-reviewing's a great idea.


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

Search: