Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
felixschl
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
felixschl
4y ago
I found the Blender codebase very intriguing. Overall just amazing piece of software and lots to learn from https://github.com/blender/blender .
2.
▲
by
felixschl
7y ago
You should check out dhall-lang
3.
▲
by
felixschl
7y ago
I thought the first example in this blog post on TH was an interesting idea: https://www.parsonsmatt.org/2015/11/15/template_haskell.html
4.
▲
by
felixschl
7y ago
Yup, it's just git. Passwords are files in a git tree so you usually do not run into any conflicts unless you manage to change the same password on both ends, which also should be easy to resolve.
5.
▲
by
felixschl
7y ago
I found my perfect ux with password-store, xmonad, and xmonad-contrib's pass prompt module. It takes a bit of time setting up but it pays for itself. I don't store any passwords in my browser and filling in passwords is super quic
6.
▲
by
felixschl
8y ago
1. If you managed to learn a paradigm as arbitrary and unprincipled as OOP, learning pure FP should be a walk in the park. I find it an odd argument to put in the way of progress. Anecdotally, I have not heard of anyone regretting to learn
7.
▲
Show HN: Announcing Pure-C: A C back end for PureScript
(medium.com)
11 points
by
felixschl
8y ago
|
0 comments
8.
▲
Show HN: (WIP) A Clang backend for PureScript
(github.com)
1 points
by
felixschl
8y ago
|
0 comments
9.
▲
by
felixschl
9y ago
Then you would capture that and do OCR on it
10.
▲
Show HN: Manageable I/O for Purescript apps
(github.com)
1 points
by
felixschl
9y ago
|
0 comments
11.
▲
by
felixschl
9y ago
The "real" Germany is back? The author must not have been there in a while.
12.
▲
by
felixschl
9y ago
I hope not, purescript is a much more sensible option.
13.
▲
by
felixschl
9y ago
Read the manual front to back and install shellcheck. Doing both things has paid off for me a thousand times over. The rest is practice. Complete the bash exercises on Hackerrank. Bash is fantastic in it's domain but it does require se
14.
▲
by
felixschl
10y ago
Same. That's when I came back for the comments on HN
15.
▲
Show HN: Typescript 2 - ES7+ to ES5 (watchable / NO gulp, just unix pipes)
(gist.github.com)
2 points
by
felixschl
10y ago
|
0 comments
16.
▲
by
felixschl
10y ago
The changes are detailed in the changelog [0]. I am posting this pre v1 in order to hopefully get feedback or learn about any regressions. The full test suite passes (with some minor alterations), so my confidence is quite high there are no
17.
▲
Show HN: Neodoc v1.0.0-rc.1
(github.com)
6 points
by
felixschl
10y ago
|
1 comments
18.
▲
by
felixschl
10y ago
I know it was not a pleasant system to live in if you did not subscribe to it or fell out of luck and I am personally not fond of the extreme emphasize of race. I feel I have to state this because talking favourably of any aspect of the sys
19.
▲
by
felixschl
10y ago
Then again Hitler banned vivisection, introduced hunting restrictions, required animals to be under aneastetic for slaughter and there were plans to ban slaughter houses after the war altogether.
20.
▲
by
felixschl
10y ago
Love it, the Readme is hilarious. Looks like you could avoid some code duplication though with a little awk script run by the script on its own source.
21.
▲
by
felixschl
10y ago
You should be able to use ctrl-p/n for arrow up/down. That keeps your hand on the homerow. Forget about arrow keys (especially on a typical mac keyboard).
22.
▲
by
felixschl
10y ago
Control C to cancel
23.
▲
by
felixschl
10y ago
I managed to "rm -rf .git" at one point. Took me about a minute to realize and -surprisingly after <c-c>-ing i lost nothing (as far as i was aware). Git is freaking hard to break. Also always remember git-reflog, it safes li
24.
▲
by
felixschl
10y ago
The README does not do a good job at conveying this, but you essentially get to see this in your editor buffer: ``` pick <sha> <timestamp> by: <author> [<message>] ``` This tool will then apply any changes to <tim
25.
▲
Show HN: Git–fiddle – Edit commit messages, author and timestamps during rebase
(github.com)
60 points
by
felixschl
10y ago
|
12 comments
26.
▲
Show HN: Neodoc 0.10.0 – beautiful, hand-crafted commandline interfaces
(felixschl.github.io)
1 points
by
felixschl
10y ago
|
0 comments