Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
1331
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
1331
10y ago
Asahi Net | Kyoto, Japan | Full-time software developers | ONSITE VISA Asahi Net, a Japanese ISP based in Tokyo, has started a new R&D lab in Kyoto. We are developing our first product, which would likely be exciting to those intereste
2.
▲
by
1331
12y ago
Great job! I really like the multi-line editing and IPython-style prompts. The syntax highlighting feature is nice as well, and it can be turned off with a flag. I am not a fan of auto-completion, however, so I wish there were a flag to t
3.
▲
by
1331
12y ago
This reminds me of Manufactoria (an old Flash game): http://pleasingfungus.com/Manufactoria/
4.
▲
by
1331
12y ago
I use gitit [1], which is open-source [2]. As a programmer, I really like being able to browse (less), search (grep), and edit (vi) via the command line. For my personal wiki, I do not even run the web server, saving RAM, though I can eas
5.
▲
by
1331
12y ago
If you stay with your current job and do not go to university, here are some concrete ideas for things that you might want to try, which I would recommend based on what you wrote: * Learn C. I have heard good things about _Learn C The Hard
6.
▲
by
1331
12y ago
I would like to second "learn something new each *" (for anybody, university degree or not!). It is great if you can do so on your own. If you have a hard time, you can change your situation (pay money to take courses, work thro
7.
▲
by
1331
12y ago
In my humble opinion, each layer should have a clear purpose: http://www.extellisys.com/articles/docker-layer-overload
8.
▲
by
1331
13y ago
A program run as a non-privileged user can access privileged ports using authbind: http://en.wikipedia.org/wiki/Authbind
9.
▲
by
1331
13y ago
The most popular payment gateway is GMO: http://www.gmo-pg.com/ I am often told that PayPal is the only sensible option for small businesses, however. I wish Stripe would come to Japan!
10.
▲
by
1331
13y ago
Something that I wish I would have learned at 13 is basic accounting (accrual method). Since your daughter is running a vending business, she has a great opportunity to practice accounting! Perhaps this book would be a good one for her: T
11.
▲
by
1331
14y ago
Indeed, polished UI elements tend to be done in Photoshop, while those for AI tend to be for wireframing. Here are a few links: http://developer.yahoo.com/ypatterns/about/stencils/ http://www.webalys.com/design-interface-application-fra
12.
▲
by
1331
14y ago
find . -type d -name '*.git'
13.
▲
by
1331
14y ago
Haskell - 112 bytes / 88 score a="Fizz" b="Buzz" i%j=mod i j==0 f i |i%15=a++b |i%5=b |i%3=a |True=show i main=mapM_ (putStrLn.f) [1..100]
14.
▲
by
1331
14y ago
It seems that the terminology is causing some confusion. The definition of a wiki is "a website which allows its users to add, modify, or delete its content via a web browser" [1], which is pretty much the opposite of "static." I assume t
15.
▲
by
1331
14y ago
> Academics have told us that human eyes can't distinguish between the 16,777,216 colors provided by 24-bit depth, so we believe that even though it can't be true. This is a fallacy. That the human eye cannot distinguish N different co
16.
▲
by
1331
14y ago
There are many programs that algorithmically generate palettes based on the HSV color space. Note that since complementary colors are calculated by hue alone (a single dimension), there is no need for optimization. Here is a web-app that I
17.
▲
by
1331
14y ago
The number read in Korean ("one thousand and four") has the same pronunciation as the word for angel: both are 천사 ("cheonsa"). http://translate.google.co.kr/?tab=wT#en/ko/one%20thousand%2...
18.
▲
by
1331
14y ago
Gitit is really nice: http://gitit.net/
19.
▲
by
1331
14y ago
_Concrete Mathematics_ [1] is a good book that is fun to work through. The book can be considered an introduction/prerequisite to Knuth's _The Art of Computer Programming_ series [2], which contains much mathematics. If you would like a b
20.
▲
by
1331
14y ago
Verbose links for you: Khan Academy: http://www.khanacademy.org/ Arithmetic videos: http://www.khanacademy.org/#arithmetic Easiest addition video: http://www.khanacademy.org/math/arithmetic/addition-subtract... Exercises: http://www.
21.
▲
by
1331
14y ago
You may want to try out Edubuntu [1], which contains many open source educational applications. You can try it online, and download it if you like it. I recommend installing it in a VM. If you are already running Linux, you can simply in
22.
▲
by
1331
14y ago
As for studying proofs, _How To Prove It_ [1] is indeed a good book. You may also be interested in _Book of Proof_ [2], which is available under a Creative Commons license. (You can download the PDF for free, and you can order it from Ama
23.
▲
by
1331
14y ago
_How To Solve It_ [1] is indeed a good book, but I think fjellfras is referring to _How To Prove It_ [2], which prepares students "to make the transition from solving problems to proving theorems." [1] http://www.amazon.com/dp/4871878309
24.
▲
by
1331
14y ago
You may want to try working through Spivak's _Calculus_ [1] textbook. It is a bit more involved than most calculus textbooks used in universities today, so it will likely not feel like you are simply repeating something that you have alrea
25.
▲
by
1331
14y ago
We use gitit [1]. It supports a number of syntax formats, including Markdown. It supports a number of revision control systems to use as the file store, such as git. I very rarely use the web interface, as I prefer to use the wiki from t
26.
▲
by
1331
14y ago
The Racket ( http://racket-lang.org/ ) dialect of Scheme also provides different levels of a programming language with features of increasing complexity, for educational purposes. In the current version, there are five levels to be used wh
27.
▲
by
1331
14y ago
I recommend Debian for many reasons, but the primary reason to choose Debian over OS X is package management. Installing the development platform, a database server, an HTTP server (if required), a decent text editor, and any other necessa
28.
▲
by
1331
15y ago
I got it down to 47 characters and improved the performance by moving the less common case to the bottom. (Not that is matters since this implementation sacrifices performance for elegance, but playing code golf with Haskell destroys the e
29.
▲
by
1331
15y ago
I hesitate to comment on a post that I do not think belongs on HN, but I am doing so to point out that the title is incorrect and sensational. I watched the video because I live near Tokyo and respect Dr. Kaku. He did not recommend leavin
30.
▲
by
1331
15y ago
Human language tends to be arbitrary, and I believe that the opposite (specificity) is desirable in programming languages. Many people argue that the future of programming will involve dumbing things down as more and more people become pro
More ›