HackerLangs
TopNewTrendsCommentsPastAskShowJobs

owyn

1,113 karmajoined 17 anni fa

Submissions

Musk says Tesla's chip fab project to launch in seven days

reuters.com
2 points·by owyn·4 mesi fa·1 comments

comments

owyn
·2 ore fa·discuss
> If you would consider killing nonviolent civilians, merely to send a message to others or to prove yourself to your "god," you're a terrorist.

The US is a "christian" nation which has been doing this for decades, even centuries at this point. As recently as a few weeks ago and the official government seems to be pretty joyous about it. I'm pretty sure it's the same "god". Not sure who this god guy is but he seems like an asshole who can justify anything.

> embedding military equipment among civilians happens sometimes

"happens sometimes" is in the passive voice. What if you live in a war zone and the war isn't far away? Are the people stockpiling AR-15's in the US legitimate military targets? There's a fun 80's movie about Cuba invading the US that you should watch some time. Is that "pro terrorist propaganda"?
owyn
·4 mesi fa·discuss
That's a good point, and I think this will be my last post on this site. I never added much value anyway.
owyn
·4 mesi fa·discuss
the bold section headers and bullet points. but who cares. i don't.
owyn
·4 mesi fa·discuss
This is AI slop but mildly amusing. Brainfuck did it first.
owyn
·4 mesi fa·discuss
Yeah, the scam is to inflate the value of your properties, then claim a write-off when it fails. For "some reason" you can even use other people's money for the investments and claim the losses for yourself. Then you can use that as a deduction when you actually make money again. One scammer in particular pulled this trick for 10 years, rolling it forward and filing a $916 million loss with the IRS in 1995.

https://www.nytimes.com/interactive/2019/05/07/us/politics/d...
owyn
·5 mesi fa·discuss
The word "challenge" in the article title is clickbait. I guess the assumption challenged is that this measurable effect is for humans only because we are so special? Good as a headline for a non-science audience that mostly doesn't believe in evolution. It's pretty obvious that our auditory and visual systems are older than humanity as a species. I'd be surprised if the results were anything but confirming. Chickens are not going to learn English. Other species use sound to communicate and that this effect is measurable is pretty cool.
owyn
·5 mesi fa·discuss
I think the problem is just not enough training on that specific language because it's proprietary. Most useful Mathematica code is on someone's personal computer, not GitHub. They can build up a useful set of training data, some benchmarks, a contest for the AI companies to score high on, because they do love that kind of thing.

But for most internet applications (as opposed to "math" stuff) I would think Python is still a better language choice.
owyn
·6 mesi fa·discuss
Yes they did, and that's the problem. Some people support this. It's easier to rile up hatred than to fix any real problems. When you spend years framing ALL immigration as illegal, you get a lot of people (like some of my family members) who will say "well, they ARE here illegally so they just need to enforce the law". And yes there are illegal immigrants in this country, but I don't think this kind of violence is the right solution.
owyn
·6 mesi fa·discuss
It's a "meet 5 random people for dinner/drinks" app. Actually sounds like it could be fun.
owyn
·6 mesi fa·discuss
Downvote for this web site is a horror movie billboard and zig already has a build system which is zig and that's one of it's neat features.
owyn
·6 mesi fa·discuss
Shadow of Mordor (and the sequel) had something called the "Nemesis" system where some of the Orc Captains you kill (and the ones who kill you) might survive off screen and get stronger and come back with scars and buffs and new nicknames. It didn't do the village/town stuff you are talking about. They talked about doing it in future games but never did.

Didn't find any good technical write-ups. Although apparently it's "patented".

Here's a decent video overview. I hate that everything is video now but this is the world we live in I suppose.

https://www.youtube.com/watch?v=3Fh5qc-ZnaM
owyn
·7 mesi fa·discuss
Same thing with learning Japanese. Just memorize the symbols. It's phonetic. Of course there are complex meanings and subtleties but that's just how we all play with language. As a foreigner your pronunciation can be good once you get the basics. But you have to match the sounds with the letters. We all did it once. We can do it again.
owyn
·7 mesi fa·discuss
Gorey was a unique artist. Have had his Amphigorey books on the shelf since I was a youthful edgy goth but I will crack them open again tonight. "The Curious Sofa: A Pornographic Work by Ogdred Weary" is a masterpiece of innuendo from 1961 and that article doesn't even mention it in a story that talks about him being gay though? Lazy journalism.

The introduction says:

"For Others"

The first line is:

"Alice was eating grapes in the park, when Herbert, an extremely well-endowed young man, introduced himself to her".

I was going to type in some more but it is well... pornographic in an interesting way. There is not a single bad word or naked picture, just allowing your own brain to fill in the details with the nuances of language.

I'm sure the book mentions it but some editor must have removed it because of the title.

Downvoting for paywall though. I dunno. Ban WP links?
owyn
·7 mesi fa·discuss
The original post is written by AI so I will read it briefly, but your comment is fascinating. I got through undergrad math by brute force memorization and taking the C. Or sometimes the C-. The underlying concepts were never really clear to me. I did take a good online calculus class later that helped.

However, I have questions: "Turns out the quantity they needed exists, but couldn't be described in their notation" What is this about? Sounds interesting.

"Statisticians just said "oh, that function" and gave it a new name." What is this?

I never understood there is a relationship between quadratic equations and some kind of underlying mathematic geometric symmetry. Is there a good intro to this? I only memorized how to solve them.

And the existential question. Is there a good way to teach this stuff?
owyn
·8 mesi fa·discuss
dtruss requires disabling SIP. This seems like a better option for basic "what just happened?" debugging.
owyn
·10 mesi fa·discuss
If you follow the press release rabbit a few clicks, there's an article in Science describing the NorthPole chip architecture in more detail:

https://www.science.org/doi/full/10.1126/science.adh1174

Also they've been working on this for 10+ years so it's not exactly new news.
owyn
·10 mesi fa·discuss
Oh! RDB was the first database I worked with. I forgot all about it. I do remember refactoring the data layer so that it also worked with Berkeley DB, which is also owned by Oracle now. Or maybe it was the other way around? There was no SQL involved in that particular application so it was just a K/V store. Working with a local data file was the primary design goal, no client/server stuff was even on the radar. SQLite would have been perfect if it had existed.