HackerTrans
TopNewTrendsCommentsPastAskShowJobs

nurbl

no profile record

comments

nurbl
·10 hari yang lalu·discuss
You don't think there are any other aspects worth considering than the mere quality of the code produced?
nurbl
·bulan lalu·discuss
I'm professionally a python programmer with no C/C++ experience, and I do some hobby programming in zig. I tried rust but it seemed complicated and kind of boring. Zig was a lot easier for me to get into. I don't mind that it's obscure and a bit of a moving target, but I have yet to do anything really "serious" with it.
nurbl
·3 bulan yang lalu·discuss
I think the point of the saying is that as systems tend to expand, sooner or later we become part of them. That means that we can no longer see them from outside, we're now part of the system and our goals and the system's goals will align. Then the purpose of the system can't be anything else than what it does.
nurbl
·4 bulan yang lalu·discuss
Carrion Comfort was my introduction to Dan Simmons, I loved it. Not as good as some of his later stuff but it's really inventive, and never boring.
nurbl
·4 bulan yang lalu·discuss
Well there was no way the show would be quite as good as the book. But I was still pleasantly surprised, it was definitely better than the average TV adaptation. The actors were very good.
nurbl
·4 bulan yang lalu·discuss
Yes. There will always be people who see opportunity in using it destructively. Best case scenario is that others will use it to counter that. But it is usually easier to destroy than to protect. So we could have a constant AI war going on somewhere in the clouds, occasionally leaking new disasters into the human world.
nurbl
·6 bulan yang lalu·discuss
Interesting. I like the discussion about "Shadow of the Colossus", it's one of those few games that goes its own way and really sticks with you.

Also, weirdly, the article references Brian Moriarty's "Who buried Paul?" but not "An Apology for Roger Ebert" which seems even more relevant :D
nurbl
·6 bulan yang lalu·discuss
I think the effort is indeed a big piece of it. For example, consider sports. I don't imagine that a lot of sports fans would be interested in watching completely AI-generated video of their favorite teams playing, even if it's totally believable. Surely the main point of the whole thing has something to do with humans at the top of their skill, measuring up against each other, and experiencing it together with them?

For me it's the same with music. I am sure I will be fooled by some AI generated music now and then, but what does that prove?
nurbl
·9 bulan yang lalu·discuss
Though in principle they serve similar purposes there are some big differences though. Python with types is still just python. Typescript is a different language from JS (guess it a superset?) and it being controlled by a large company could be considered problematic.

I suppose JS could go in the same direction and adopt the typing syntax from TS as a non-runtime thing. Then the typescript compiler would become something like mypy, an entirely optional part of the ecosystem.
nurbl
·9 bulan yang lalu·discuss
I don't have experience from any larger application, but from my smaller usage Preact seems like a drop in replacement. It's been compatible with the react libraries I've tried. It also works great with ES modules. So for simple stuff, I think it's worth a try.