Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
modal-soul
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
modal-soul
1y ago
I like this article a lot more than the previous one; not because of length. In the previous article, I was annoyed a bit by some of the fluffiness and redefinition of concepts that I was already familiar with. This one, however, felt much
2.
▲
by
modal-soul
2y ago
In order to get value out of Tailwind, you need to be using a templating language that lets you create reusable components. So in this way, you are not repeating the 7 classes each time you need a card, but just using the component. This is
3.
▲
by
modal-soul
2y ago
This is not true. If your sync function loops until the value is set, then the Promise will never resolve, since it never yields to the event loop.
4.
▲
by
modal-soul
4y ago
I made friends with someone else who kept circling around. The look of it reminds me of Boku no Natsuyasumi.
5.
▲
by
modal-soul
4y ago
The only things that have significantly bugged me are the lack of a background app area by default and how they hide path editing in the file browser behind Ctrl + L.
6.
▲
by
modal-soul
5y ago
My teacher used the following short story: The negative boy couldn't decide if he wanted to go to the radical party. So he decided to be square, missing out on 4 awesome chicks. It was all over by 2 AM.
7.
▲
by
modal-soul
5y ago
If LiveView is backed by PubSub, then I think you can offload persistence to Redis.
8.
▲
by
modal-soul
5y ago
Ruby's refinements sound somewhat similar; they let you scope your monkey-patches.
9.
▲
by
modal-soul
5y ago
Gell-Mann amnesia effect: https://en.wikipedia.org/wiki/Michael_Crichton#GellMannAmnes... > In any case, you read with exasperation or amusement the multiple errors in a story, and then turn the page to national or
10.
▲
by
modal-soul
6y ago
It was not included in this announcement, but Shippable (purchased by JFrog in Feb. 2019) is being shut down as well.
11.
▲
by
modal-soul
6y ago
Just because a function is pure doesn't mean there is zero-risk in exposing it publicly. You're conflating complexity in managing state with complexity in managing domain boundaries. A tangled web of function calls can be very con
12.
▲
by
modal-soul
6y ago
Emacs and some Vi-likes. Some people are very attached to their editors and their configs.
13.
▲
by
modal-soul
6y ago
I've been using something like this for exponential backoffs, but I think it'd work for this case as well. Let's say you've got one exchange and one main queue for processing: jobs.exchange and jobs.queue respectively. I
14.
▲
by
modal-soul
6y ago
Is there a name for the aesthetic of the equipment being modeled here?
15.
▲
by
modal-soul
6y ago
Saw an interesting talk just about this topic [1] The gist of it was: Other engineering disciplines use the techniques you've mentioned because of the the costs, both time and money, associated with getting it wrong. Software engineeri
16.
▲
by
modal-soul
6y ago
In this case, the incidental heterochromia actually makes it feel even more authentic.
17.
▲
by
modal-soul
7y ago
Even more natural if you write Ruby, which uses an identical syntax.