Viewing profile — DickieStarshine
DickieStarshine
HN member- Joined
- Tue, Aug 20, 2019, 10:09 AM UTC
- HN karma
- 12
- Public activity
- 20 items
- HN profile
- View on Hacker News ↗
About DickieStarshine
No profile information was provided.
Recent public activity
-
comment
Comment #49102397
But if a game has lots of material and rules, you have to read and remember a lot. I'm not sure I understand what you want. Can you give examples of easy systems?
-
comment
Comment #49087789
I have the books and while I haven't played it, they're well made and structured. Well worth the price.
-
comment
Comment #31481781
I'm a software developer in a large german city and I'm facing this issue. Rent is very high, around 50% of my net income. Food gets more expensive by the day and the war in the Uk…
-
comment
Comment #29672988
I love Julia for AoC, especially for matrices. It's just that good and I'm surprised more python people don't use it.
-
comment
Comment #29515116
I use this: (defun get-file (filename) (with-open-file (stream filename) (loop for line = (read-line stream nil) while line collect (parse-integer line))))
-
comment
Comment #29341163
As a German, I'm schockiert. Schockiert, I tell you.
-
comment
Comment #27117257
That's exactly the problem: instead of using conda you should instead use one of the myriad of others! It's balkanisation.
-
comment
Comment #27117244
How is it nothing like Python? 1-based indexing is definitely not a flaw. And version 1.6 massively decreased package import and precompilation time.
- story
-
comment
Comment #21263303
I think the point is: you have to see the pattern and break out of it deliberately.
-
comment
Comment #21232785
How's the editor support with Mercury?
-
comment
Comment #21232779
Have you looked at Julia?
-
comment
Comment #20918702
Dammit, I skipped the "at least" part... I read "during the last 100 years".
-
comment
Comment #20916505
Dune series by Frank Herbert, not much comes close.
-
comment
Comment #20783341
Well, I wouldn't exactly say that Lisp (CL) is functional. Also, if you're referring to macros then that's fair.
-
comment
Comment #20766234
So it's the magazines task to 'protect' people? What the hell kind of argument is this.
-
comment
Comment #20761284
> that also avoids grimdark Not as interesting as it could be then.
-
comment
Comment #20751234
That article was idiotic to begin with.
-
comment
Comment #20746720
Why didn't the crystal guys put the effort into Julia instead?
-
comment
Comment #20745539
Do it. I'm using it atm after years of Python and I like it.