Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
waxjar
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
waxjar
7y ago
This submission is _advertising_ a paid app to... skip ads. Question for OP: how would you feel about a browser extension that automatically recognises submissions of this nature and hides them?
2.
▲
by
waxjar
7y ago
This is the sort of input that you'd selectively pick in a unit test, too. What you don't do is also picking inputs like "llanfairpwllgwyngyllgogerychwyrndrobwllllantysiliogogogoch" too (all lowercase) :)
3.
▲
by
waxjar
9y ago
What about a static website served through nginx, for example?
4.
▲
by
waxjar
9y ago
It seems that some languages provide a pretty good abstraction, memory-wise ;)
5.
▲
by
waxjar
10y ago
I found that this makes rebasing a feature branch really difficult. The alternative is not much better.
6.
▲
by
waxjar
10y ago
Have you had a continental breakfast?
7.
▲
by
waxjar
10y ago
Was going to try it out today, but alas "You can’t use this version of the application “Intercept” with this version of OS X." I should update already ;)
8.
▲
by
waxjar
10y ago
We use Charles extensively at work, it's a great tool. The only thing that really annoys me is that, this being a Java app, the interface works slightly different than the standard OS X interface I'm using to. I regularly use cmd
9.
▲
by
waxjar
10y ago
What happens if a function is renamed?
10.
▲
by
waxjar
11y ago
Processes can communicate. I reckon you could have a process that's responsible for managing the cache instead of managing a separate cache from each process. I'm no Erlang programmer, though.
11.
▲
by
waxjar
11y ago
I'm sure you know this, but it's not missing that feature. It's just that the syntax is different.
12.
▲
by
waxjar
11y ago
Instead of the fencing token, could the scenario in the blog post be prevented using a good hashing function? When you perform a write, instead of the token, send a hash of the object previously read. The storage can then compare this again
13.
▲
by
waxjar
11y ago
A droplet is just a VPS.
14.
▲
by
waxjar
11y ago
Taking money gives you all sorts of unpleasant responsibilities to deal with. That's not something everyone wants, especially not if you've got a day job you're not planning on leaving.
15.
▲
by
waxjar
11y ago
Why? A currency symbol does not come with a decimal/thousands separator convention .
16.
▲
by
waxjar
11y ago
I don't think this comes up that often. It's easier to speak in terms of days and halves of days. Often this is accurate enough.
17.
▲
by
waxjar
11y ago
When I lock my front door and leave a spare key under the doormat, my insurance company is not obliged by law to pay for any damages if the spare key is used by thieves to enter my house. I could have easily prevented the situation. Content
18.
▲
by
waxjar
11y ago
That experiment has been done before! https://github.com/philipl/pifs
19.
▲
by
waxjar
11y ago
Those aren't very fair to the dynamic languages and JIT compiled languages (this includes Scala). * For the dynamic languages execution time includes the time it takes to lex, parse and interpret the source code. * For language impleme
20.
▲
by
waxjar
11y ago
For me, this only happens when I scroll up. That seems sensible to me.
21.
▲
by
waxjar
11y ago
My personal favorite: a safe, constant time equality method for cryptographic stuff.
22.
▲
by
waxjar
11y ago
Sure, but it's not very convenient. I regularly MITM a connection between a mobile app and a HTTP server, when something isn't going quite right. A look at the JSON they exchange exposes the problem in under a minute more often th
23.
▲
by
waxjar
11y ago
True. Fortunately, we can be reasonably sure there will be multiple good tools to debug something talking over HTTP 2.0. With something like Transit, I'm not so sure.
24.
▲
by
waxjar
11y ago
I don't think I would enjoy debugging a service that talks in a binary format.
25.
▲
by
waxjar
11y ago
Is duplicating a project on the road map? We've been looking for a tool with a good interface to use as a collaborative check list. Every checklist shares the bulk of its tasks + it has a few unique tasks per project. Duplicating the t
26.
▲
by
waxjar
11y ago
An end of file delimiter would do just as well and has a major benefit: existing JSON parsers can be used without considering the whole file as a giant JSON object. Most JSON parsers simply parse the JSON string and represent it as an obj
27.
▲
by
waxjar
11y ago
So the real solution is better tracking? I don't think this solves OPs problem.
28.
▲
by
waxjar
11y ago
> In C
29.
▲
by
waxjar
11y ago
I do something similar to this. My right prompt shows a small fork symbol when I'm in a sub-shell (based on $SHLVL). However, this does not help me much when I'm several levels deep, which is why eventually I started hooking in on
30.
▲
by
waxjar
11y ago
I like the approach of using gs (simple gemsets) [1] and dep (simple dependencies) [2]. I've been using this approach of handling dependencies for a while now. I've written a simple shell script as a replacement for gs (since I co
More ›