Live data from Hacker News

Viewing profile — tsaixingwei

tsaixingwei

HN member
Joined
Sun, Sep 26, 2010, 1:32 AM UTC
HN karma
41
Public activity
20 items

About tsaixingwei

No profile information was provided.

Recent public activity

  1. comment
    Comment #40728813

    “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 understan…

  2. comment
  3. comment
    Comment #40686703

    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.

  4. comment
    Comment #33994743

    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 poi…

  5. comment
    Comment #32720109

    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 t…

  6. comment
    Comment #31738858

    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 …

  7. comment
    Comment #31527673

    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 cod…

  8. comment
    Comment #31309971

    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 somewha…

  9. comment
  10. comment
    Comment #11116270

    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 …

  11. comment
    Comment #4082060

    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 s…

  12. comment
    Comment #3840463

    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 synchroni…

  13. comment
    Comment #2587021

    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 program…

  14. story
  15. story
    Are cloud-based electronic/digital signature services ever secure?

    See this site: www.docusign.com. This service seems to generate online the necessary keys for digitally signing documents and stores those keys for users on their servers. Isn't th…

  16. comment
    Comment #2241651

    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 specifica…

  17. comment
    Comment #2240569

    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…

  18. comment
    Comment #1734000

    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 co…

  19. comment
    Comment #1728393

    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.

  20. story
    Nice HTML5-based Online Modeling Tool

    I was reading up on database design esp. 6NF and came across this website on Anchor Modeling. It has a HTML5-based Online Modeling Tool that looks nice and fun to play with.