EEVblog Electronics Community Forum

EEVblog => EEVblog Specific => Topic started by: hli on March 17, 2014, 10:10:49 pm

Title: old episodes are missing from list?
Post by: hli on March 17, 2014, 10:10:49 pm
Recently (meaning just 5 minutes ago :) I wanted to reference one of the older videos (it was #16 - the tutorial on CMOS SCR latchup). But I did not find it in the episodes list (http://eevblog.com/episodes (http://eevblog.com/episodes)), but needed to use Google to find it. Looks like anything before episode #101 is missing (its the first in the list). Since I use this page once in a while as reference, it would be nice if its complete :)

Thanks,

hli
Title: Re: old episodes are missing from list?
Post by: hli on April 01, 2014, 12:29:39 pm
An update: right now the oldest episode in the list is #106. So it looks there is a limit somewhere which drops the oldest episodes. I gues there will be more going lost with each new episode coming up...
Title: Re: old episodes are missing from list?
Post by: EEVblog on April 01, 2014, 12:46:57 pm
Fixed.
Way back I coded the display list limit to 500, I guess I never dreamed I'd make 500 videos!
Title: Re: old episodes are missing from list?
Post by: hli on April 03, 2014, 05:48:36 pm
Way back I coded the display list limit to 500, I guess I never dreamed I'd make 500 videos!
:)
Its one of this things that always bite me: never ever make any assumptions you don't verify. otherwise Murphy will get you :)
And for software developers, the rule is that there are either 0, 1 or n of anything - never ever hardcode a number. So I hope the new limit is not 1000...