« first day (703 days earlier)      last day (273 days later) » 

1:05 AM
anyone here?
 
1:30 AM
I hate to "game the system", but... could I direct somebody's attention to stackoverflow.com/questions/12317641/… with an eye towards upvoting anything that looks worthy? I put a lot of time and effort into my answer, and I have a feeling I'm going to get shafted on the reputation since I don't have 2 upvotes
 
1:49 AM
(it's a bounty with the grace period ending in 7 hours)
 
Sam
2:10 AM
nice.....someone here
hi fellas
 
2:56 AM
heya
 
 
1 hour later…
4:03 AM
heya
 
hey @Sam
hey Fury
hows everything going?
 
heh, Nick Fury
 
@ShyamK the enabler
 
:P
 
fine how are you
 
4:09 AM
so so... I was asked to make a site responsive... as in responsive design.... ugh...
 
how responsive are you doing it lol
 
lol
so how was the weekend?
 
good back to work, exhale
 
finished with flexget work?
 
uhh yeah a while back?
 
4:21 AM
you said you wanted to check for bugs and stuff, thats why I asked...
 
no no, I'm writing a python script to organize my Downloads folder
 
yes, that is what I meant by flexget stuff... your linux box... uses flexget... and you wanna arrange the shows that you have in your Downloads folder based on quality... something like that...
:D
 
hey, did you guys happen to see my comment above and/or do you know anything about SQLAlchemy? =)
 
nope, soz m8 :)
 
SQLAlchemy? Wats that? I have never heard of it...
 
4:34 AM
Ive heard of it, but never used it. I stick with mysql and sqlite3
 
it's a SQL abstraction library for python. really handy and flexible tool.
it makes database code a lot more pythonic, and depending on how you use it, it can let you seamlessly swap in different SQL implementations
like one handy thing you can do with it is write code to interface with your mysql database, but unit test it against in-memory sqlite
a lot of people use it in conjunction with different python web frameworks
 
yup :) i mainly use sqlite for sub-filesystems because it is stored as a flat file.
for example, if i need to have certain files easily deployable to a usbkey(no file saving) from another usb.
 
aah... okay. Guess it'll come into use if I try doing anything servery with Python... but right now I only do servery things with PHP... and I just play around with Python in my spare time...
 
if you want some python web fun check out bottle.py :) its less complex then django, but powerful enough to do general web task's. Plus since its a single file, it can be deployed anywhere (because the only dependencies are the standard library).
its my framework of choice :)
 
"less complex than django"... is that like being the world's tallest midget?
bottle.py is pretty cool. django and I don't really get along, but I like flask and werkzeug a lot
 
4:42 AM
no lol, its a very simple framework, but its very powerful at the same time.
I need to learn flask haha :)
ive checked it out and liked what i saw, but ive been to busy to get into it.
 
hey, there's no shame in going with what you know
every once in a while though, I decide I'm gonna take the long way around and do this next project using XYZ instead of what I'm used to
 
yup :) thats one thing that i like about bottle, there are some things that arent in it that are in other frameworks, but i kinda like that because i have written some fun things for it, like a session manager :)
i know there are other options out there, but i decided to make it, so i could debug anything a bit better if need be, and as a learning experience
 
yeah, most stuff like that you kinda have to write your own before you can really appreciate anyone else's
the thing I love about python is you can almost always dive in and read the code you're using and make sense of it
 
yup :)
im yet to do that in bottle though :P i just dont have the time >.>
 
Sam
5:23 AM
bottle?
hi @Nick, @ShyamK
there's a framework called bottle?
 
yeah, bottle.py
bottlepy.org
there's a framework called everything in python. we have more web frameworks than keywords
 
Sam
lol......framework overload
one of the problems with frameworks is that people usually end up forgetting how to work without them
 
amen
 
Sam
I guess I'll soon see if Python coders are as spoilt as PHP coders
 
5:39 AM
man, does everyone here come from the PHP world?
 
Sam
lol.....
well, considering both are open source
it's easier for a stray coder to float from PHP and land in Python, than from somewhere such as Java or .NET
 
well, eventually Java and .NET ppl gotta see the light, too, right?
 
Sam
lol.....well, Java folks have much hope
.NET, not so much
.NET is like a wormhole; it sucks you in so fast and deep that it'll be hard for you to do something non .NET
btw, I'm jealous of your C/C++ :-P
 
