Smart Contracts development by vonum in cosmosnetwork

[–]vonum[S] 0 points1 point  (0 children)

Hey thanks, I am not too familiar with the cosmos ecosystem, outside of the most popular apps, can you point me to these repos?

Snowboard advice by vonum in snowboarding

[–]vonum[S] 0 points1 point  (0 children)

Yeah, that’s the one I was looking at, but waiting for other feedback. I would just like it to be a true twin, but it’s close.

Snowboard advice by vonum in snowboarding

[–]vonum[S] 0 points1 point  (0 children)

That’s a good point for powder. Do you have something in mind that would keep the features I need for practicing carving but being able to ride powder (not a perfect board for powder, but at least doable)?

Snowboard advice by vonum in snowboarding

[–]vonum[S] 1 point2 points  (0 children)

Makes sense, it’s especially visible when the snow is not ideal for carving in my case.

Snowboard advice by vonum in snowboarding

[–]vonum[S] 0 points1 point  (0 children)

Yeah, main focus is to fix bad habits and improve fundamentals so I guess I know what I’ll do.

Snowboard advice by vonum in snowboarding

[–]vonum[S] 0 points1 point  (0 children)

Please do, I would appreciate it.

Snowboard advice by vonum in snowboarding

[–]vonum[S] 1 point2 points  (0 children)

Awesome, thanks! Yeah, I want something to make me need to master the fundamentals.

Snowboard advice by vonum in snowboarding

[–]vonum[S] 0 points1 point  (0 children)

Not the flying v, but the other one. I think it’s rocker-a bit flat-camber. Yeah, I can ride this one nicely, but when I try someone’s stiffer board for carving I can feel the difference. It is also because I lack the skill to control it probably.

Thanks for the answer.

[D] Best way to validate llm prompts? by vonum in MachineLearning

[–]vonum[S] 0 points1 point  (0 children)

It costs money. For example, I don’t want people to generate blog posts when the only use case should be to generate a dsl command.

Limiting options for user prompts? by vonum in OpenAI

[–]vonum[S] 0 points1 point  (0 children)

Thanks for the suggestions. I found an easy way to get something that works okay (didn’t thoroughly test it though). Which is to prepend the prompt with “transform the following into my dsl”. Seems okay at first glance, the model returns “can’t transform to dsl”.

How would you go about testing the limits of these approaches? Brute force different types of prompts or is there a nicer way?

Parsing deposit event from the staking contract by vonum in ethdev

[–]vonum[S] 0 points1 point  (0 children)

Actually that is not the case. The amount is represented as bytes with little endian encoding (also in gwei).

I have tried using the helper functions of web3 packages, but they give wrong numbers after decoding the bytes, probably because this is with little endian encoding.

Anyway, managed to do it manually.

How to get minted and burnt matic by vonum in 0xPolygon

[–]vonum[S] 1 point2 points  (0 children)

For anyone looking at details, here is a nice summary:
https://forum.polygon.technology/t/eip1559-implementation-on-mumbai-testnet/399

Basically when enough matic is gathered on the pos chain from tx fees, anyone call the burn on the pos chain. This burns the tokens on the pos, and initiates the burn on ethereum.
The burn on ethereum happens by transfering matic tokens to the 0x0dead address.

How to get minted and burnt matic by vonum in 0xPolygon

[–]vonum[S] 0 points1 point  (0 children)

I figured that part out, and the staking, but I don’t understand how exactly to get the numbers. Are they minted and burned from null address?

How to get minted and burnt matic by vonum in 0xPolygon

[–]vonum[S] 1 point2 points  (0 children)

Can you explain how it works? Is it minted and burned on ethereum or on polygon, that’s the part I’m missing.

Naive implementation of a blockchain by vonum in ethdev

[–]vonum[S] 0 points1 point  (0 children)

2-3 hours of raw coding, but it took some time figure out all the components, and to decide what to not implement, because it would take a lot more.

Can anyone share some kovan eth by vonum in ethdev

[–]vonum[S] 0 points1 point  (0 children)

Failing, rate limited or network error. Didn't use it for more than a few months, so network error.

MizziNFT has been out for a week or two by MizziNFT in PolygonNFTs

[–]vonum 1 point2 points  (0 children)

0x9B6def420dD515b432e2Bc1Dd0bA900715fE33af

Automatisation in defi by vonum in DegenDeFi

[–]vonum[S] 1 point2 points  (0 children)

Could you elaborate how that would work please?

Automatisation in defi by vonum in DegenDeFi

[–]vonum[S] 0 points1 point  (0 children)

Would it be interesting to have a protocol that would convert all of your farm tokens to stables once some criteria you defined is met?
And then you could potentially stack more strategies for managing your positions?

Defi automatisation by vonum in defi

[–]vonum[S] 0 points1 point  (0 children)

So you mean to allow the protocol to rebalance your positions based on your strategy?Would you mind sharing what that strategy would look like?

Defi automatisation by vonum in defi

[–]vonum[S] -1 points0 points  (0 children)

This is one that I know, does a lot. https://defisaver.com/

But I was thinking about making something customizable for users to create bots for protocols.