diff --git a/ios/library/wildcard_checks.md b/ios/library/wildcard_checks.md index 8f07cc77..b26c2d00 100644 --- a/ios/library/wildcard_checks.md +++ b/ios/library/wildcard_checks.md @@ -111,4 +111,9 @@ var drag: some Gesture { #if targetEnvironment(simulator) // your code #endif -``` \ No newline at end of file +``` + + +## Get Device Info + +[device](ios/config/device.md) \ No newline at end of file diff --git a/ios/lifecycle/read_local_file.md b/ios/lifecycle/read_local_file.md index ecd22a23..87a222bb 100644 --- a/ios/lifecycle/read_local_file.md +++ b/ios/lifecycle/read_local_file.md @@ -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) \ No newline at end of file diff --git a/os/linux/open_vpn.md b/os/linux/open_vpn.md index e1d02a09..9a907f77 100644 --- a/os/linux/open_vpn.md +++ b/os/linux/open_vpn.md @@ -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) diff --git a/thoughts/decision_making.md b/thoughts/decision_making.md new file mode 100644 index 00000000..2f0a7859 --- /dev/null +++ b/thoughts/decision_making.md @@ -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 \ No newline at end of file diff --git a/thoughts/management.md b/thoughts/management.md index 3ea220d0..6a6d01c6 100644 --- a/thoughts/management.md +++ b/thoughts/management.md @@ -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