*** tpb has joined #timvideos | 00:00 | |
*** skay has left #timvideos | 02:43 | |
*** Niharika has joined #timvideos | 04:57 | |
*** Niharika has quit IRC | 09:48 | |
*** Niharika has joined #timvideos | 09:49 | |
*** Niharika_ has joined #timvideos | 09:53 | |
*** Niharika has quit IRC | 09:53 | |
shenki | mithro: ping | 10:08 |
---|---|---|
*** Niharika_ has quit IRC | 10:20 | |
*** Niharika_ has joined #timvideos | 10:20 | |
*** Niharika_ has quit IRC | 10:25 | |
*** hyades_ has joined #timvideos | 10:43 | |
mithro | shenki: pong | 10:47 |
mithro | http://semesterofcode.com/?p=22 | 11:34 |
*** Niharika_ has joined #timvideos | 12:15 | |
*** Niharika_ has quit IRC | 12:20 | |
*** Niharika_ has joined #timvideos | 12:37 | |
shenki | mithro: i just got an email about that. is that your doing? | 12:40 |
mithro | shenki: yes I signed us up for it | 12:40 |
shenki | cool | 12:40 |
mithro | shenki: we need some more VHDL/Verilog mentors | 12:41 |
shenki | hrm, okay. i'll have a think | 12:41 |
mithro | shenki: I started hacking on porting the milkymist (mixxeo) firmware to the atlys board | 12:46 |
mithro | http://m-labs.hk/mixxeo.html | 12:46 |
tpb | Title: M-Labs » indie high-tech development (at m-labs.hk) | 12:46 |
mithro | shenki: they have a FOSS SDRAM driver which supports many different boards | 12:47 |
mithro | shenki: they are working on support for series-7 - Zynq chips | 12:47 |
mithro | shenki: they also have a HDMI/DVI implementation which should work on the Zynq chips too | 12:47 |
shenki | mithro: nice | 12:47 |
shenki | mithro: i'm only just catching up on everything following my ski trip, and I'm off to Victora for this weekend. But after that I should have some time to hack again | 12:48 |
mithro | https://github.com/mithro/misoc/commit/86afedb434ba171756784c0d199bd0c11ade68b5 | 12:48 |
tpb | Title: Temporary commit for digilent_atlys on misoc. · 86afedb · mithro/misoc · GitHub (at github.com) | 12:48 |
mithro | just trying to get the DDR2 to work | 12:48 |
mithro | it's all this weird Python HDL - but totally different Python HDL from MyHDL | 12:49 |
mithro | they also support the * Papilio Pro, a simple and low-cost development board [XC6SLX9] | 12:49 |
shenki | ive heard of that one | 12:53 |
shenki | mithro: im doing some web app development | 12:53 |
mithro | shenki: why? | 12:53 |
shenki | mithro: to fix a website i use for logging my running and cycling | 12:54 |
mithro | https://github.com/mithro/migen/tree/master/mibuild/platforms | 12:54 |
tpb | Title: migen/mibuild/platforms at master · mithro/migen · GitHub (at github.com) | 12:54 |
shenki | they don't provide a UI for bulk editing, but they do have an API | 12:54 |
mithro | zedboard.py | 12:54 |
shenki | mithro: i need to have a long-running script execute, but still have the UI do something. any tips? | 12:54 |
shenki | don't say you don't know. this is your thing ;) | 12:55 |
mithro | shenki: web workers? | 12:55 |
mithro | shenki: that I think is the "correct" solutions | 12:55 |
shenki | i'm writing it in python, using Flask | 12:55 |
shenki | i think i've come across this migen stuff before | 12:56 |
shenki | webworkers is if i want to do the work on the client. i'm doing the work on the server | 12:57 |
mithro | oh | 13:01 |
mithro | just spawn a thread / process? | 13:01 |
mithro | import threading or import multiprocess | 13:01 |
shenki | okay | 13:02 |
shenki | mithro: what's the "right" way to keep the UI updating once the process is running? | 13:03 |
shenki | it's very long running (10s of minutes), but constantly produces output | 13:03 |
aps | Is it something like how it shows output or travis-ci? | 13:05 |
shenki | aps: it's a Flask web app... so it currently displays "Waiting...", while it runs the task on the server as a python process | 13:07 |
shenki | but i want it to update something that the user can see... a progress, or the item it's currently processing | 13:07 |
* shenki is a web noob | 13:07 | |
mithro | shenki: so many options | 13:07 |
mithro | shenki: socket.io is what the node-js people use I think | 13:08 |
shenki | yeah, from what i read i can use some crazy queuing framework | 13:08 |
mithro | https://pypi.python.org/pypi?%3Aaction=search&term=socketio&submit=search | 13:08 |
tpb | Title: Index of Packages Matching 'socketio' : Python Package Index (at pypi.python.org) | 13:08 |
mithro | shenki: do you actually care? You could just put a refresh=1 meta tag? :P | 13:09 |
shenki | or i can roll my own jquery that does a ajax request back to the webserver | 13:09 |
shenki | mithro: yeah, i could do that :) I guess it's as much a learning project as anything, so i was trying to solve it "properly" | 13:09 |
mithro | shenki: we need to do the TimVideos blog post sometime | 13:23 |
mithro | shenki: we need to start a project name with zeros | 13:27 |
shenki | mithro: so we sort at the top? | 13:29 |
mithro | shenki: yeah | 13:29 |
shenki | mithro: how about having it start with an underscore? | 13:29 |
mithro | shenki: how about 000 Aardvark (Triple Zero Aardvark :P) | 13:30 |
aps | Underscore looks very intentional :P | 13:30 |
mithro | it slurps up data! :P | 13:31 |
mithro | I've also been trying to port http://www.xilinx.com/support/documentation/application_notes/xapp593_DisplayPort_Sink.pdf to the HDMI2USB production board | 13:33 |
mithro | heading home now | 13:33 |
mithro | bblr | 13:33 |
CarlFK | mithro: can you give me some advice on how to setup a demo stream for http://timvideos.us/ ? | 13:42 |
tpb | Title: DebConf Live Stream (at timvideos.us) | 13:42 |
*** tariq786 has joined #timvideos | 13:53 | |
*** hyades_ has quit IRC | 14:20 | |
*** slomo has joined #timvideos | 15:29 | |
*** slomo has joined #timvideos | 15:29 | |
*** Niharika_ has quit IRC | 17:23 | |
*** Niharika_ has joined #timvideos | 17:23 | |
*** Niharika_ has quit IRC | 17:27 | |
*** Niharika_ has joined #timvideos | 17:28 | |
*** Niharika_ has quit IRC | 17:32 | |
*** rohitksingh has joined #timvideos | 17:39 | |
*** Niharika_ has joined #timvideos | 17:54 | |
*** Niharika_ has quit IRC | 17:58 | |
*** CarlFK has quit IRC | 18:50 | |
*** CarlFK has joined #timvideos | 18:52 | |
*** ChanServ sets mode: +v CarlFK | 18:52 | |
*** Niharika_ has joined #timvideos | 18:54 | |
*** Niharika_ has quit IRC | 18:59 | |
*** rohitksingh has quit IRC | 20:44 | |
*** slomo has quit IRC | 21:15 |
Generated by irclog2html.py 2.12.1 by Marius Gedminas - find it at mg.pov.lt!