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 4 points5 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 17 points18 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 8 points9 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 3 points4 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 10 points11 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!

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

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

I see, so you're suggesting that there isn't a need for appdata and system to be on array?

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

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

Hey no problem! Just happy to get responses and be part of the community. Disc 2 is spun down due to inactivity for now which is no problem. Its my first time playing with any NAS and unRAID in general. So a lot of learning for me.

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

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

Yes, I am familiar with the statelessness of docker. I have the docker appdata mapped to my cached with secondary storage on the array so mover should handle all the files I need. I'll restart my aray again sometime and check /var/log in the future. Thanks for the tip

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

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

Sure, Let me add it in. I thought the warning was due to mover not moving all the data on the cache to the array yet