Live data from Hacker News

This Website is hosted on an Casio fx-9750GII Calculator

fxip.as203478.net

191–200 of 265 posts

Re: This Website is hosted on an Casio fx-9750GII Calculator

#191

Its a great mystery to me why American students have to buy expensive programmable calculators for course work. I vaguely remember reading that it is the result of lobbying by calculator manufacturers. In my country even undergraduate science/engineering students dont need a programmable calculator. Some undergraduate programs like CS don't need any type of calculator.

They are not expensive: https://www.amazon.com/Casio-fx-9750GII-Graphing-Calculator-...

Re: This Website is hosted on an Casio fx-9750GII Calculator

#192
post #191

Its a great mystery to me why American students have to buy expensive programmable calculators for course work. I vaguely remember reading that it is the result of lobbying by calculator manufacturers. In my country even undergraduate science/engineering students dont need a programmable calculator. Some undergraduate programs like CS don't need any type of calculator.

They are not expensive: https://www.amazon.com/Casio-fx-9750GII-Graphing-Calculator-...

More than the quantum of the expense, I am questioning the need. Couple of hundred dollars on an unnecessary expense is still wastage.

Re: This Website is hosted on an Casio fx-9750GII Calculator

#193
post #191

Earlier quoted context omitted.

They are not expensive: https://www.amazon.com/Casio-fx-9750GII-Graphing-Calculator-...

More than the quantum of the expense, I am questioning the need. Couple of hundred dollars on an unnecessary expense is still wastage.

But for Calculus (part of CS) you need a graphing calculator.

Re: This Website is hosted on an Casio fx-9750GII Calculator

#194

Notice: this is written in fairly nicely-written C, not ASM with demoscene level micro-optimizations, like you might expect. Goes to show how much you can get out of hardware just by writing code sensibly in a native language (and native libs/tools, of course).

My experience in 8-bit is you can write 80% in C and then just focus and optimise the bits that need it in assembly. The rule is the same as ever, don't prematurely optimise (i.e. by writing everything in assembly), but the amount that needs optimisation is a bit bigger.

Re: This Website is hosted on an Casio fx-9750GII Calculator

#195
post #162

Earlier quoted context omitted.

I walked through doing this with my AS (AS398328) in the US (ARIN), both for fun and for security research. Happy to chat with anyone who wants to go through the process, it was probably $1-2k in total for ARIN fees to get the AS and v4/v6 space. Real transit is a lot worse though.

1-2k is a bit tough for testing the water. But above there is another $50 one. One wonder what is the difference as $50 is very manageable!

going direct to ARIN/RIPE/APNIC etc have some stricter rules (IIRC, in RIPE you need a company or possibly business, plus a bank account in that name). by going for somone like HostUs, they are sponsoring the account, so they need to verify you and ask questions, then setup the ASN, etc. Also, going direct will provide you with V4/V6 space allocations. They might charge a yearly fee (IIRC, its like 50 per allocation) but v6 is "practally" free but V4 will be a in a wait list... Finally, going direct, there is some sort of "kick back"... if the RIR makes more money than it cost to run the place, they reallocate fees back to the LIRs... so, you some times get money back... I have been tempted, but for RIPE, its 1400 per year, plus 2k setup... ouch...

[EDIT] bit more on the RIPE fees: https://www.ripe.net/participate/member-support/payment/ripe...

Re: This Website is hosted on an Casio fx-9750GII Calculator

#196
post #184

Earlier quoted context omitted.

One of my proudest cheats was cramming the keywords of an entire presentation in French on a tiny round piece of paper, stuck to the glass of my wrist watch, so I could literally cheat while the whole class and teacher were watching me. Somehow I actually got away with multiple glances, only receiving a single remark about "being a bit too focused on the duration of my presentation". My cousin, who has always did hav…

How is having the transcript of the presentation cheating and not just being prepared?

It's because school is preparing students for life, where it would be outrageous to have written notes while presenting or speaking. What's next, someone else writing the words for you?

Re: This Website is hosted on an Casio fx-9750GII Calculator

#197

Notice: this is written in fairly nicely-written C, not ASM with demoscene level micro-optimizations, like you might expect. Goes to show how much you can get out of hardware just by writing code sensibly in a native language (and native libs/tools, of course).

> Goes to show how much you can get out of hardware just by writing code sensibly in a native language (and native libs/tools, of course). Personally, I find this a far less impressive demo of the SuperH SH-4 CPU than, say, Doom running on a graphical calculator. A http server (not https) simply opens sockets, writes a string, and closes the socket, a task which is usually purely I/O bound. Implement something basic…

I agree with the feeling, it's not really that impressive, but the HTTPS mention isn't accurate. Performance would be certainly lower, but remember the SH-4 was in the Dreamcast.

You can buy some niche boards[0] with SH-4, and I assure you, they can run Debian and they do SSL just fine.

[0]https://www.apnet.co.jp/product/superh/

Re: This Website is hosted on an Casio fx-9750GII Calculator

#198
post #59

Earlier quoted context omitted.

So most of the content (images, font) is hosted elsewhere ...

of course just like with most places using content providers :) . It would take forever (relatively)to pull those off the casio vs the html text for the page.

[deleted]

Re: This Website is hosted on an Casio fx-9750GII Calculator

#200
post #193

Earlier quoted context omitted.

More than the quantum of the expense, I am questioning the need. Couple of hundred dollars on an unnecessary expense is still wastage.

But for Calculus (part of CS) you need a graphing calculator.

You don’t, unless the teaching staff decide to include a lot of numerical work in exams. Which I don’t know why they would do. I would presume that a calculus course would teach you algebraic methods that you work out on paper.

In Swedish engineering schools, graphing calculators are banned from exams in almost all subject.

Post reply on HN