Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
leftnode
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
211.
▲
by
leftnode
14y ago
Like the article said, you can't use it with function calls because empty() itself is a construct of the language and not a function. So, empty(someFunc()) is an error. You'd have to put the return value of someFunc() in a variable and test
212.
▲
by
leftnode
14y ago
Better than parameter skipping would be named parameters so you could just do: function foo($a, $b="10", $c="5", $d="3") { /* .. */ } foo(5, $c="10"); That way $a == 5, $b == "10", $c == "10", and $d == "3". Much better and cl
213.
▲
by
leftnode
14y ago
The two biggest issues for me have to deal with communicating with groups of people. First, I hate being involved with an email conversation between several people that lasts for days and you end up with a 100 email long chain. It's difficu
214.
▲
by
leftnode
14y ago
Maybe they're building their own data center? Or really trying to expand into the enterprise market by going up head to head with Atlassian (expanding their issues and Wiki tools to complete separate packages). All speculation, of course.
215.
▲
by
leftnode
14y ago
https://github.com/blog/1189-investing-in-github Straight from them. Congratulations on building such a great business.
216.
▲
Effective Developer Tactics
(leftnode.com)
1 points
by
leftnode
14y ago
|
0 comments
217.
▲
by
leftnode
14y ago
How so?
218.
▲
by
leftnode
14y ago
It's standard practice to encrypt your emails when sending potential security notifications to the party that you're notifying. Not only does it keep out prying eyes, it ensures the person sending the email is who they say they are.
219.
▲
by
leftnode
14y ago
This type of redesign is not needed. Full redesigns are rarely needed. In my opinion, they should have spent several months changing small pieces of their site and testing how well people respond to the changes.
220.
▲
by
leftnode
14y ago
Or, to satisfy both crowds, the title could have had " ... 10,000 m^2 (107,000 ft^2) ... ".
221.
▲
by
leftnode
14y ago
The paragraph When Mayer suspects an employee might burn out, she asks them to find their rhythm. They've come back with, "I need to be home for Tuesday night dinners," or "I need to be on time for my daughter's soccer games." really both
222.
▲
Faster Symfony2 Tests
(leftnode.com)
2 points
by
leftnode
14y ago
|
0 comments
223.
▲
by
leftnode
14y ago
It looks like CodeAcademy.com redirects to CodeCademy.com.
224.
▲
by
leftnode
14y ago
I imagine a lot of young children bonded with their fathers over this show. My father and I have been listening for 20+ years. Car Talk will be greatly missed.
225.
▲
by
leftnode
14y ago
I imagine things like this is a result of the account management part of LinkedIn being built years ago when we thought plain-jane sha1 was ok to use, and then they just never got around to using bcrypt. Ironically, the algorithm to upgrade
226.
▲
by
leftnode
14y ago
The salt may have been stored in a separate database table and not distributed with this list (if they were salted, which apparently they aren't).
227.
▲
by
leftnode
14y ago
I used to work for Quickoffice and it's an incredible group of people. Very well deserved. Congratulations to everyone there!
228.
▲
by
leftnode
14y ago
I'll reserve judgement until the case is concluded, but something I see repeated with this is that they are a very diverse firm. That's great and progressive. It still doesn't mean something like this couldn't happen.
229.
▲
by
leftnode
14y ago
The man just happened to be named Tony Stark.
230.
▲
We Rewrote Our Entire Application in PHP Before Launch
(leftnode.com)
9 points
by
leftnode
14y ago
|
1 comments
231.
▲
by
leftnode
14y ago
I'm working on getting an actual privacy policy on the site right now. That's a good question, I'll have to think about it.
232.
▲
Show HN: Launched our first product - Accthub.com
(accthub.com)
9 points
by
leftnode
14y ago
|
5 comments
233.
▲
by
leftnode
14y ago
Hah, no, it isn't. I reset mine as well and it was "moron." followed by some random characters.
234.
▲
by
leftnode
14y ago
This sites design is....not good. The font is hard to read at that size, the icons are blurry, the quotes at the bottom look like endorsements on first view. Needs some more time in the oven I think.
235.
▲
by
leftnode
14y ago
I stopped playing it solely because I wholly disagree with Zynga the company and how they operate.
236.
▲
by
leftnode
14y ago
Exactly. I love GitHub, but they are a bit pricey. If I can get a professional tool for $10 (I have between 1-5 developers) rather than $25 a month, I'm there.
237.
▲
by
leftnode
14y ago
I think you have to assume worst case: if they have access to your database, they have access to your web root. It might not be the case, but you should assume that.
238.
▲
by
leftnode
14y ago
I just switched from MySQL to Postgres for everything (as a result of seeing how powerful and stable it is at my full time job) and it is simply amazing. Easily one of the most impressive pieces of software built.
239.
▲
by
leftnode
14y ago
You could probably easily buy a computer with Linux on it today from Ebay for around $100. Installing Linux means you have a wealth of ways to instantly write code (gcc, g++, ruby, python, php, perl, and a browser where you can write Javasc
240.
▲
by
leftnode
14y ago
PHP will be at the top of this poll and the other poll of favorite languages.
More ›