Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
nunull
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
nunull
3y ago
SEEKING WORK | Germany or Remote I am a web developer and designer. As a designer, I am interested in unusual web design and creative coding. On the technical side I have a strong background in software development, with five years experien
2.
▲
by
nunull
4y ago
SEEKING WORK | Germany | Remote I am a web developer and designer with a strong background in software development. Before freelancing, I've worked for a larger OSS-based German software company for five years. As a freelancer I mainly
3.
▲
by
nunull
5y ago
I frequently found myself in need of sending clients information on how to reload websites without cache. This often involves asking for their OS and browser first, which can make it somewhat tedious. There are quite a few articles explaini
4.
▲
Show HN: How do I force reload a website?
(howdoiforcereload.info)
2 points
by
nunull
5y ago
|
2 comments
5.
▲
by
nunull
5y ago
This is really cool. One drawback is that it seems to touch the index, which I believe should be avoided, since it can disrupt the users workflow. I experimented with something similar a few years ago and avoided the index. My learnings are
6.
▲
by
nunull
9y ago
Not the first thing to look for, but I've found ShellCheck[1] to be pretty helpful when it comes to correcting typical mistakes. [1]: https://github.com/koalaman/shellcheck
7.
▲
by
nunull
10y ago
This returns the length, not the line itself. Edit: `lines.reduce((line, line_) => line_.length > line.length ? line_ : line, '')`
8.
▲
by
nunull
10y ago
Regarding 1: I think the sorting approach is actually really nice in this case. Clearly it's not as efficient as a simple loop, but it's safer and more readable. Explicit looping and mutation can introduce nasty bugs which this ki
9.
▲
by
nunull
10y ago
$ git pull origin master Your local changes to the following files would be overwritten by merge: user.abcd.suo Suggestion: git rm --cached user.abcd.suo Wooaa, no! (Now your local changes are gone.)
10.
▲
by
nunull
11y ago
Nice read! I'd really like to know when we can expect the next post to be published.
11.
▲
by
nunull
11y ago
> head extracts the first element of a list, which must be non-empty. Those functions operate on lists. I think it should read as follows. const head = (xs) => xs[0]; const last = (xs) => xs[xs.length-1]; const tail =
12.
▲
by
nunull
11y ago
Messing with that faders feels weirdly good.
13.
▲
Programming Languages / Tools: Commonly used features in a side-by-side format
(hyperpolyglot.org)
2 points
by
nunull
11y ago
|
0 comments
14.
▲
by
nunull
11y ago
Q Why Python? A The only alternative would be Haskell, but I still have to learn that. That's... interesting. Would be nice if there was a reason given for that.
15.
▲
by
nunull
11y ago
May i ask why you are using this notation? I honestly can't think of any benefits. Isn't it more convenient and readable to use `p.removeAttr`?
16.
▲
by
nunull
11y ago
I'd then go with robot.keys.enter() (since enter is a function, not a constant) and make it chainable by returning `robot.keys`. robot.keys.ctrl().enter()
17.
▲
by
nunull
11y ago
I really like this! But I expected to see some code samples or something next to each description because of the title.
18.
▲
by
nunull
11y ago
Why? Could you reason about that?
19.
▲
by
nunull
11y ago
Somebody could write a CLI based client for this. That would be awesome and it looks like it would be very straight forward, too.
20.
▲
by
nunull
11y ago
That looks interesting. However, i'm not really into language-design and compilers and the first commit is from April while the project has only two contributors. Apart from the absence of a standard-library, I couldn't find anyth
21.
▲
by
nunull
11y ago
Hmm. "just by knowing your victim's mobile number AND e-mail address AND having victim stupid enough to send YOU verification code"
22.
▲
by
nunull
11y ago
From the source: > yes, I know...wanna fight about it?
23.
▲
by
nunull
11y ago
Nice, i really like the idea of just using URLs for that but not having any specific GUI. Great!
24.
▲
by
nunull
11y ago
I generally like distraction free writing environments, but i doubt that it's really a good idea to have such without the ability to open / manage multiple "files". If you have to type everything into one textbox, withou
25.
▲
by
nunull
11y ago
I think what you mean by "interactive CLI" is reading from stdin, which seams to be supported.
26.
▲
by
nunull
11y ago
I've just tried "Do to others only what you would have them do to you." and got "I just want to do it."
27.
▲
by
nunull
12y ago
Did you really just grap a HTML-file und renamed it to .pdf? Surely this doesn't work.
28.
▲
by
nunull
12y ago
"can be copy+pasted" http://imgur.com/8SNbm0k
29.
▲
by
nunull
12y ago
Quite nice live gadget!
30.
▲
by
nunull
12y ago
Another nice feature: WP and Tumblr both have iOS and Android, which can be very handy when it comes to posting photos and videos.
More ›