Live data from Hacker News

Ask HN: What are you hacking these holidays?

news.ycombinator.com

1–10 of 50 posts

Re: Ask HN: What are you hacking these holidays?

#2
Zynq MiniZed http://zedboard.org/product/minized

My plan is to implement my own version of a neopixel driver to learn VHDL.

Ref:

Adam Taylor’s MicroZed Chronicles Part 37: Driving Adafruit RGB NeoPixel LED arrays with MicroZed Part 8 https://forums.xilinx.com/t5/Xcell-Daily-Blog/Adam-Taylor-s-...

Adam Taylor’s MicroZed Chronicles Part 36: Driving Adafruit RGB NeoPixel LED arrays with MicroZed Part 7 https://forums.xilinx.com/t5/Xcell-Daily-Blog/Adam-Taylor-s-...

Adam Taylor’s MicroZed Chronicles Part 35: Driving Adafruit RGB NeoPixel LED arrays with MicroZed Part 6 https://forums.xilinx.com/t5/Xcell-Daily-Blog/Adam-Taylor-s-...

Adam Taylor’s MicroZed Chronicles Part 34: Driving Adafruit RGB NeoPixel LED arrays with MicroZed Part 5 https://forums.xilinx.com/t5/Xcell-Daily-Blog/Adam-Taylor-s-...

Adam Taylor’s MicroZed Chronicles Part 33: Driving Adafruit RGB NeoPixel LED arrays with the Zynq SoC https://forums.xilinx.com/t5/Xcell-Daily-Blog/Adam-Taylor-s-...

Adam Taylor’s MicroZed Chronicles Part 32: Driving Adafruit RGB NeoPixel LED arrays https://forums.xilinx.com/t5/Xcell-Daily-Blog/Adam-Taylor-s-...

Adam Taylor’s MicroZed Chronicles Part 31: Systems of Modules, Driving RGB NeoPixel LED arrays https://forums.xilinx.com/t5/Xcell-Daily-Blog/Adam-Taylor-s-...

Re: Ask HN: What are you hacking these holidays?

#3
Nothing new for me. Just trying to decouple some components from my side project from a year ago.

For those interested, this is a JS/React project.

The app is an open-source version of Alfred built on top of Electron/React -- https://github.com/vutran/dext

While it's very difficult at the moment to work on the app itself, I decided to just extract the search component to be reused elsewhere so I've started building Omnibar (https://github.com/vutran/omnibar).

Re: Ask HN: What are you hacking these holidays?

#5
post #2

Zynq MiniZed http://zedboard.org/product/minized My plan is to implement my own version of a neopixel driver to learn VHDL. Ref: Adam Taylor’s MicroZed Chronicles Part 37: Driving Adafruit RGB NeoPixel LED arrays with MicroZed Part 8 https://forums.xilinx.com/t5/Xcell-Daily-Blog/Adam-Taylor-s-... Adam Taylor’s MicroZed Chronicles Part 36: Driving Adafruit RGB NeoPixel LED arrays with MicroZed Part 7 https://forums.xi…

Did you buy the Zync ZedBoard yourself? How much did it cost? What are the specs?

Re: Ask HN: What are you hacking these holidays?

#7
I’m playing with some weird ideas I’ve had for Q-Learning, not sure they will work, but it’s time to play. I’m finihing up some satellite imagery stuff to go into my product https://hydrachain.io/ and I bought Id spend a bit more time reading Quantum Computing since Democratis because I’m finding it quite a challenging book and I love it

Re: Ask HN: What are you hacking these holidays?

#8
Adding rule-based sticky routing to the Traefik reverse proxy. The idea is to write rules to route all requests matching a certain URL, query string, or HTTP header to the same backend server.

This would allow for caching or synchronization in a distributed application to happen in memory on an app server instead of always going back to the database or Redis.

https://github.com/containous/traefik/pull/2613

Re: Ask HN: What are you hacking these holidays?

#9
post #2

Zynq MiniZed http://zedboard.org/product/minized My plan is to implement my own version of a neopixel driver to learn VHDL. Ref: Adam Taylor’s MicroZed Chronicles Part 37: Driving Adafruit RGB NeoPixel LED arrays with MicroZed Part 8 https://forums.xilinx.com/t5/Xcell-Daily-Blog/Adam-Taylor-s-... Adam Taylor’s MicroZed Chronicles Part 36: Driving Adafruit RGB NeoPixel LED arrays with MicroZed Part 7 https://forums.xi…

Did you buy the Zync ZedBoard yourself? How much did it cost? What are the specs?

You can buy it via Avnet (US distributor) for $88.99 + $8 (or so) S/H. They sent me a promotion code THXNN6W for free shipping. It is an entry level Zynq processor (single ARM core, pretty decent FPGA capabilities). It runs linux well. Remarkable learning potential for $100!

https://www.avnet.com/shop/us/p/kits-and-tools/development-k...

You can download the Xilinx IDE Vivado WebPack for free.

https://www.xilinx.com/products/design-tools/vivado/vivado-w...

Both Avnet and Xilinx require creating a (free) account.

Post reply on HN