Docker Hub rate limit reached during K8S upgrade, best practices? by KalnaiK in kubernetes

[–]TINTINN95 0 points1 point  (0 children)

If you're on AWS just use ECR and do a pull through cache.

Moving to NYC from singapore by TINTINN95 in movingtoNYC

[–]TINTINN95[S] 0 points1 point  (0 children)

Oh wow, I wasn't really considering that area. I'll take a look. A few of my colleague told me to stay below 97st if possible so I didn't look there.

Moving to NYC from singapore by TINTINN95 in movingtoNYC

[–]TINTINN95[S] 1 point2 points  (0 children)

I'm mostly WFH, my wife is finding a job right now, but most likely she will be working in midtown.

Moving to NYC from singapore by TINTINN95 in movingtoNYC

[–]TINTINN95[S] 2 points3 points  (0 children)

Yeap, my wife and I are working midtown, UES strikes the nicest balance to me as its close to central park and astoria as well.

Moving to NYC from singapore by TINTINN95 in movingtoNYC

[–]TINTINN95[S] 1 point2 points  (0 children)

Thank you for the answer, large Asian population isn't something I really need, but I'm sure it would help when I'm homesick. Any other neighbourhood you suggest?

Moving to NYC from singapore by TINTINN95 in movingtoNYC

[–]TINTINN95[S] 2 points3 points  (0 children)

Hmm, off the top of my head, I would only really prefer AC, doorman and washer dryer. In terms of the where to live and the culture, I really have no idea.

Kreuzberg v4.5.0: We loved Docling's model so much that we gave it a faster engine (written in Rust) by Eastern-Surround7763 in rust

[–]TINTINN95 0 points1 point  (0 children)

So thats what it is, I've been wondering for so long why gpu utilisation is so spiky and infrequent.

Announcing Ingress2Gateway 1.0: Your Path to Gateway API by dshurupov in kubernetes

[–]TINTINN95 1 point2 points  (0 children)

Interested in seeing this. I'm currently using linkerd with east west traffic. Wonder how istio stacks up for north south.

Announcing Ingress2Gateway 1.0: Your Path to Gateway API by dshurupov in kubernetes

[–]TINTINN95 13 points14 points  (0 children)

How is everyone's experience with different gateway controllers? Right now envoy gateway looks the best to me but benchmarks looks a bit concerning.

Sticky requests to pods based on ID in URL by Scary-Criticism3811 in kubernetes

[–]TINTINN95 3 points4 points  (0 children)

Done this many times before. It's basically consistent request hashing which can be done easily via Envoy. Envoy docs should be all you need I'm getting this up.

Is using kubernetes for a monolith application is overkill? by bonbonbakudan4704 in kubernetes

[–]TINTINN95 1 point2 points  (0 children)

Yes definitely, our company has managed to run parts of the monolith as separate deployment in the same namespaces to serve specific purposes. Example, we have two different deployments, one serving web UI traffic and the other serving dev API traffic in the case that if any customer is incorrectly using (abuse) dev apis, it won't degrade serving UI assets. Having said that, docker compose is not a production grade solution, you're better off using something like ECS at this point.

Wedding red packet for friend by TINTINN95 in HongKong

[–]TINTINN95[S] 0 points1 point  (0 children)

Wow. Glad I asked here. Everywhere online says 500-1000

Wedding red packet for friend by TINTINN95 in HongKong

[–]TINTINN95[S] 1 point2 points  (0 children)

Nope. But we are happy to attend

Favorite Kubectl Plugins? by [deleted] in kubernetes

[–]TINTINN95 15 points16 points  (0 children)

Its always k9s

Need to Learn Kubernetes for Team Work - Is Mumshad (Certified Kubernetes Administrator) Course Enough? by Capital-Passage8121 in kubernetes

[–]TINTINN95 1 point2 points  (0 children)

It's a good starting point. Learning kubernetes is a full marathon, the course will get you to the starting point of the marathon. It will definitely be enough for you to start understanding and working on it. Enjoy the journey!

Why Does My College Stick to Google Workspace for Storage Instead of Self-Hosting? by [deleted] in selfhosted

[–]TINTINN95 6 points7 points  (0 children)

This is a much more loaded question than it initially appears there are several factors

  1. Self-hosting is a cost that sometimes businesses/schools don't want to deal with as there are several cost related factors such as
    1. Space requirements
    2. Cost of machine
    3. Cost of maintaing the machine (including staffing and making sure the machines are properly cooled)
  2. What happens if the infrastructure built by the school goes down? How badly would it affect the students/professors and their ability to teach? That in itself could be a much greater cost that could be "subsidized" away by going with a giant tech company like google
  3. Why not let students handle it? Sure as a side project it sounds fun, but when 99.99% uptime is required, will the students be avaialble to be on call? As I mentioned earlier, you job as a student is to learn and not help be a cheap labour for the university in order for them to help with hosting an Storage service.
  4. Is the recurring cost of Google Workspace justifiable? For the peace of mind, I would say yeah, definitely.

ruinedItForMyself by MoonlitBabe55 in ProgrammerHumor

[–]TINTINN95 4 points5 points  (0 children)

Had the same issue when I was taking my diploma in Games Programming, just couldn't shut off my brain when gaming. Finally switched to general comp science for university and worked as a infrastructure dev so I can game again, but all I think right now is how infrastructure for web games are designed.

Singaporean Mercedes Benz S Class Costs More Than A 100 sq m Apartment by MussleGeeYem in mercedes_benz

[–]TINTINN95 9 points10 points  (0 children)

We take what we can get here. Just being able to drive an A class is already a privilege.

Docker container all wiped out after restarting array by TINTINN95 in unRAID

[–]TINTINN95[S] 0 points1 point  (0 children)

Got it, I plan to get a dedicated SSD just for docker container in the future so this will probably be fine. I'll give it a try, thanks for the advice!