« first day (614 days earlier)      last day (332 days later) » 

3:13 PM
@Glitch I would have to agree with this. :)
I'm a CSE student as well.
We do a lot of programming that focuses on low level stuff
 
I design processors
We write programs at the signal level
 
I think going this route with a CS minor definitely gave me a better overall understanding of everything.
 
I'm CS myself, but the few hardware-related courses I've had I enjoyed quite a bit.
 
Google and MS poach students at my uni all the time
I screwed up first year so they won't even consider me
Well, maybe Google, if I pass their impossible interview :P
 
I'm actually at work for my internship right now for a rather large company. :O
This channel is a great resource for my project lol
 
3:22 PM
you may want to print out that picture above so if they ask you a tricky question you can show them it
 
lol
 
To be honest, I don't want to work for anyone but myself
Screw being forced to do shit you don't want to
So far this has worked well for me :P
 
it's hard making silicon chips on your mum's kitchen table
 
Yeah, ideally that's the way to go, but I think for a lot of people it's not feasible.
Heh.
 
@Merlin Hardware interests me, but software is where I can really pull off big money
Unless I invent some awesome memory device
Apparently innovating in memory = insta-rich
 
3:26 PM
it would be the case ... billions is spent on memory devices ... it's how intel started
 
Just invent some awesome new battery tech. It's like every month you hear about some "breakthrough" in battery technology but it never happens. Q_Q
(yeah, I understand there's a lot that has to happen before it can hit the market)
(but I want better battery life dammit)
 
you see a lot of this for the electric car market too ... battery tech is evolving at a phenomenal pace
 
I wish gadget manufacturers would stop making devices thinner (they're already pretty damn thin) and use the extra space for larger batteries (think Razr Maxx).
 
Electric cars are what's fueling the battery race
 
I prefer the Duke Nukem Forever approach: Get people excited about a new thing your developing, show them some screen shots every few years (all made in different engines), then get out before the lawyers show up 12 years later.
 
3:29 PM
lololol
 
@kcoppock The SGSIII is ultra thin, and the battery life is super good
 
@Glitch How good is super good?
 
I think the thing that really sets it apart is the wireless charging
have you got a charging station yet?
 
@kcoppock I can play games on it for a couple of hours, and still get a day out of it
 
TEXT WHILE YOUTUBE :P
 
3:30 PM
I get about 6 hours screen on time
 
Well that IS pretty good then
 
I played Mega Mall Story for 2 hours today >_>
 
Unrealistic, but I'd love to get a week of typical use out of one.
lol, never even heard of that
 
Meh, only important if you plan to get lost camping with no signal, and require a 3 day treck to find a hill
You can get two days from the SGSIII if you treat it well :P
 
Camping/Hiking is actually a pretty good reasoning for better battery. If you want to use the GPS at all, you're lucky to get more than a couple of hours out of it.
 
3:33 PM
Only if you leave it on
Get your location, then turn it off
 
Went on a hiking trip with some friends and was wanting to keep a trace of our trail just for interest (was using MyTracks) but after like fifteen minutes I'd already used 8-10%.
 
Depends on the GPS chip too
 
True
 
And the app, maybe it's a CPU hog
 
I wonder how feasible it would be to design an app that would poll GPS only every five minutes or so, and just use the accelerometer/gyro to keep track of position (and the GPS occasionally just to make sure you stay on track).
 
3:37 PM
probably too intensive to give any real saving as you'd have to have processing running constantly
 
Well it depends on the parameters you set when you activate the GPS
if you set it to 10 min and 1000 feet it probably wont be too noticeable on the battery :D
 
Probably so. Depends on how efficient the other sensors are compared to GPS. I would assume better, but it depends on how significant.
 
problem is without network the GPS quality drops dramatically
 
I literally should shoot myself...
 
Probably not literally.
 
3:47 PM
seriously
 
@WarrenFaith what's up?
 
I fought the last 2 or 3 days with the god damn motion events handling and tracking multiple pointers (in total 2 of them harhar sneef)
and every time I thought I finally fixed everything, I found another nasty bug
now I just made a test project displaying my touch events for way easier debugging (logging touch events is NASTY!)
and I fixed everything in 30 minutes...
 
Everything's easier in hindsight, eh? On the bright side...you fixed everything.
 
next time: make a test project for every problem that stays longer than an hour
and somehow it makes sense now :)
 
Haha :)
 
3:51 PM
My solution is to ask for help, invariably as soon as I do that I figure out the answer on my own -.-
 
eclipse needs an intelligent timer plugin that detects when you get stuck, at which point pops up a message saying "get out of the rut dude either post on SO or write a test app"
 
this would be awesome
 
Needs more Clippy. "It looks like you're trying to make a brightness app!"
 
"It looks like you have gotten so frustrated you wrote a for loop that only executes once. Would you like some help?"
True story, my buddy showed me code yesterday that had a for(int i = 0, i < 1; i++)
 
