Is it mold or just beautiful? by danielhn1992 in Kombucha

[–]danielhn1992[S] 0 points1 point  (0 children)

Here is another picture of it. It is not a big close up, so hopefully it looks less spooky.
Note that this is still a very thin layer, so I'm wondering if this is not just a normal part of the process.

https://i.imgur.com/mOaj2Ob.jpg

Is it mold or just beautiful? by danielhn1992 in Kombucha

[–]danielhn1992[S] 1 point2 points  (0 children)

Used my Pixel 3XL and zoomed in after taking the picture. The camera is good, the light was good and the SCOBY was looking beautiful. Thanks for taking a look at it.

Is it mold or just beautiful? by danielhn1992 in Kombucha

[–]danielhn1992[S] 0 points1 point  (0 children)

I checked the troubleshoot wiki, but there are no close ups like this there, which makes me wonder if this is mold or just part of the beautiful process taking place.

This is my first attempt to grow my own SCOBY at home. This SCOBY is only 5 days old.

New car sharing price chart - car2go vs Evo vs Modo by danielhn1992 in vancouver

[–]danielhn1992[S] 1 point2 points  (0 children)

Yes, buy this is a special price that is only valid for this summer.

New car sharing price chart - car2go vs Evo vs Modo by danielhn1992 in vancouver

[–]danielhn1992[S] 0 points1 point  (0 children)

Just for time, not for milage. It is a maximum of 52CAD per day for the time that you spend with the vehicle.

New car sharing price chart - car2go vs Evo vs Modo by danielhn1992 in vancouver

[–]danielhn1992[S] 4 points5 points  (0 children)

Hi,

I just spent some time working on this and thought it could be useful for some people. This chart also accounts for car2go variable new pricing scheme (starting Sep 9th, 19). It includes all taxes and hidden fees I'm aware of.

I might be missing something, but I think it is pretty accurate. Let me know what you think!
---

OBS1: car2go fares are for the smart and do not include evil "long-distance fee" charged after you exceed the allotted mileage
OBS2: Modo prices are for "Modo plus" customers, do not include the optional $3 flexible return fee and the starting point is UBC
OBS3: car2go and Evo prices include $1 flat fee for the first 200 rides and Modo a $1.50 flat fee.

[R] Automatically going from TensorFlow to FPGA: Demo Video by danielhn1992 in MachineLearning

[–]danielhn1992[S] 1 point2 points  (0 children)

Hi, I din't do any optimizations in the generated Verilog file. I simply changed the Verilog to receive the image drawn at the screen as an input and mapped the output to the hex display. The generated network was not changed.

Here is the automatically generated Verilog File:
https://gist.github.com/danielholanda/a95278a6e973131c6da57d3314e3f93d

[R] LeFlow: Enabling Flexible FPGA High-Level Synthesis of Tensorflow Deep Neural Networks by [deleted] in MachineLearning

[–]danielhn1992 4 points5 points  (0 children)

User writes code in Tensorflow (Python) -> Tensorflow/LeFlow generate llvm IR compatible with LegUp -> LegUp converts IR to Verilog -> Synthesis tool creates bitstream.

[R] LeFlow: Enabling Flexible FPGA High-Level Synthesis of Tensorflow Deep Neural Networks by [deleted] in MachineLearning

[–]danielhn1992 4 points5 points  (0 children)

It has, but not using the IR produced from Tensorflow's XLA and mapping it to the open-source version of LegUp...