Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
foxylion
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
Ask HN: Developer PC setup automations for company owned devices
31 points
by
foxylion
2y ago
|
47 comments
2.
▲
by
foxylion
5y ago
When I write a bot like this I generally prefer using browser automation (like puppeteer). This requires less reverse engineering and is often a lot simpler and faster to implement.
3.
▲
by
foxylion
6y ago
You can now link the takeout to another cloud provider (e.g. Dropbox or Microsoft OneDrive). And configure the takeout to take place every two month (for up to 6 times). So you just need to configure the takeout once a year and you'll
4.
▲
by
foxylion
7y ago
You can also just do a normal form post request into an invisible iframe that is generated by the attacker's javascript.
5.
▲
by
foxylion
7y ago
This is, as far as I know, only possible if you bought it online.
6.
▲
by
foxylion
7y ago
But managing an IRC server cluster for 10.000+ users is no simple task. Paying experts in their field (chat tools in this case) is most of the time the most reliable and cheapest variant. You must also include that Slack has plenty of featu
7.
▲
by
foxylion
7y ago
Yes, it has a package registry feature for NPM and Maven: Maven: https://docs.gitlab.com/ee/user/project/packages/maven_repos... NPM: https://docs.gitlab.com/ee/user/project
8.
▲
by
foxylion
8y ago
Did you try to upgrade using AWS database migration service?
9.
▲
by
foxylion
8y ago
Normally the operational status is automatically updated on outages. The past incidents part is managed manually.
10.
▲
by
foxylion
8y ago
Nearly everything. Old k8s version. No upgrade possible. Odd deployment process (not fully automated). Support is unable to help in a timely manner. First deployed cluster was directly broken (no DNS resolution). We eyed on switching from k
11.
▲
by
foxylion
8y ago
I wonder who is writing those status messages. as a customer this reads like "please wait, ETA to fix unknown" in 10 different ways.
12.
▲
by
foxylion
8y ago
Yes it is nice for experiments, but if you already invest thousands of dollars a month for cloud resources, an additional 150$ are for sure not a problem.
13.
▲
by
foxylion
8y ago
I second this. This means you don't have to setup and manage those master nodes. AWS will do this for you. A developer fixing an issue with your self-managed master nodes will be much more expensive than 150$/month. As an individu
14.
▲
by
foxylion
8y ago
Yes, we are planning to just fail, as the chance of a collision is really low and the user will then be able to just retry creating the object.
15.
▲
by
foxylion
8y ago
The article contains a footnote about UUIDs as primary keys. > UUID as a primary key is a terrible idea, by the way — cryptographic randomness is utterly designed to kill locality of reference, hence the performance penalty Is there anyo
16.
▲
Google shutting down goo.gl shortlink service
(techrepublic.com)
1 points
by
foxylion
8y ago
|
0 comments
17.
▲
by
foxylion
9y ago
I think hosting the repository is one thing. But integrating those two repositories with all the automated workflows is quite a headache. Jenkins won't automatically switch over to another git backend if one fails. Other automated tool
18.
▲
by
foxylion
9y ago
Yes, as mentioned in my other post, ChargeBee does this really well. We, as a German company, use it for our SaaS offering.
19.
▲
by
foxylion
9y ago
We use ChargeBee for our SaaS product. Really great offering! They give you a customer portal where the customer can cancel, update, upgrade, ... his subscription. We have a custom checkout page where all options are listed. Then one API ca
20.
▲
Google Is Threatening to Remove Apps with Accessibility Services from Play Store
(xda-developers.com)
2 points
by
foxylion
9y ago
|
0 comments
21.
▲
by
foxylion
9y ago
It depends on the user base. Customers of the company I work for mostly use IE or Edge and only Chrome because we highly suggest it. Without decent IE/Edge support we would have less customers.
22.
▲
by
foxylion
9y ago
What you forget is: You get so many features with Spring Boot and you can actually use them without increasing the memory footprint. Yes of course, for a single service with one endpoint that does nothing it is bloat. But which microservice
23.
▲
by
foxylion
9y ago
Yes... But such blog posts are terrible. They share bad knowledge and so many people trust such blog posts and make decisions based on this.
24.
▲
by
foxylion
9y ago
I don't get it. When you limit the memory of the java process it will be a _lot_ lower. A spring boot server can be started with -Xmx64m. Setting the memory limit to 200mb is more than enough to prevent OOM kills in Kubernetes. We run
25.
▲
by
foxylion
9y ago
My hope is that at some point the auto sync is smart enough so we don't need any refresh button. For example: Instagram does auto sync of new posts, but it also has a refresh functionality. So I never know if it is up to date and I mus
26.
▲
by
foxylion
9y ago
You would expose a counter with the total request count. Summing those up across all nodes known by Prometheus will give you the total amount of requests currently visible to monitoring. With "rate()" you could calculate the reque
27.
▲
by
foxylion
9y ago
In this case (ingress controller) this is done with a Prometheus metric exporter. So all the metrics are available in Prometheus. https://github.com/hnlq715/nginx-vts-exporter
28.
▲
by
foxylion
9y ago
If they do it there would be someine at some point who would leak information about this. And this will probably much worse than loosing some customers. Nonetheless with Amazon Marketplace they already habe a platform where they know every
29.
▲
by
foxylion
9y ago
We also did some evaluation and then decided to stick to KISS an chose kubectl commands combined with cat and kexpand. Really simple approach to allow dynamic kubernetes deployments. Example command can be cat service.yml | kexpand exp
30.
▲
Connecting One Billion Users Every Day
(blog.whatsapp.com)
3 points
by
foxylion
9y ago
|
0 comments
More ›