Viewing profile — rsiqueira
rsiqueira
HN member- Joined
- Mon, Jul 27, 2009, 11:50 PM UTC
- HN karma
- 1,583
- Public activity
- 179 items
- HN profile
- View on Hacker News ↗
About rsiqueira
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
-
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…
-
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 …
- story
-
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 …
-
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?
-
comment
Comment #40472295
In one of those random connections, I met my wife through ICQ.
-
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 …
-
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…
-
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…
-
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 …
-
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?
-
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…
-
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 …
-
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…
-
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…
-
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 …
-
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/
-
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…
-
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…
-
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…
-
comment
Comment #35907782
...and "3.14159265358979" is also not PI! Because PI is infinite.
-
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…
-
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
-
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…
-
comment
Comment #34488424
Please just change the soundtrack to the original Tetris theme. Thanks!