Posts

Showing posts from September, 2017

I screwed up. again

There is a word for the kind of website i am making. Content Curation. So I am sitting in this meetup. filled with talented people. and then a person comes and asks me what i am doing. I say I am making my website. Bad Idea. What happened was that I am an idiot and i dont research before making something. A guy comes to me and says, Medium.com exists.

I really need to thank the internet for this........

This is the day. Yup, today is the day when we should have a huge amount of respect for those bloggers, or writers who write their content to help others. They don't do it for the views. but to help others. So here's what happened: For my article website, I needed a WYSWIG(What You See Is What You Get) editor. I scoured through tons of website. then I get this, ( http://www.phpgang.com/how-to-create-textarea-into-a-rich-content-text-editor-using-jquery_651.html ) A HUGE SHOUTOUT TO THESE GUYS. Great. we have a cool text editor. just one problem, django has a hard time processing HTML entities. Stack Overflow comes to my rescue. ( https://stackoverflow.com/questions/275174/how-do-i-perform-html-decoding-encoding-using-python-django ) Now I feel pity for those who give up. Those who don't even try. Then there are those people who think they can make a difference. make someone's life easier. Huge respect.

Bummer !!

I had my work aside to code for the weekend. Turns out, I lied. I was bored and had the time. On a three hour coding session, I completed the website. Bummer! I need to stop coding for now, Else I wont have anything to do on the weekend. But I might lose Interest by then. So i am gonna set up  my Comments section for that website. On each article, an input bar for the comments. I did something like this on this website( meme-app.herokuapp.com ). Tough Luck. Maybe I will code on making the styles better. Fingers crossed. Here's the link for the repository again : ( https://github.com/pythongiant/NewView ) 

Two Hundred and Fifty Line Update !

So I have written Two hundred and Fifty lines lines to handle my requests. Just wanna give you guys a  quick update on what I have done. I will push the changes later this week. added a Signup Form added a login form changed some styles here and there So yeah we have around one hundred and fifty lines of Python Code in total. we have one hundred lines of HTML and CSS  in total.  

Progress on the Article Website

Image
I talked about making my article website in the past blogs Looks good doesn't she? What I did was shift the Article form to another Page. I also changed the Fonts a bit. Like Libre barcode ( https://fonts.google.com/specimen/Libre+Barcode+128 ) Pretty cool stuff.  I recommend  you guys check it out. Next Up:Login Form

About my website.....

I have a website ( pythongiant.github.io ) . I wanted it to be the greatest website I had ever made. one bad thing. It is static. Because Github Server Pages are like that.  I need to make a few changes. First is to reduce the loading time. Second remove all the crap styles in there

Does this make me a genius or stupid

So the other day, I made a cryptography algorithm which was taken from a compression algorithm (which failed) I made. the trick was that you take a letter, convert it into ASCII then convert that ASCII code to binary and then replace 0 and 1 with specific keys. This would be genius. As I said it was taken from a compression algorithm, I made. I was talking about it in the community when someone points out that I recreated the Lempel-Zvich algorithm ( https://www.cs.duke.edu/csed/curious/compression/lzw.html ). I  had no idea such an algorithm existed  way before me. Is this sheer coincidence? How is that even possible. I went on .. My second algorithm was an array sorting one. Every programming Language has one in-built. The catch of this one was  that you take the largest number from the array and keep on popping it off. In this way, the array is sure to be sorted at the end. This performed really good. My Third Algorithm was a clustering algorithm. In Artifici...

If it aint broke. dont fix it.

If I scroll through all the new YouTube videos of popular channels which don't have any new ideas. I see a ton of them saying that they don't get views because YouTube just stopped recommending them. I am making an article writing website right now. I added some Machine Learning for the recommendation. I am writing it right now.  lets see how it goes Project number one : https://github.com/pythongiant/NewView

Life of a teen programmer

Hi i am Srihari and Welcome to my blog where i talk about life from a programmer's prespective   The one thing I hate of being a teen programmer is that people are almost always going to glorify you as a genius. Nothing bad about being called genius though. Its just that you have to carry expectations. Huge ones. Teens are biologically unstable.  I am 14 and I already have a lot of burdens on me. The good thing about being a teen programmer is that you always have someone who has your back. Family members are always going to ask you to make a website or fix their printer, Not sure how to classify this though. Oh another bad thing. I started when I was seven. People don't take children seriously at that age. They shouldn't. This was kind of irritating for me. I hate not being taken seriously. I have always been Socially awkward. which means I don't talk to anyone about anything. School is difficult. Teachers don't take me seriously, even when I am the qualif...