TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Caster – Screencasts Manager in Elixir, Phoenix and Vue

121 pointsby patrickdaveyabout 8 years ago

6 comments

patrickdaveyabout 8 years ago
The first app I made with Rails, was a simple little video watching app. It allowed me to subscribe to RailsCasts, VimCasts etc. download them, and open up in vlc. Nothing special, but quite handy.<p>Anyway, I wanted an excuse to play with Elixir &amp; Phoenix, and to play around with Vue, so I remade the app. It also allows you to pull in a youtube video &#x2F; playlist.<p>All video&#x27;s are downloaded locally, and then just shells out to vlc to actually play the videos.<p>Anyway, it&#x27;s pretty basic, but I find it useful to have all my videos (for learning) in one place, maybe you&#x27;ll find it handy.<p>PRs welcome for any RSS feeds :)
评论 #13954895 未加载
评论 #13957469 未加载
评论 #13958409 未加载
memcoabout 8 years ago
I know this is more about the code than the end product, but it&#x27;s not clear to me what I would actually do with this. Who is this for and in what way should they use it? If&#x2F;when you get around to refining the README, this would be something I recommend adding.
评论 #13954450 未加载
SamBoogieNYCabout 8 years ago
Hey cool project OP - how do you feel about the inclusion of Vue. Just curious about your general thoughts because I&#x27;m thinking of incorporating either React or Vue into my own website
评论 #13956896 未加载
KaoruAoiShihoabout 8 years ago
How long did it take you the first time, and how long did it take you to remake? If you break down by part it&#x27;s helpful too, like how long the rails portion took, how long it took to convert to Elixir and then implement Vue, etc.
评论 #13957339 未加载
kostareloabout 8 years ago
<p><pre><code> Videos are downloaded locally, and then viewed using vlc. </code></pre> Hmm, this is going to take tonnes of space. Any chance it could be optimized? I like how Kodi and similar streaming players works.
评论 #13957055 未加载
评论 #13956871 未加载
mutdmourabout 8 years ago
I have been working with Elixir and the notation is incredible, like pipelines and string matching. It took a while to get used to. Now I am trying get the mongoDB driver to handle replica sets.