Readit News logoReadit News
wolfgke commented on Math Keeps Changing   macwright.com/2020/02/14/... · Posted by u/vonadz
api · 5 years ago
I've believed since college that math is the worst taught of all academic subjects. I never had a math professor that engaged the class, and practical applications were never mentioned.

Even worse the language of math was never adequately explained. You were expected to learn the meaning of some new squiggle or greek letter by... its context? Symbols and terms you'd never seen before were just thrown at you without explanation. Definitions when given sounded circular or were given in terms of other things that had never been defined clearly.

I had one professor who just turned his back to the class and wrote things on the board. Students were meant to just magically understand.

I'll never forget in year one of college being absolutely stuck in calculus. I called up my dad and he tried to help me a bit, then he stopped and said: "you know what a derivative is, right?" I said no, not really. They tried to explain in class but it didn't click. He said "a derivative of a function is the rate of change of that function." I thought for a second and then said "thanks, now I understand calculus." I was un-stuck instantly. My professors never explained it that clearly.

Later on I took classes in things like population genetics and evolutionary dynamics. The professors of those classes explained the relevant math better than my math professors did to the point that if I'd taken those classes first I would have done better in the math classes that were their prerequisites.

wolfgke · 5 years ago
> I've believed since college that math is the worst taught of all academic subjects. I never had a math professor that engaged the class, and practical applications were never mentioned.

Nearly all math textbooks and lectures mention practical applications. The problem rather seems to be that you have/had a different understanding of "practical" than your math professor.

wolfgke commented on NandGame – Build a Computer from Scratch   nandgame.com/... · Posted by u/dalemyers
wolfgke · 5 years ago
A quite similar game in Steam:

MHRD

https://store.steampowered.com/app/576030/MHRD/

wolfgke commented on College students are learning hard lessons about anti-cheating software   voiceofsandiego.org/topic... · Posted by u/discocrisco
serjester · 5 years ago
From the many students I know, I can tell you that cheating is rampant in online learning. The average GPA has gone up 0.3 points at my alma mater. I don't think people understand just how widespread it is.

This software isn't ideal but there's no good solutions here short of major rethink of how these classes, and possible all of the college, is structured.

wolfgke · 5 years ago
Make exams that are harder to cheat. For example:

- oral exams via video call

- written exams where students are distributed over a larger area (e.g. the university rents a warehouse for the examination time) so that the COVID-19 spreading risk is nevertheless kept very small.

wolfgke commented on How many registers does an x86-64 CPU have?   blog.yossarian.net/2020/1... · Posted by u/woodruffw
colejohnson66 · 5 years ago
You mean remove backwards compatibility and ruin the whole reason people use x86? Not to mention that when AMD64 (“long mode”) was introduced, a big amount of cruft was disabled in the new mode (but is still available in 16-bit (“real mode”) and 32-bit (“protected mode”) for compatibility).
wolfgke · 5 years ago
> (but is still available in 16-bit (“real mode”) and 32-bit (“protected mode”) for compatibility).

There exists both 16 bit protected mode (available since the 80286) and 32 bit protected mode (available since the 80386).

wolfgke commented on Show HN: I made a Mahjong browser game   jongmah.com... · Posted by u/jessym
Bjartr · 5 years ago
If someone is asking for an scroll indicator, it's safe to assume that, for some reason, the native scroll affordance has been hidden from them.
wolfgke · 5 years ago
Indeed - but then the person asking should better look in the systems/browser settings; this has nothing to do with the website.
wolfgke commented on Little Things That Made Amiga Great   datagubbe.se/ltmag/... · Posted by u/eitland
bhauer · 5 years ago
A big "Yes" to proportional scroll bars. I didn't have an Amiga, but rather an ST. The ST also had proportional scroll bars and for years, I could not understand why the major platforms (Windows, MacOS) did not. It was a pet peeve that really bothered me when I would sit down to use someone's Mac or PC of the time.

I should have realized it could be worse. With the modern era's "mobile first" UX regime, we now have many desktop experiences that hide the scrollbars entirely—revealing them only on interaction—wholly removing any at-a-glance utility we enjoyed from proportional bars.

wolfgke · 5 years ago
> A big "Yes" to proportional scroll bars. I didn't have an Amiga, but rather an ST. The ST also had proportional scroll bars and for years, I could not understand why the major platforms (Windows, MacOS) did not. It was a pet peeve that really bothered me when I would sit down to use someone's Mac or PC of the time.

