Author: Thejesh GN

M57 Ring Nebula 0

Exploring Astronomy with Internet connected telescopes

As a teenager I was very curious about stars and galaxies. Only time we could get to see something related was an yearly school trip to Jawaharlal Nehru Planetarium, Bangalore. As I grew up my interest moved to technology from science. Mostly because technology gave me an opportunity to tinker with. When I...

2

Introduction to Querying JSON using JSONata

Table of Contents1 Getting Started1.1 Using JSconsole1.2 Into an HTML Page1.3 Using Try JSONata2 Let’s begin with some data3 Let’s write some more queries JSON is the defacto data format for web APIs. Usually getting the data you want out JSON means iterating through the arrays, find if the key exists and then...

0

ಕಟ್ಟುವೆವು ನಾವು

ಹೊಸನೆತ್ತರುಕ್ಕುಕ್ಕಿ ಆರಿಹೋಗುವ ಮುನ್ನ, ಹರೆಯದೀ ಮಾಂತ್ರಿಕನ ಮಾಟ ಮುಸುಳುವ ಮುನ್ನ, ಉತ್ಸಾಹಸಾಹಸದ ಉತ್ತುಂಗ ವೀಚಿಗಳ ಈ ಕ್ಷುಬ್ಧ ಸಾಗರವು ಬತ್ತಿ ಹೋಗುವ ಮುನ್ನ ಕಟ್ಟುವೆವು ನಾವು ಹೊಸ ನಾಡೊಂದನು! ನಮ್ಮೆದೆಯ ಕನಸುಗಳೇ ಕಾಮಧೇನು ಆದಾವು, ಕರೆದಾವು ವಾ೦ಛಿತವನು; ಕರೆವ ಕೈಗಿಹುದೋ ಕನಸುಗಳ ಹರಕೆ; ಗುರಿ ತಪ್ಪದೊಮ್ಮುಖದ ಬಯಕೆ ಬೆಂಬಲಕೆ! ಜಾತಿ ಮತ ಭೇದಗಳ ಕಂದಕವು ಸುತ್ತಲೂ, ದುರ್ಭೇದ್ಯವೆನೆ ಕೋಟೆಕೊತ್ತಲಗಳು; ರೂಢಿರಾಕ್ಷಸನರಸುಗೈಯುವನು, ತೊಳ್ತಟ್ಟಿ ತೊಡೆತಟ್ಟಿ, ಕರೆಯುವನು ಸಂಗ್ರಾಮಕೆ! ನಾವು ಹಿಂದೆಗೆವೆವೇ? ವೀರ ತರುಣರು ನಾವು! ಒಂದೆ...

0

ಖಾಸಗಿತನ ಮೂಲಭೂತ ಹಕ್ಕು

ನೆನ್ನೆ ಮಾನ್ಯ ಸುಪ್ರೀಂ ಕೋರ್ಟ್‌ನ ಒಂಬತ್ತು ನ್ಯಾಯಮೂರ್ತಿಗಳ ಸಂವಿಧಾನ ಪೀಠವು ಖಾಸಗಿತನ ಮೂಲಭೂತ ಹಕ್ಕು ಎಂದು ಸರ್ವಾನುಮತದಿಂದ ತೀರ್ಮಾನಿಸಿತು. ಸರಳವಾಗಿ ಹೇಳಬೇಕೆಂದರೆ ಖಾಸಗಿತನ ತನ್ನ ಪಾಡಿಗೆ ತಾನು ಬದುಕುವ ಹಕ್ಕು. ಇದನ್ನು ಎತ್ತಿಡಿಯುವುದರ ಮೂಲಕ ಪ್ರತಿ ಭಾರತೀಯನ ಮೇಲೆ ಪರಿಣಾಮ ಬೀರುವಂತಹ ಚಾರಿತ್ರಿಕ ತೀರ್ಪುನ್ನು ಪೀಠವು ನೀಡಿದೆ. ನೆನಪಿನಲ್ಲಿಡಬೇಕಾದ ಅಂಶವೆಂದರೆ ಖಾಸಗಿತನವು ಮೂಲಭೂತ ಹಕ್ಕು ಅಲ್ಲ ಎಂದು ಕೇಂದ್ರ ಸರ್ಕಾರ ಪ್ರತಿಪಾದಿಸಿತ್ತು. ಇವೆಲ್ಲದರ ಬಗ್ಗೆ ನನ್ನೆರಡು ಮಾತುಗಳು. ಓದಲಿಕ್ಕೆ: ಸುಪ್ರೀಂ ಕೋರ್ಟ್‌ನ ತೀರ್ಪಿನ ಪ್ರತಿ...

0

Authenticating to BLE device Offline

Let’s say I have a Bluetooth Low Energy device which is a GATT server and is not connected to internet.  I have a phone which can connect to this BLE device, authenticate itself and do some data exchange. The problem I am trying to solve authentication. The condition is both BLE device and...