Live data from Hacker News

Viewing profile — rsiqueira

rsiqueira

HN member
Joined
Mon, Jul 27, 2009, 11:50 PM UTC
HN karma
1,583
Public activity
179 items

About rsiqueira

Entrepreneur and Software Developer.

My online JavaScript editor: http://js.do/

Dwitter profile: https://www.dwitter.net/u/rodrigo.siqueira

My company: InBot - https://in.bot/ and * bit.do (URL shortener)

Recent public activity

  1. comment
    Comment #46562116

    A small, curated collection of generative sketches written in 140 characters each, using plain JavaScript on dwitter.net. Fractals: https://www.dwitter.net/h/fractal Dynamical syst…

  2. comment
    Comment #42561403

    Dwitter is a JavaScript-based social network where coders showcase their creativity by crafting mesmerizing animations and visual effects in just 140 characters of code. Check out …

  3. story
  4. comment
    Comment #42450460

    Here is a sample of an animated XOR texture in just 122 characters of JS code: https://www.dwitter.net/d/255 And here are several variations using other binary operators to create …

  5. comment
    Comment #41963617

    * Which languages is it available in? * Does the system automatically detect the language? * What are the hardware requirements for it to work?

  6. comment
    Comment #40472295

    In one of those random connections, I met my wife through ICQ.

  7. comment
    Comment #40411812

    Some samples from the article are similar to what is found on my favorite Generative Art site - Dwitter. It's a social network of coders where we can view, interact and remix live …

  8. comment
    Comment #40253054

    REQUEST: Please add an option for a monospace/code font. I see that ... works very well (good monospace block style), but I have to inspect and edit the source. With this, we could…

  9. comment
    Comment #38333511

    There are IFS-like fractals that can be generated using small iterative functions. Here are examples in JavaScript that can be remixed (and they are very short, only 140 characters…

  10. comment
    Comment #38190948

    URGENT - Does anyone have an alternative to OpenAI's embeddings API? I do have alternative to GPT's API (e.g. Anthropic Claude) but I'm not able to use them without embeddings API …

  11. comment
    Comment #37793268

    Is this equivalent to a 14 gram bullet (10x less than your example) travelling at 1000 km/h (10x more than your example)? Or a 1,4 gram bullet at 10.000 km/h hitting you?

  12. comment
    Comment #37301501

    But, in order to generate the vectors, I understand that it's necessary to use the OpenAI's Embeddings API, which would grant OpenAI access to all client data at the time of vector…

  13. comment
    Comment #37228113

    This means that the cost would be more than US$ 1 for each 16 user interactions, using this fine-tuning pricing: 16 interactions * ($0.012*4 input + $0.016 output) = US$ 1.02 It's …

  14. comment
    Comment #37052859

    Even ChatGPT 3.5 can answer correctly if you ask just "She died at 11 PM. Was she alive at noon?". My theory is that this is an adversarial example that adds irrelevant information…

  15. comment
    Comment #37034861

    I've just implemented this Blancmange curve using less than 140 characters of javascript. It's a fractal also known as Takagi curve. Source code and graphics: https://www.dwitter.n…

  16. comment
    Comment #36600266

    An evolution of the demoscene has emerged in the form of a social network where 140 characters of JavaScript code are used to create incredibly impressive and compact demos. Check …

  17. comment
    Comment #36319723

    There's an even cooler thing in the page: the McDonald's TETRIS portable game console shaped like Chicken McNuggets. https://retrododo.com/mcdonalds-tetris-handheld/

  18. comment
    Comment #35989192

    I think it's not secure to have a domain extension like .zip. Imagine if people were to search for, for example, "install.zip," and there is a domain with that name and extension a…

  19. comment
    Comment #35987312

    No. It's because OpenAI's token model is highly biased towards English words. In this way, other languages are greatly disadvantaged, reducing competitiveness in non-English-speaki…

  20. comment
    Comment #35910104

    The real gain would be if we were able to use the 100K Context Windows and not this "embeddings trick". The embeddings work only in some cases where the answer is in a short part(s…

  21. comment
    Comment #35907782

    ...and "3.14159265358979" is also not PI! Because PI is infinite.

  22. comment
    Comment #35755634

    "Summarize Tech" is a similar tool: Get a summary of any long YouTube video, like a lecture, live event or a government meeting. Powered by ChatGPT. https://www.summarize.tech/ Pro…

  23. comment
    Comment #35156737

    So, the COST PER REQUEST will be (if you use the 32k context window and get 1k token response): 32*0.06 (prompt+context) + 0.12 (response) = US$ 2.04

  24. comment
    Comment #34925450

    Dylan, this leads to the next question: How did you manage to avoid prompt injection (original prompt retrieval)? The Perplexity's technique that you used was this "Ignore the prev…

  25. comment
    Comment #34488424

    Please just change the soundtrack to the original Tetris theme. Thanks!