5:59 AM
meh, I'm always just wishing it was python
autotools etc. do so much to obscure the code structure
 
@Sam dozed off earlier or busy with school work?
 
Sam
autotools in C?
@ShyamK lol.....dozed off
you can't compare C/C++ to python
 
@Sam yeah, pretty sure I've seen that
 
C/C++ is more hardcore(raw power I hear)... but I've always sucked at both of them :(
 
there's definitely stuff like kernel hacking you can't do in python
 
6:02 AM
there's stuff python can't do? Nooooooooooooo
 
almost always the YAGNI people step all over themselves making stuff not just as simple as possible, but simpler =p
 
Sam
yup.....and I'm sure it's easier to power your robots with a C++ than with Python
 
arduino works pretty well for that. it's not python, but it's pretty high-level C
 
Sam
until I can do that......I'll always be jealous :-P
 
And I was hoping that I could avoid studying C/C++
:(
 
Sam
6:05 AM
lol
nah uh......sorry buddy
 
well... more for me to study then I guess...
 
Sam
u can't start with C yet, buddy
 
yes... but it goes onto the bottom of my to-do list
:D
 
Sam
there's still much more to do before that
do you know how to ftp whole directories from the CLI?
 
@Sam Don't you usually have to use specialized tools?
 
Sam
6:11 AM
hmmm.....those are nice options
as long as they are used CLI
I'm trying to wean meself from point n click
 
I usually use sftp/scp anyway
are you working in an environment that doesn't support ssh?
 
Sam
sftp?
Arduino is written in Java
say what!
 
@Sam I don't think that's quite true
 
Sam
Arduino [[RS-232 serial communication]] Arduino is a popular open-source single-board microcontroller, descendant of the open-source Wiring platform, designed to make the process of using electronics in multidisciplinary projects more accessible. The hardware consists of a simple open hardware design for the Arduino board with an Atmel AVR processor and on-board input/output support. The software consists of a standard programming language compiler and the boot loader that runs on the board. Arduino hardware is programmed using a Wiring-based language (syntax and libraries), similar to ...
 
the arduino "IDE" is written in java
 
Sam
6:15 AM
oh....just the IDE
many IDEs are created with Java anyway
 
whoa, that was cool
how did you do that?
 
Sam
magic....:-P
 
Arduino [[RS-232 serial communication]] Arduino is a popular open-source single-board microcontroller, descendant of the open-source Wiring platform, designed to make the process of using electronics in multidisciplinary projects more accessible. The hardware consists of a simple open hardware design for the Arduino board with an Atmel AVR processor and on-board input/output support. The software consists of a standard programming language compiler and the boot loader that runs on the board. Arduino hardware is programmed using a Wiring-based language (syntax and libraries), similar to ...
 
Sam
just paste the URL
:-P
 
schwank!
 
Sam
6:17 AM
@ShyamK; are you still there?
 
sort of...
 
Sam
lol.....finally got duties at work?
 
@MuMind shouldn't these be written in I don't know assembler language or something?
 
Sam
I don't think so.....C is low enough to be used.......I think
 
ya... stupid duties... make a site with crap ass designs into a responsive one... hate playing with css and all...
love doing the functionality part but not the designing part
 
Sam
6:23 AM
lol.....hating playing with CSS? How about photoshopping?
that's my most hated part of web programming
 
@Sam I second that..
 
Sam
give me the images; I can get the layout out as soon as possible
 
drawing and all is fine... matching colors and making the drawings actually look good is hard... thats why I hate it... cos I suck at it...
 
Sam
make me create the images......uggh!
 
ya in this case I may need to do that... create new images... buttons and stuff
 
Sam
6:27 AM
I've never gotten an image in Photoshop the same way I pictured it in my head; always comes out worse
hey Nick Fury!
 
picture? head? lol... I just spill some colors and hope for the best :D
 
Sam
I mean I usually have an idea how I want an image to look
but by the time I'm done, it's just......not so good
 
I can do that with good images too (ruin them I mean)... but I'm trying to get over that... its like when some horse paints suddenly the crap that it drew is art... and you look at what you drew and you're like "wtf? I can draw better than that"
 
Sam
7:27 AM
@ShyamK so, suffice to say u won't be called Picasso anytime soon, right? :-P
 
7:44 AM
yup...
 
 
8 hours later…
3:27 PM
hallo. i wonder if anyone can halp me in a python 'project' of mine
i mean a little mental-guidnace
 
Sam
I probably won't be able to help, considering I'm new at Python too
but ask anyway
 
ok. im writing some sort of python application which imitates human text output
the whole trick is to how to make it 'learn'
heh
for now it reads a bunch of ascii files and generates a scrambled output
the words are connected but the meaning of the sentence if absurd
 
Sam
what do u mean imitates human text output?
 
well, it outputs collected words and puts them together
forms a sentence
 
Sam
ok....individual words, and concatenates them into a sentence?
 
3:31 PM
im looking for a way to make the output more 'consitent'
yep, saomething like that
 
Sam
ok....consistent as in? certain amount of spaces? limited number of text?
 
eg: "The whippoorwills followed the change. It was not outrageously late. The collection was a notable one kind."
consistent as in consistent with the sentence as for the meaning
 
Sam
is that how it's supposed to be?
 
no, thats the crude output for now
ok, maybe you're confused sorry
 
Sam
ok.....how is that example supposed to be outputted?
 
3:36 PM
the above example is the actual output, but it's meaningless
i'm looking for a way to make it more logic
i just do not have the idea
a theory
 
Sam
well, if you are just retrieving words, and stringing it into a sentence, the words themselves will have to be logically correct
for the strings to be
 
the words match but the sentence as a whole is inconsistent
 
Sam
using this as an example The whippoorwills followed the change. It was not outrageously late. The collection was a notable one kind.; how would you have wanted it to be displayed?
 
what do you mean? i care for the output, not display
the output format can be string
 
Sam
display == output
 
3:42 PM
ok, so does that answers your question?
i really try to understand but im not very good at spoken English, sorry
so basically what the app does:
 
Sam
no....that didn't answer the question.....I need to see an example of how the output should be
 
the output is random generated
 
Sam
have you created something, or planning on creating it?
 
i made a couple of 'prototypes'
 
Sam
okay.....put it in pastie.org, and send the link
 
3:50 PM
that's the 1st version
i hope you get something out of the code because it is garbage at this point
nevertheless, it works
 
Sam
you are scraping files?
 
to get it 'work'; create a directory 'data' and put some ascii files into it
scraping, yes
for now
 
Sam
okay.....I assumed you were receiving input from the user
 
i see
 
Sam
you might have to pose it as a regular question, so anyone can answer it
and especially so that I can answer it when I'm not so busy
include what you actually want the program to do at the top .......if possible, with examples
 
3:57 PM
@Firebowl2000 I guess what you are trying is a wee bit difficult and requires a certain degree of understanding of Theory of Computation, specifically Grammers
 
grammers?
grammar?
 
Sorry for the typo ;)
 
