Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
ldeangelis
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
ldeangelis
6y ago
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 multiple dreams that night compared to almost none usually). I can
2.
▲
by
ldeangelis
6y ago
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:
3.
▲
by
ldeangelis
6y ago
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.
4.
▲
by
ldeangelis
6y ago
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.
5.
▲
by
ldeangelis
6y ago
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 top performing frameworks (most people
6.
▲
by
ldeangelis
6y ago
Here's a benchmark of CRuby vs JRuby vs TruffleRuby: https://pragtob.wordpress.com/2020/08/24/the-great-rubykon-b...
7.
▲
by
ldeangelis
6y ago
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 while Discord just worked.
8.
▲
by
ldeangelis
6y ago
> 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 and so on?
9.
▲
by
ldeangelis
6y ago
I think this one is the original video (in slightly better quality) https://www.youtube.com/watch?v=enqiof-3TfE
10.
▲
by
ldeangelis
6y ago
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 (the only point lighthouse complains about it the contrast of l
11.
▲
by
ldeangelis
6y ago
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.
12.
▲
by
ldeangelis
6y ago
I use it to learn Japanese and it's very useful. Thank you for your contributions.
13.
▲
by
ldeangelis
6y ago
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 great that they will have less maintenance to do in the fut
14.
▲
by
ldeangelis
6y ago
> 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/spacex/comments/gxb7j1&#x
15.
▲
by
ldeangelis
6y ago
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 know C++ and Rust are in the same ballpark in terms of c
16.
▲
by
ldeangelis
6y ago
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 other languages. From what I understand, you&#x
17.
▲
by
ldeangelis
6y ago
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.
18.
▲
by
ldeangelis
6y ago
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 context.
19.
▲
by
ldeangelis
6y ago
That's a really good analysis. I never really though about it that way.
20.
▲
by
ldeangelis
6y ago
Go compile to native binaries, and is used for a lot of tools and CLIs.
21.
▲
by
ldeangelis
6y ago
Their pinned thread explains that the account is mainly run by one person https://twitter.com/rustlang/status/1263105810525237248
22.
▲
by
ldeangelis
6y ago
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 seems to really hit a sweet spot for small to big tools.
23.
▲
by
ldeangelis
6y ago
Another great article that's kind of on the same subject https://qualiacomputing.com/2019/08/27/carhart-harris-fristo...
24.
▲
by
ldeangelis
6y ago
Here is is the "Fuschsia Programming Language Policy" that was here some time ago https://fuchsia.googlesource.com/fuchsia/+/refs/heads/master...
25.
▲
by
ldeangelis
6y ago
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.
26.
▲
by
ldeangelis
6y ago
I think with Next you can "build" the website (the HTML for each page is generated like it would be if it was executed in your browser) and then serve the static HTML + JS if needed, which makes for good SEO.
27.
▲
by
ldeangelis
6y ago
> As much as I love the Jamstack, it doesn't cut it from an SEO perspective. Static generation is a big part of JAMstack. Headless CMS means that the CMS only does the CMS part, and then you can plug Hugo, Gatsby or anything that yo
28.
▲
Bytepack – Package, sell and deliver software
(bytepack.io)
15 points
by
ldeangelis
6y ago
|
1 comments
29.
▲
by
ldeangelis
6y ago
Great!
30.
▲
by
ldeangelis
6y ago
Looks nice! However clicking on the names on the cards doesn't seem to work: when I click on "Vue" my URL is updated to syntax.wiki/#vue. When I click on the Vue logo, my URL is updated to syntax.wiki/vue.
More ›