Posts

topper akka

Image

avi resume

Resume

music at varanasi

 thumri dadri chaiti hori bhairavi tajri tarana ghato teravat tadra  kkamsa launi chatrang sargam ragmala keertan qawali katha gyan bhajan ramayan https://www.youtube.com/watch?v=d1OGfXAaB5A

MahaKumbh 2025 experience

Image
Day 0 Started journey to maha kumbh 2025 realising that it is a once in a lifetime opportunity and being grateful to my parents for their blessings and supportive wife who manages to run everything. Everything is a once in a life time opportunity, this life, every day, and every breath. What is making this journey interesting is that there is alignment. Even though the bus is late by 24 hours not a single person shows any disinterest because all are waiting for the reward that is in store. What a great company to have in this journey is such fellow travellers and the lord himself who is taking us through this experience. Unaware of when we will get there, or when we return back but that seems inconsequential with this current state of mind that is hyped up of the unknowns of what lies ahead in the next two days is not just a legend playing its story for millions of people, but participating in it seems like living it, rather than knowing about it. The bus has deboarded and all passenge...

vetri vel

arumugam samikki  sadyojatam tatpurusham vamadevam eeshanam aghoram tiruvadanam saravana bhava muruga rage subsides, reasoning makes amends, wealth amass.

monitoring linux server - commands

monitor disk space df -h monitor inodes df -i disk usage du -hsc * sudo apt install ncdu watch disk space by directory ncdu memory ps aux --sort=-pcpu | head -11 free -m uptime htop

big dawgs crypto

https://t.co/3TyxQ28apv Big Dawgs Crypto Meme Rap by Hanumankind and Bijoy @dogecoin @ShibainuCoin @redotoken @RealFlokiInu @dogwifcoin @DogRunestone @bonk_inu @LeonidasNFT @StohnCoin — pizzapizzapizza (@AvinashMan21224) August 23, 2024

draggable

  Drag me!

sai with globe

Image
  Story behind the photo – 151 - Swami tells about the shape of the Earth Swami’s sessions with students, whether in Brindavanam, Kodaikanal, or Sundaram, were rejoiced by all participants. The students, and some chosen devotees felt blessed to attend such session. For few years, I too was blessed to attend these students’ sessions. A topic would be evolved from the questions of some students and at times, Swami Himself ask a question. One day Swami looked at all students lovingly and raised a question. “What is the shape of the Earth”. Prompt answers came up from various parts of the gathering. Everyone agreed that Earth is circular. One or two told “Spherical”. But Swami’s reply was a firm “NO”. Swami continued, “The line of the surface of earth may look spherical. But there are bulges like mountains and depths like oceans. So you cannot call it circular. But the man is now tampering with the very creation. They dig up the earth for materials for construction. And they create new...

