Script for trimming video in ubuntu
ffmpeg -ss 00:00:00 -t 00:01:16 -i input.mp4 -vcodec copy -acodec copy output.mp4
Time format: hh:mm:ss
Script for trimming video in ubuntu
ffmpeg -ss 00:00:00 -t 00:01:16 -i input.mp4 -vcodec copy -acodec copy output.mp4
Time format: hh:mm:ss
Problem
This stackoverflow answer helped
Haven't tested this
Go to
https://twitter.com/*your username*/following
Right click, Inspect
Go to console
// For time series data | |
let d = new Date(); | |
let ye = new Intl.DateTimeFormat('en', { year: 'numeric' }).format(d); | |
let mo = new Intl.DateTimeFormat('en', { month: 'short' }).format(d); | |
let da = new Intl.DateTimeFormat('en', { day: '2-digit' }).format(d); | |
let hh = new Intl.DateTimeFormat('en', { hour: 'numeric', hour12: false }).format(d); | |
let mm = parseInt(new Intl.DateTimeFormat('en', { minute: 'numeric' }).format(d)); | |
mm = mm > 9 ? mm : `0${mm}` | |
let ss = parseInt(new Intl.DateTimeFormat('en', { second: 'numeric', hour12: false }).format(d)); |
// Assumption this is only for a SaaS startup. | |
// Startup is just a project/asset delivers an outcome for a specific customer(s ideally). | |
//hypothesis = Delivering *outcome* for *possible customer* would create | |
//this process usually has discovery and validation, but seldom is discovery mentioned anywhere. | |
//discovery adds possible customer segments from the market. | |
//outcome is very specific for eg; The outcome a car delivers: Minimize the time to reach from A to B. | |
//outcome maximizes/minimizes a certain entity. In the case of car it was time. This has to be figured out first. | |
const research = () => { |
Linkedin is a great platform to network and meet people.
Unfortunately opinionated discussion tend to take over a lot of engagment and insights take a back seat.
These are the following instructions to make linkedin feed work for you
PS: Use chrome to make sure this works.