Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
dmiladinov
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
dmiladinov
12y ago
Manager: "Why isn't the project done yet? Why are you still coding?" macromaniac: "Patience, I'm still working on salad..."
2.
▲
by
dmiladinov
12y ago
From the article: > This article is for computer engineers who would like to have a high-level understanding of how the dual parity calculation works, without diving into all of the mathematical details. I believe that is the value propo
3.
▲
by
dmiladinov
12y ago
Oh come now, that's just an extra safety net. Don't take IDEA local history as a replacement to version control, rather a supplement.
4.
▲
by
dmiladinov
12y ago
Without actually saying the words, this post makes a good introduction to the [expression problem][0], trading the ease of adding types for the ease of adding behaviors. [TINSTAAFL][1], but what a functional programming paradigm takes away
5.
▲
by
dmiladinov
13y ago
In order to use variables from the scope that the anonymous function came from, you have to explicitly import them into the anonymous function with the use[1] block: public function getTotal($tax) { $total = 0.00;
6.
▲
by
dmiladinov
13y ago
There's also some vmoptions tweaking you can do to increase performance some more.
7.
▲
by
dmiladinov
13y ago
> "...heating water and converting it to coffee" Spot on! What, oh what, would I ever do without my Keurig machine!!!
8.
▲
by
dmiladinov
13y ago
Also, "as of" reporting is a built-in feature requiring no additional configuration.
9.
▲
by
dmiladinov
13y ago
Add a commit for yesterday (I just picked whatever arbitrary time): git commit -a -m "Insightful Commit Note" --date "2013-09-25 08:24:32" Might also be worth mentioning the [difference between commit date and au
10.
▲
by
dmiladinov
13y ago
The second coming of Java the platform (the JVM), at any rate.
11.
▲
by
dmiladinov
13y ago
Now I'm confused - I thought Benji Smith wrote this?
12.
▲
by
dmiladinov
13y ago
This! A thousand times, this!
13.
▲
by
dmiladinov
13y ago
According to Wikipedia: Exile means to be away from one's home (i.e. city, state or country), while either being explicitly refused permission to return and/or being threatened with imprisonment or death upon return. So he'
14.
▲
by
dmiladinov
13y ago
As long as you can still disable JS via about:config or NoScript, this is hardly worrisome.
15.
▲
by
dmiladinov
13y ago
Oh, I wasn't aware that ClojureCLR was still being maintained. All I knew was the Hickey was no longer maintaining it. Thanks for clarifying!
16.
▲
by
dmiladinov
13y ago
> Inference : ClojureCLR seems to be dead :( For at least a few years now. I remember watching a Hickey talk where I think I recall him saying it was even before 2011, but the exact name escapes me at the moment. However, I was able t
17.
▲
by
dmiladinov
13y ago
Yes, as for the Balkans, some would argue that Croatian, Serbian and Bosnian are all just dialects of the same basic language.
18.
▲
by
dmiladinov
13y ago
> I'd love to see some statistics on what kind of effect a half hour per employee per month does for overall happiness and employee retention. I would too, and here's some anecdata for you: one of my old bosses would conduct
19.
▲
by
dmiladinov
13y ago
All that's left when you're done with the first 90% of development is the other 90%[1]. [1]: http://en.wikipedia.org/wiki/Ninety-ninety_rule
20.
▲
by
dmiladinov
13y ago
Half serious, half tongue-in-cheek, but he's apparently had this idea since at least Iron Man 2: http://www.youtube.com/watch?v=EuG2AVFB-g0
21.
▲
by
dmiladinov
13y ago
You're right, it isn't. This post[1] from JetBrains helped clear the situation up for me. [1]: http://blog.jetbrains.com/blog/2013/05/15/intellij-idea-is-t...
22.
▲
by
dmiladinov
13y ago
Even the community edition[1] supports android development. Just point IntelliJ at your android sdk installation folder, and you're off to the races! [1]: http://www.jetbrains.com/idea/features/android.html
23.
▲
by
dmiladinov
13y ago
Two names come to mind: Irony[1], and Quis custodiet ipsos custodes?[2] [1]: http://en.wikipedia.org/wiki/Irony [2]: http://en.wikipedia.org/wiki/Quis_custodiet_ipsos_custodes%3...
24.
▲
by
dmiladinov
13y ago
Is this any different from how Facebook Credits work(ed)?
25.
▲
by
dmiladinov
13y ago
Between the TSA groping you at the terminal and now the scary possibility of ne'er do wells initiating shenanigans from their smartphones in mid-air, it's enough to make me never want to fly again.
26.
▲
by
dmiladinov
13y ago
When I first moved to Pennsylvania I was completely dumbfounded the first time I came to a stop at a stop sign and the driver behind laid on his horn - I didn't read the "fine print" below the sign: except for right turn [1] [1]: http://w
27.
▲
by
dmiladinov
13y ago
I think it's because you can use botnets to divide up the vast IPv4 search space among the individual bots and crawl it exponentially faster.
28.
▲
by
dmiladinov
13y ago
For similar coverage about finding barely-secured devices that shouldn't have ever even been connected to the Internet, check out the Security Now! podcast, episode 396 - The Telnet-pocalypse: http://www.grc.com/securitynow.htm Transcript
29.
▲
by
dmiladinov
13y ago
PHPStorm is like the perfect gateway drug. I first became familiar with JetBrains products through PHPStorm, but have since upgraded to IntelliJ IDEA. IntelliJ IDEA is the perfect polyglot IDE, with support for the following either in-built
30.
▲
Google Developers' Performance Checklist For The Mobile Web [pdf]
(mainroach.appspot.com)
2 points
by
dmiladinov
13y ago
|
0 comments
More ›