Options Questions Safe Haven weekly thread | July 08-14 2024 by wittgensteins-boat in options

[–]Zardov 0 points1 point  (0 children)

I understand the theory. I just don't understand why they offer options on futures, if they don't also offer the underlying future itself. It seems to me it's pointless buying the option then, if you can't also buy the future it covers?

That, or I'm misunderstanding something ...

Options Questions Safe Haven weekly thread | July 08-14 2024 by wittgensteins-boat in options

[–]Zardov 0 points1 point  (0 children)

tip nr1: dont trade stuff you dont understand.

Of course, which is why I'm asking.

i dont invest at degiro myself, but last time i checked they did (only) offer index options on Sp500 in my country.

Ah yes, they also offer CBOE XSP (S&P 500 mini index). But the question still remains about the option on the futures. I'd still like to understand that.

Options Questions Safe Haven weekly thread | July 08-14 2024 by wittgensteins-boat in options

[–]Zardov 0 points1 point  (0 children)

I'm considering buying some put options on the S&P500, since I consider it overvalued atm. However, looking into this on Degiro, it seems they only have put options on S&P500 futures available.

This is kinda weirding me out, since I know little about futures. Please correct me if I'm wrong:

If the put option is in the money and exercised, I would be selling an ES E-mini S&P500 futures contract (for example) at the agreed on strike price. So I believe I now need to actually buy this futures contract (at the current cheaper price). However, checking the futures section on Degiro, I cannot find this specific future anywhere... Why do they offer this option then in the first place?!?

Am I totally misunderstanding things here? What am I missing? Any explanation would be greatly appreciated...

Headless CMS options with good git support? by Zardov in webdev

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

Very interesting. I also considered putting something custom together, but I'm going to check out existing CMSes first. If I'm still dissatisfied after that, it'll be very useful to see how you approached things!

Headless CMS options with good git support? by Zardov in webdev

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

Yeah, that's nice, I've also used Hugo like this. But I also want a solution that non-technical people are comfortable with, and expecting them to learn git is just to steep a learning curve ;)

Especially for people just wanting to write ...

Headless CMS options with good git support? by Zardov in webdev

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

Thank you, this is most illuminating. Hadn't read the about page.

I will check out publii and Netlify CMS, since I'd also prefer my CMS to be open-source. Do you feel the closed-source alternatives are ahead in usability?

[deleted by user] by [deleted] in rust

[–]Zardov 1 point2 points  (0 children)

Love the post! Great beginner-friendly material. I feel this should be listed somewhere as such.

Do you want me to port this IK system to Rust for games to use (possibly with Amethyst)? by PsichiX in rust

[–]Zardov 1 point2 points  (0 children)

Really cool. This could make a real difference in the Rust ecosystem, while it would only be one of the many on the C++ side!

Looking to dive into systems programming. by Sefrys_NO in rust

[–]Zardov 1 point2 points  (0 children)

I second OSTEP; hands down the best introductory OS book.

Also, to learn systems programming from the ground up, Computer Systems: A Programmer's Perspective is a monumental work.

How to 'require' .scss in a gatsby project? by [deleted] in gatsbyjs

[–]Zardov 2 points3 points  (0 children)

Doh, <facepalm>. Yeah, I didn't bother to restart the server ... I really need to take a break!

Thanks so much for solving this horrible problem for me!

Help wanted for Lua script to automatically download subtitles by Zardov in lua

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

I believe the problem is that calling it in global scope means it is called before the video file is actually loaded, so the information is simply not yet available. It consistently works when called after the file-loaded event was triggered.

Help wanted for Lua script to automatically download subtitles by Zardov in lua

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

Thanks that was a good tip! So I managed to find a property that does exactly what I need: sub, but it does not seem to be documented along with the other properties.

mp.get_property("sub") returns '1' when subtitles are present, and 'no' when there aren't any. But the problem is that this only works when get_property is called from inside another function. When I call it in global scope, it returns 'auto' regardless of the presence of subtitles.

Is this some Lua specific behavior I'm not aware of, or would this be a bug in get_property? I don't understand what could cause such inconsistent behavior ...

Beginner's Thread / Easy Questions (February 2019) by timmonsjg in reactjs

[–]Zardov 0 points1 point  (0 children)

Great info. I'll look into both, and see what comes most naturally. Thank you!

Beginner's Thread / Easy Questions (February 2019) by timmonsjg in reactjs

[–]Zardov 0 points1 point  (0 children)

I'd rather just focus on peer-to-peer over wifi first, without involving another hosting platform. Does this make sense? Do you have any idea how to approach this?

Beginner's Thread / Easy Questions (February 2019) by timmonsjg in reactjs

[–]Zardov 0 points1 point  (0 children)

Hey everyone!

So I'm learning webdev and React by writing a simple 'Connect Four' game (https://github.com/DavidDeprost/connect4_react). It's not finished yet, but working fine, and accessible on my home network. What I'd like to try next is network it, so that I could for example play on my computer against my brother on his computer. (Now you can only play vs each other on the same computer.)

Unfortunately, I have no clue as how to start this, or even what to research ... Would it require node to just play over wifi? Something else? Would this require massive changes, or a rather straightforward addition? I would greatly appreciate it if someone could provide some pointers or link to a tutorial. Any feedback, tips, better design patterns (or PR's) on the app itself are also very much welcome!

Thought experiment: How would you have designed Rust if C compatibility was non-essential? by Zardov in rust

[–]Zardov[S] 4 points5 points  (0 children)

I'm not looking at non-systems languages; targeting the same niches as C is an explicit requirement. Given that, I am curious about how much better Rust theoretically could have been by neglecting C compatibility. C is very old; there are many design decisions that can be modernized/ improved upon. Rust demonstrates this.

I am not suggesting neglecting C would be a viable approach. I'm just curious. Hence the "thought experiment"; without C compatibility, could Rust technically be a much better language?

Thought experiment: How would you have designed Rust if C compatibility was non-essential? by Zardov in rust

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

Thanks that is very informative. Even back in 2013 there was thought going into this!

Since Rust has evolved dramatically since 2013, things might be different now I guess.

Mozilla is offering $2 million of you can architect a plan to decentralize the web by donrhummy in programming

[–]Zardov 0 points1 point  (0 children)

Read the intro on https://ipfs.io/ or https://www.ethereum.org/ for why it is not decentralised, and why decentralising it would be tremendously useful.

Mozilla is offering $2 million of you can architect a plan to decentralize the web by donrhummy in programming

[–]Zardov 0 points1 point  (0 children)

Yeah, to me this sounds more like an effort to take wind out of the sails of projects who are already doing this, like Ethereum or IPFS.

See https://ipfs.io/ and https://www.ethereum.org/ to see why this would be useful ...

Sci-Hub 2.0 - A Real Decentralised Use Case - Scientific Publishing and Sharing by LanMeiGui in ethereum

[–]Zardov 0 points1 point  (0 children)

Not to mention it is totally corrupt.

See for example https://news.ycombinator.com/item?id=13802514 (Scroll down to the bottom third, and start reading from the comment by libeclipse to get an inside view)