Skip to content

Commit eb12461

Browse files
committed
added a new post - 2025-10-04 20:28:01]
1 parent 3ae95da commit eb12461

4 files changed

Lines changed: 112 additions & 0 deletions

File tree

  • _freeze/posts
    • Streamdecksavesmetime/index/execute-results
    • creatingaservicefileinlinux/index/execute-results
  • drafts/creatingaservicefileinlinux
  • posts/Streamdecksavesmetime
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"hash": "c356e3afab91a040516cfa163eb87c22",
3+
"result": {
4+
"engine": "jupyter",
5+
"markdown": "---\ntitle: Stream deck makes me time\ndescription: A need to have gadget\nauthor: \"Jeevith Hegde\"\ndate: 2025-10-04 19:09 +0200\nformat: html\ntoc: true\nlang: en\njupyter: python3\nipynb-shell-interactivity: all\nexecute:\n echo: false\ncategories: [\"productivity\"]\ntags: [\"streamdeck\", \"elgato\"]\ncomments:\n giscus:\n repo: jeev20/jeev20.github.io\n---\n\n# Background\nI work in the field of automation and I have always tried to improving my daily workflows at work. Once such addition to my desk setup has been Stream Deck for the past 2 years. I will never going back to the old way of doing things!\n\nStream Deck by Elgato is a macro keyboard which keeps growing with external integrations. I prefer the 15 key Stream Deck. Currently there are 4 different versions of the Stream Deck \n\n* Stream Deck Mini\n* Strem Deck\n* Stream Deck Plus \n* Stream Deck XL\n\n## How does it work?\nFor example, when I want launch a frequently used application, I save that application as one of the shortcuts in Stream Deck. I can then click on the physical buttons of Stream Deck to open that application. \n\nIf I did not have Stream Deck or any other macro keyboard, I would waste time in opening the menu in any operating system and would have to navigate with my mouse to open the application. This may sound like an overkill, but trust me it kills your flow state. \n\n![Stream Deck from Elgato](https://res.cloudinary.com/elgato-pwa/image/upload/pg_name:10GBA9901;10GBA9901/f_auto/q_auto/v1756981926/2025/Stream%20Deck%20Classic/01_ATF/01_ATFs_static_003.psd)\n\n# How much time does it save though?\nImagine if searching, navigating and clicking a menu item took 2 seconds each time and you open this application 4 times a day, i.e., 20 times in a 5 day work week for 52 weeks \n\n2 * 20 * 52 = 34 minutes! \n\nThis is the time saved in a year for just one application shortcut. \n\nIn my Stream Deck I have close to 40-50 shortcuts which has become second nature for me to locate and use. You probaly get the potential for time savings now! \n\nIn Industrial Engineering this kind of study is called Work-Study where a method to perform a task is studied and measured, which later helps increase the overall productivity of a worker. \n\nI also chain certain actions (multi-action) by include some hardcoded delays. For example, I have one multi-action macro to login to a virtual machine (VM), which is behind a VPN. So when I click this shortcut, I first get connected to the VPN and then open the VM and input my smart-card key to log into the machine. \n\nThis action probably has run atleast 1000-1500 times in the past two years, thanks to a unreliable VPN which keeps disconnecting and then I use this shortcut to login to the VM again. \n\nIf I did these actions manually, I would have to waste a lot of time and It would be extremely demotivating to reconnect whenever the VPN connection disconnected. \n\n\n# Inherently safe design\nAnother amazing security feature of Stream Deck is that the configuration in itself is decoupled from the physical device and the config always resides in the host machine. So if I want to use the same Stream Deck on another device, I just have to create new config in that device and create shortcuts to the applications in that device. One Stream Deck can be used in any number of machines. Just like a Usb-tongle based wireless mouse. \n\nThe isolated configuration file also means that if I use some security codes or non critical passwords for certain application, they will remain safely in the host machine and I do not need to worry if the Stream Deck is stolen or misplaced. None of the configuration is persistently saved on device.\n\n# My expierence\n\nI look at Stream Deck as being my productivity hack. I have tried to demonstrate the advantages of Stream Deck to my collegues and friends. Companies who are willing to buy the best of the tools for their employees should also start looking at macro keyboards like Stream Deck to be part of company issued peripheral. To me owning a Stream Deck is a no brainer and undoubtly has been one of the best buys.\n\nIn the future, Stream Deck may be used to run AI agents performing tasks side-by-side in the machine as I could have dedicated short-cuts for specific agents in Stream Deck. \n\nIf you read this post, my call to action is that you should give Stream Deck a try. It has native application both in Windows and MacOs. Linux users can also use the Stream Deck but will have to use some open-source application to create their shortcuts. \n\nIt is a turn-key solution to improving our workday.\n\n",
6+
"supporting": [
7+
"index_files"
8+
],
9+
"filters": [],
10+
"includes": {}
11+
}
12+
}
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"hash": "03608567d20c82c71ac99d3360532d72",
3+
"result": {
4+
"engine": "jupyter",
5+
"markdown": "---\ntitle: Setitng up a service file in linux\ndescription: A how to \nauthor: \"Jeevith Hegde\"\ndate: 2025-10-04 14:48 +0200\nformat: html\ntoc: true\nlang: en\njupyter: python3\nipynb-shell-interactivity: all\nexecute:\n echo: false\ncategories: [\"service\"]\ntags: [\"bash\", \"linux\"]\ncomments:\n giscus:\n repo: jeev20/jeev20.github.io\n---\n\n\nTest\n\n",
6+
"supporting": [
7+
"index_files"
8+
],
9+
"filters": [],
10+
"includes": {}
11+
}
12+
}
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
title: creatingaservicefileinlinux
3+
description: creatingaservicefileinlinux
4+
author: "Jeevith Hegde"
5+
date: 2025-10-04 19:08 +0200
6+
format: html
7+
toc: true
8+
lang: en
9+
jupyter: python3
10+
ipynb-shell-interactivity: all
11+
execute:
12+
echo: false
13+
categories: ["UNTITLED"]
14+
tags: ["TAG"]
15+
comments:
16+
giscus:
17+
repo: jeev20/jeev20.github.io
18+
---
Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
1+
---
2+
title: Stream deck makes me time
3+
description: A need to have gadget
4+
author: "Jeevith Hegde"
5+
date: 2025-10-04 19:09 +0200
6+
format: html
7+
toc: true
8+
lang: en
9+
jupyter: python3
10+
ipynb-shell-interactivity: all
11+
execute:
12+
echo: false
13+
categories: ["productivity"]
14+
tags: ["streamdeck", "elgato"]
15+
comments:
16+
giscus:
17+
repo: jeev20/jeev20.github.io
18+
---
19+
20+
# Background
21+
I work in the field of automation and I have always tried to improving my daily workflows at work. Once such addition to my desk setup has been Stream Deck for the past 2 years. I will never going back to the old way of doing things!
22+
23+
Stream Deck by Elgato is a macro keyboard which keeps growing with external integrations. I prefer the 15 key Stream Deck. Currently there are 4 different versions of the Stream Deck
24+
25+
* Stream Deck Mini
26+
* Strem Deck
27+
* Stream Deck Plus
28+
* Stream Deck XL
29+
30+
## How does it work?
31+
For example, when I want launch a frequently used application, I save that application as one of the shortcuts in Stream Deck. I can then click on the physical buttons of Stream Deck to open that application.
32+
33+
If I did not have Stream Deck or any other macro keyboard, I would waste time in opening the menu in any operating system and would have to navigate with my mouse to open the application. This may sound like an overkill, but trust me it kills your flow state.
34+
35+
![Stream Deck from Elgato](https://res.cloudinary.com/elgato-pwa/image/upload/pg_name:10GBA9901;10GBA9901/f_auto/q_auto/v1756981926/2025/Stream%20Deck%20Classic/01_ATF/01_ATFs_static_003.psd)
36+
37+
# How much time does it save though?
38+
Imagine if searching, navigating and clicking a menu item took 2 seconds each time and you open this application 4 times a day, i.e., 20 times in a 5 day work week for 52 weeks
39+
40+
2 * 20 * 52 = 34 minutes!
41+
42+
This is the time saved in a year for just one application shortcut.
43+
44+
In my Stream Deck I have close to 40-50 shortcuts which has become second nature for me to locate and use. You probaly get the potential for time savings now!
45+
46+
In Industrial Engineering this kind of study is called Work-Study where a method to perform a task is studied and measured, which later helps increase the overall productivity of a worker.
47+
48+
I also chain certain actions (multi-action) by include some hardcoded delays. For example, I have one multi-action macro to login to a virtual machine (VM), which is behind a VPN. So when I click this shortcut, I first get connected to the VPN and then open the VM and input my smart-card key to log into the machine.
49+
50+
This action probably has run atleast 1000-1500 times in the past two years, thanks to a unreliable VPN which keeps disconnecting and then I use this shortcut to login to the VM again.
51+
52+
If I did these actions manually, I would have to waste a lot of time and It would be extremely demotivating to reconnect whenever the VPN connection disconnected.
53+
54+
55+
# Inherently safe design
56+
Another amazing security feature of Stream Deck is that the configuration in itself is decoupled from the physical device and the config always resides in the host machine. So if I want to use the same Stream Deck on another device, I just have to create new config in that device and create shortcuts to the applications in that device. One Stream Deck can be used in any number of machines. Just like a Usb-tongle based wireless mouse.
57+
58+
The isolated configuration file also means that if I use some security codes or non critical passwords for certain application, they will remain safely in the host machine and I do not need to worry if the Stream Deck is stolen or misplaced. None of the configuration is persistently saved on device.
59+
60+
# My expierence
61+
62+
I look at Stream Deck as being my productivity hack. I have tried to demonstrate the advantages of Stream Deck to my collegues and friends. Companies who are willing to buy the best of the tools for their employees should also start looking at macro keyboards like Stream Deck to be part of company issued peripheral. To me owning a Stream Deck is a no brainer and undoubtly has been one of the best buys.
63+
64+
In the future, Stream Deck may be used to run AI agents performing tasks side-by-side in the machine as I could have dedicated short-cuts for specific agents in Stream Deck.
65+
66+
If you read this post, my call to action is that you should give Stream Deck a try. It has native application both in Windows and MacOs. Linux users can also use the Stream Deck but will have to use some open-source application to create their shortcuts.
67+
68+
It is a turn-key solution to improving our workday.
69+
70+

0 commit comments

Comments
 (0)