Viewing profile — danellis
danellis
HN member- Joined
- Wed, May 04, 2011, 2:58 AM UTC
- HN karma
- 2,177
- Public activity
- 1,095 items
- HN profile
- View on Hacker News ↗
About danellis
No profile information was provided.
Recent public activity
-
comment
Comment #32960492
Google, Meta and Amazon are still repeatedly reaching out.
-
comment
Comment #32960481
Front end: TypeScript, Angular, Apollo, Material Back end: Scala, ZIO, zio-http, Pulsar, Keycloak, Postgres Hosting: Kubernetes on Digital Ocean, GitLab Pages Tools: Hugo, Twilio, …
-
comment
Comment #32929178
It's odd to read about hiring freezes when they're both still actively recruiting.
-
comment
Comment #32929166
Presumably also Nest and Fi.
-
comment
Comment #32916700
I'm currently working on a project that uses both Typescript and Scala. The overlap in concepts is rather useful when switching contexts.
-
comment
Comment #32909715
> it helps that you don't fall into the trap of "one IDE for all programming languages" I don't see this as a trap at all. I use IntelliJ for practically everything, and switching …
-
comment
Comment #32805559
There's no magic. It works the same way any other domain does.
-
comment
Comment #32794922
RISC OS Programmer's Reference Manual. It's very well laid out, clearly written and consistent. In fact, I even bought myself a copy all these years later to peruse for nostalgia.
-
comment
Comment #32603464
Interesting. Is there no distance limit? I don't know how 5G works, but in 2G there was a limit of about 30km, since that's as much as the timing advance would allow for (sending t…
-
comment
Comment #32200181
> It only works in languages where promises/futures/tasks are a first-class citizen. Eg JavaScript. Why would that be true?
-
comment
Comment #32030827
Maybe I'm missing something, but what's the point of posting this here? Anyone will already know it's back up before they see this post.
-
comment
Comment #31981737
I don't think I've actually seen anyone refer to it as Lisplang.
-
comment
Comment #31981723
This is true of everything that is named after something, and it wasn't really something people worried about until Go, which is interesting in itself.
-
comment
Comment #31936518
I'm not talking about domain names. I'm talking about people referring to the language itself as, for example, Rustlang.
-
comment
Comment #31935670
What's with people tacking "Lang" on to the end of language names? I can kind of understand it with Go, since Google didn't exactly come up with a very searchable name, but now I'm…
-
comment
Comment #31771216
Which language do you want to use? You already have a choice.
-
comment
Comment #31426339
What would be the correct amount of production?
-
comment
Comment #30522593
Separation of concerns. The person writing the HTML should get to decide where the data is rendered in the page, not the person generating the data. What you've done (as far as I c…
-
comment
Comment #30481054
I was surprised by the assumption of ANSI and no mention of $TERM.
-
comment
Comment #29159733
Curious syntax. Why does it require sigils? Why does assignment need both `let` and `:=`?
-
comment
Comment #28926489
It seemed like a reasonable idea until I saw the syntax. Object.keys(envars) .map(envar => `${envar}=${envars[envar]}`) .join(' ') |> `$ ${%}` |> chalk.dim(%, 'node', args.join(' '…
-
comment
Comment #28922234
Oh, I don't know, maybe because those two things have nothing to do with each other.
-
comment
Comment #28922154
What about it is garbage?
-
comment
Comment #28922054
The dictation looks really good. The main reason I don't use it currently, even though it would be the most natural way to enter text, is that I want my text to have punctuation wi…
-
comment
Comment #28855716
He's like Doc Brown. "The way I see it, if you're gonna make a payload out of a car, why not do it with some style?"