396 reputation
313
bio website seiferteric.com
location Petaluma, CA
age 27
visits member for 2 years, 7 months
seen 15 hours ago
stats profile views 51

I am a software engineer at Cyan Inc. in Petaluma CA

I have a Bachelor of Science degree in Electrical Engineering from CSU Chico where I graduated in 2009.

I am interested in a broad range of software from embedded systems to web applications.

My favorite language is currently ruby! But I work with C and Python as well.

I am also interested in hardware, checkout my website to see some of my projects!


Apr
10
awarded  Notable Question
Mar
16
accepted Efficient Down-sampling in mongodb
Mar
15
answered Efficient Down-sampling in mongodb
Mar
4
awarded  Caucus
Mar
4
comment Efficient Down-sampling in mongodb
Almost, but a bit more tricky since the ratio is not usually an integer.
Mar
4
comment Efficient Down-sampling in mongodb
To clarify, I didn't mean an array. I meant, I order by my x value, and my downsampling works by using the index of the returned documents.
Mar
4
comment Efficient Down-sampling in mongodb
No, 100k documents.
Mar
4
comment Efficient Down-sampling in mongodb
Thanks, I am not sure I can get aggregations to work in this case. Right now I am downsampling based on the offset of the document in an array after sorting. I am thinking a better way to do it though would be by the value x in the document. For example, I have data from x = 10,000 to x = 100,000,000 with 100,000 data points. I want to downsample this to only 1,000 points, evenly spaced throughout the domain of x (10,000 - 1,000,000). What would be the best way to do this?
Mar
3
asked Efficient Down-sampling in mongodb
Feb
27
comment omniauth openid invalid credentials
Okay, somehow after retrying the monkey patch found here: stackoverflow.com/questions/8336455/… its now working. I also added redirects in my nginx server to mydomain.com, so mydomain.com, mydomain.com and mydomain.com all go there. Not sure if maybe that had something to do with it.
Feb
27
asked omniauth openid invalid credentials
Feb
21
comment matplotlib axis redraw on zoom
That was it! took frameon out and now it works. Thanks!
Feb
20
comment matplotlib axis redraw on zoom
Not relevant, it had the same issue in in tk/tkinter. I used it because I wanted to use the Notebook widget in my project.
Feb
18
asked matplotlib axis redraw on zoom
Feb
9
comment execute only one of many duplicate jobs with sidekiq?
By the way, I used redis-mutex for this, but basically the same idea.
Feb
8
comment Compile time and Run time in perl
There is no compilation step in perl, its an interpreted language. The interpreter directly parses and runs your perl code at run time. http://en.wikipedia.org/wiki/Interpreter_(computing)
Feb
8
comment Understanding Tk Listbox in ruby
No it shouldn't. when you create the TkVariable, the value you pass is just the initialized value, it does not point to the other variable. So he is passing it an empty array and is initialized as such.
Feb
5
accepted execute only one of many duplicate jobs with sidekiq?
Feb
5
accepted Mongoid min aggregation returning incorrect value
Feb
5
reviewed Approve suggested edit on execute only one of many duplicate jobs with sidekiq?