Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
tsaixingwei
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
tsaixingwei
2y ago
“Before I learned the art, a punch was just a punch, and a kick, just a kick. After I learned the art, a punch was no longer a punch, a kick, no longer a kick. Now that I understand the art, a punch is just a punch and a kick is just a kick
2.
▲
by
tsaixingwei
2y ago
Given the example of Pfizer in the article, I would tend to agree with you that ‘search’ in this context means augmenting GPT with RAG of domain specific knowledge.
3.
▲
by
tsaixingwei
4y ago
I still remember a time when recursivedoubts posted about intercooler.js which is the predecessor to htmx, and almost every comment was dismissive and a varition of “what’s the point of this?”. It seems now the majority of commenters are po
4.
▲
by
tsaixingwei
4y ago
I tried to operate my own email server as well on a VPS, and I have been thinking that the way to solve these problems is to solve the problem of spam itself. Detecting spam puts the costs on the email providers... when the costs should be
5.
▲
by
tsaixingwei
4y ago
I agree with you that it is an anecdote, but I don't see anything wrong with sharing personal experiences of using a certain technology... this is a discussion forum after all and not a scientific paper.
6.
▲
by
tsaixingwei
4y ago
There are learning Javascript resources targeted at non-technical people and children interested in learning how to code... one of the more promising that make it easy to start coding and experimenting with code is p5js ( https://
7.
▲
by
tsaixingwei
4y ago
These internal conversations you have are sometimes referred to as "rumination" or "chatter". Here are some links you might wish to visit that have tips that have helped me somewhat. https://www.bbc.com/n
8.
▲
by
tsaixingwei
11y ago
Actually, archivists and technologists have been working together to solve the problems of digital preservation for a long time. There is an ISO Standards for digital preservation systems - ISO 14721:2012 originally authored by and still ma
9.
▲
by
tsaixingwei
14y ago
This would be great for testing multi-tenanted cloud applications. For example: tenant1.10.0.0.1.xip.com tenant2.10.0.0.1.xip.com tenant3.10.0.0.1.xip.com They all resolve to the same IP Address (10.0.0.1), but now the web application at th
10.
▲
by
tsaixingwei
14y ago
Agree with this 100%. In the past the way different applications integrate with each other was through sharing the same database tables. Hence the need to keep the schema synchronized across multiple applications. Nowadays applications shou
11.
▲
by
tsaixingwei
15y ago
Some blurbs taken verbatim from their website: "Its unique concept allows Marketing people to design and build sophisticated websites using widgets created by the Technical programmers." "By allowing this widget to be programmed and then as
12.
▲
ToolTwist - "allows non-technical people to create the world's fastest websites"
(tooltwist.com)
2 points
by
tsaixingwei
15y ago
|
3 comments
13.
▲
Are cloud-based electronic/digital signature services ever secure?
1 points
by
tsaixingwei
15y ago
|
0 comments
14.
▲
by
tsaixingwei
16y ago
Wouldn't that only work if the json/javascript is pretty-printed and not minified? I'd think this problem of comments in JSON requires a solution that is part of the JSON specifications rather than dependent on individual parsers implementa
15.
▲
by
tsaixingwei
16y ago
I find that one thing you can do in XML but not in JSON is comments. There isn't any equivalent of XML Comments in JSON. Frequently, my configuration files require comments to show what options are available, or to easily turn off an option
16.
▲
by
tsaixingwei
16y ago
I think StackOverflow is Knowledge-Management.It facilitates the collection of expert's knowledge from all over the world, stores it, rates it, allows others to search on it and comment/correct/elaborate on it. But at the moment it is a pus
17.
▲
by
tsaixingwei
16y ago
There is a bunch of video tutorials on their main site that shows how to create a 'tie'. http://www.anchormodeling.com/?page_id=186 But yeah, I was confused in the beginning too.
18.
▲
Nice HTML5-based Online Modeling Tool
(anchormodeling.com)
5 points
by
tsaixingwei
16y ago
|
3 comments