Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
jurre
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
jurre
6y ago
What specifically are you running into? I may have trouble seeing any gaps in documentation because I’ve been running rails in a containzerized environment for years and it seems to just work
2.
▲
by
jurre
6y ago
You should have zero fear instilled when pressing any button. The system or process has failed if a single person pressing a button can bring something down unintended. Fix the system/process, don’t “instill fear” onto the person, it’s
3.
▲
by
jurre
6y ago
_credit card_ payments are like that, but there is no technical reason for payments to work like that anymore.
4.
▲
by
jurre
6y ago
Now you need to queue up events for some time, reorder them using the timestamp, and then process them. It’s possible, but has overhead in both performance and custom code you’ll have to maintain. If there is no guarantee of order, two sepa
5.
▲
by
jurre
6y ago
It depends, but it means you don’t have to serialize/deserialize data, deal with slow connections, retries, network failures, circuit breakers etc
6.
▲
by
jurre
6y ago
I think the key difference here is that there is no network in between components in a componentized monolith, each component runs the entire “monorepo”
7.
▲
Automating MySQL schema migrations with GitHub Actions and more
(github.blog)
2 points
by
jurre
7y ago
|
0 comments
8.
▲
GitLab Announcing $100M in Series D round funding led by ICONIQ Capital
(about.gitlab.com)
3 points
by
jurre
8y ago
|
0 comments
9.
▲
by
jurre
9y ago
Isn't the fact that you've seen a bunch of people already hand-roll this a good indication that there's a need for something like this, so no-one else needs to hand-roll it anymore? It doesn't need to be novel right? It
10.
▲
by
jurre
9y ago
> it would be nice to override One of the big advantages I have experienced from the Golang formatter is that you cannot configure it, period. This took me a little bit off getting over myself, but eventually the fact that every single G
11.
▲
by
jurre
9y ago
I've never had to dive into any Java or Scala to maintain our Kafka cluster
12.
▲
by
jurre
9y ago
Yes, I do agree with these (except mesos is not a requirement for us). Is any of this significantly better for hosted Kafka or kinesis though? I have no experience with either
13.
▲
by
jurre
9y ago
> Kafka is terribly complex to run I read this quite often, but we run a relatively small kafka cluster on GCP and it's pretty much hassle-free. We also run some ad-hoc clusters in kubernetes from time to time which also works well.
14.
▲
Code Injection vulnerability in Git
(phenoelit.org)
3 points
by
jurre
9y ago
|
0 comments
15.
▲
Blendle, Dutch iTunes for news land investment from Financial Times owner Nikkei
(poynter.org)
2 points
by
jurre
9y ago
|
0 comments
16.
▲
by
jurre
10y ago
They don't call them unit tests though do they?
17.
▲
by
jurre
10y ago
It is! It's part of a tutorial
18.
▲
by
jurre
10y ago
Zerocopter ( https://zerocopter.com ) | Amsterdam, Netherlands | Full time | Ruby Developers, Frontend Developers, Designer, Sales We're a small team (11 right now) building a security platform that helps companies improve th
19.
▲
Ethical hacker startup Zerocopter gets 1.3M euro investment
(startupjuncture.com)
4 points
by
jurre
10y ago
|
0 comments
20.
▲
by
jurre
10y ago
Zerocopter ( https://zerocopter.com ) | Amsterdam, Netherlands | Full time | Ruby Developers, Frontend Developers, Designer We're a small team (8 right now) building a security platform that helps companies improve their secu
21.
▲
by
jurre
10y ago
> 2. What kind of budget does the company has for hiring devs ( killing point for Clojure, Elixir, TypeScript, etc. ) ? To me it looks like right now it would be easier to hire elixir devs than for instance ruby devs, lots of people are
22.
▲
by
jurre
10y ago
Zerocopter | Amsterdam, Netherlands | FULL TIME | Software Engineers Our platform allows companies to perform automated scheduled security scans, have top-notch security experts pen-test their products and gives them an easy way to manage t
23.
▲
Show HN: Free scanner for GHOST, Heartbleed etc we built over the weekend
(zerocopter.com)
4 points
by
jurre
11y ago
|
0 comments
24.
▲
HP ThinClients Hacked. EasyTools; Easy to (ab)use
(blog.zerocopter.com)
3 points
by
jurre
11y ago
|
0 comments
25.
▲
Scope in pentests: the final fronteer
(medium.com)
3 points
by
jurre
11y ago
|
0 comments
26.
▲
Not all hackers are stealing your credit card info
(medium.com)
2 points
by
jurre
11y ago
|
0 comments
27.
▲
by
jurre
11y ago
I think the issue isn't so much that you can't do this stuff with ActiveAdmin, it's more that if you want to do custom stuff, you now have to go look up how to do it in activeadmin instead of relying on your Rails knowledge.
28.
▲
by
jurre
11y ago
> PHP pages that take two or three full seconds to render I don't use php personally, but most of my rails apps render full pages in under 100ms. I'd imagine php performance to be at least on-par with a full rails app.
29.
▲
by
jurre
11y ago
Just the number of active users is a really bad metric in this case. WhatsApps product is much, much simpler than twitters products.
30.
▲
by
jurre
11y ago
I'm wondering what people need this much RAM for? Wouldn't it make more sense to just spin up more dyno's with fewer instances of your app running on each dyno?
More ›