"It looks like you have no design sense. I can't help you. Don't quit your day job."
 
3:59 PM
"Alliteratively if this IS your day job, McDonalds is hiring."
 
^--- that
 
when you guys write code as a contractor, do you attribute yourself in your class files?
Not sure what the go is there.
 
"Siri, find me a job related to my Graphics Design degree"
"I have found 7 McDonalds in your area"
 
Graphics design can be profitable
English, philosophy etc... no chance
 
nice
 
4:03 PM
sorry read that "Siri, find me a job related to my Liberal Arts degree"
 
1 min ago, by Glitch
Graphics design can be profitable
steve jobs cottoned on to this fact
 
@Glitch depends on your skills :) If you are good, use the @author tag, if not, leave it
 
The kicker is that you have to apply it to something productive
@WarrenFaith Good? I'm motherfucking brilliant!
:P
 
Philosophy students usually go into law.
 
or jail
 
4:04 PM
lol
 
+10 as question answered :D
 
I always credit my work especially if its collaborative, that way if someone needs to ask something about it, they know who did it.
 
if someone is interested in an easy showcase to follow 2 pointers independently: pastebin.com/G5yEurMq (important: use fullscreen as the touch events are off a bit when the titlebar is visible)
 
pointers? This isn't C++! :P
 
yeah I always missed the \0 before :)
 
4:15 PM
my app has 2300 users... I really should update it, but my working computer is in my car atm not set up
 
@Glitch if you're contracting try to avoid giving out source code. If necessary put it in escrow in case you get hit by a bus but source is your IP ... so only hand out distributables wherever possible
 
Well I can't really do that, since technically a contractor is contracting me to do their work because they suck.
 
obviously that doesn't work if you're working from their office
 
So they need source
 
you have to judge it on individual project scenario
but if somebody say "make me an app that does this" then just write it into the contract that your deliverable only includes the binary.
 
4:18 PM
Technically there was no contract involved for this >_<
Idiots can't organise shit
 
GET EVERYTHING IN WRITING!!!
 
Actually... fuck that, not sending them anything
It's in e-mails
but nothing is really official
 
Purchase orders are what you need
 
oh, I know
I'll send them the apk
then when they ask for code, I send an invoice
 
Good man
 
4:20 PM
you should time-bomb it for testing 30 days
 
I should proguard it
 
otherwise they'll just go "Thanks fool" and run with it
also proguard .. yes
 
except for the fact that it's not finished, so the subzero mode gets killed by Android
 
4:33 PM
stuck with my S1 for another 8-10 months ... narf
 
kk, sent the apk
 
regular price $3.99/£2.99/€3.99 who finds this a scandal? english men always pay the lowest! duck'n'run
 
I'm an 'merican I dont understand your silly squiggles!
 
I only have $ on my keyboard ... which is daft because I line in UK wihich is part of Europe but not the funny money part
 
that's so you can fill in 's' characters in swear words.
 
4:43 PM
I use ****s for that
 
"Only urgent calls 10 min before or after the top of the hour please"
urgent - IDNTIMWYTIM
 
but you have to read it pointer to a pointer to a pointer to a pointer to a variable "s"
 
4:57 PM
IDNTIMWYTIM?
 
"I do not think it means what you think it means" would be my guess. :)
 
ok
like: Wenn du denkst das du denkst dann denkst du nur du denkst denn das denken von gedanken ist gedankenloses denken....
 
Also, inconceivable.
 
time to hit the road
heading back home
cya all!
 
cya!
 
5:07 PM
@kcoppock that is correct
 
5:18 PM
@Merlin Holy shit! That image would be absolutely perfect if it wouldn't have that typo.
 
!!!!
I wish I wasn't at work; am I misunderstanding or did Google just make Eclipse unnecessary? developer.android.com/tools/index.html
Did they release their own IDE, or are they just referring to Eclipse? I don't see Eclipse mentioned anywhere and the screenshots look like something new
 
posted on June 21, 2012 by Tim Bray

[This post is by Billy Rutledge, Director of Developer Relations for Android. — Tim Bray] Just in time for Google I/O next week, the Android Developers site is stepping into a new look that is streamlined, simplified, and refocused. A developer’s tasks fall into three baskets: Designing, developing, and distributing. We're trying to make developer.android.com's organization ref

 
5:34 PM
@kcoppock That's Eclipse.
 
Dammit, okay.
I was hopeful from this line: "Android IDE is a professional-grade development environment for building Android apps. It's a full Java IDE with advanced features to help you build, test, debug, and package your Android apps"
Yeah, now that I look at it closer, definitely Eclipse. Just haven't used it on a mac so it looked unfamiliar.
 
5:51 PM
posted on June 21, 2012 by Tim Bray

