Viewing profile — modernlearner
modernlearner
HN member- Joined
- Fri, Oct 23, 2020, 12:33 PM UTC
- HN karma
- 26
- Public activity
- 14 items
- HN profile
- View on Hacker News ↗
About modernlearner
Recent public activity
-
comment
Comment #26242023
I liked Firebase for prototyping, but for the same reasons you mentioned, I feel I should have just gone with Redis or something else that I can easily run locally. I get the feeli…
-
comment
Comment #25334425
It does sound from the article as if incumbents will always have a huge advantage and will be more likely to be labeled top performers.
-
comment
Comment #25073424
My background is Rails, Django and AngularJS. I've worked with everything that came before Angular/React (MooTools, Ember, Backbone) and you're right, I like the idea of an opinion…
-
comment
Comment #25071401
We started our project in Angular last year, and the updates are great. It feels like a proper framework a la Ruby on Rails or Django where as with React and Elm and other options …
-
comment
Comment #25071383
Just ran into this when building a component to display and filter data. It was starting to turn into a monster when trying to use Rx.js and in the end, the code was simpler to und…
-
comment
Comment #24989293
They're definitely two different workflows and for every day work, creating a video tutorial or a "codelab" is a lot more work than just writing some Markdown text in a README. Cre…
- story
-
comment
Comment #24921293
I've been using Gitlab and honestly it's pretty awesome; using a mono-repo setup and everything just works. The integration of CI jobs is also excellent.
-
comment
Comment #24875884
I had the same experience. I just went in and the app does nothing. I had to disable updates and disable the app completely and find Vanilla Music Player to replace it. https://git…
-
comment
Comment #24869116
Poonia’s videos take on various claims that WhiteHat Jr has made. For instance, WHJ advertises a certain child called ‘Wolf Gupta’, who, after learning to code with the firm, got a…
-
comment
Comment #24869079
They were acquired for $300m, could have put that in that title? https://techcrunch.com/2020/08/05/indias-byjus-acquires-whit...
-
comment
Comment #24869050
Seems like everyone has a notebook of ffmpeg commands: https://hhsprings.bitbucket.io/docs/programming/examples/ffm...
-
comment
Comment #24869040
This is great, ffmpeg has a lot of great utilities within it. I'm using it for creating short videos: https://www.youtube.com/watch?v=L-NjLrwTyxs And I'm scratching the surface sin…
-
comment
Comment #24869004
There's this: https://github.com/mifi/lossless-cut My startup is using ffmpeg filters to create video courses so the GUI is aimed towards that use case rather than being flexible: …