HN user

ramadis

130 karma

Software engineer student, entrepreneur, ameteur designer.

Posts27
Comments24
View on HN
github.com 1y ago

Show HN: Dynamically generate JavaScript class methods at runtime

ramadis
1pts0
github.com 1y ago

Show HN: Dynamically generate JavaScript class methods at runtime

ramadis
2pts1
www.wiz.io 4y ago

ChaosDB Explained: Azure's Cosmos DB Vulnerability Walkthrough

ramadis
5pts0
www.rightmove.co.uk 5y ago

Alan Turing's house is on sale

ramadis
2pts0
en.wikipedia.org 6y ago

Parity of Zero

ramadis
1pts0
medium.com 7y ago

Given any type, can I somehow turn it into a monoid in a sensible way?

ramadis
2pts0
github.com 8y ago

A dataset of crimes committed in Buenos Aires

ramadis
34pts4
en.wikipedia.org 8y ago

List of films featuring time loops

ramadis
3pts0
github.com 8y ago

Unmiss: Add Ruby's method_missing to you JavaScript objects

ramadis
1pts1
github.com 8y ago

Show HN: Unmiss – Ruby's method_missing in JavaScript

ramadis
2pts2
es.wikipedia.org 9y ago

Qualia

ramadis
2pts0
news.ycombinator.com 9y ago

Ask HN: How to scale?

ramadis
3pts3
stackoverflow.com 9y ago

Google Chrome's JavaScript Developer Console Bug

ramadis
1pts0
news.ycombinator.com 9y ago

Ask HN: Can you control your dreams?

ramadis
3pts2
news.ycombinator.com 9y ago

Ask HN: Does anyone use/know someone who uses ML to filter resumes?

ramadis
1pts0
news.ycombinator.com 9y ago

Ask HN: Which payment processor do you use?

ramadis
3pts2
news.ycombinator.com 9y ago

Ask HN: Do a coworking space make you more productive?

ramadis
9pts12
news.ycombinator.com 9y ago

Ask HN: How to invest 50k?

ramadis
2pts1
ramadis.github.com 9y ago

Show HN: An encoding/decoding tool for Martin David's theoretical S language

ramadis
24pts6
github.com 9y ago

Show HN: An encoding/decoding tool for Martin David's theoretical S language

ramadis
1pts1
github.com 10y ago

Show HN: An encoding/decoding tool for Martin David's theoretical S language

ramadis
1pts0
github.com 10y ago

Show HN: Encoding/Decoding tool for Martin David's theoretical S language

ramadis
2pts0
github.com 10y ago

Show HN: An encoding/decoding tool for Martin David's theoretical S language

ramadis
2pts0
github.com 10y ago

Show HN: An encoding/decoding tool for Martin David's theoretical S language

ramadis
12pts0
github.com 10y ago

Show HN: An encoding/decoding tool for Martin David's theoretical S language

ramadis
12pts1
github.com 10y ago

Show HN: I created a JavaScript library to encode Martin David's theoretical language

ramadis
1pts0
fleximize.com 10y ago

The Speed of a Unicorn

ramadis
61pts33

built a weird little library last friday night. it uses LLMs to auto-generate JavaScript class methods at runtime; no need to define the method ahead of time—just decorate your class, call whatever you want, and the model figures it out on the fly.

it uses `Proxy`s, and pipes the class definition and the call example to the LLM for it to generate a valid method.

of course it was not built for production use, but it was a fun exploration. would love to hear your thoughts!

It'd be helpful if they exposed a summary of the chain-of-thought response instead. That way they'd not be leaking the actual tokens, but you'd still be able to understand the outline of the process. And, hopefully, understand where it went wrong.

Just to add to the reply, the AdS/CFT correspondence (aka Maldacena duality) was proposed by Juan Maldacena, one of the authors of this paper (Humanly traversable wormholes).

Is it valuable enough that you'd consider paying for access?

I'd argue that people would pay for MDN. I know I would pay a small fee for so high-quality straight forward information on web APIs.

My country (Argentina) has a lottery(esque?) approach to giving work visas for the US, so basically: even with company support, work visas are subject to probability (~30% chance of getting it for a given year). Do you have experience, or do you know, how companies handle hires from countries with this methodology?

Thanks for doing this AMA!

The 10k hours rule is actually a misunderstanding from a paper on violin practice by Anders Ericsson. An error that the author himself explains in his book Peak: Secrets from the New Science of Expertise. It doesn't mean that you can't learn something to mastery in 10k hours or less. It just means that 10k hours is kind of an invented number. Some skills require more time, some less, but all of them require purposeful practice.

I agree with you about the complexity of a mvp. It indeed may vary. However a mvp is about testing an hypothesis, not building a simple version of a product.

Maybe an mvp for a complex product is just a landing page explaining features with a buy button, built in under 2 hours using optimizely.

Again, it depends on the hypothesis. So, in this way, I differ with you when you say getting out a mvp asap doesn't make sense. Because validating you hypothesis is what you want to make as fast as possible. But then, launching as fast as possible doesn't imply necessarily launching fast.

I think the whole point of an MVP is to validate the hypotesis you make about your users.

In your case for example, do you know who your users are? Are they entrepreneurs? Current software developers? Anyhow, who is going to use your service?

I'm not trying here to undermine your project since it indeed sounds pretty awesome, but to reinstate why the whole mvp movement has a reason to be.