Open Side Menu Go to the Top

03-25-2015 , 04:31 PM
you need to write a blog post with a provocative title to get upvotes

maybe try to sneak something about feminism in
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD **
$25m Guaranteed WPM on CoinPoker
Join the action now
Daily Rewards • Splash Pots • CoinRaces
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD **
03-25-2015 , 04:46 PM
I just purchased a 5 figure subscription to one of daveT's most hated softwares (SFDC) and not gonna lie I'm pretty pumped about it. Desk.com also looks pretty awesome, excited to get our team using it.
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
03-25-2015 , 05:27 PM
Quote:
Originally Posted by Grue
The time of brandnewframework.js being on the HN front page is pretty long gone really, no matter what it is.
Yeah that's why I tried to give it a catchy title. I guess they didn't like that.
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
03-25-2015 , 05:29 PM
Quote:
Originally Posted by e i pi
you need to write a blog post with a provocative title to get upvotes

maybe try to sneak something about feminism in
I started trying to write a blog post, but I haven't really been given 100% clearance from my company to do this (my boss said yes once, but he says a lot of things, and I've seen my company make way-too-many ham-fisted decisions).

So the blog had to be really vague, which just wasn't working. I may go ask for official permission and try to use them to get it promoted at some point.
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
03-25-2015 , 06:07 PM
Quote:
Originally Posted by Larry Legend
I just purchased a 5 figure subscription to one of daveT's most hated softwares (SFDC) and not gonna lie I'm pretty pumped about it. Desk.com also looks pretty awesome, excited to get our team using it.
There's a lot to hate about salesforce, but there's a lot to love too. It's not really newbie friendly in my experience, but it's extremely powerful.
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
03-25-2015 , 08:07 PM
BOOM BITCHES

Quote:
I'm incredibly excited to announce the official launch of the Viking Code School as a full-time online software engineering program which starts June 29th. This is a major step forward in our mission to provide life-changing education as widely as possible.

This is a program like none other -- a rigorous 14-week journey through the full web development stack with a cohort of your fellow students and over 1000 hours of instructor support, delivered entirely online. Even more exciting, eligible students do not have to pay tuition until they get a job***. We think it's about time that your education actually invested in you instead of the other way around.

This is the direct result of the work we've done with small groups of students during our beta period since last fall and it represents both the official launch of the Viking Code School and, we hope, the beginning of a new chapter for the accountability of distance education.
from the guys who brought you the odin project

Last edited by Anais; 03-25-2015 at 08:17 PM.
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
03-25-2015 , 09:02 PM
Quote:
Originally Posted by blackize5
There's a lot to hate about salesforce, but there's a lot to love too. It's not really newbie friendly in my experience, but it's extremely powerful.
We're expert level and have a good network for it as well, so I'm super pumped.
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
03-25-2015 , 09:26 PM
Anais, I saw that earlier and thought it looked like a direct ripoff of app academy from curriculum to business model and even the payment amount. I didn't know it was from the Odin project guys (former app academy students).
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
03-25-2015 , 09:40 PM
So I had an algorithm on my exam like:

Code:
for (int i = 1; i < n; i *= 3)
{
     j = 10;
     while (--j > 0) cout << "*";
}
what is the O notation for this function? I put O(n) after thinking way too much about it.

is that a log n algorithm? shoot me if it is. i got the obvious trick part about it, the while loop. should have studied that **** more.
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
03-25-2015 , 09:43 PM
god damnit it totally is a log n algorithm. as n->infinity it doesn't increase linearly.. right?
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
03-25-2015 , 09:58 PM
Hi guys, looking for some advice, the TLDR is:

The project lead on my team is "stealing" credit, and I'm not sure what to do.

So I was hired a while back as a web dev for a small company. The company itself develops software, but not web related. The company hired me full time and contracted some people (including the project lead) to make an app.

I have evidence that one of the contractors does just about all the work for himself and the project lead, but just puts the lead's name/email in git. It's easy to tell based on coding patterns/language use. This has gone on for quite some time, but I haven't done anything for a few reasons:

1. The project lead talks the talk, and the people at my company has no idea.

2. Selfishly, I just wanted to focus on learning (still new to web dev) and not rock the boat.

3. The other contractor is from some developing country whose getting paid (I hope) pretty well. He definitely knows what's going on, unless he's been using git for 10 yrs and doesn't record his own name/email.

4. As a team, we're actually doing okay and putting out something reasonable.

Part of me thinks we can just carry the guy, but I just feel gross all the time. Thoughts?
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
03-25-2015 , 10:08 PM
Quote:
Originally Posted by jmakin
god damnit it totally is a log n algorithm. as n->infinity it doesn't increase linearly.. right?
I gave and deleted a wrong answer because I misread the outer loop as incrementing by 3 each time, not multiplying by 3 so if you happened to read that, my bad. So anyway the inner loop is just a constant multiplier which doesn't matter for big O. You go through the outer loop once for n <= 3, twice for 3 < n <= 9, 3x for 9 < n <= 27. So yeah, log(n).

Last edited by JSLigon; 03-25-2015 at 10:19 PM.
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
03-25-2015 , 10:42 PM
O(10*cuberoot(n)) imo

Warning:
Spoiler:
I never took an algorithms class.

Also I might be stupid.

edit: confirmed stupid I think it might be log base 3

