Skip to content

Commit

Permalink
(thoughts) management / decisions
Browse files Browse the repository at this point in the history
  • Loading branch information
SensehacK committed Jun 14, 2024
1 parent 16482e1 commit c5dde4d
Show file tree
Hide file tree
Showing 5 changed files with 69 additions and 1 deletion.
7 changes: 6 additions & 1 deletion ios/library/wildcard_checks.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,4 +111,9 @@ var drag: some Gesture {
#if targetEnvironment(simulator)
// your code
#endif
```
```


## Get Device Info

[device](ios/config/device.md)
6 changes: 6 additions & 0 deletions ios/lifecycle/read_local_file.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,3 +116,9 @@ Sometimes a JSON object described below
}
```
Might need to swap the `nil` with `null` type for JSON parsing to work. Maybe because JSON doesn't have `nil` defined and it has equivalent `null` type.


## Encryption


[apple dev | encrypting your files](https://developer.apple.com/documentation/uikit/protecting_the_user_s_privacy/encrypting_your_app_s_files)
8 changes: 8 additions & 0 deletions os/linux/open_vpn.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,11 @@ sudo service openvpn stop
```




## Server


TP - link server

[How to Set up OpenVPN Server on TP-Link Router](https://youtu.be/1TEjwdKP6R8?si=HXPEArSMnXbQ9miW)
28 changes: 28 additions & 0 deletions thoughts/decision_making.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Decision Making

## Intro

This document shall share information about how you can make a better decision in the process.
It's always harder to take the first step. Or you could be in a dilemma or analysis paralysis.

## Job


Track their company's motto
explore the job role better or research more about the team.




### Layoffs

Its part of life in the states, capitalism and Software or Technology industry doesn't have unions which protects our jobs.

## Tools


[Warn Tracker](https://www.warntracker.com)
This could help you if the company is planning to lay off people.


Blind
21 changes: 21 additions & 0 deletions thoughts/management.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,28 @@ Hi, yes we were not able to proceed yesterday because we are missing the knowled
[Reddit programmer humor post](https://www.reddit.com/r/ProgrammerHumor/comments/1bsxw3l/comment/kxiqbuf/?utm_source=share&utm_medium=web2x&context=3)


## Indian IT Words

This is not promoting any self hate or hate towards a specific group of ethnicity. It's just I find this funny as I grew up partly in India & I have heard this corporate lingo / speak from middle managers working in IT companies.

Also for context this is an evolution from the British English and when they left we Indians who were a bit literate enough to read and write english came up with stop gaps to bridge our various native language dialects mixed in with english counterparts.
Now I still find it funny but since I have the context behind the native languages of India (Marathi, Hindi .etc.,) I get why these things are the way they are. But for a normal person this just sounds absurd & I go out of my way to use them to promote some "stereotypes".

"Kindly revert" - as in, 'please reply' to my email.

"Discuss about" - instead of simply 'discuss'

"Do one thing" - followed by a long list of multiple things to do. It's an odd Indian phrase that is grammatically wrong, and really has no meaning outside of Indian English.

"Prepone" - Taking the prefix pre\post and applying it to the word 'postpone'. So, prepone would be to move something sooner.

"Updation" - instead of just 'update' or instead of 'to be updated'. As well as generally adding the -tion suffix to alot of things.

"Take" - Often will say they are 'taking something' rather than 'doing something'. "Take a rest". "Take a meeting". "Take a backup".

In addition there are the physical mannerisms. Such as the Indian head-bob.

[Reddit source | comment | thread](https://www.reddit.com/r/sysadmin/comments/2eaa0b/do_the_needful/)

## The Pareto principle

Expand Down

0 comments on commit c5dde4d

Please sign in to comment.