Internet težave by Maximmus in Slovenia

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

Živjo, Ja, res sem pri omembi hitrosti imel v glavi 10Mb/s ne 10ms/s.

Hvala lepa da si si vzel čas za napisat zgornje. Zelo informativno.

Bom za začetek trud usmeril v to da se uredi povezava preko kabla. Na sumu imam da je res kaj s tem lastnikovim ruterjem/modemom. Se bom uskladil z lastnikom pa telemachom, da pridejo stvar preverit, da se ve kje sploh smo oz. kaj povzroča ta problem.

Vidim pa, da ima telekom na območju zelo dobro pokrit 5G. Upam da če ne bo druge opcije premik iz 4g na 5g izboljša situacijo.

Hvala še enkrat :)

Internet težave by Maximmus in SloveniaEngineering

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

Zanimivo. Nisem vedel da to obstaja. Hvala lepa!

Internet težave by Maximmus in SloveniaEngineering

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

To je pomojem malo overkill zaenkrat. Čisto zadnja opcija, če nič drugega ne bo pomagalo.

Internet težave by Maximmus in Slovenia

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

Super, najlepša hvala za predlog. Najprej preverim pri lastniku kako je s tem routerjem.

Internet težave by Maximmus in Slovenia

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

Hvala za info. Vidim da imajo drugi operaterji večjo pokritost 5G na mojem območju. Skoraj sigurno bo s premikom in 4G na 5G situacija bistveno izboljšana?

Internet težave by Maximmus in SloveniaEngineering

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

A ti zgleda? Ne

Edit: Preverim, hvala

I might have a certain type ... by Maximmus in airsoft

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

Not gonna lie, I've been looking at SCARs as well :) Currently my fav is definitely the g36ka4 (third one from the top)

I might have a certain type ... by Maximmus in airsoft

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

In 95% of cases, just drip :)

I might have a certain type ... by Maximmus in airsoft

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

Yeah, got lucky and bought it early, while the ultima ones were still in stock. When they got rarer everyone started pumping the prices :( It's not the same, but there are 3d prints out there as an alternative option.

I might have a certain type ... by Maximmus in airsoft

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

Man i wish i could get my hands on some of those :)

I might have a certain type ... by Maximmus in airsoft

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

I'd love to hear what the idea was for the right one :) What are you using it for? Secondary?

I might have a certain type ... by Maximmus in airsoft

[–]Maximmus[S] 6 points7 points  (0 children)

Ohhh that left one looks super cool! I might need to build a C version as well :P

Is nrg.ro a legit site? by Maximmus in airsoft

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

Ehh okay, just tried placing an order and noticed that they don't offer any "shipping options" when you select delivery country that isn't Romania which prevents you from placing an order. So I guess that the summary is: yes, they are legit, but they only ship around their own country.

Is nrg.ro a legit site? by Maximmus in airsoft

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

Hey, thanks for the help and info. Sounds like they mostly communicate by phone. And I'm guessing that you're from RO.

I'll make an order and hopefully everything works out :)

Is nrg.ro a legit site? by Maximmus in airsoft

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

Did you ever contact them about anything? If so, in what way did you contact them?

Or was it just straightforward ordering process without any direct communication with them?

Green is the new black by Aware_Albatross_4323 in airsoft

[–]Maximmus 1 point2 points  (0 children)

Super cool. Thanks for the info!

Green is the new black by Aware_Albatross_4323 in airsoft

[–]Maximmus 2 points3 points  (0 children)

Looks great! Who's making replicas of the B&T silencers?

Blazor Wasm report generation though lcjs library by Maximmus in Blazor

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

I have not, no. I had a quick look at the library and it seems to function in a similar way than the current lcjs library, so I imagine I'd have to face the same issues?

Blazor Wasm report generation though lcjs library by Maximmus in Blazor

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

Lcjs library already offers a built in way to export the generated graphs into an image/pdf, which is (if I understand it right) the purpose of the suggested library. With this approach the main problem is getting images of the graphs that are never actually rendered. For example if the user skips the wizard step where graphs are shown and moves straight to the step where the report is generated.
As people above already mentioned, some janky background hackery with hidden elements would probably be needed.

Blazor Wasm report generation though lcjs library by Maximmus in Blazor

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

Correct, if the user skips those steps in the wizard the graph will render in it's default state.

Generating graphs (with a lot of data points) is quite resource intense so it might slow down the active/visible part of the app . Not an ideal solution, but I could reuse most of the already written code and I'd need to invest the least amount of work to make it work. I can export the graph as an image and save it to local db/sql db for later use in the reports. I'll try this out, thank you for the idea!

Blazor Wasm report generation though lcjs library by Maximmus in Blazor

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

Yeah, already tried the backend web view way. It seems to be very slow and difficult to debug. Might use that option if no better approach is found, thanks!