Windows has proportional scrollbars: https://devblogs.microsoft.com/oldnewthing/20030731-00/?p=43...

wolfgke commented on Show HN: I made a Mahjong browser game   jongmah.com... · Posted by u/jessym
prakhar897 · 5 years ago
Hey, Nice Game! One suggestion - Can you add an indicator so that people will know to scroll down for rules and stuff. I figured this out really late and by then, I had already googled all the rules.
wolfgke · 5 years ago
> Can you add an indicator so that people will know to scroll down for rules and stuff.

It's called a "scrollbar" and shown in the browser.

wolfgke commented on The Philosophical Implications of the Four-Color Problem (1980) [pdf]   maa.org/sites/default/fil... · Posted by u/prismatic
dkural · 5 years ago
Classification of finite simple groups, undoubtedly, is very long and consists of a number of works by many different mathematicians, but the difficulties presented by that proof are of a qualitatively different nature than those presented by the proof of the Four-Color-Theorem.

For the classification of finite simple groups, mathematicians comprehend the plan of attack broadly, are able to understand why it is true - and simpler second-generation and third-generation proofs are being published now (which of itself is evidence of improved understanding). The proof has resulted in new techniques broadly applicable to other problems, and new insights into the subject. It has led to the discovery of additional sporadic groups, and more connections between them.

However, the issue with the four-color-theorem is different: It's a proof that simply goes through all the reduced cases one by one, and checks it. Even if one had a lot of time, no mathematician should really bother reading through it, as there is no technique or idea one could absorb, and one would not really come out with any understand of why true or any way to apply it outside the problem. It is just mindless brute-force checking. It's like reading a telephone directory.

I am not against computational mathematics or computational proof by the way. I am also for proof-checkers. I don't dispute the validity of computational proofs, or question their philosophical status.

I do think one core aspect of the practice of mathematics has been in increasing human understanding of it, not merely compute things with symbols. Human mathematics is an act of summary/compression, and of translation at once (from a vast number of mathematical facts to the human language).

In this sense - in physics too, simple "laws of physics" like Maxwell's Equations or Newton's Laws are amazing because they compress so many different things one could observe and convey something essential about their nature in a way humans can comprehend and tinker with, to produce further artifacts - like the electric motor or the steam engine.

Nature (mathematical or physical) already knows (and operates within) its own laws, it is humans that need to be looped in. Hence my dissatisfaction of computer-generated proofs that don't enhance human understanding much.

wolfgke · 5 years ago
> I do think one core aspect of the practice of mathematics has been in increasing human understanding of it, not merely compute things with symbols.

The road towards better (in the sense that they can be "more trusted") computer-checked proofs of the four-color theorem has also lead to a better (human) understanding of the four-color theorem.

wolfgke commented on To do politics or not do politics? Tech startups are divided   nytimes.com/2020/10/28/te... · Posted by u/CapitalistCartr
whimsicalism · 5 years ago
> the fact that businesses generally, and in many ways are legally required to, let people do their jobs regardless of their faith

Businesses take political and religious actions all the time.

Hobby Lobby refused to pay for any health insurance plan that covered contraception because they believed them to be abortifacients and contrary to the christian values of the corporation.

The difference today is that now it is employees rather than owners pushing for a certain stance.

wolfgke · 5 years ago
> Hobby Lobby refused to pay for any health insurance plan that covered contraception because they believed them to be abortifacients and contrary to the christian values of the corporation.

This is rather an argument why not the employer, but the employee should pay for the health coverage. As they say in Germany:

"Wer zahlt, schafft an."

("who pays, commands", where the verb "anschaffen" (which I translate with "command" here) has the undertone of "giving sexual orders to a prostitute that she has to follow")

wolfgke commented on To do politics or not do politics? Tech startups are divided   nytimes.com/2020/10/28/te... · Posted by u/CapitalistCartr
slg · 5 years ago
This argument also relies on an unstated bias against gay couples.

Straight couples can get married without any plans to have a child. Why is is different for gay couples?

Gay couples can also have a child either through adoption or biologically with a surrogate or sperm donor.

wolfgke · 5 years ago
> Straight couples can get married without any plans to have a child. Why is is different for gay couples?

This is rather an argument for a change in taxation laws instead of gay marriage.

u/wolfgke

KarmaCake day7164May 1, 2009View Original