How is it brittle? It solves the problem at hand, which is unambiguous (I think).
PBT is awesome but I would still like to have tests I can easily reason about when implementing a tricky algorithm. The way I see it, TDD is the specification, PBT is for finding gaps in my specification.
> I'd have to look up what the "/" in "M/L" means in the 5th reply (I didn't) M/L means that M is a field-extension over L. A concrete example would be C/R (the complex numbers over the reals). Algebraic number theory,…
Same here. The universe tipped back into balance when they didn't bother to reply after me asking about the role. :)
To add to that my current struggle: Most stuff is geared towards conda and terrible engineering practices (requirements.txt and not even locked versions). If you want to actually build and deploy something on actual…
Some things I like: * Frequent feedback from stakeholders and customers * Retrospectives * Standups These can be annoying but they help make sure that the right thing is developed. Things I don't like: * Things get…
From the FAQ, I don't get why the code has to be GPL licensed. It talks about libraries, "entire combinations", "software modules that link" and "work as a whole". On your second point: Can't they argue that they…
That worked, thank you!
Three reasons for me: * It disconnects more than once per day, requiring me to enable the wifi hotspot again on the phone * The phone gets very hot * It is slower than usb tethering: In my measurements, I get about…
If anyone else struggles with how the formulae "V-J=1" and "1+D-F=0" are obtained: You can think of the two different ways of joining bodies of water (join two separate bodies of water (J) and join the same body of…
Out of curiosity, how did you do that in C++?
There's a paper describing the use for railway applications [0]. A few years back I had an interesting discussion with one of its authors and was shown the real model and code. Interestingly, they generated C from the…
I tried this once with multiple components (each being built into a static library), components "exporting" public includes (with correct dependencies across component boundaries) and tests for every component (as well…
I really like Alone in the Wilderness, which is about Dick Proenneke building his log cabinby hand and living a solitary life in Alaska.
I think you're right, see [0]. Furthermore E9 is not "JP (HL)" but rather "JP HL". If I remember correctly a few timings or instruction sizes are off as well. [0]: http://www.devrs.com/gb/files/opcodes.html
Sorry for the unrelated comment but I wanted to thank you for your nice lecture notes. I found them clear and very helpful during my studies.
From the article you linked: "The ECB says the €500 banknote remains legal tender and will always retain its value."
Thank you for the explanation! I'll have to look out for that one...
Sorry, can you clarify? Adding the template argument causes a crash on idone, but I have no idea why that happens. Moreover, the output on my computer is always b\n. EDIT: Not sure if this is it, but after some digging…
Works for me in both C++03 and C++14? https://ideone.com/KhfGaN
You might also enjoy [0] (which is based on [1]). [0]: https://simonschreibt.de/gat/zelda-wind-waker-hyrule-travel-... [1]: http://polycount.com/discussion/104415/zelda-wind-waker-tech...
You need to know a few interesting categories and functors before you can appreciate it. Without that, it is really abstract nonsense.
Yes, it works for a (very) short time. Cool trick, thanks!
I had a similar situation just recently with an old Gmail account. Despite knowing the password, Gmail wants me to answer the security question or log in from a place I logged in ten years ago or list folder names…
Symbolic differentiation is what you learned in school and do by hand. Automatic differentiation is, as far as I understand it, you take your nice function, develop it into a Taylor series around x: f(x + h) = f(x) +…
How is it brittle? It solves the problem at hand, which is unambiguous (I think).
PBT is awesome but I would still like to have tests I can easily reason about when implementing a tricky algorithm. The way I see it, TDD is the specification, PBT is for finding gaps in my specification.
> I'd have to look up what the "/" in "M/L" means in the 5th reply (I didn't) M/L means that M is a field-extension over L. A concrete example would be C/R (the complex numbers over the reals). Algebraic number theory,…
Same here. The universe tipped back into balance when they didn't bother to reply after me asking about the role. :)
To add to that my current struggle: Most stuff is geared towards conda and terrible engineering practices (requirements.txt and not even locked versions). If you want to actually build and deploy something on actual…
Some things I like: * Frequent feedback from stakeholders and customers * Retrospectives * Standups These can be annoying but they help make sure that the right thing is developed. Things I don't like: * Things get…
From the FAQ, I don't get why the code has to be GPL licensed. It talks about libraries, "entire combinations", "software modules that link" and "work as a whole". On your second point: Can't they argue that they…
That worked, thank you!
Three reasons for me: * It disconnects more than once per day, requiring me to enable the wifi hotspot again on the phone * The phone gets very hot * It is slower than usb tethering: In my measurements, I get about…
If anyone else struggles with how the formulae "V-J=1" and "1+D-F=0" are obtained: You can think of the two different ways of joining bodies of water (join two separate bodies of water (J) and join the same body of…
Out of curiosity, how did you do that in C++?
There's a paper describing the use for railway applications [0]. A few years back I had an interesting discussion with one of its authors and was shown the real model and code. Interestingly, they generated C from the…
I tried this once with multiple components (each being built into a static library), components "exporting" public includes (with correct dependencies across component boundaries) and tests for every component (as well…
I really like Alone in the Wilderness, which is about Dick Proenneke building his log cabinby hand and living a solitary life in Alaska.
I think you're right, see [0]. Furthermore E9 is not "JP (HL)" but rather "JP HL". If I remember correctly a few timings or instruction sizes are off as well. [0]: http://www.devrs.com/gb/files/opcodes.html
Sorry for the unrelated comment but I wanted to thank you for your nice lecture notes. I found them clear and very helpful during my studies.
From the article you linked: "The ECB says the €500 banknote remains legal tender and will always retain its value."
Thank you for the explanation! I'll have to look out for that one...
Sorry, can you clarify? Adding the template argument causes a crash on idone, but I have no idea why that happens. Moreover, the output on my computer is always b\n. EDIT: Not sure if this is it, but after some digging…
Works for me in both C++03 and C++14? https://ideone.com/KhfGaN
You might also enjoy [0] (which is based on [1]). [0]: https://simonschreibt.de/gat/zelda-wind-waker-hyrule-travel-... [1]: http://polycount.com/discussion/104415/zelda-wind-waker-tech...
You need to know a few interesting categories and functors before you can appreciate it. Without that, it is really abstract nonsense.
Yes, it works for a (very) short time. Cool trick, thanks!
I had a similar situation just recently with an old Gmail account. Despite knowing the password, Gmail wants me to answer the security question or log in from a place I logged in ten years ago or list folder names…
Symbolic differentiation is what you learned in school and do by hand. Automatic differentiation is, as far as I understand it, you take your nice function, develop it into a Taylor series around x: f(x + h) = f(x) +…