geekhack
geekhack Community => Other Geeky Stuff => Topic started by: timw4mail on Fri, 10 September 2010, 07:02:07
-
Some of you may be wondering where I have been lately. Well, mostly I've been working on things like this task manager:
http://todo.timshomepage.net
I'd appreciate some feedback on it.
-
dude i'm getting 'database error' page when i click on that.
-
dude i'm getting 'database error' page when i click on that.
Could you be more specific, please?
-
Link worked for me. Welly uses IE though, that's more than likely the problem.
-
Link worked for me. Welly uses IE though, that's more than likely the problem.
It should work with IE, although it won't look very nice.
-
Do I need to explicitly state a privacy policy or something?
-
Could you be more specific, please?
sure thing bro.
(http://www.gesticulations.com/public/gallery/Images/fun/tim0.png)
update: yea it works now.
-
Worked for me with firefox Firefox-4.0/4.0b6pre Ubuntu/10.04
-
The error is obvious, and full of crap I wouldnt post on the net:
1) varchar(255) wont hold GIANT****INGUSERAGENTSTRING
2) Verizon Wireless
-
Works in Opera 10.62. Even works on whatever IE9 preview I have on my laptop for the lulz.
-
Okay the sql error should be gone now.
-
damn, and I was just about to replicate with a super huge spoofed agent string of:
jdfbns.jfbnskjfbnsjbsk;jbksjbk;sjfgsjkfgajdghskfjhasdfhgasjkfgkjhasdfkjghasdkjfgasjkfgkjhasdgfhkasgdfkhagsdfkhagdfkjaghdfkhadsfkghaskdfjgakjfghasdkajsfgkhasdgfkjhasgdfghaskdhasdvgasj
dvavgakjdvgkasjghvjhasdvhjgsvdjhgaskjvgaksjdvgkasjdvgaksjhdvsavdkashgcvkasdhgksaghdvkhasgdvkjhasgdvkjhagv
-
damn, and I was just about to replicate with a super huge spoofed agent string of:
Doing those kinds of things is likely to get you banned.
-
I'm still blaming IE based on empirical analysis.
-
Doing those kinds of things is likely to get you banned.
it was in the name of science, strictly.
I also notice you reject any connections (403) if a null (or no) user agent string is sent.
-
it was in the name of science, strictly.
I also notice you reject any connections (403) if a null (or no) user agent string is sent.
Well, my thought is that there should always be a user agent string. Is there a legitimate reason to browse a website without a user agent?
-
Well, my thought is that there should always be a user agent string. Is there a legitimate reason to browse a website without a user agent?
privacy concerns would be the main argument against sending one (or a VALID one). The other is to avoid profiling based on user agent ("I see you are using xyz. Let me force you to do ABC").
I don't personally have any issue with them, and I'm not implying that you have done anything wrong.
-
privacy concerns would be the main argument against sending one (or a VALID one). The other is to avoid profiling based on user agent ("I see you are using xyz. Let me force you to do ABC").
I don't personally have any issue with them, and I'm not implying that you have done anything wrong.
From how I compile my stats, I rarely see individual user agents anyway. I should probably actually trim down the amount of data I collect, it's bloating my database.
-
so tim what does your todo do that every other todo doesnt do?
-
From how I compile my stats, I rarely see individual user agents anyway. I should probably actually trim down the amount of data I collect, it's bloating my database.
That's a good idea, although if you fixed this the "right" way, that is less of an issue. If you fixed it the "wrong" way, well ... that is probably something you are better off not saying ...
-
so tim what does your todo do that every other todo doesnt do?
I guess that depends on what every other todo does.
With my todo you can
- Sort tasks into categories
- set each task's status
- set an email reminder for a set time before the task is due
- connect your facebook and/or twitter account so you can login with those instead of your username and password
And currently in development:
- a system to be able to save a task with friends/coworkers
- timezone-specific task lists and email reminders
-
i like the logo.
-
i like the logo.
Thanks, I think.
-
I'm still looking for feedback on this.
-
Perhaps adding my database design for my upcoming task-sharing update will make this more interesting?
(http://content.screencast.com/users/timw4mail/folders/Default/media/8567ae9c-bdbf-4ebb-a87d-e0f4de8952b1/Screen%20shot%202010-09-15%20at%208.16.08%20AM.png)
-
- connect your facebook and/or twitter account so you can login with those instead of your username and password
That's ok but you could also add openid for google accounts, I, for instance, don't have a twitter of facebook account. Google is more common.
-
That's ok but you could also add openid for google accounts, I, for instance, don't have a twitter of facebook account. Google is more common.
Actually logging in with openid is far less common than facebook or twitter OAuth, though.
I'm currently working on adding functionality to enable sharing tasks. If you can find me some documentation, I'll add it when I can :)
-
Since the last time I posted, I added the ability to find, request and accept or reject friends, and have made categories user-specific.