Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
kmiroslav
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
Genericity with functions
(beust.com)
1 points
by
kmiroslav
10y ago
|
0 comments
2.
▲
by
kmiroslav
10y ago
Does any Go editor support that?
3.
▲
by
kmiroslav
10y ago
> Nothing about the language or its tooling prevents you from building such an IDE or a plugin to one of the existing IDEs. And there is absolutely nothing in Java that makes IntelliJ so awesome. These things are totally orthogonal. No,
4.
▲
by
kmiroslav
10y ago
Everything is perfectly usable without an IDE, you are just more productive with one than without one. Regardless of the language. In this particular case, the IDE could automatically remove the imports when you remove the corresponding sym
5.
▲
by
kmiroslav
10y ago
It's a simple reflection of the fact that the Go creators have never used a modern IDE. Anyone using a modern IDE pretty much never even thinks about imports, which are (and should be) automatically managed by the tool, not by the prog
6.
▲
by
kmiroslav
10y ago
This is like saying that if somebody leaves their door unlocked, it's their fault if they get robbed and the robber shouldn't be held responsible.
7.
▲
by
kmiroslav
10y ago
It's R&D expense. Nothing new here. It only takes one of these moon shots to be successful to bring in extraordinary revenues, and Google has always been crystal clear that following such path was in their DNA.
8.
▲
by
kmiroslav
10y ago
Hard to imagine that R is more popular than Javascript.
9.
▲
by
kmiroslav
10y ago
But the information is not sent to the server, it's simply pasted in the text field.
10.
▲
by
kmiroslav
10y ago
I don't quite follow. The author says that by entering the URL " http://avlidienbrunn.se/@twitter.com/@hehe.php" , the extension is fooled into autofilling as if the browser was on twitter.com. What's
11.
▲
by
kmiroslav
10y ago
There are still a lot of Javascript developers around :-)
12.
▲
by
kmiroslav
10y ago
Pretty sure that pendulum is never swinging back in the dynamically type side. The simple truth is that today, statically typed languages have all the advantages that once used to be the exclusivity of dynamically typed languages, while the
13.
▲
by
kmiroslav
10y ago
Because if you like a language and that language is popular, you're more likely to find a job using that language, which in turn will make you happier.
14.
▲
by
kmiroslav
10y ago
> Dart is awesome. Just because currently the community is still small doesn't mean much. Well, it does mean something. Go is evidence that languages can gain momentum very fast so the fact that Dart still hasn't should be a bi
15.
▲
by
kmiroslav
10y ago
Jonathan Schwartz?
16.
▲
by
kmiroslav
10y ago
Doesn't that make the parameter anonymous, though? Can you println that _ and see the value of the current element?
17.
▲
by
kmiroslav
10y ago
Groovy and Kotlin use the implicit "it" parameter for lambdas that take just one parameter, which is very convenient: listOf(1, 2, 3, 4).filter { it % 2 == 0 }
18.
▲
by
kmiroslav
10y ago
That's pretty amazing. You know, it wouldn't surprise me in the least if you're the only developer who ever created a language and whose day job is not writing code. Hat's off to you, seriously impressive.
19.
▲
by
kmiroslav
10y ago
The DMCA complaint from the NRA looks legitimate, it's the decision from DigitalOcean to shut down the entire Surge network instead of just taking down the offending content that seems disproportionate.
20.
▲
by
kmiroslav
10y ago
It's easy to do this when you don't need to interact with the outside world and you don't even care about memory protection.
21.
▲
by
kmiroslav
10y ago
I'm having a hard time imagining how a Python tool could be a solution to a performance problem at the Google scale.
22.
▲
by
kmiroslav
10y ago
It's still not the same as perforce's mappings. Even with shallow repos, git will force you to download the entire world each time you pull or fetch.
23.
▲
by
kmiroslav
10y ago
> Why are programs even structured as sequential lines? Same reasons books are structured as sequential lines: easier to read for humans. And the reason why source code is still heavily text based and why introducing more WYSIWIG to it
24.
▲
by
kmiroslav
10y ago
You're right, I misused the term. Statistically, I'm sure the votes were counted accurately and that margin of error is extremely small and would not invalidate that vote. I was referring to the fact that when a result is so close
25.
▲
by
kmiroslav
10y ago
Technically, sure. Practically... it's a 52%/48% vote. Hardly a mandate. Some people say a revote might yield an opposite result, which means the current outcome is probably under the margin of error. It wouldn't exactly be a
26.
▲
by
kmiroslav
10y ago
Interesting, I didn't know about `delete`. Come to think of it, the trick to make something private in order to "remove" it is one of these very few areas where C++ makes you pay for something you don't use, so I'm
27.
▲
by
kmiroslav
10y ago
Too soon to tell. Sure, a few countries will try to follow suit and try to leave the EU but imagine a future when, in a couple of years, Britain's economy has dropped below #10, unemployment is at an all time low, the deficit has ballo
28.
▲
by
kmiroslav
10y ago
"Huge code base" is a pretty vague metric. Huge in what, lines of code? Binary size? I'd argue that neither of these are really a good measure, I'm more interested in the concepts that a source file captures than its siz
29.
▲
by
kmiroslav
10y ago
I was talking about programming languages. Obviously, message passing is alive and well for network protocols.
30.
▲
by
kmiroslav
10y ago
Nothing wrong with looking at nature and trying to get inspiration from it (e.g. neural nets) but ever since we realized that flight was easier to implement with chemical combustion than by flapping wings, we know that just because somethin
More ›