reply from a telegram bot

 {     "message_id": 6,     "date": 1719996117,     "chat": {         "id": 6834341155,         "type": "private",         "title": null,         "username": null,         "first_name": "avi",         "last_name": "A",         "is_forum": null,         "accent_color_id": null,         "active_usernames": null,         "available_reactions": null,         "background_custom_emoji_id": null,         "bio": null,         "birthdate": null,         "business_intro": null,         "business_location": null,         "business_opening_hours": null,         "can_set_sticker_set": null,         "custom_emoji...

How to get started with Vue in under a minute?

Image
 How to get started with Vue in under a minute? 0. Open notepad 1.Import Vue <script src='https://unpkg.com/vue@3'></script> 2.Create a html div to capture the output from Vue <div id='app'>{{ output }}</div> 3.Create a Vue instance inside script tags and set the data to be returned to the div <script>      const vue = Vue.createApp({          data(){return{output: 'hello world from vue'}}       }) </script> 4.Mount the instance       vue.mount('#app') 5. Save the file as index.html and open in browser. That's it. <script src='https://unpkg.com/vue@3'></script> <div id='app'>{{ output }}</div> <script>      const vue = Vue.createApp({          data(){return{output: 'hello world from vue'}}       })       vue.mount('#app') </script>

good vr experiences

  https://www.youtube.com/playlist?list=PL--8rjVarKNX3IUO7Poqcn5KwUX6m4Kh2 Welcome to Virtual Reality https://www.oculus.com/experiences/go/970981526326393/ EPIC Roller Costers https://www.oculus.com/experiences/quest/2299465166734471/ Elixir hand https://www.oculus.com/experiences/quest/3793077684043441/ Dear Angelica https://www.oculus.com/experiences/quest/2725629380835491/ Sports Scramble Demo https://www.oculus.com/experiences/quest/2131072803612066/ Super Hot VR Demo https://www.oculus.com/experiences/quest/1780841635357133/ Demo Beat Saber https://www.oculus.com/experiences/quest/1758986534231171/ Felix and Paul Studios https://www.oculus.com/experiences/quest/2451131601675079/ Oculus First Contact https://www.oculus.com/experiences/quest/2188021891257542/ Notes on Blindness https://www.oculus.com/experiences/quest/1946326588770583/ Liminal https://www.oculus.com/experiences/quest/3158342884265828/ OpenBrush https://www.oculus.com/experiences/quest/3600360710032222/ Jurassic...

Privacy Policy

  Privacy Policy Siphon app is built by Avinash Mangipudi and John Blackwell This page is used to inform website visitors regarding our policies with the collection, use, and disclosure of Personal Information if anyone decided to use our Service. We do not collect any information from users related to any personal or usage details. The terms used in this Privacy Policy have the same meanings as in our Terms and Conditions, which is accessible at namoham.blogspot.com, unless otherwise defined in this Privacy Policy. Contact Us avirads at gmail dot com If you have any questions or suggestions about our Privacy Policy, do not hesitate to contact us.

my icons to use in projects

Image
 

OUR PROJECT

Global warming, Carbon emissions are the greatest concern to humanity. Less dependence on fossil fuels and more on  Green energy is the only way out. A mechanism to balance the global objectives and the personal objective of life comfort is required that will automatically meet the objectives even without being noticed. Measuret, balance and control the sources optimally is the way out. We propose to accurately measure the consumption of energy from different sources, at device level by installing a single device at the switch board that will be trained to auto detect the electrical equipment state and issue alert based on the user preferences. On consent, it will also auto isolate / restart the device. We intend to use a circuit board built around the successful SD3004 energy measurement chip to measure the electrical parameters and using IOT, properly provide information by charts, logs and alerts based on presets to the user. A good number of similar devices are there in the mar...

chrome side panel

 Oliver Dunk Side Panel API manifest.json sidePanel permission sidePanel key and default_path in service worker define conext menu item register a listener define sidepanel html file include a script and listen for messages from service worker update dom on appropriate event occurance  have access to all apis available to trusted extension pages https://github.com/avirads/sidepanel_mvp g.co/io/ExtensionsSidePanel

seo bruce clay udemy freee course notes

 seo = traffic technical page improvements keyword targeting via content acquired links traffic comes from organic search results what is the QUERY to which page on your website can the QUERY map to? discovery by query discovery by prompt mobile search results vary by position of the result on the screen getting to page 1 zero click behaviour. presenting results without clicking the top ranking goes to the site thats least imperfect the sites that comes before ours site are our competitors. the search algorithm has many variables and they change with time and it does the RANKING georaphic zone bias content design for web page to be specific rather than generic in links out links proximity of the words  relative performance keyword - topic - theme page rank spider crawl fetch the page caffeine index scheduler https://www.udemy.com/course/bruceclay-executive-guide-overview-for-seo/learn/lecture/37674828#overview

trent wax session

https://www.youtube.com/watch?v=uh8kZSS9_Tg pnpm i -g astro pnpm i nanostores pnpm astro@latest astro__wharfkit pnpm i @wharfkit/session @wharfkit/web-renderer @wharfkit/wallet-plugin-anchor @wharfkit/wallet-plugin-cloudwallet @wharfkit/antelope astro add react astro add vercel astro add tailwind astro dev import { Session, SessionKit, BrowserLocalStorage} from '@wharfkit/session' import { WebRenderer } from '@wharfkit/webrenderer' import { WalletpluginAnchor } from '@wharfkit/wallet-plugin-anchor' import { WalletPluginCloudWallet } from '@wharfkit/wallet-plugin-cloudwallet' import { onMount, atom } from 'nanostores' let _sessionStorage = JSON.parse(localStorage.getItem('wharf-wharf-wax-sessions-session') as any) export const sessionStorage: any = atom<any>(_sessionStorage) export const session: any = atom<Session | undefined>(undefined); export const sessionkit: any = atom<Session | undefined>(undefined); const ui = new...

verich

 https://bafybeidko3ukvsyzlpbxcvgvlxt5onbxv2yxqnapqjt6akwu72ew46jlbe.ipfs.nftstorage.link/Sheet1.html

Sri Ram

Image