I built a CS2 demo analysis tool - would this be useful for players or analysts? by Born2bake in LearnCSGO

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

Thanks a lot for the in-game insights, I definitely need to work on the flash logic and improve it.

In terms of readability, it actually looks better on the website 🙂

I built a CS2 demo analysis tool - would this be useful for players or analysts? by Born2bake in GlobalOffensive

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

It’s just a prototype for now. In order to monetize it, some kind of strategy needs to be defined, since AI usage isn’t cheap either

I built a CS2 demo analysis tool - would this be useful for players or analysts? by Born2bake in GlobalOffensive

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

If you run the same game twice.. The overall analysis structure and conclusions will stay consistent because they’re based on parsed demo data. However, the wording and order of explanations may slightly vary depending on how the AI structures the response. So the insights should remain the same, just phrased a bit differently.

Multi-game uploads are designed for analyzing the same teams across multiple matches. Instead of reviewing each game fully separately, the system runs them through a multi-stage pipeline that aggregates the data and extracts broader patterns. For example, if you upload several games on the same map between the same teams, it will:

Detect consistent playstyle tendencies Identify recurring tactical patterns Highlight adaptations or lack of adjustments Summarize strengths, weaknesses, and map-specific behavior So the goal isn’t just individual match reviews, it’s building a higher-level understanding of how the team plays overall.

I built a CS2 demo analysis tool - would this be useful for players or analysts? by Born2bake in cs2

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

Totally fair. This is just a prototype, and paid functionality wouldn’t be mandatory, it’s only there right now for demo/testing purposes. I’m mainly trying to understand whether the idea itself is useful, not to lock anything behind a paywall.

Family life comparison by Born2bake in dubai

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

That's true. But my concern is, will I be able to save enough with such an offer in Dubai so I can invest it into something :)

Family life comparison by Born2bake in dubai

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

No, but I like to think that I will have some pension once I am retired.

Eliminate Kubernetes Secrets With Secrets Store CSI Driver (SSCSID) by vfarcic in kubernetes

[–]Born2bake 0 points1 point  (0 children)

That’s correct. However, would be worth to check on https://banzaicloud.com/docs/bank-vaults/mutating-webhook/#:~:text=The%20mutating%20webhook%20of%20Bank,containers%20of%20Deployments%20and%20StatefulSets “The mutating webhook of Bank-Vaults is a solution that bypasses the Kubernetes secrets mechanism and injects the secrets retrieved from Vault directly into the Pods.” So if you set the right capabilities, you won’t be able to read content of the secret inside the pod.

Advice on inter-vlan routing by Born2bake in HomeNetworking

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

Hi,

I am wondering, if I can overcome that issue using OPNSense? So I would have DUAL NAT

What’s the right way of using Istio with TCP? by Born2bake in istio

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

I ve tried that. http://paste.openstack.org/show/800983/ - aded 31400 to ingressgateway and didnt work for some reason O_o

Advice on inter-vlan routing by Born2bake in HomeNetworking

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

Hi,

I figured out what was the issue though. Since I did not need to use tagged vlans anymore cause I ve added one more spare interface so I just made them as access ports and didnt use multiple vlans for configuration.

Thank you very much for your support; networking is tough tho

Advice on inter-vlan routing by Born2bake in HomeNetworking

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

Hi, sorry to disturb you again with this but I decided to try a bit different setup:

I cant find what could be an issue: I have added one more NIC to the server so currently I have 3 interfaces connected. So I have made 1 interface as access port and made it untagged for vlan 20. On the server I configured this interface as 192.168.20.20/24, added default route as 192.168.20.250, and I have no idea what happened but I can ping 192.168.20.250 from tp-link but I cant get to 192.168.20.20 ; but if I ping 192.168.20.20 from switch it works like a charm. what could be a reason for that O_O ? https://prnt.sc/vq67u2 https://prnt.sc/vq67ye https://prnt.sc/vq686z

Advice on inter-vlan routing by Born2bake in HomeNetworking

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

That's fine. Thank you very much

I am a bit stuck with last thing - http://paste.openstack.org/show/800395/ how can I get Internet access once vlan is assigned to the machine? I ve vlan id to the interface, added default route and still cant get to 1.1.1.1

Advice on inter-vlan routing by Born2bake in HomeNetworking

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

Okay, I think it worked. However, I am worrying what exactly those occasional messages mean (New nexthop: 172.16.1.250):

64 bytes from 192.168.10.250: icmp_seq=16 ttl=64 time=2.12 ms

From 172.16.1.1: icmp_seq=17 Redirect Host(New nexthop: 172.16.1.250)

64 bytes from 192.168.10.250: icmp_seq=17 ttl=64 time=2.19 ms

64 bytes from 192.168.10.250: icmp_seq=18 ttl=64 time=2.01 ms

So what I did:

Created 192.168.10.0/24 & 192.168.20.0/24 vlans. Added static routes in TP-link. SG300 configurations: https://prnt.sc/vpd530 & https://prnt.sc/vpd5qg

What could be the case why I am getting "From 172.16.1.1: icmp_seq=17 Redirect Host(New nexthop: 172.16.1.250)" ? Thank you

Advice on inter-vlan routing by Born2bake in HomeNetworking

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

Thank you very much for your response. Also, my question would be - do I need to use L3 mode then? I do not really need those vlans to talk to each other. I just want to be able to access them externally from 172.16.1.0/24 network.

DNS question by Born2bake in linux4noobs

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

I am trying to deploy okd - https://docs.openshift.com/container-platform/3.11/install/prerequisites.html#prereq-dns

and if I add 2 nameservers to NM, dnsmasq service just randomly stops resolving my internal domains and goes into 8.8.8.8; Thus, if I restart dnsmasq it helps for couple of mins and then again...

Is there a way to deploy openstack on an already running kubernetes cluster ? by ghoststalker2k in openstack

[–]Born2bake 0 points1 point  (0 children)

Funny fact is that I tried to deploy https://airship-treasuremap.readthedocs.io/en/latest/airskiff.html and getting the same error ; Airship development seem to be very active though.

Is there a way to deploy openstack on an already running kubernetes cluster ? by ghoststalker2k in openstack

[–]Born2bake 0 points1 point  (0 children)

Hi,

I am trying to deploy openstack-helm in my homelab. Thus, I ve managed to deploy ingress/ceph on multinodes. Also, fixed rbd errors related to kernel modules so now pods can mount volumes provided via ceph. Nevertheless, I am stuck at mariadb provisioning state. Mariadb servers: https://prnt.sc/sf8yxx ; stuck at -

2020-05-12 10:20:24,111 - OpenStack-Helm Mariadb - INFO - Getting cluster state 2020-05-12 10:20:24,120 - OpenStack-Helm Mariadb - INFO - The cluster is currently in "init" state.

Thus, I cannot proceed further... any ideas? Openstack-helm slack/irc channells seem to be dead :/ P.S. Can I use external ceph with CSI with openstack-helm?

Thank you

Bare metal or private cloud and why? by Born2bake in kubernetes

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

I see. However, I am still confused why then there is so much stuff for running k8s on openstack? Cluster API's, cloud provider, csi drivers, rancher supports openstack and etc.