HN user

user1241320

149 karma
Posts21
Comments47
View on HN
www.atptour.com 3y ago

Wu and Zhang Make Chinese History, Qualify for US Open

user1241320
2pts0
www.repubblica.it 4y ago

Grasshoppers Invade Sardinia

user1241320
1pts0
www.newyorker.com 5y ago

The Ethics of a Deepfake Anthony Bourdain Voice

user1241320
2pts0
www.atptour.com 5y ago

Z. Zhizhen became the first Chinese man to qualify at Wimbledon since 1959

user1241320
3pts0
www.bbc.com 5y ago

Big Chinese rocket segment set to fall to Earth

user1241320
1pts0
algorithmwatch.org 5y ago

Dutch city uses algorithm to assess home value, but has no idea how it works

user1241320
6pts0
www.ecb.europa.eu 5y ago

Digital Euro [pdf]

user1241320
4pts0
corporate.zalando.com 8y ago

Zalando Announces the Opening of Its New Technology Hub in Lisbon

user1241320
2pts0
github.com 9y ago

(Scala) Allow Typeclasses to Declare Themselves Coherent

user1241320
1pts0
www.lightbend.com 10y ago

The Scala Center

user1241320
2pts0
news.ycombinator.com 10y ago

Ask HN: Could SV do anything about migrants in Lesbos/Lampedusa/Dunkirk?

user1241320
1pts0
github.com 10y ago

Paths-js 0.4.0-beta is out. Moved from CoffeeScript to ES2015

user1241320
3pts0
www.solcer.org 11y ago

UK’s first smart carbon positive energy house

user1241320
1pts0
backbonejs.org 11y ago

Backbone.js 1.2.0

user1241320
13pts2
news.ycombinator.com 11y ago

Ask HN: I have to analyze 100M lines of Java – where do I start?

user1241320
87pts122
news.ycombinator.com 12y ago

Ask HN: Anybody using Disco MapReduce?

user1241320
1pts0
news.ycombinator.com 12y ago

Ask HN: Are you using MailChimp with Salesforce? How's that going?

user1241320
1pts1
news.ycombinator.com 13y ago

Ask HN: What QR Reader app do you use?

user1241320
1pts0
www.code4milano.org 13y ago

Code4milano: the smart city hackathon

user1241320
2pts0
news.ycombinator.com 13y ago

Ask HN: When people say "we use Scala for our API" what do they mean?

user1241320
6pts7
news.ycombinator.com 13y ago

Ask HN: moving from java-based CMS to ruby-based ones

user1241320
1pts0

Inspired by the Dobble card game, a friend and I built an iOS version where the symbols are emojis! You can customize the difficulty with options like “only green emojis” or other themed sets.

We don’t want to put ads in the game, but we’re exploring ways to add non-free features to make a little money from it. Has anyone done something similar? Any insights or past experiences with monetizing a casual mobile game would be really helpful!

One note from having worked with both that I don’t see mentioned: Golang dependencies are sources you basically pull and compile with your own code. In JVM-land dependencies are precompliled packages (jars). This adds one little step.

Scala needs a new "official stack"

Maybe so... but so do Python or Javascript. It seems to me some other languages have only one stack (rust: cargo, rustfmt...; the .net world as well). Does it make them better? (honest question). Then again, what's Java official stack?

I'd pick sbt over mvn no doubt. Haven't played with either fury or mill, so can't comment on those (even gradle... I never really used it). But coming from years of Java/Maven I think sbt is way better. Things start complicating a bit if you have lots of plugins or macros probably.

Opposite for me. After years of Scala (which I like) I recently tried to port a few things to Scala 3 and it really feels like some of the wtf-implicit part is gone. We'll still need to make a complete idea about this version 3 though.

sbt is not perfect but new build tools are coming up lately for Scala (check out lihaoyi/mill and propensive/fury to name) plus people are working with bazel (but i guess that's more for monorepos/very big codebases. my experience (7 years and counting) with sbt is that it's very very good until you need to roll out your own tasks/plugins.

If I was Lightbend (whose work I use/enjoy/thank for) I think I would put Scala.js inside the Play Framework (as opposed to say Coffeescript)

I, sort of, know the limitations WebAssembly has right now when it comes to JS interop (such as only being able to use functions with numbers as parameters!) but my guess is this is temporary. It'd be curious to see experiments doing something Scala Native -> Emscripten -> JS-land.

Regardless, thanks so much for the work you're doing with Scala.ks (Scala is still my main language and I'm working on removing JS from my toolbox soon).

https://youtu.be/HktWin_LPf4?t=22m31s

My two cents: to me WebAssembly seems like something Scala Native might address, more than Scala.js. Or even better, both project can sort of blend for this purpose as on one hand (SN) addresses LLVM compilation and the other (SJS) is perfect JS interop (not so sure how WebAssembly does that).

Ng-book 2 is out 11 years ago

Great. As far as I know there's no atscript anymore. So that's clear. But again browsing around https://angular.io/ one would read TS all over the place and, surprisingly, es6 is barely ever mentioned.

edit

I'm not dismissing TypeScript (in fact I love types being also a Scala dev)... I was just surprised Angular2 skips es6 altogether. That's it.

Ng-book 2 is out 11 years ago

It isn't clear to me if with Angular2 you're "forced" to use Typescript. All the examples I see use it. Haven't found a full thing using es5 or es6.

Any human line-by-line/application-by-application analysis is (for this particular discussion) out of the scope.

The size of the thing and the way we thought we were going to work is quite different.

For instance, suppose we produce AST for all the routines/pieces of logic/you_name_it we wanted to then find similar patterns or clusters that would give us hint to then work on a "pareto-like" way.

As already stated it's not ONE project, it's an old (but still running), poorly-documented codebase produce in decades around this big firm we work for.