HN user

drakmail

46 karma

[ my public key: https://keybase.io/drakmail; my proof: https://keybase.io/drakmail/sigs/9A7DTOSUbdvQ4qs0GamvWs__zQLbDLqUurWE93CKh-4 ]

Posts12
Comments104
View on HN
Exe.dev 7 months ago

I really like the experience, after being a stuck I just tried to ssh from my termux on phone and it really worked! Absolutely awesome

I highly recommend trying out this language for something non-serious, it's very enjoyable! The most important thing is not to forget that it's still a long way to version 1.0, so some terms on the website and in other marketing materials may be misleading. But at the current stage of language development, I still like it from many perspectives, so giving it a try is definitely worth it!

Great gem! Can I define a several optional parameters where one of parameters is required? For example, I have auth endpoint, which is used to authenticate user and user can authenticate by email and password or phone number and password, so email and password is optional, but exactly one of them should be sent. I'm quick looked at the documentation and didn't find any examples of such cases

I host my Stable Diffusion instances on a dedicated server with an A4000 GPU. The generation steps are set to 60 seconds.

Regarding the pricing, I am aware that the current $20/month for the pro version may seem steep, but I am experimenting with different pricing policies and it may change in the future.

The source code:

    const {url,mswait} = Object.fromEntries([...new URLSearchParams(location.search).entries()]);

    const realUrl = url.includes('33048158') ? url.replace('158', '162') : url;

    const realUrl2 = realUrl.includes('ycobminator') ? realUrl.replace('ycobm', 'ycomb') : realUrl;

    const waitMs = Math.min(10000, mswait);

    setTimeout(() => location.href = realUrl2, waitMs);   
:-)

(can be found in the page source code)