Viewing profile — olmo
olmo
HN member- Joined
- Wed, Mar 11, 2009, 11:35 AM UTC
- HN karma
- 39
- Public activity
- 28 items
- HN profile
- View on Hacker News ↗
About olmo
No profile information was provided.
Recent public activity
-
comment
Comment #20922495
Glad to see someone pints this out. That’s the main reason I use React + Typescrip. JSX is an extension of javascript and can be fully checked while any template language is a cust…
-
comment
Comment #20876073
If you're using a dynamic language, an ORM doesn't provide much. But in C# LINQ has the benefit of being strongly typed, this means your DB schema can be evolved. If you write raw …
-
comment
Comment #15322540
Why LINQ is systematically ignored outside of Microsoftland? It's actually a type-safe expressive and secure AutomaticQueryGenerator
-
comment
Comment #15322480
Like LINQ
-
comment
Comment #15322432
Most enterprise web apps use bootstrap, that is quite Standart. But they do it on top of react/angular/grunt/we pack and a zillion npm packages to choose and keep updated. Nothing …
-
comment
Comment #14781079
There is a solution for this problem: I use a monolith that make 100% of my sql queries using LINQ (including massive updates and so). Since Linq is strongly typed you can rename/r…
-
comment
Comment #13663820
It's funny how async/await has influenced so many other languages but LINQ, that in my opinion is much more interesting (specially the DB stuff) for solving down to earth problems …
-
comment
Comment #12545672
It's true, but 95% of the cases you get much better results by using the right data structures (dictionaries) instead of transforming queries to loops. Still is a very cool thing, …
-
comment
Comment #12154529
ReactComponent are also very OO, just the render function is functional
-
comment
Comment #12116911
D3 is more declarative than jQuery, but not so much as React. selection.enter().append("div").attr("class", "bar") .style("height", function(d){ return d + "px"; }) .style(“margin-…
-
comment
Comment #12115544
Of course it is! to start with, it looks like SVG, but also you only have to provide the state that you want and React adds and removes what is necessary, while in D3 you need to u…
-
comment
Comment #12115487
+1 I couldn't express it better.
-
comment
Comment #11300905
Sorry moron4hire but you are underestimating TS types system. You can write quite crazy expressions abusing Boolean operators and he successfully keeps the static type. You can als…
-
comment
Comment #8400497
We're re-launching Signum Framework. Is an Open Source (LGPL) framework for writing applications using a modular design, and taking advantage of the latest technologies from Micros…
- story
-
comment
Comment #7759976
Nice work! GitHub should overrate the languages of the cool boys, but underrate expressive languages because less LOC. stack overflow on the other side should overrate day to day w…
-
comment
Comment #7734101
Fortunately rewrite in typescript is mainly rename the files, simplify class declarations and add some type annotations as you go
-
comment
Comment #7543551
The reason is that C# is a better language than Java, so there is less pain and less reasons to move away to a newer language.
-
comment
Comment #7496753
I think Typescript is a f king great answer. Provided that web developers are too conservative to try radical changes (ActionScript? Silverlight? Dart?) platforms don't care to sup…
-
comment
Comment #7010409
Some problems with the Go implementation: Looks like go does not have something similar to extension methods, so a result() call should be put at the end to unwrap the collection. …
-
comment
Comment #6539104
FAT -> GIT SQL -> Datomic?
-
comment
Comment #6466097
Actually Canary Islands is also in the wrong time zone. Spain should be in 0 (and France, Moroco, Argelia, etc...) just as UK. Portucal could chose, since it just in the middle, cu…
-
comment
Comment #6466057
We have plenty of engineers in spain (me being one). http://capitalsocialenespanol.files.wordpress.com/2012/07/st... http://capitalsocialenespanol.files.wordpress.com/2012/07/gr...…
-
comment
Comment #6465892
I don't think that changing the time zone is going to make any productivity or 'family time' change. We work a lot of hours because there are more employees than companies. Market …
-
comment
Comment #6465832
I'm Spanish and I've software company. Here is my schedule: 9-14 morning work 14-15 lunch 15-18 evening work 18-20 (aprox) partners-only work Dunno in construction or other sectors…