back to fixing css dropdown menus for me
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
03-25-2015 , 10:42 PM
Quote:
Originally Posted by suzzer99
"nodules:node::JSPs:Servlets "

I figured it might get some attention at least. I don't really know the hacker news community that well though.

6 upvotes. I'm rocketing up the charts!
Some research beforehand would help.

JAVA is the bottoms. The JVM is all good though.
.Net is held in very high regard (note the current front-page article on VS + Node)
Feminism is the hot topic.
HN has a hyper-zealous voting-ring detector, so you have to be careful when you ask people here to upvote you.
They also don't like "click-bait" and eschew titles that don't exactly match the title of your document.

I would suggest this:
NodeJS Framework: Not your everyday ROR Bloatware; Woman-First Design for Big Data Lovers
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
03-25-2015 , 10:59 PM
Quote:
Originally Posted by RogerKwok
Part of me thinks we can just carry the guy, but I just feel gross all the time. Thoughts?
Why cause drama if it doesn't even effect your work?
People are weird and you may have people not wanting to work with you if you mention it.

I advise not saying anything until it noticeably puts more work on you.
You could casually ask the other guy that does his work, what he thinks about it.
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
03-25-2015 , 11:16 PM
Quote:
Originally Posted by jmakin
god damnit it totally is a log n algorithm. as n->infinity it doesn't increase linearly.. right?
Yea it's O(log n). I made some stupid mistakes on that exam as well. Putting class name<t> and not returning const T& were some dumb mistakes on my part. I also heard there was a semi colon after a while loop which made the program terminate early. So the output would of been just 1, instead of 1,2,3. Oh well, guess I should take this class more seriously.
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
03-26-2015 , 01:13 AM
Quote:
Originally Posted by daveT
NodeJS Framework: Not your everyday ROR Bloatware; Woman-First Design for Big Data Hackers
FYP but other than that it's perfect.
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
03-26-2015 , 01:15 AM
Roger, unless this situation is affecting you or your development I wouldn't say anything. If there's really that much BS going on it will come out in the wash soon enough.

The trick is you want someone else to be the whistle-blower. Because that person will never be trusted by management again, even if they're 100% in the right.
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
03-26-2015 , 03:48 AM
Since I haven't ranted about OS X in a while...connecting an Android smartphone to it is pretty much a nightmare. Got some prototype running on OS X (localhost webserver) and want to demo it on the cell.
You can use "internet sharing" to turn the Mac Book into a hotspot. Seems like it only works if you have an actual cable connection to share though and you can't share WLAN via WLAN.
This kind of used to work but a recent upgrade just broke my workflow.

Oh yeah and connecting the cell to the Mac Book via USB cable obviously just doesn't work at all out of the box (huge lol). You can dl and install horndis to get USB teathering to work though.

While we're at it Keynote is obviously not backward compatible after pretty short timespans (half a year maybe). Coworker sent me a presentation in keynote, tried to open it (to edit) on the other Macbook we have at the office (mine has no keynote because my coworker set up my macbook and the free keynote is forever linked to her account) and got the old "wrong version of keynote". Can't update keynote because she set up that macbook and I'd need her Apple ID.

It's like working in a straightjacket at times. Pretty damn frustrating if your default assumption is "it's probably not going to work"

/rant

Last edited by clowntable; 03-26-2015 at 03:56 AM.
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
03-26-2015 , 06:14 AM
So, Mac products do not work well out of the box with non-Mac products. Quite a shocker, who would've thunk it?
Snarkiness aside, what did you expect?

The keynote thing is a nice joke, though, I'll give you that.
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
03-26-2015 , 07:32 AM
Quote:
Originally Posted by blackize5
Anais, I saw that earlier and thought it looked like a direct ripoff of app academy from curriculum to business model and even the payment amount. I didn't know it was from the Odin project guys (former app academy students).
I mean yeah, the whole "don't pay (much) until you get a job" isn't even remotely close to being new.

Still, might be fun to try out during summer break, see if I can finish quickly enough before school starts and maybe save a year of going to school.
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
03-26-2015 , 08:04 AM
Quote:
Originally Posted by Anais
I mean yeah, the whole "don't pay (much) until you get a job" isn't even remotely close to being new.
An early example.
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
03-26-2015 , 08:48 AM
lol, nice
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
03-26-2015 , 09:05 AM
Quote:
Originally Posted by jmakin
So I had an algorithm on my exam like:

Code:
for (int i = 1; i < n; i *= 3)
{
     j = 10;
     while (--j > 0) cout << "*";
}
what is the O notation for this function? I put O(n) after thinking way too much about it.

is that a log n algorithm? shoot me if it is. i got the obvious trick part about it, the while loop. should have studied that **** more.
Think it's just

O(log(n))

Inside of the loop can be ignored as it completes in constant time. It's not O(n) as i *= 3 isn't linear.

I might be wrong as I'm not good on this sort of stuff but think that's right.
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
03-26-2015 , 09:42 AM
Quote:
Originally Posted by RogerKwok
Part of me thinks we can just carry the guy, but I just feel gross all the time. Thoughts?
As was said, don't rock the boat.

The only thing that really matters is if it starts to affect you and create more work for you. If stuff is getting done that is all that really matters to most management, they will gladly turn a blind eye and see no evil, and take credit for 100% of it to their superiors
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD **
$25m Guaranteed WPM on CoinPoker
Join the action now
Daily Rewards • Splash Pots • CoinRaces
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD **

      
m