[This post is by Trevor Johns from the Android team — Tim Bray] User reviews on Google Play are great for helping people discover quality apps and give feedback to developers and other potential app users. But what about when developers want to give feedback to their users? Sometimes a user just needs a helping hand, or perhaps a new feature has been added and the developer want

 
Arrrrrrrghghh!!
Look what they've done to developer.android.com
Change is never good (until the next change when the current change becomes the thing we've always used and enjoyed)
 
Yeah, I'm not a fan of the new look, but I AM on IE8 so I'm assuming it looks better in real browsers.
 
I'm off again :D
 
I like the new look.
 
hello
check this out
E/progress/total(643): 18765/14620
 
6:02 PM
@OctavianDamiean I had to make the meme again ... but I did a much better job on it this time
 
thats media player progress over media player duration
=(
only certain audio files do this
but it causes my progress bar to be all screwed up
 
@OctavianDamiean our meme is complete
 
Awesome! :D
 
is the colors in the background representative of fragmentation? :P
 
Yes ... the fragments of the ball
 
6:10 PM
Seriously, who cares about the colors. :D
 
unfortunately I didn't quite get the position correct ... so I'll have to start again ... but I've learnt some tricks with the UI to get better results
here's the link to the Amber-Heard's-Beachball meme
@Pyrodante ... do you have an evil twin ------>
just got my yearling badge :)
and [AU] excavator
6 mins ago, by Octavian Damiean
Seriously, who cares about the colors. :D
I'd better stop I'm getting meme fever
 
OKay, I don't like this new developer.android.com
will require to much time to get used to the new layout, but because i have no other choice, I will have to ;(
 
Evil Twin? I thought I was the evil twin
 
:-/
replying to comment is good
 
I do have a goatee after all
 
6:24 PM
but they've written it as if they invented anything new, while actually it was a looooong awaited feature
@Pyrodante hahaha
 
6:47 PM
what have they done???? google have a great abaility to take something that was good enough to improve then completely change it
 
7:15 PM
the site is now more dedicated to customers, not developers
so I guess 90% will be happy with the new shiny update
 
Are we talking about the new IDE?
 
about the new android.com design
what are you talking about?
 
2 hours ago, by kcoppock
I wish I wasn't at work; am I misunderstanding or did Google just make Eclipse unnecessary? http://developer.android.com/tools/index.html
 
Hi all
 
this sounds more like the ADT, not a new IDE
 
7:28 PM
I have no idea how to get to the developers console now :(
 
developers -> distribute -> publish -> console
 
if you click on the developer console, it tells you ABOUT the console. It doesn't take you to it -.-
 
it is under "Get started"
a bit off the link...
 
7:50 PM
Hi there :)
I'm bored.
 
1 message moved to bin
I'm nom noming them.
 
nil
Seems very iffy when someone forks ~260 repos on github in the span of a couple hours
 
Google gets the non-intuitive award
 
you should learn to keep the mouth closed while noming
 
8:04 PM
This on nom nom guy makes me hungry.
 
damn I can't program while watching a football game
 
I can't program while watching that darn gif
It is pretty much distraction in its purist form
 
nil
I can't program while the browser is open which is mostly because the browser takes user input unless I go back into the code editor so really I can't code in the browser is the issue.
 
yeah thats true
 
0
Q: Android MediaPlayer returning wrong duration with getDuration() method

JMRboostiesThe MediaPlayer's getDuration() method is giving me an incorrect value for some audio files. I think the common trait for all these files is that they were manipulated using Audacity or some other audio editing tool. This is a problem when trying to tie MediaPlayer progress to a Progress Bar. I ...

 
8:12 PM
Dual monitors man... dual monitors
 
nil
I'm going to be using triple monitors soon.
 
8:37 PM
I have that at home
 
nil
I never could get into playing a spreadsheet.
 
You can play Excel?
Cool!
 
nil
EVE is basically Excel plus 3D
 
9:07 PM
I should play more...
no wait, I already play too much but still not enough... anyone know what I mean?
 
9:28 PM
@Pyrodante Nick Butcher reacted on my comment about the console: plus.google.com/u/0/118292708268361843293/posts/QBsjeCLCPCv
 
9:42 PM
did someone knew this extension? chrome.google.com/webstore/detail/… if so: Why me you no tell?
 
10:04 PM
hahahahahahaha, an overflow menu on Android Developers XD
@WarrenFaith only link I've found so far :P developer.android.com/distribute/googleplay/publish/…
 
nil
Well, Github is now investigating the user I reported
That's handy.
 
did you just randomly come across a 260-forks-and-counting githubber?
 
11:10 PM
@WarrenFait I see that, the fact that that was not baked in from the start kinda shows that the development site isn't really FOR the developers -.-
its to ATTRACT developers me thinks
 
11:42 PM
Hi everyone
 

« first day (614 days earlier)      last day (332 days later) »