-
shrini
hariharan: how are you staying back in irc?
-
shrini
sethu_payilagam: how are you staying back in irc?
-
shrini
I hope mohan43u uses a remote server + tmux + weechat
-
mohan43u
shrini: yes
-
sethu_payilagam
Good morning Shrini.
-
sethu_payilagam
I am using Pidgin client and I do not close the window after our session. Not sure if it is because of that.
-
shrini
yes sethu_payilagam that the reason
-
shrini
happy to know that you are staying back on IRC all the possible time
-
shrini
please do the same
-
shrini
join other channels like #ilugc #dgplug #ubuntu #emacs
-
shrini
and any other free software you like
-
shrini
check for their irc channel in google or their website
-
shrini
being in irc channals itself a good contribution
-
sethu_payilagam
Sure Shrini. I will do that
-
sugi
hi shrini
-
sugi
I went out after my class and to attend this meeting came early.
-
shrini-irccloud
Hello all
-
shrini-irccloud
Good evening
-
sugi
goog evening shrini
-
sugi
sorry first of all, i did not do, feeling guilt
-
sugi
but started. now itself
-
shrini-irccloud
Ah, now issues
-
shrini-irccloud
No need to ask for sorries
-
shrini-irccloud
Life will keep is super busy always
-
sugi
yes true
-
sugi
and addressbook can i make like few pages - for adding,editing, deleting or can i make in one page like add and show on the list
-
sethu_payilagam
Hi Shrini. Update for today: I was successful in installing the postgres in my linux machine. Created a new database, table to hold the store items. From Python I am able to connect to the DB and fetch the items in the form of dictionaries as you mentioned.
-
sugi
these should i make the design on html, css, javascript and localstorage right?
-
sethu_payilagam
Pending Tasks: complete the functionality done using csv and include the PDF feature along with Bill value in words
-
shrini
sugi: for addressbook, have mutiple pages
-
shrini
for each CRUD operation
-
shrini
yes sugi . use them all
-
shrini
awesome sethu_payilagam
-
shrini
thanks for the efforts
-
shrini
hope you are writing blog posts on these too sethu_payilagam
-
sugi
ok shrini
-
shrini
sugi: your project may take few days. dont try to complete in single day
-
shrini
do incremental development and blog the progress
-
sugi
ok shrini. i am going to start now, and online also, if i have any doubt let me ask
-
shrini
sure
-
shrini
you can stay here as long as your computer is on
-
shrini
no need of quitting after the status updates
-
sugi
ok
-
sethu_payilagam
-
sethu_payilagam
I have made the changes you mentioned in the blog post as well.
-
shrini
thanks
-
shrini
happy to read all your writings here
blogs.kaniyam.cloudns.nz/p/i
-
shrini
sugi: if you are spending more time on learning java, nowadays, you do the project in java also
-
sugi
ok shrini
-
shrini
so that it will be easy for you to learn one language with more handson
-
shrini
even a command line application in java also fine
-
shrini
I see from your blogs, that you are into java nowadays
-
sugi
yes shrini - class homeworks
-
sugi
once i finish this, let me try in java too
-
shrini
oh ok
-
shrini
its your call
-
shrini
make sure you feel comfortable on doing projects
-
shrini
dont add any pressure
-
shrini
in head
-
sugi
and shrini everytime when i join in this channel, i am changing my nick name as my full name appears
-
shrini
the more relaxly we do coding, the more we can do better
-
sugi
no shrini. thatswhy i cannot contribute everyday coding to kaniyam
-
sugi
but i am trying my level best - atleast the full connected time and some extra time trying to do for kaniyam
-
shrini
sure. thanks
-
sugi
/the more relaxly we do coding, the more we can do better// True
-
shrini
/set irc.server_default.nicks nick1,nick2,nick3
-
shrini
/save
-
sugi
oh ok
-
shrini
try these commands in weechat
-
shrini
amotbeli: hello
-
sugi
let me quit and try it and will connect again
-
shrini
please share about your project
-
amotbeli
hi shrini
-
amotbeli
i modified the code to scrape the download urls. except the program keeps getting timed out.
-
shrini
hello amotbeli
-
shrini
we need all the metadata in json
-
shrini
once the json is ready, we can parse the json to get only the urls, as a seperate code
-
shrini
-
shrini
check this url
-
shrini
this has no download link
-
shrini
beacuse of this, the program fails
-
shrini
can you add exception
-
amotbeli
wow, sure, i'll take a look
-
amotbeli
should have added the exception in the first place
-
shrini
-
shrini
getting this error
-
shrini
for all, amotbeli is doing a webscrapping project, to collect the books metadata from
tamildigitallibrary.in
-
shrini
for any webscrapping project, we need the below features
-
shrini
1. expect failures
-
shrini
2. add configurable time delay for accessing each page
-
shrini
3. once a failure happened, on the next run, it should resume from where it stopped working. store the completed urls in a seperate temporary text file, check that file, before processing any new url.
-
shrini
if a new url, is not on that file, then only we should access it and process the content
-
shrini
by doing these, we can make the system robust
-
shrini
always seperate the configuration, from the code
-
shrini
for this project, we can have url, timeout, result_json file name in a config.ini file
-
shrini
so that the user can change the values in config.ini on next runs
-
shrini
if we let any new user to change anything, in the code, they will add extra enters, extra charecters
-
shrini
and it will break the code
-
shrini
we can not troubleshoot from remote
-
shrini
-
shrini
check here on how to set and handle the config.ini
-
shrini
4. always use exception handling
-
amotbeli
thank you shrini. will do.
-
amotbeli
btw is it just me or coming up with variable names is hard for all beginners?
-
amotbeli
i'm sure there are many guides already available. i just have to go and read them.
-
sethu_payilagam
Hi Shrini. One doubt on the task that you gave yesterday. Is there a limitation at this point to use/import limited modules to learn the fundamentals properly before moving ahead or Can I explore the program using pandas?
-
shrini
sethu_payilagam: you can explore anything
-
shrini
you can use any available python library for the tasks
-
shrini
no need to stick only with the standard libraries
-
sethu_payilagam
ok Shrini. Thank you
-
shrini
PDF export will be interesting to see
-
sethu_payilagam
Sure Shrini. Equally excited to explore. :)
-
shrini
thanks for joining the IRC sessionbs
-
shrini
how do you feel?
-
shrini
is it fine to continue here?
-
shrini
or do you need any video chat like jitsi?
-
shrini
do you feel slow or exhaused here?
-
sugi
whom u r asking shrini - me
-
shrini
quesion is for all
-
sugi
this is different kind of experience, which i like
-
sugi
no need of any video, i am very comfortable with this
-
shrini
:-)
-
sugi
its my opinion
-
shrini
thanks
-
sethu_payilagam
So far so good Shrini. Definitely missing the video or audio interactions(which we are so used to these days) :) but still interesting to keep up with our legacy mode.
-
shrini
thanks
-
shrini
the more we read/write the text, the more clarity we will get in our thinking
-
shrini
keep reading and writing
-
sugi
sure
-
sethu_payilagam
Sure
-
shrini
I am moving to cook. will be away for soem time
-
shrini
s/soem/some/
-
shrini
we can meet onb monday
-
sugi
let me online till i shut down my system
-
sethu_payilagam
:)
-
shrini
sure
-
sugi
thanks for the today session
-
sethu_payilagam
wats special shrini?
-
shrini
stay here
-
sethu_payilagam
:)
-
shrini-irccloud
Ragi semiya
-
sethu_payilagam
Enjoy! Happy Friday & weekend! Talk to you on Monday, Shrini!
-
sugi
its nice to hear that you people are cooking
-
shrini-irccloud
I am the default cook at my home for many years
-
shrini-irccloud
Though nithya helps often
-
sugi
:) happy for you people
-
sugi
how staying online in IRC is benefecial to IRC?
-
shrini-irccloud
You can read what others discuss
-
shrini-irccloud
Not all channels are logged
-
shrini-irccloud
Join #emacs #ubuntu #dgplug channels
-
sugi
ok shrini
-
shrini-irccloud
And other channel for any open source software
-
shrini-irccloud
No need to sit and wait for any content in irc
-
shrini-irccloud
Just do other tasks
-
sugi
sure
-
shrini-irccloud
When closing, just have a skim in irc
-
sugi
ok thanks shrini
-
sugi
let me continue other work but will be online.
-
hariharan
I have just logged in irc through irccloud it make persist my session. I just completed two days convo RN
-
shrini-irccloud
Oh
-
shrini-irccloud
That's nice hariharan
-
hariharan
I have no other clients to connect irc channels pidgin works good and iam not comfortable with it
-
hariharan-pidgin
Hi from pidgin
-
shrini-irccloud
Ok
-
shrini-irccloud
Try weechat
-
shrini-irccloud
The more CLI tools you use, the more comfortable for the system and the user
-
shrini-irccloud
GUI tools add load always
-
hariharan-pidgin
i need to migrate my entire system to ssd there after i can think about installing other softwares
-
hariharan-pidgin
my hardrive is wearing
-
shrini
hmm
-
shrini
yes, ssd is super fast
-
hariharan-pidgin
i have opened a thread on tlc
forums.tamillinuxcommunity.org/t/mi…ng-a-windows-currently-running/2625 on migrating hdd os to ssd how to move packages and other configurations on the fly is there any methods without copying the entire hardrive content
-
hariharan-pidgin
i think no one not interested on the migration
-
mohan43u
hariharan-pidgin: >>no one not interested on the migration<< you already have a plan from AIs, what kind of interest you expect from TLC?
-
hariharan-pidgin
I Won't believe AI 100% so asked opinion on the people who using the same environment as well as their previous experience on migration
-
hariharan-pidgin
I don't have additional hard disk to backup my current data and do experiments and find the best for me
-
mohan43u
hariharan-pidgin: I don't use ubuntu (or debian based system), In Arch, I just rsync every file from previous disk to current disk, change the systemd-boot configuration file to point to new root, change fstab to point to new root, and that it. reboot will straight to into my new device.
-
mohan43u
hariharan-pidgin: it should also work probably in debian based system, but never tested
-
hariharan-pidgin
i have asked in kanchilug meeting to parameshwar file system canbe changed to xfs or zfs for ssd like he told
-
mohan43u
hariharan-pidgin: you can rsync on any filesystem, it doesn't matter which filesystem you use for your ssd
-
hariharan-pidgin
i have not decided yet which one is to use
-
mohan43u
hariharan-pidgin: rsync is basically like copy file from one place to another place. The underlying filesystem on source device and destination device is not a big issue.
-
hariharan-pidgin
mohan43u i have used rclone
-
hariharan-pidgin
rsync is alias for rsync
-
hariharan-pidgin
?
-
shrini-irccloud
Rsync is good for files copy
-
hariharan-pidgin
okay
-
shrini-irccloud
rsync -arv source destination
-
shrini-irccloud
Will copy all the things
-
hariharan-pidgin
how to put different partitions /dev/sda is my older linux installation /dev/sdb is my new installation from your message it can be done rsync -arv /dev/sda /dev/sdb like can do syncing the files
-
mohan43u
hariharan-pidgin: no, you need to mount the partitions first
-
hariharan-pidgin
new partition is mounted by default due to it has os now i need to mount the old partition
-
hariharan-pidgin
is there any order need to be kept for configurations then binary or binary then configuration
-
mohan43u
hariharan-pidgin: here are the steps I can think of,
-
mohan43u
hariharan-pidgin: buy new nvme disk
-
mohan43u
hariharan-pidgin: plug it into your current system which is running in your old disk
-
mohan43u
hariharan-pidgin: format the new disk with your preferred filesystem
-
hariharan-pidgin
my system board is sata complaint ssd is not possible os installation is need to be done with USB Stick
-
mohan43u
hariharan-pidgin: you need a new OS on the new disk?
-
hariharan-pidgin
new os with current settings and software (Hard drive to SSD is the change
-
mohan43u
hariharan-pidgin: in that case, rsync method which I said will not be useful to you. I thought you just want to migrate your current system to new disk
-
shrini-irccloud
If board don't support ssd, then how will you use it for os?
-
hariharan-pidgin
my board is supports sata ssd
-
hariharan-pidgin
which is working good and has windows 10 in it
-
shrini-irccloud
Ok
-
shrini-irccloud
Just sync old /home to new /home
-
hariharan-pidgin
a Good News : open-tamil-php bare minimum is successfully published on packagist
-
hariharan-pidgin
use composer require hariharan/open-tamil
-
shrini-irccloud
Super
-
hariharan-pidgin
utf8.py file only completed 80%
-
hariharan-pidgin
documenting one function one bugfix a day
-
hariharan-pidgin
what abt /etc , /bin /local and other folders
-
hariharan-pidgin
bye all
-
shrini-irccloud
hariharan: you should install fresh Ubuntu on the new ssd disk
-
shrini-irccloud
Then rsync all home folder files to it
-
shrini-irccloud
You can install the packakes separately
-
shrini-irccloud
Go for latest os version
-
hariharan
Okay shrini-irccloud I'll try and let you know
-
shrini-irccloud
Ok
-
shrini-irccloud
GN