HackerTrans
TopNewTrendsCommentsPastAskShowJobs

searke

no profile record

comments

searke
·ano passado·discuss
What about people who aren't interested in autocratic racists who throw out the nazi salute?
searke
·ano passado·discuss
You are the one who is claiming that they've saved $1.82 Billion dolars by posting some random website that thinks illegally destroying a federal agency is fiscally responsible.
searke
·ano passado·discuss
tl;dr No. If this were permitted, then a president would just be a dictator.

And he didn't even appoint Musk. Musk isn't head of any government department. He's just a random guy who has a ton of money.
searke
·ano passado·discuss
You can't claim to have "saved" money by destroying programs funded by congress that you have no authority to destroy.

Especially when the long term costs of destroying those programs are going to be enormous.
searke
·há 2 anos·discuss
You might want to use Fourier analysis instead. I did this project but with temperature :

https://searke.github.io/2017/01/08/TemperatureGraph.html

Also, coincidentally enough, for Chicago using Wolfram Language. Great minds think alike I guess.
searke
·há 2 anos·discuss
Replying here to the comment which was removed:

You can and should talk about the biological and social origins of homosexuality if it interests you. But, you should avoid doing it in a way that's insulting.

I would also suggest, since it's a sensitive topic affecting people that have been persecuted, making sure the comments are thoughtful and non-reductionist.

For people who'd prefer to be cavalier about the subject though, there's not lack of spaces on the internet to do so.
searke
·há 2 anos·discuss
Hardly taboo. Casual homophobic comments like these are all over the internet.

If you have some interesting but edgy thoughts about people's ... lifestyle, try posting something thoughtful instead of this.
searke
·há 5 anos·discuss
(disclaimer, I work at Wolfram Research)

I'd love more tools for using TeX and markdown. There are a few but they're not really given as a first choice anywhere.

About MathML... I mean I'm also not a fan. I'm not sure anyone really is. I've been cursed to work with it in some legacy pages. I love using mathjax. I'm not familiar at all with the two people who from the company who worked on it or that project. But I think it's going a bit far to think that MathML was nefarious corporate plot to manipulate the W3C. (0) MathML doesn't interoperate with WolframLanguage in any particularly great or exclusive way. (1) MathML makes more sense for the time period it was introduced than it does now. Mathjax is technology I don't think people foresaw at the time (Reparsing the DOM and injecting some kind of formatted math notation?!) People really thought math notation would need to be expressed in an XML like format. The other option at the time afaik was static images you'd generate from LaTeX and insert into your document. (2) TeX is a language for typesetting math in a paper and people thought we'd need something that went deeper, representing something closer to the intended semantics of the notation. This was probably a mistake.

Afaik MathML didn't make it harder for people to use TeX on the web.
searke
·há 5 anos·discuss
So I feel like you're right in that we can do a better job of explaining how to do this (I obviously work at Wolfram Research).

But I think it's very possible and a strength of ours. Wolfram|Alpha is used by many services, including now MS Excel which I think is a counter example to the paradox you mentioned.

If you're interested in NLP applications, you can build APIs in WolframLanguage using the Interpreter (https://reference.wolfram.com/language/ref/Interpreter.html) or PLI framework (https://reference.wolfram.com/language/ref/GrammarRules.html) that give a finer grain control that doesn't require the full, overwhelming "full smartness" of Wolfram|Alpha. They're both pretty unique technologies and I think that also has affected adoption.