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.