Recent content by XennoX

  1. X

    Anyone take UNISA's B.Sc in applied math and computer science?

    For Actuarial Science you're going to need a solid grounding in statistics and probability theory with a decent dose of economic/finance theory. You could look at UNISA's BSc (Applied) Mathematics and Statistics. The BSc Mathematics and Statistics will probably be more theoretical, when...
  2. X

    Asynchronous Programming

    Either: explicit use of the TPL as @[)roi(] mentioned, or implement the async/await pattern. class Program { static async Task Main(string[] args) { // do some preparatory work // .. // .. CancellationTokenSource cts = new CancellationTokenSource()...
  3. X

    Stuck with a SQL query.

    A bit late to the party here, the SQL `in` operator is a (relatively speaking) expensive operation - though sometimes it is the only solution. In the case that the amount of items you need to filter for is large, it may be a better idea to place the numbers to be searched in an in-memory...
  4. X

    Help converting Cursor to CTE

    @Pho3nix - What version of MSSQL server are you using?
  5. X

    coding mentor

    @VaalDev: are you willing to expand your horizons into other languages and platforms, or are you specifically targeting the listed items?
  6. X

    Cool Ideas Fibre ISP - Feedback

    Getting the same, Twitch without the VPN is slow as hell, but via VPN - I am able to stream without an issue.
  7. X

    Entity Framework & Lazy Loading

    Your choice. I prefer the latter, as it is more explicit about which id is being referred to. This is fine. The only time it may cause some confusion is if you've used the Fluent API to change the name of the column in your table to be different to the name of the property in your class - but...
  8. X

    Regular Expressions

    Just so we're on the same page here: * You have some string, say `bbb`. * You're trying to find out whether a regular expression containing two b's would return two matches or not? Well that depends on the settings of the engine you're using (or if I understand that you're creating)...
  9. X

    Cool Ideas Fibre ISP - Feedback

    Hi - it seems like there is something going on with the network again. I am getting pretty bad packet loss, and atrocious pings to Europe, anywhere between 300 ms to 2000 ms.
  10. X

    Cool Ideas Fibre ISP - Feedback

    Last column, "PL%". If there are no values, then no packet loss has been detected.
  11. X

    Cool Ideas Fibre ISP - Feedback

    Oh yeah, I'm just using a piece of software called PingPlotter.
  12. X

    Cool Ideas Fibre ISP - Feedback

    Sort of, as soon as I am routed via utq-cust.coolideas.co.za, 154.0.4.105, or 154.0.4.54, I start experiencing packet losses of greater than 5%. Edit: You can add uvd-cust.coolideas.co.za to the list above.
  13. X

    Cool Ideas Fibre ISP - Feedback

    Culprit seems to be the hop between 154.0.3.133 and several other nodes (154.0.3.22, 154.0.4.46, 154.0.4.117, uv9-cust.coolideas.co.za, etc.) - I am experiencing anywhere between 5% to around 20% packet loss on that hop.
Top
Sign up to the MyBroadband newsletter
X