zephyrthenoble's comments

zephyrthenoble | 9 years ago | on: Given Choice, Patients Will Choose Cannabis Over Prescribed Opioids

I used to have chronic neck pain, and didn't think that it would ever get better. I was eventually convinced to go to physical therapy at a location near my job.

It took several months of me going in for half an hour, twice a week, but my pain started to subside. I now only occasionally get pain when I have very poor posture. Give PT a try. It really doesn't take very long and is very effective.

zephyrthenoble | 10 years ago | on: Amazon Underground

There are also a lot of people out there who would not be willing to pay the $4.64 dollars. By using this model, developers can get both the people who want to buy it through the store and people who don't want to spend any money to play it, which might end up being more total profit.

zephyrthenoble | 10 years ago | on: Windows 10 Review

You have named a lot of applications that are native to Windows only. You might be able to get them working on Linux using WINE, but I can tell you from my experience that on Fedora 21 Blizzard games are difficult if not impossible to get working.

I don't have experience wit the other applications you mentioned.

zephyrthenoble | 12 years ago | on: Rust by Example

I think what I should have said is that, since I had deadlines for project submissions, dealing with Rust in its current state was more difficult than writing it in Python would have been.

I do understand that Rust is trying to become a better alternative to current lower-level languages, but my OS class is (supposed) to be about how things like kernels and schedulers work, not about college students struggling with a new under development language. So by "rather just write it in Python" I meant "rather just write it in something I already can use efficiently." I am obviously not who Rust is aimed at.

zephyrthenoble | 12 years ago | on: Rust by Example

You have valid points, especially about contributing back to the community. However, I was using Rust to learn how a webserver or a kernel worked, not to learn how a language worked.

If I was writing my own code for my own use, and it didn't effect a grade or was part of important work, then using Rust and learning from/contributing to the community would be a great experience.

zephyrthenoble | 12 years ago | on: Rust by Example

I am a CS student who had to use Rust for my OS class. I have had several issues using Rust so far, mostly caused by a lack of verbose documentation and examples. The basic ideas are great, but it's hard to learn about some things, such as lifetimes, because it isn't covered in extensive detail in the official documentation, and not at all elsewhere. The compiler is no help, because the errors aren't online.

I won't be using Rust again until well after its 1.0 release. I don't want to struggle with a language, I want to program in it. Rust just seems like it requires a much deeper knowledge of programming theory in general for one to use it effectively, and people like me would rather just write it in Python.

page 3