Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
JanMa
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
JanMa
8d ago
I've heard people affectionately call ChatGPT 'chatty'
2.
▲
by
JanMa
4mo ago
I've learned the hard way that CPU resource limits in K8S are a bad idea, as can be seen in this post. Just use CPU requests without limits so the scheduler has an estimate of your applications CPU requirements, but it can burst to use
3.
▲
by
JanMa
5mo ago
I don't think it's a niche hobby, but I really enjoy cooking. Trying out new techniques and receipts, cooking dinner for friends and family or just preparing a delicious meal in advance.
4.
▲
by
JanMa
1y ago
Congratulations on the 10 year anniversary. Having used Traefik for multiple years in a large Micro-Service Setup (200+ services) I must say I have made mixed experiences. If your requirements match the very opinionated way Traefik does thi
5.
▲
by
JanMa
1y ago
A bit off topic, but you might want to rethink the name. It is very close to EDEKA, the largest German supermarket chain. They have a very large IT division ( https://it.edeka ) and judging from the name of your project I was expe
6.
▲
by
JanMa
1y ago
I used to maintain a self hosted instance of BitBucket and the user experience of it was actually very nice. We shut it down when Atlassian deprecated the self-hosted licenses. Moving to GitHub and GitHub Actions felt like a downgrade in mo
7.
▲
by
JanMa
1y ago
Yes this does affect OpenBao as well. We're actively working on getting a fix out as soon as possible
8.
▲
by
JanMa
1y ago
This does affect OpenBao as well. We do have a process in place for responsible disclosure but unfortunately we were not informed about those issues before they were published.
9.
▲
by
JanMa
1y ago
We've made an effort to keep API compatibility with Vault wherever possible, also with the new namespaces implementation. Most of the tooling which works with Vault today will also work with OpenBao
10.
▲
by
JanMa
1y ago
It is true that most of the commits in the last 12 months were made by cipherboy, but I can assure you that the project is not a one man show. Building a community and getting traction on a project is hard work and takes time. Have a look a
11.
▲
by
JanMa
1y ago
That actually works quite well. I once built a templating engine for Terraform files based on JQ that reads in higher level Yaml definitions of the resources that should be created and outputs valid Terraform Json config. The main reason ba
12.
▲
by
JanMa
1y ago
Make is definitely just my personal preference. If using bash scripts, Just, Taskfile or something similar works better for you then by all means use it. The main argument I wanted to make is that it works very well to just use GitHub actio
13.
▲
by
JanMa
1y ago
Sure, here's one example: https://github.com/JanMa/nomad-driver-nspawn/blob/master/.gi...
14.
▲
by
JanMa
1y ago
Whenever possible I now just use GitHub actions as a thin wrapper around a Makefile and this has improved my experience with it a lot. The Makefile takes care of installing all necessary dependencies and runs the relevant build/Test co
15.
▲
by
JanMa
2y ago
I bought my first Motorola phone in 2013 and am a happy user ever since. I usually buy the current Moto G model for less than 200€ and get a solid 3-4 years of use of it. Of course you can't expect the performance of these phones to be
16.
▲
by
JanMa
2y ago
Happy to hear you like the project :-)
17.
▲
by
JanMa
2y ago
It doesn't. The usual approach is to create new nodes with the updated OS, migrate all workloads over and then throw away the old ones
18.
▲
by
JanMa
2y ago
Dear friend, you should first look into using Nomad or Kamal deploy instead of K8S
19.
▲
by
JanMa
2y ago
There's a lot of tools you could use for this (I'd personally recommend OpenBao), but in my opinion proper SSO, permission and group management is way more important. If you make an effort to define granular groups for every team,
20.
▲
by
JanMa
2y ago
That’s also what works best for me! A single monitor and only one window on fullscreen. When I need to switch applications, I navigate to another fullscreen window. Sometimes I like to joke that my brain is single threaded :-)
21.
▲
OpenBao Beta Release
(github.com)
3 points
by
JanMa
2y ago
|
1 comments
22.
▲
by
JanMa
2y ago
On behalf of the OpenBao TSC and Development Working Group, I'm happy to announce the 2.0.0 Beta release is available now! Major improvements include: - Fixing compatibility with existing upstream plugins. - Fixing migration from upst
23.
▲
by
JanMa
3y ago
We had some discussions about this before removing all storage plugins except Raft, In-Memory and File storage as cipherboy pointed out in the sibling comment. If you're currently not using Raft, this should not stop you from adopting
24.
▲
by
JanMa
3y ago
This might be a bad direct translation from the German saying "ungeteilte Aufmerksamkeit" which can also be translated as "undivided attention"
25.
▲
by
JanMa
4y ago
Both actually. How did they do it physically and what did they run on the phones? I found it especially interesting that 20% of the devices had to act as master or networking nodes
26.
▲
by
JanMa
4y ago
Does anyone have an idea how they built the cloudlets? I find the concept very fascinating but I don't have any idea how one would go about building such a large cluster of old phones
27.
▲
by
JanMa
4y ago
Keybase also has support for hosting Git repos: https://book.keybase.io/git
28.
▲
by
JanMa
4y ago
I often noticed this as well. After reading the article I wonder: Would it be feasible to write a kubernetes-shim for systemd to reduce the overlap instead of reinventing everything? This would not fix any of the valid criticism the author
29.
▲
by
JanMa
4y ago
Oh nice, that's really cool. I am pretty sure last time I checked this was not the case (~2 years ago)
30.
▲
by
JanMa
4y ago
How does this setup handle a maintenance of the underlying hypervisor host? As far as I know the VM will be migrated to a new hypervisor and all data on the local SSDs is lost. Can the custom RAID0 array of local SSDs handle this or does it
More ›