Open in app

Sign In

Write

Sign In

Lijo Jose
Lijo Jose

10 Followers

Home

About

Mar 27

Mastering iTerm2: A Comprehensive Guide to Keyboard Shortcuts for Split Windows and More

Are you an adamant fan of Terminator in linux? Do you want to have the same experience in macOS? iTerm2 is the best alternative to Terminator in macOS. iTerm2 is a terminal emulator for macOS that does everything you ever wanted from a terminal emulator and more. iTerm2 comes with…

Iterm2

3 min read

Iterm2

3 min read


Jan 1, 2021

Split Task Context on python-rq Environment

In RQ based environment, anew worker will be forked every time work is assigned. RQ based worker works in an independent context every time. Actually we can work on rq without forking. We can use SimpleWorker to avoid forking. Many times we will have multiple kinds of works running in…

Python Rq

2 min read

Split Task Context on python-rq Environment
Split Task Context on python-rq Environment
Python Rq

2 min read


Dec 7, 2020

Handling multiple job dependencies in RQ

python-rq is one of the key components in designing system based on task scheduler architectures. This provides a playground to start the designing. Design involves lots of challenges. Merging multiple jobs is one of the challenges. Here we will see how to handle this in python-rq environment. While designing system…

Python Rq

2 min read

Handling multiple job dependencies in RQ
Handling multiple job dependencies in RQ
Python Rq

2 min read


Jun 29, 2020

Some ML care abouts

Changing tensorflow versions in google colab Usually google colab comes with tensorflow version 2.x. Lets say we have to experiment with version 1.x. Below is the syntax to change the tensorflow version. %tensorflow_version 1.x Check https://colab.research.google.com/notebooks/tensorflow_version.ipynb#scrollTo=NeWVBhf1VxlH for more details

TensorFlow

1 min read

TensorFlow

1 min read


Feb 22, 2020

Docker, Tensorflow, GUI, matplotlib

In the previous post, we discussed about using tensorflow on a dockerized container. With that, we can work on tensorflow environment. But, how will we do visualization of results? Copy the data to local computer and view it separetely? We can do that.. but, is there a better way? Yes…

TensorFlow

2 min read

Docker, Tensorflow, GUI, matplotlib
Docker, Tensorflow, GUI, matplotlib
TensorFlow

2 min read


Feb 19, 2020

Further tweaks to improve ML training experience

This is continuation to the previous post Getting started with ML… . Here we will discuss a few more points on tuning the system for better performance. Use full GPU for ML (In this post, it is assumed that, nvidia gpu is there in the computer along with intel integrated gpu.)

Nvidia

3 min read

Further tweaks to improve ML training experience
Further tweaks to improve ML training experience
Nvidia

3 min read


Feb 16, 2020

Getting started with ML without much of software installation dependencies

Part II is here Part III is here On a new computer, how will we start machine learning development? Too many settings. Too many packages. Python 2, python3… Tensorflow with gpu support, without gpu support. Tensorflow2, tensorflow 1.14.2, tensorflow 1.15.2. Some ML training will work only on tensorflow 1.14. It…

TensorFlow

2 min read

Getting started with ML without much of software installation dependencies
Getting started with ML without much of software installation dependencies
TensorFlow

2 min read


Jun 28, 2019

Extracting frames from video

This article discusses about golang wrapper for ffmpeg for extracting frames from video. FFmpeg is a great software package a media developer should have. The kind of configurability this provides is uncomparable in media domain. Out of vast capabilities, this article discusses how one can extract frames from video. The…

AWS

1 min read

Extracting frames from video
Extracting frames from video
AWS

1 min read


Jun 22, 2019

First encounter with GPU for ML

I got a new laptop. What next? Check what is there inside. 9th Generation Intel® Core™ i5 processor NVIDIA® GeForce® GTX 1650 Graphics (4 GB GDDR5 dedicated). GTX 1650 has 896 cuda cores. Now, I want to test the GPU for ML capabilities. On ubuntu 18.04, installed python3, tensorflow, tensorflow-gpu…

Deep Learning

3 min read

Deep Learning

3 min read


May 26, 2019

ts streaming over rtp using gstreamer

We have different solutions available for streaming mpeg2ts content over rtp. vlc player ffmpeg gstreamer gstreamer provides different plugins for rtp solutions. To name a few: rtpbin rtpmp2tpay rtpmp2tdepay rtph264pay rtph264depay gstreamer provides lots of configurability with rtp streaming. Here is an example in which, input ts file is streamed realtime to another gstreamer pipeline. On the receiver side the content is written to an output file.

1 min read

1 min read

Lijo Jose

Lijo Jose

10 Followers
Following
  • Cassie Kozyrkov

    Cassie Kozyrkov

  • Krishna Kumar K

    Krishna Kumar K

  • Netflix Technology Blog

    Netflix Technology Blog

  • aditya goel

    aditya goel

  • Adam Ballai

    Adam Ballai

See all (42)

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech

Teams