HN user

anonlastname

89 karma
Posts3
Comments104
View on HN
[dead] 7 years ago

Finally, a distribution for Microsoft apologists

I made a chatbot for the website Omegle one time. It just randomly selected messages to send from a list. It was sort of like the emacs psychotherapist but dumber. Some people would talk to it for minutes before skipping.

It would be interesting to actually port the emacs psychotherapist to Javascript or wasm.

Those are not "because it allows us to get more profit." They are arguing that non-free Mathematica is completely in the best interest of their users. Of course it's not. At the end of the day, Sagemath is there for everybody to use and a person can't even use Mathematica unless they're connected to a university. They've sabotaged it with legal barriers and DRM.

This is because at one point the Tasmanian devil population completely crashed and much of the genetic variation in their population was lost. This is literally a textbook example of something called the "founder effect." The result is that the Tasmanian devils alive today are genetically close enough for their immune systems not to reject each other's cancer.

Google can be very difficult when it comes to approving add-ons for their add-on store as well. They approved my add-on that blocks porn ads on a certain website, but won't accept a trivial update on the grounds that it is too NSFW.

They make you provide a screenshot to submit an add-on. I used a screenshot of the website it works on with the porn ads it blocks heavily pixelated. I can't think of any other way to take a screenshot of what my add-on does. So I guess users will have to do without the new update.

The Russian strategy during WWII and the winter war only "worked" because they accepted an enormous loss of troops to compensate for all of their other shortcomings. During the Winter War especially, Russian troops lacked equipment such as white camouflage and a single Finnish sniper killed at least 500 Russian troops.

This strategy may have worked, but it's not acceptable.

The Erdos Paradox 8 years ago

Perhaps people who think mathematics is full of low hanging fruit are the same ones who grew up looking for binomial coefficient identities and calculating the 3n+1 sequence. It might not seem low hanging to everyone, but maybe to mathematicians.

In OpenSCAD you build your part by constructing its convex hull. This is done by using primitives with known convex hulls such as rectangles and spheres and combining them using operations such as addition, subtraction, union, and Minkowski sum (which is an interesting peice of mathematics.)

Because you interact with shapes using code, it feels much more precise than a GUI. I think this makes it easier to create parts that aren't "glitchy." You want your part to have the minimal amount of detail and using code makes this easier because you can keep track of the steps to draw your shapes to see if you made any unnecessary changes.

OpenSCAD made me think about CAD in a different way.