Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
mezzode
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
mezzode
6mo ago
Oh wow, TIL that Slack also started like that
2.
▲
by
mezzode
7mo ago
You're thinking of Discord
3.
▲
by
mezzode
8mo ago
It depends on the person, as a sample size of one I was on 5,000IU and my levels were still on the low end (almost still deficient), and my calcium levels were still safely on the low side as well. Ultimately people should be getting their
4.
▲
by
mezzode
3y ago
As others have mentioned there already is the ".home.arpa" TLD but I definitely think ".internal" is a step up in terms of clarity. That said, for my internal network I just put things under a subdomain of a domain I own
5.
▲
by
mezzode
3y ago
The logo isn't even just inspired by, it just outright is the NERV logo from Rebuild https://wiki.evageeks.org/Nerv_Logo
6.
▲
by
mezzode
6y ago
So it's basically the great tabs vs spaces debate again
7.
▲
by
mezzode
7y ago
>Isn’t there a word for when a lot of math and complexity and specific numbers with names imbue an article with some extra sense of being true or having authority? Quantitative fallacy?
8.
▲
by
mezzode
7y ago
My problem with shower thoughts is often I have too many and it's a struggle to hold on to them all until the end of the shower so I can actually write them down
9.
▲
by
mezzode
7y ago
https://github.com/google/mundane/blob/master/DESIGN.md was where I first learned about how useful opaque types can be for ensuring the type system does the heavy lifting
10.
▲
by
mezzode
7y ago
Generally yes, although I definitely wish the initial load was speedier the better looks and "flow" are worth it imo. I usually browse Reddit using Relay and look at my saved posts on desktop, which has benefited a lot from the re
11.
▲
by
mezzode
8y ago
I still think that first-class support for PWAs will be a more promising alternative to Electron
12.
▲
The Better Boarding Method Airlines Won't Use
(youtube.com)
2 points
by
mezzode
8y ago
|
0 comments
13.
▲
by
mezzode
8y ago
Probably https://news.ycombinator.com/item?id=14964006 I remember seeing this comparison and finding it quite profound as well.
14.
▲
by
mezzode
8y ago
There are definite a lot of advantages to building with web technologies, it's just that Electron is an excessively heavy way of enabling it since it basically just gives you a webapp with a whole browser bundled in. PWAs are a much be
15.
▲
by
mezzode
8y ago
I still think that the majority of Electron apps can and should just be PWAs. Most like Discord pretty much just wrap their webapp anyway.
16.
▲
by
mezzode
8y ago
I've found myself preferring type guards for checking action type, since it avoids you having to have keep one big `Actions` union around that takes X amount of lines and really doesn't serve any other purpose.
17.
▲
by
mezzode
8y ago
HTML makes perfect sense, as another poster said. I've also found Authorea[1] to be pretty promising. [1] https://www.authorea.com/
18.
▲
by
mezzode
8y ago
Off topic, this reminded me how much I hate how pdfs are the standard for papers.
19.
▲
by
mezzode
8y ago
I was surprised at just how comically angry people were over this. I can kind of understand their arguments against a trend of being too change-happy and over-correcting, but these things really should be considered case-by-case, not on whe
20.
▲
by
mezzode
8y ago
Inbox has got to be the single most useful productivity tool for me. Pinning, bundling, and snoozing just make managing emails so quick and efficient since you can easily triage and get rid of what doesn't matter, and Gmail as it curre
21.
▲
by
mezzode
8y ago
Phyles primarily based on shared values honestly seem more sensible than nation-states primarily based on geography (although of course these may overlap). The latter often seems to lead to the 51% being the decision makers which leaves the
22.
▲
by
mezzode
8y ago
Google to me seems like a case of natural monopoly[1]. Competition in this market is stifled by the amount of investment and infrastructure needed to make a good search engine. [1] https://en.wikipedia.org/wiki/Natural_
23.
▲
by
mezzode
8y ago
Honestly, I think that decentralized networks are able to leverage advantages of centralization, like trust, while remaining decentralized enough to still have the advantages from that front too. GitHub and git are actually a good example o
24.
▲
by
mezzode
8y ago
`if-else` for this will get messy quickly the more layers down you want to go. if a is not None and a.b is not None: c = a.b.c else: c = None vs c = a?.b?.c The safe navigation operator is useful enough that begi
25.
▲
The Experimental Prototype Community of Tomorrow (EPCOT)
(en.wikipedia.org)
2 points
by
mezzode
8y ago
|
0 comments
26.
▲
by
mezzode
8y ago
I've always thought the Peace Walker logo was a pretty interesting twist on the peace symbol.
27.
▲
by
mezzode
8y ago
I get most of my articles by Feedly and save them there if they are short or time relevant like news, but I use Pocket for any articles which are longer and more in-depth.
28.
▲
by
mezzode
8y ago
Using this workflow for email is pretty interesting. I'm currently relying heavily on snoozing in Google Inbox to manage email tasks, but this takes things a step further. I will say though that $12/mo is too steep compared the up
29.
▲
by
mezzode
8y ago
I've heard that while Firebase is good, it has pretty high pricing once you have enough users and has a big vendor lock-in problem.
30.
▲
by
mezzode
8y ago
I opted into the beta for this way back and have been using it for ages, it was pretty surprising finding out it only just went into wide release. Given how useful I found it I'd have thought it would have been released pretty quickly
More ›