ok, i thought about grammar based output
 
and...
 
but what i want ot do is to generate without grammar rules
only meanyin-based output
*meaning
it's a bit hard to explain
i base on the connections between words in the sentence
 
4:00 PM
I don't know how you can do it and even if you can, the generation power and flexibility will be limited
but aren't the connections determined by grammar rules?
 
sure. what i want to achieve is a output level similar to the logic in an average youtube comment
*logic of
:D
ok, i will think about posting the code as a question
but after i clean-up the code mess
;]
 
Hopefully someone can help you there :)
 
thanks
 
Sam
@WeaklyTyped how long have you been working with Python?
 
Few months
 
Sam
4:08 PM
created any functional project with it?
 
Learning it, started using Science Trilogy to make sense of time series data sets
you?
 
Sam
Science Trilogy?
about a month or thereabout
 
scipy, numpy and matplotlib
I read that term somewhere on SO only
 
Sam
lol...those are terms I'm very unfamiliar with
 
they are libraries for scientific computing (numericals, dsp, matrix etc.) and charting
and really fun to work with
 
Sam
4:16 PM
I'm sure they are
the only thing numbers are really exciting working with, is predicting the future
 
Predicting future...hmmm... I like it
;)
 
Sam
yu
*yup
predicting the future.....there's always money in it
gambling, betting, stats
 

« first day (703 days earlier)      last day (273 days later) »