Viewing profile — ldeangelis
ldeangelis
HN member- Joined
- Tue, Feb 04, 2020, 9:07 AM UTC
- HN karma
- 83
- Public activity
- 47 items
- HN profile
- View on Hacker News ↗
About ldeangelis
No profile information was provided.
Recent public activity
-
comment
Comment #24824476
Some anecdotal data: I sometimes sleep with a white noise machine (the Dohm from Yogasleep). When I sleep with it, I usually remember my dreams way better (I feel like I had multip…
-
comment
Comment #24707639
I was going to comment the same thing. It can be fixed by addding a conversion in the if like this: if int(guess) == lulu + boonie: instead of if guess == lulu + boonie:
-
comment
Comment #24590377
The performance seems pretty impressive! I'd like to see comet being added to techempower's benchmark, to see how it competes against other frameworks.
-
comment
Comment #24587896
I wasn't clear, sorry. What I meant to say is that most people use Laravel and Symfony, which are nowhere near the top performing PHP frameworks on the benchmark.
-
comment
Comment #24587731
I have to point out that what you say applies only on the "Fortunes" benchmark. On the others benchmarks, Java always comes before PHP. I'll also add that most people don't use the…
-
comment
Comment #24587559
Here's a benchmark of CRuby vs JRuby vs TruffleRuby: https://pragtob.wordpress.com/2020/08/24/the-great-rubykon-b...
-
comment
Comment #24577101
Discord was heavily marketed towards the gaming community that was split between Skype, Teamspeak, Mumble and maybe some others that I don't remember. All of them had some flaws wh…
-
comment
Comment #24566364
> Modern Java(which looks more and more like an OCaml on the JVM) Could you please elaborate on that? Is it related to the new features, like lambdas, pattern matching with switch …
-
comment
Comment #24460420
I think this one is the original video (in slightly better quality) https://www.youtube.com/watch?v=enqiof-3TfE
-
comment
Comment #24426657
It looks great! I never really used Javadoc so please see this as a total outside feedback. I like the modern look, lighthouse is almost perfect in accessibility which is great (th…
-
comment
Comment #24322905
Maybe leveraging the Github developer student pack could work. Sign in with Github, and if you have the student developer pack you get a discount.
-
comment
Comment #23595727
I use it to learn Japanese and it's very useful. Thank you for your contributions.
-
comment
Comment #23498191
I agree, but in the article, it was mentioned that the V8 team already wanted to make their RegExp engine more independent. Also, since Mozilla runs of limited resources, it's grea…
-
comment
Comment #23446813
> Do you use Rust for any systems or have thought about it? > We do not currently, though it comes up once in a while in our internal chat rooms - Wendy https://old.reddit.com/r/sp…
-
comment
Comment #23426815
I think one of the pain points that Go addresses is the compilation speed of large C++ projects at Google, and it's one of the reasons it was made in the first place. From what I k…
-
comment
Comment #23426451
Correct me if I'm wrong but comparing Go against Swift, C, C++, and Rust isn't really fair since one of Go's goals is compilation speed, in which it seems to shine against these ot…
-
comment
Comment #23414902
The link is broken by the ">" at the end. While you are right, the thread was explicitly named "Who regrets choosing Elixir", so I think there's a bias in the responses.
-
comment
Comment #23414840
One point that was not mentioned: Deno is distributed as a single binary. Combined with the security options, I think it's a great feature for small scripts in an enterprise contex…
-
comment
Comment #23414696
That's a really good analysis. I never really though about it that way.
-
comment
Comment #23408140
Go compile to native binaries, and is used for a lot of tools and CLIs.
-
comment
Comment #23382867
Their pinned thread explains that the account is mainly run by one person https://twitter.com/rustlang/status/1263105810525237248
-
comment
Comment #23378037
Interestingly, the initial article [0] is still alive and updated. The most recent addition was about Go. I'm always impressed by how many people do things with this language. It s…
-
comment
Comment #23348012
Another great article that's kind of on the same subject https://qualiacomputing.com/2019/08/27/carhart-harris-fristo...
-
comment
Comment #23347974
Here is is the "Fuschsia Programming Language Policy" that was here some time ago https://fuchsia.googlesource.com/fuchsia/+/refs/heads/master...
-
comment
Comment #23347959
One reason that I use cat is that if by mistake I write ">" instead of "<", I'll lose my whole file. There's no risk with cat.