Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
killing_time
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
10 ms
·
1.
▲
by
killing_time
4mo ago
Is it strange that I immediately interpreted ETTWS to be Estimated Time To William Shakespeare?
2.
▲
Explosive battery blaze in South Korea 'paralyzes' vital government services
(cnn.com)
16 points
by
killing_time
1y ago
|
0 comments
3.
▲
by
killing_time
4y ago
It's pretty straightforward: you either click on their profile or (if you know someone's username@server via some other medium), search for them on your 'home' server and you'll see their profile. Then just click th
4.
▲
Fifty percent of Facebook Messenger’s total voice traffic comes from Cambodia
(restofworld.org)
147 points
by
killing_time
5y ago
|
75 comments
5.
▲
Jabel – use Javac 12 syntax when targeting Java 8
(github.com)
4 points
by
killing_time
7y ago
|
0 comments
6.
▲
by
killing_time
9y ago
Skyscanner | London, Barcelona, Edinburgh, Budapest, Sofia | ONSITE, VISA | full-time senior hires We're one of the biggest travel metasearch products in the world by traffic... and we want to 10x that :) Hiring at mid to senior levels
7.
▲
by
killing_time
10y ago
How about Cloudburst?
8.
▲
UK tech industry not immune to Brexit, trade group warns
(theguardian.com)
2 points
by
killing_time
10y ago
|
0 comments
9.
▲
by
killing_time
10y ago
I use the Chrome and Firefox docker-selenium containers in Testcontainers [1][2], my project for running containers to support JUnit tests. I created this after numerous issues with PhantomJS compatibility and debuggability; Testcontainers
10.
▲
by
killing_time
11y ago
Developer here! This library arose out of frustration with running Java tests that had some kind of non-Java dependencies - e.g. databases and web browsers for UI testing. Testcontainers lets you add Docker containers to your tests, linked
11.
▲
Show HN: Testcontainers, Docker support for JUnit integrated tests
(testcontainers.viewdocs.io)
3 points
by
killing_time
11y ago
|
1 comments
12.
▲
Better JUnit Selenium Testing with Docker and Testcontainers
(rnorth.org)
1 points
by
killing_time
11y ago
|
0 comments
13.
▲
Fun with Disque, Java and Spinach
(rnorth.org)
2 points
by
killing_time
11y ago
|
0 comments
14.
▲
JUnit integration testing with Docker and Testcontainers
(rnorth.org)
2 points
by
killing_time
11y ago
|
0 comments
15.
▲
by
killing_time
11y ago
I'd be really grateful for one if you still have any up for grabs. My email address is in my profile. Thanks in advance
16.
▲
by
killing_time
12y ago
Yeah - the very earliest preview versions of Meteor had this obvious gap where reads and writes were basically a free for all. However, it's changed a lot since then. As a development crutch the aptly-named 'insecure' package
17.
▲
by
killing_time
12y ago
Specifically about this issue, see the section about the MongoDB oplog further down in the article. This removes the polling interval/overhead, so should significantly improve performance and responsiveness.
18.
▲
by
killing_time
12y ago
Argh, please, no. Over time I know the term 'native' has been used for many things, but I'm pretty sure the most recent peak in usage started with the iPhone SDK, where it meant 'apps which aren't based on a web bro
19.
▲
by
killing_time
12y ago
For testing ansible playbooks/roles in a vagrant VM, I find a simpler way is to use Vagrant's built-in support for Ansible as a provisioner. This way, launching your test VM is just a `vagrant up` and running ansible against it (r
20.
▲
by
killing_time
12y ago
The use case which this really excites me about is automated testing from the GUI level. If the performance is good enough, this would be really useful for restoring DB state in between tests.
21.
▲
by
killing_time
12y ago
This looks pretty neat. I can't believe I'd not heard of it before. From a quick skim of the docs it feels like it could be the successor to Play v1 I was looking for. Opinionated and full stack, yet pure Java and built on existin
22.
▲
by
killing_time
13y ago
Pretty cool stuff! I think it's great that this lib is designed with extensibility in mind rather than being tightly coupled to any particular data store. I can see this being very useful for offline sync and reactive UI projects.
23.
▲
by
killing_time
13y ago
Thanks for making this - seems to work with PSDs so that's great. This tool has already saved me a bunch of time this week! One feature request would be to make the app automatically refresh the overlay when the source file changes, or
24.
▲
by
killing_time
13y ago
This looks like a neat tool, with a nice simple solution to a common UI development problem. What image file formats can be used as mockups?
25.
▲
by
killing_time
13y ago
Yes, having predefined keys in your VM images does the trick, and is exactly what we do for (almost) zero-intervention deployments of our servers in my particular environment. We tend to destroy and recreate servers more often than we scale
26.
▲
by
killing_time
13y ago
Link: https://github.com/progrium/dokku
27.
▲
by
killing_time
13y ago
It's probably also worth mentioning dokku, which is a simplified private PaaS built on top of Docker. It adds Heroku buildpacks (Ruby, NodeJS and Java right now) into the mix, and a git push-to-deploy model. Because dokku has a concise
28.
▲
by
killing_time
13y ago
Whatever you do, don't think about getting hit in the face by a helicopter...
29.
▲
by
killing_time
14y ago
Looks great - nice work! Looking forward to taking some time to properly look into this. Would I be right in thinking that there are some scenarios which won't work out of the box, like offline edits? Or does SDScaffoldKit add some extra ma