Viewing profile — yebyen
yebyen
HN member- Joined
- Tue, Oct 09, 2012, 2:55 PM UTC
- HN karma
- 2,755
- Public activity
- 2,009 items
- HN profile
- View on Hacker News ↗
About yebyen
Recent public activity
-
comment
Comment #41414595
Why not support the author's own website? It looks like a nice website
-
comment
Comment #39289266
I agree that it makes more sense to buy your Kubernetes on an organizational basis because one should not reinvent the wheel, and taking advantage of a commoditized service is only…
-
comment
Comment #39279450
IMO "use something managed" gets reduced to "we shan't run Kubernetes on-premises" which ends up meaning "we won't learn anything about failure modes until it's too late to think a…
-
comment
Comment #39276071
LOL you'll have to get your socks somewhere else. The microservices demo is officially deprecated and archived: https://github.com/microservices-demo/microservices-demo I have seen…
-
comment
Comment #39275940
It makes sense if you take in context that Flux, the most visible and well-known product of Weaveworks, is a donated CNCF open source project, and that companies like Microsoft, VM…
-
comment
Comment #39275868
I still use it, shamefully, ex-Weaveworks employee - there is a fork I can recommend which has a live maintainer, actively interested in keeping it up: https://github.com/rajch/wea…
-
comment
Comment #39273686
I have been away from Jenkins for a while, that all sounds like stuff I never used, (thanks!)
-
comment
Comment #39270033
Flux has a pinned discussion for nearly a month now, to be as upfront as possible, without being able to disclose anything that might be privileged information, but anticipating th…
-
comment
Comment #39269590
> a bunch of snowflake workloads by design (or bad design). That's a really interesting characterization of WGE, and I can't say I disagree much (my personal opinion as an ex-Wyver…
-
comment
Comment #39269580
What does Jenkins do that you can't do with GH Actions and Flux?
-
comment
Comment #39268788
It was over 100 at the peak, I'm not sure how many of us were left last month. You're not far off.
-
comment
Comment #39268660
Sudden? We finally archived the repo at the end of 2022. https://fluxcd.io/flux/migration/timetable/ I was hired to support Flux v1 two years after the events you described, in the…
-
comment
Comment #39093353
Awesome, I was fishing for open source links, I salute you thanks for sharing :)
-
comment
Comment #39089756
Is this really the same 16 year old RubyFlow that authenticates against GitHub? I found a copy looking for the source but it looks like it is literally 16 years old, and I'm thinki…
-
comment
Comment #38975230
It looks like every software dev in the entire country is either laid off today or adjacent to someone that was. Yikes indeed.
-
comment
Comment #38924326
Tl;Dr: in the past, if you hired developers and made no money, you could choose to either classify that work as R&D or Maintenance. From a business perspective it matters because R…
-
comment
Comment #38920180
I hate this. You're talking about S174 tax code changes, right? I'm here making a hard decision about whether to remain in a field of work that could be classified as either R&D or…
-
comment
Comment #38821366
Yes, there is Lucee; I never used it, but when I was briefly asked to take on some Coldfusion work almost two jobs ago, I remember that I found it looked to be a vibrant and active…
-
comment
Comment #38777457
Well, I told you I knew it was a myopic view. I understand that investor can come back, and I know they might try their luck again. I appreciate your frank response, and I'd be wil…
-
comment
Comment #38774017
> rent out their property > are paying property taxes Call me prejudiced, but I went from renter to home-owner in the last half-decade and I don't see the rentier class as really c…
-
comment
Comment #38771484
Or, there's always been more than enough housing in many localities for the local demand, but those people are not buying houses because they've been priced out by sophisticated in…
-
comment
Comment #38435159
There is a whole gulf of room between "we are the incumbent and there is no viable alternative in any language for JavaScript developers" and "the Rust folks have done it, there's …
-
comment
Comment #38405655
I think that was the point. If it wasn't clear enough that your ellipses are meant to be showing some thing that was elided, put them in a comment. (In this case, the article used …
-
comment
Comment #38405636
You can pass positional arguments because that's how arguments have typically been passed in the history of computing. You can pass keyword arguments because they are much less amb…
-
comment
Comment #38382101
Fun fact, Ruby as a single-threaded language is probably the only way how most people experience it, but... Ruby has a rich cooperative multitasking called Fibers that hopefully is…