-
shrini
hello sugi
-
sugi
hi shrinihi
-
sugi
if any typo error after sent the message, then we can't correct or edit right, as its relay. am i right?
-
shrini
correct
-
shrini
we can not fix the typo, can not edit the previous text
-
shrini
just tipe correctly
-
shrini
s/tipe/type
-
sugi
got it
-
amotbeli
scary to type without spellcheck. is this how life was back in the day?
-
shrini
:-)
-
shrini
yes
-
shrini
but, it will come by practise
-
shrini
and its ok to have some typos/errors in chat
-
shrini
as it is very casual
-
shrini
no need to worry much on that
-
amotbeli
yeah, got it.
-
sugi
i installed nano, but did not start practice
-
shrini
ok
-
sugi
and ed i searched in firefox, cannot find it
-
shrini
start with nano. thats fine for now
-
amotbeli
sugi: i am practicing nano
-
shrini
create a file called diary.txt
-
shrini
write your daily journal there
-
shrini
another file as TODO.txt
-
shrini
note down all your todo list there
-
sugi
ok
-
shrini
another as notes.txt, to capture all learning notes
-
sugi
here new buffer means new file
-
sugi
am i right?
-
shrini
by where do you see the word buffer?
-
shrini
in nano?
-
shrini
I think only emacs has buffer
-
shrini
create those 3 files
-
shrini
update them daily
-
shrini
create a new private repo in gitlab
-
shrini
cmommit and push to repo daily
-
sugi
in top with white highlighter, nano 7.2 on left side and in center New Buffer
-
shrini
in some 6-12 months, these 3 files will be your asset
-
sugi
ok shrini, let me do
-
shrini
yes. there new file = new buffer
-
shrini
if you open existing file, it will show the file name there
-
sugi
ok
-
amotbeli
will it open only text files? can we open markdown files too?
-
shrini
makrdown is text file only
-
shrini
-
shrini
learn markdown
-
shrini
it will help to handle the plaintext files with little formatting
-
shrini
we can export markdown to html or pdf using pandoc
-
shrini
hello GowriR
-
shrini
share your updates
-
GowriR
Hi Shrini
-
amotbeli
okay, got it
-
GowriR
i had read those txt logs which you shared earlier
-
GowriR
i got to know about mailing list guideline, IRC in general how it works and project mentoring
-
shrini
nic
-
shrini
e
-
shrini
did you take notes while learning these?
-
shrini
did you write blog with those notes?
-
shrini
we need daily blogs with your learning notes
-
shrini
are you working on any development project idea?
-
shrini
sugi: what is your next project after the calculator/
-
shrini
?
-
sugi
u said address book
-
shrini
yes
-
shrini
what is the plan for that?
-
GowriR
yes i took notes , but i didn't post in blog,
-
shrini
GowriR: ok. but publish the blogs daily
-
shrini
it should become a habit
-
sugi
sure shrini
-
GowriR
sure i'll update my daily learnings in blog
-
shrini
sugi: where will you store the addressbook data ?
-
sugi
sorry i just thought like html css only... like calculator.
-
sugi
so could u please explain more about it
-
sugi
like in what way i should do, then i could explain what i can.
-
shrini
there is a thing called LocalStorage
-
shrini
recent browsers have SQLite database inbuit
-
shrini
we can use that to store any data using JS
-
shrini
-
shrini
explore this
-
sugi
ok
-
sugi
so in java i could do this address book?
-
shrini
if you know java, start with calculator
-
sugi
with sqllite
-
shrini
and then addressbook
-
shrini
do both the projects in both the languages
-
shrini
but one at a time
-
shrini
for now, do the addressbook with javascript itself
-
sugi
do u mean java and javascript (with localstorage for db)?
-
shrini
using LocalStorage as a db
-
shrini
JS => localstorage db
-
shrini
java => sqlite
-
shrini
GowriR: what is your project status?
-
shrini
what are you working on?
-
GowriR
shrini i have completed calculator
-
mohan43u
java and javascript are not so similar (they only have relashionship in their names, thats all). learning in-depth javascript is way different than java. I suggest to keep a open mind while learning javascript if you are coming from java background
-
GowriR
i didn't start addressbook
-
sugi
ok
-
sugi
so shrini from tomorrow let me try for addressbook in javascript with localstorage db. First let me collect the info reg it.
-
sugi
if any difficulties let me ask, please guide me
-
shrini
இறைஊ
-
shrini
sure
-
shrini
GowriR: share the repo link for calculator
-
shrini
and the blog link about that
-
sethu_payilagam
Good morning Shrini
-
sethu_payilagam
Sorry I was caught up with my office meetings
-
sethu_payilagam
I have completed the simple calculator app and posted the same in my blog
-
sethu_payilagam
Please let me know the next steps
-
sugi
thanks shrini. so shall i leave?
-
shrini
sugi: sure
-
sethu_payilagam
-
shrini
sethu_payilagam: good. share the repo link and blog link here
-
shrini
good
-
GowriR
i haven't posted it shrini, i'll share tomorrow
-
sethu_payilagam
what is the repo link? Shrini
-
shrini
ok GowriR
-
sethu_payilagam
i tried to post the code as it is in the blog but the alignments are changing. So kept the screenshots for now
-
shrini
sethu_payilagam: publish the code in gist.github.com
-
shrini
and embed the code link in your blog
-
shrini
so that it will show without any formating issue
-
sethu_payilagam
Sure Shrini. I will do that now and update here
-
shrini
gist is for small codes
-
GowriR
shrini shall i leave now? i'll come with my update tomorrow
-
shrini
if your project goes into bigger or multiple files, create repository and push to it
-
shrini
learn git
-
shrini
sure GowriR
-
shrini
thanks for joining
-
shrini
keep writing
-
GowriR
sure shrini, Thank you for your time
-
shrini
sethu_payilagam: now create a project - billing application for a grocery store
-
shrini
define the items and prices as a dictionary
-
shrini
get item number and quantity as input
-
sethu_payilagam
Sorry Shrini. This is the first time using the repo. I have created login and got into to the github. what should i do next?
-
shrini
in w while loop, till the itemnumber = 0
-
shrini
sethu_payilagam: dont worry about the repository for now
-
shrini
just use gist.github.com to store code snippets and embed in blog
-
shrini
read above for the project idea of billing application
-
shrini
learn about git later
-
sethu_payilagam
Sure Shrini. I will do it. Tomorrow I have to go to office. I will join again on Thursday. I hope I will complete the next assignment by then
-
shrini
thats fine
-
shrini
take your time
-
shrini
-
shrini
read this quick and easy book to learn python
-
sethu_payilagam
Sure Shrini. Thank you, again!
-
shrini
give some time daily for reading this and share the reading progress here
-
sethu_payilagam
For sure
-
shrini
sethu_payilagam: what topics have been covered the python classes so far?
-
shrini
is it online or offline class?
-
sethu_payilagam
online Shrini
-
sethu_payilagam
We have covered all the basics and started with oops concepts
-
shrini
file writing and reading?
-
shrini
was it completed?
-
sethu_payilagam
not yet Shrini. But as part of my office work I did explored that part
-
sethu_payilagam
blog post updated with the embedded code. Thanks again Shrini
-
shrini
ok
-
shrini
good then
-
shrini
for now on the billing application, define the prices as a dictionary
-
shrini
later, read the price data from a CSV file
-
sethu_payilagam
Sure. I will try that.
-
amotbeli
it is nice to read about what happens behind the scene
-
amotbeli
and about a lot more hacks than i am used to
-
shrini
:-)
-
shrini
amotbeli: what IRC client do you use ?
-
shrini
use weechat - CLI client
-
shrini
or any desktop client like Quassel
-
amotbeli
i am using weechat
-
shrini
super then
-
shrini
we feel like science fiction movie hackers, to chat in terminal
-
amotbeli
haha yes
-
amotbeli
it is also very zen. with no bells and whistles like pics, emojis, reaction gifs etc.
-
shrini
true
-
shrini
the plaintext is best for eyes and mind
-
mohan43u
amotbeli: what? who said no emoji in terminal? ☠ 😁
-
shrini
do see that emoji amotbeli?
-
amotbeli
mohan43u: oh no!
-
shrini
emoji are fine
-
mohan43u
amotbeli: emojis are valid unicode characters now
-
shrini
but others?
-
amotbeli
shrini: i do see the emojis
-
shrini
the other social media are filled with images, GIFs, videos
-
shrini
nowadays we see only videos everywhere
-
amotbeli
mohan43u: good to know
-
shrini
which is not easy to get the content
-
amotbeli
shrini: i am beginning to see the appeal of plaintext
-
shrini
-
shrini
this site has good articles on text based tools
-
shrini
the more text we read/write, the more clarity of thoughts we can get
-
amotbeli
will check out the site
-
shrini
I am seeing many students and youth struggle to read any article
-
shrini
or ask any question forum
-
shrini
they are fine to ask over a zoom or jitsi meet
-
shrini
but, if we ask them to write on our TLC forum, no one asks
-
shrini
they have a huge fear on text
-
shrini
to overcome that fear, I hope these daily IRC discussions will help
-
shrini
let us see on how it goes
-
amotbeli
yeah true
-
amotbeli
this reminds me of a satirical article i read on the onion
-
shrini
share link
-
mohan43u
shrini: somebody was asking help about linux installation in our TLC telegram in tanglish, but he/someone-from-admin-team deleted it after few minutes. poor guy.
-
amotbeli
-
shrini
deleting that tangalish is fine
-
mohan43u
shrini: I was about to reply to him asking him to put a post in TLC forum
-
shrini
we can not read or answer any question which is not tamil or english
-
mohan43u
shrini: thats a hard take, you are too stubbon for today's generation :)
-
shrini
we give two language support. is that not enoguh ?
-
shrini
I have few 2k kids joined our team, who are sending email in tanglish
-
shrini
even the jira tickets have tanglish
-
mohan43u
shrini: your choice of language is too tough to learn
-
mohan43u
shrini: god dammit :)
-
shrini
what they practise daily, is reflected in job
-
shrini
after deleting those jira comments only, I decided to be strict on the two language policy
-
mohan43u
shrini: well, yeah, I really fathome the whatsapp groups here.. most of the messages are mixed hinglish, fucking assholes start with english and suddenly yaar.. comes then switches to hinglish
-
mohan43u
shrini: they don't even care that there are people in the group who don't know hinglish
-
shrini
if someone asks any question in tanglish, தென் ஐ ரிப்ளை லைக் திஸ்.
-
mohan43u
shrini: :)
-
shrini
then, they switch to english or தமிழ்
-
shrini
follow the same thing on WA groups too and enjoy the fun
-
mohan43u
shrini: I should start writing in தமிழ் in those groups once I see hinglish
-
shrini
thats is the best way to handle them