ever4st's avatar
ever4st
alashazam@iris.to
npub1mwce...nmwy
Student of life, with a passions for #Perl, #design, #fashion On a mission to embrace my inner child (ジ) Inspire others to chase their passions https://ever4st.npub.pro/
ever4st's avatar
ever4st 1 year ago
#nostr_sdk My code here will destroy the metadata filling everything with blank values, instead of setting the values provided by the program View article → No idea why #asknostr
ever4st's avatar
ever4st 1 year ago
We spend so much time looking at progress bar
ever4st's avatar
ever4st 1 year ago
#perl Perl is a computer programming language that has been in use since 1987. It was initially developed for use on the UNIX operating system, but it has since been ported to more operating systems than just about any other programming language (with the possible exception of C). Perl was written by Larry Wall to solve a particular problem, but instead of writing something that would just solve the question at hand, Wall wrote a general tool that he could use to solve other problems later.
ever4st's avatar
ever4st 1 year ago
Would a coder be able to explain why my code using nostr_sdk 0.32.2 no longer work with 0.39 version? View article → I can't figure it out and I am forcing the use of nostr_sdk 0.32.2 (but this is not a good practice) #python #nostr_sdk #asknostr
ever4st's avatar
ever4st 1 year ago
#sqlite To add a new field to an existing table in SQLite: ALTER TABLE table_name \ ADD COLUMN column_name data_type;