Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
wiennat
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
9 ms
·
1.
▲
by
wiennat
3y ago
I wonder if we have a similar guide for JavaScript/TypeScript project.
2.
▲
Docker October 2022 Pricing Change FAQ
(docker.com)
59 points
by
wiennat
4y ago
|
68 comments
3.
▲
by
wiennat
4y ago
I guess it is because Edge is using the one that comes with Chrome while OneNote has its own implementation.
4.
▲
by
wiennat
4y ago
What's happen to MS these days? I remember the documents during .NET 2.x days were very good, well-organized and useful.
5.
▲
by
wiennat
4y ago
The site is probably from 6 years ago https://github.com/hunterbridges/yamanote-style
6.
▲
by
wiennat
4y ago
Cool story and congratulations on your work. ------- I gave my 2010 macbook pro to my parents when I got a new one in 2015. They still use it to surf the internet and sometimes for netflix before bedtime. Its battery is so swollen that the
7.
▲
by
wiennat
4y ago
just static page. But you can use their worker service to run some server-side functions
8.
▲
by
wiennat
4y ago
I heard its name frequently around the time before nginx came to its fame. Maybe 15 years ago. However, I never heard any major players use it after that.
9.
▲
by
wiennat
4y ago
What surprising me the most is LiteSpeed is now somewhat unknown web server. Time flies.
10.
▲
by
wiennat
5y ago
I am doing this and it helps in mocking the interface in other classes tests.
11.
▲
by
wiennat
6y ago
Red Bull in Thailand and in the west come from the same origin, Chaleo Yoovidhya, the Red Bull founder. The west Sriracha was developed by a Vietnam immigrant. You can see his recipe as one of many available Sriracha variants at that time.
12.
▲
by
wiennat
6y ago
I am also in the middle of moving off graphql to REST api. It is a 5 years old project and the graphql part was implemented with a very old spec. Since it has not been well maintained, it could not catch up with any features offered by grap
13.
▲
by
wiennat
7y ago
thank you for sharing. I was thinking about building the same thing.
14.
▲
by
wiennat
7y ago
I use Ctrl + q
15.
▲
by
wiennat
7y ago
It can be introduced at many points. in dev: You can setup dependencies without worrying about underlying os. So it is easier for building a new dev machine, adding a new team member, etc. in integration test: you can setup multiple integra
16.
▲
by
wiennat
7y ago
Not only sewage infrastructure in Thailand cannot handle toilet paper well, toilet papers sold in Thailand also does not dissolve well in water.
17.
▲
by
wiennat
7y ago
you can freeze in instant if you use that in cold winter. (except you use Japanese washlet)
18.
▲
by
wiennat
7y ago
Shimokitazawa still have a lot of foreigners. It is surrounded by universities including Todai.
19.
▲
by
wiennat
7y ago
Japanese food has pretty high carb but they are mostly unprocessed.
20.
▲
by
wiennat
8y ago
I don't have any problem with their Go implementation. Instead, it is very impressive to me who has little knowledge in Go. I just want to point out that Node runs with a single thread so it does not max out CPU utilization. It would b
21.
▲
by
wiennat
8y ago
This immediately comes into my mind when I see the charts. It is also interesting to see that only one Node process can barely serve 10k connections. ---- After I check the source at [0]. They use a simple http module to serve the requests
22.
▲
by
wiennat
8y ago
Vue, Vuex, and Vue-router official document are good enough. Many concepts in Vue are similar or quite simple compared to what you have to know in React. However, I find that Vuex is a little bit more verbose than Redux. You might it troubl
23.
▲
by
wiennat
8y ago
This is a post from 2012.
24.
▲
by
wiennat
8y ago
They had some snacks with them when they went into the cave. Basically, there is a warning sign for cave flooding during July and October. Monsoon season is not likely to start at the end of June so they might thought it is still be fine to
25.
▲
by
wiennat
8y ago
The food has been delivered after they found the group.
26.
▲
by
wiennat
8y ago
Medium also have horrible reading experience, at least for non-login users.
27.
▲
by
wiennat
8y ago
You still can do the same with the current version.
28.
▲
by
wiennat
9y ago
But it can improve those images taken in auto mode of point and shoot cameras.
29.
▲
by
wiennat
11y ago
Basically, the purpose of PCA is to reduce the dimensions of the dataset by finding components that most influence the data. I think your last sentence is quite accurate to describe what PCA is.