Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
bit-101
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
bit-101
1y ago
Why is this phrased as a hypothetical question?
2.
▲
by
bit-101
3y ago
Not sure I agree. I listened to a handful of the books that MS encoded. I would not be able to listen to a full book like that. It's just not quite right - the timing is fixed and while the words are correctly pronounced and each have
3.
▲
by
bit-101
3y ago
And therefore you are rewarding and validating this behavior, so that content authors continue to pile on more and worse ads.
4.
▲
by
bit-101
4y ago
I concur with a lot of what other people are saying here. Late 50s, programming professionally for around 25 years. But recently switched to management. Really hard for me to focus on details of the companies code anymore. But... when I get
5.
▲
by
bit-101
4y ago
LIke: - Decent speed of compiling and execution. - Expressiveness. - I like the struct/receiver/interface interplay to create an analog of classes. - Nice standard library. - Cross compilation. Things I wish for: - Ternary operato
6.
▲
by
bit-101
4y ago
I've also had very good luck with cairographics bindings in multiple languages. For python there is pycairo. But it does require installing the native cairographics libs on your system. That might be a deal breaker for you. Not sure.
7.
▲
by
bit-101
4y ago
as mentioned, pygame seems a common goto lib. Though it does a lot more than just graphics and animation, it does seem to be good with those too.
8.
▲
by
bit-101
4y ago
very nice. just purchased!
9.
▲
by
bit-101
4y ago
Series author here. To respond to some of the comments... Making it interactive with a repl would be great, I agree. I've thought about going down that route a few times in the past, but it's then something new to maintain forever
10.
▲
by
bit-101
4y ago
Thanks. Will fix.
11.
▲
by
bit-101
5y ago
In that case I'd say that although the seed is random, the system is anything but random. This also goes for various forms of "chaos games". You make random choices on each turn, but those choices are within a framework of po
12.
▲
by
bit-101
5y ago
1 - Math.random() would result in (0,1]
13.
▲
by
bit-101
5y ago
Nice work!
14.
▲
by
bit-101
5y ago
to be fair, the wordpress theme I'm using does a red highlight, which I was not aware of until I tested it. May have contributed.
15.
▲
by
bit-101
5y ago
I don't have a RM device, but from all I've read, it comes down to: The Remarkable is a good note-taking/sketching device that can also display some ebooks. The focus is on the writing/drawing. The reading experience is
16.
▲
by
bit-101
5y ago
Author read this and has no idea what you're talking about. I'm not doing anything to disable highlighting or searching and it works on every browser I've tested it on across multiple OSes and mobile. Give me some repro steps
17.
▲
by
bit-101
5y ago
Ah yes, Beyond Tellerand. That was a good time!
18.
▲
by
bit-101
5y ago
Author of the original article here. I feel your pain, but again, it's just a different set of conventions. Mathematicians are used to f(x) = ... kind of notation. Once you get used to it, it makes total sense. That particular one I go
19.
▲
by
bit-101
5y ago
You may be viewing the field from your own bubble. There are a LOT of programmers who do not have formal CS degrees. I hire them regularly. There are a lot of boot camps and intensive non-degree programming schools out there. There are also
20.
▲
by
bit-101
5y ago
I agree, saving every iteration is overkill. I've done it on projects before too and it's too much. I just want an easy way to say, "I like this and I might want to go back to it later"
21.
▲
by
bit-101
5y ago
Generally, you'd ignore the binary or any compilation artifacts in your .gitignore. You might also want to ignore the images/animations you create and save them elsewhere. I think there's another comment here that talks about
22.
▲
by
bit-101
5y ago
Author of the post here. I agree. It's not a big deal. I just wanted to compare the two and document my findings. As I said in the post, Simplex isn't a drop in replacement for Perlin, but it's easy enough to tweak the values
23.
▲
by
bit-101
5y ago
Thanks, some interesting paths to follow there.
24.
▲
by
bit-101
6y ago
Yeah, I'm the author of those articles. Sorry they are not beefy enough for you, but I'm not the one submitting them here. In fact, HN is not a site I usually visit at all. This is just my personal blog where I post stuff that I f