Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
jamiltron
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
jamiltron
3y ago
The use of IQ tests is already suspect, but then I saw that the author is tracking the political leanings of LLMs by using that silly economic/authoritarian political compass - so they seem pretty committed to "tracking" usel
2.
▲
by
jamiltron
4y ago
Neurodiverse is a wider collection than autism. It's useful to describe a variety of circumstances without needing to enumerate through them.
3.
▲
by
jamiltron
6y ago
privilege, noun a special right, advantage, or immunity granted or available only to a particular person or group.
4.
▲
by
jamiltron
6y ago
And I'm glad you're privileged enough to be here posting today, boasting of the wealth your workers generate for you :-)
5.
▲
by
jamiltron
6y ago
"A small investment" and the ability to take on risk sounds like a significantly privileged position the average worker is not afforded.
6.
▲
by
jamiltron
6y ago
That's not what that means at all. Founding a business requires a significant investment of capital.
7.
▲
by
jamiltron
11y ago
People were porting it to Linux with SDL at Handmade Pengiun: https://davidgow.net/handmadepenguin/ I am not sure if they've kept up or not, as I haven't kept up with the series, despite my attempts. Nothing
8.
▲
by
jamiltron
11y ago
And as someone who has coded both Python and Ruby on the job, and most recently Scala, I find the amount of time I'm debugging runtime errors much less in Scala, which is very valuable. I also don't feel the amount of code I am wr
9.
▲
by
jamiltron
11y ago
> And makes your code 20% longer Not necessarily true, especially if you are using a language with type-inference or you are able to encode your logic in types. Additionally - what do you think unit tests are? They aren't additional
10.
▲
by
jamiltron
12y ago
You do realize that significantly more complex software has been written for decades without the use of generics, right?
11.
▲
by
jamiltron
12y ago
But that's what makes Threes superior, for me - the needing to add 1 and 2, and the fact that they don't match each other makes for a more difficult game that requires much more thought. The fact that you can make matches with the
12.
▲
by
jamiltron
12y ago
2048 is most definitely a clone.
13.
▲
by
jamiltron
12y ago
Nope. Games are widely varied in their scope and delivery. I am fairly confident there is no single target.
14.
▲
by
jamiltron
12y ago
"We'd like to support the editor on Linux some day" is not "editor support is planned for the future."
15.
▲
by
jamiltron
13y ago
I assumed since she is part octopus, she probably just got out of the ocean or something /shrug
16.
▲
by
jamiltron
14y ago
Lambda expressions are not necessarily first-class functions (I mean, they are in Python, but so is any other old function). First class functions simply mean that a language treats functions as it would nearly any other data type, namely t
17.
▲
by
jamiltron
14y ago
My girlfriend worked in crime scene investigation. I think they probably have it way worse than programmers when it comes to public perception of the job based on shows and movies.
18.
▲
by
jamiltron
14y ago
I use Emacs on OSX, just like I do on every other operating system I have to use.
19.
▲
by
jamiltron
14y ago
Yes, but unfortunately it can only be a single expression.
20.
▲
by
jamiltron
15y ago
Not to be nit-picky, but everything is Haskell is not always a function: http://conal.net/blog/posts/everything-is-a-function-in-hask...
21.
▲
by
jamiltron
15y ago
I have been tinkering with Clojure off and on for the past year, and I only recently have started with Clojure's web technologies. Currently the documentation is a mess. I've slowely been learning by looking at very basic examples, and then
22.
▲
by
jamiltron
15y ago
If by "good overview" you mean "often incorrect and sometimes extremely harmful" you are correct: http://w3fools.com/
23.
▲
by
jamiltron
16y ago
Solium Infernum is awesome. Fans of strategy games should definitely check it out.
24.
▲
by
jamiltron
16y ago
What is the state of using Clojure to develop for Android? Everything I see on the subject is pretty dated. I see that people are saying that until recently getting a Clojure REPL on Android wasn't possible - so do the technical changes tha