Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
grogs
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
grogs
5y ago
Scala 3 somewhat simplies implicits by the way. Especially w.r.t to extension methods, which are now a first class construct in the language: https://docs.scala-lang.org/scala3/reference/contextual/exte...
2.
▲
by
grogs
8y ago
Kotlin is a better Java, or simpler Scala. Simpler can be better for plenty of teams, especially for those coming from Java. But I'll not be switching any time soon.
3.
▲
by
grogs
9y ago
Sounds like PJAX.
4.
▲
by
grogs
9y ago
https://github.com/vmunier/play-with-scalajs-example
5.
▲
by
grogs
10y ago
Sidenote: Mindfulness (AKA vipassana or insight) meditation can give you that gap between feeling something, an emotion in this case, and responding to it. It's potentially useful for a lot of usecases - the NHS have been offering mind
6.
▲
by
grogs
10y ago
Can I use this to run Scala Native apps in the browser? Making Scala.js redundant. :P
7.
▲
by
grogs
10y ago
Also deis and flynn. http://deis.io/ https://flynn.io/ There's quite a few options in this area. I've recently started using dokku for personal projects. My current plan is to migrate to deis in
8.
▲
by
grogs
10y ago
Which is what Dotty is attempting to do, but hopefully with minimal codebase breakage. There's a tradeoff between breakage and improvement, but I'd like not to wait 10 years before I can use dotty (like python 2 to python 3). We c
9.
▲
by
grogs
10y ago
I think Scala is doing a decent job at bringing these concepts together. Scala ticks all the OOP points you made - even more than Java does (Java has special primitives for int/booleans etc, in Scala that's more hidden, really eve
10.
▲
by
grogs
10y ago
Yep, or drop the dependency. E.g. For joda specifically, you should probably move to Java 8 date API, which is more likely to be ported. Bare in mind that scalajs has the same issue and a lot of work has already been done!
11.
▲
by
grogs
10y ago
When did you try it out? What didn't you like? I ported a site written in vanilla Javascript. I decided to faithfully port it without any changes before introducing scala specific libraries. That was pretty painful. A bunch of manual c
12.
▲
by
grogs
10y ago
I believe that works against jvm bytecode, which you don't get for scalajs. Instead the compiler has a JS specific intermediate representation which the optimizations occur on.
13.
▲
by
grogs
10y ago
Your correct that it probably doesn't use scala.reflect, but it still uses reflection. Jackson works using reflection. Play JSON therefore at least depends on reflection transatively.
14.
▲
by
grogs
11y ago
The comments on MongoDB JIRA ticket pretty much sum it up. A hard arbitrary limit sucks. They say the real limit would be RAM, maybe they should change to that. If there's a threshold which will impact performance, then just warn..
15.
▲
Someone copied our site (again) but it's OK
(domcomp.com)
10 points
by
grogs
12y ago
|
2 comments
16.
▲
by
grogs
12y ago
1&1 are just as bad as GoDaddy, in that they advertise $1.99 domains... Where you have to buy for 2 years and the second year price is much higher. I take your point though, I should add them anyway, even if they're not the cheapes
17.
▲
by
grogs
12y ago
It's automated. With around 500 TLDs and 7 providers, manually maintaining it would be a nightmare.
18.
▲
by
grogs
12y ago
If you've ever bought a domain then you'll know that there are a number of providers, each with their own prices and pricing structures. I was surprised to find there isn't a price comparison website for domains, so I built o
19.
▲
Show HN: Domcomp, a price comparison site for domain registrars
(domcomp.com)
4 points
by
grogs
12y ago
|
7 comments
20.
▲
by
grogs
12y ago
IntelliJ (by JetBrains, the company behind Resharper) has similar functionality, for all the VCSs it supports. Very nice feature!
21.
▲
by
grogs
12y ago
Odd, I'm doing that daily at work without any issue. (tmux 1.8.x, putty, screen-256colors I believe)
22.
▲
by
grogs
12y ago
Takipi may be of interest. It's only for JVM languages though - I'm not sure if equivalents exist for other languages. Otherwise, look at building (or find existing) tooling on top of Log stash.
23.
▲
by
grogs
13y ago
Try gradle. It's written in groovy, but surprisingly nice to use with Scala & Java.
24.
▲
by
grogs
13y ago
IBM WebSphere MQ
25.
▲
by
grogs
13y ago
Women often consume different erotica, which is less video/hardcore based. Romance/erotic romance novels seems to be a growing market. I do think more women avoid porn/erotica due to this 'disgust' towards porn in s
26.
▲
by
grogs
13y ago
Install Batarang for debugging scope issues. Don't be afraid of looking at the source, it's a great way to learn. Write some directives and then look at the ones provided by angular - and realise they're not cryptic.
27.
▲
by
grogs
14y ago
Limit the total local storage space at a browser level. E.g. 1GB. Just like you might limit the total size of temporary internet files/cache. Beyond that, just provide a good (simple) UI for deleting stuff. Which could suggest candidates fo
28.
▲
by
grogs
14y ago
It was only announced this month that spotify would add Metallica's back catalogue. They hardly have a complete library of music.
29.
▲
by
grogs
14y ago
Planet Scala: http://www.planetscala.com/
30.
▲
by
grogs
14y ago
And copying characters as they appear on your monitor probably isn't a great idea. You want to see the flow, fonts generally are not cursive, and the letter aren't really how you'd want to write them (less loops and too many serifs). The 'a
More ›