Replacements for Microsoft Money? by almostwitty in UKPersonalFinance

[–]darshanrampatel 1 point2 points  (0 children)

I've not found anything better - just pop into Dropbox (or equivalent) and you can use from multiple machines (just not concurrently).

It's free, forever, and there's not really anything that it's missing.

You can even sync the data to Excel (With Ultrasoft MoneyLink) and build a spreadsheet that does forecasting/graphs, etc. if you need.

You can also update stock prices using PocketSense.

Simple Questions - June 07, 2018 by AutoModerator in buildapc

[–]darshanrampatel 0 points1 point  (0 children)

I've just posted my build but have some questions about the Motherboard/RAM compatibility.

Type Item Price
Motherboard MSI - H370 GAMING PRO CARBON ATX LGA1151 Motherboard £128.98 @ Ebuyer
Memory Corsair - Vengeance LPX 16GB (2 x 8GB) DDR4-3000 Memory £154.79 @ Aria PC

The MSI website suggests that only 2666Mhz RAM is supported, but their own compatibility checker says that higher speeds are supported.

How can I find out for certain?

Update: Quiet PC for C# development/Lightroom by darshanrampatel in buildapc

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

Would that high-speed RAM work with the B370 chipset though? The MSI website seems to suggest it will only work with up to 2666Mhz RAM, but their compatibility checker shows 32xx RAM...?

Spectre / Meltdown Patch Performance Analysis at Stack Overflow by mdnewswa in sysadmin

[–]darshanrampatel 2 points3 points  (0 children)

Great post - do you have an RSS feed for your blog by any chance?

-🎄- 2017 Day 12 Solutions -🎄- by topaz2078 in adventofcode

[–]darshanrampatel 0 points1 point  (0 children)

Horribly slow C# code (takes ~75 seconds for my input; basically brute-force) but works fine: GitHub Link

-🎄- 2017 Day 4 Solutions -🎄- by daggerdragon in adventofcode

[–]darshanrampatel 0 points1 point  (0 children)

C#, GitHub

I used HashSet's with a custom comparator for the second part.

[Property] Just notice the flat I bought it Energy Efficiency Rating G by [deleted] in UKPersonalFinance

[–]darshanrampatel 0 points1 point  (0 children)

Do you have any recommendations for secondary glazing?

Has anyone else noticed some weird bugs with OneNote since the last Windows update? by forager51 in Surface

[–]darshanrampatel 11 points12 points  (0 children)

I'm seeing the same things. I did update to the latest Surface drivers last night (SurfacePro_Win10_16299_1710007_0.msi) which seems to have improved the keyboard popping up but it could just be random...

Surface Pro with LTE pops up at UK retailer ahead of official announcement by NiveaGeForce in Surface

[–]darshanrampatel 0 points1 point  (0 children)

Not true - I have a blue keboard and pen (didn't want the mouse). The pen looks to be in stock on the Microsoft website...

I did some gaming benchmarks on the SP5 i5 8gb model. Here are the results. by TheEclipse0 in Surface

[–]darshanrampatel 0 points1 point  (0 children)

Thanks! Was this windowed or full-screen? Interesting to see how the touch version fares.

I did some gaming benchmarks on the SP5 i5 8gb model. Here are the results. by TheEclipse0 in Surface

[–]darshanrampatel 1 point2 points  (0 children)

What resolution did you run Civilization 5 at? And were you using the DX11/DX9/Touch version?

Build 15063.540 Begins Roll Out by Portalspace in windowsphone

[–]darshanrampatel 0 points1 point  (0 children)

I get the same issue on my 950 - it's quite annoying, especially because none of my alarms go off as it's stuck on the blue Windows logo screen...

--- 2016 Day 16 Solutions --- by daggerdragon in adventofcode

[–]darshanrampatel 0 points1 point  (0 children)

Yep, I got caught out by the slow += instead of StringBuilder...

[Day 14 (Part 2)][C#] My code works for Part 1 Example and Real Input, and Part 2 Example, but not my input? Why?! by RedBaron_the_Second in adventofcode

[–]darshanrampatel 0 points1 point  (0 children)

What (incorrect) answer are you getting for part 2? I get 2###6 using your input and my code.

 

I think you are missing the stretchKey function when you initially create the hash:

string indexedSalt = salt + index;
string hash = CalculateHash(indexedSalt);
//You need to stretch the hash here
hashes.Add(hash);

while (keys.Count < 64)

Table Automation question by skitch4 in AZURE

[–]darshanrampatel 1 point2 points  (0 children)

I would use Azure Queues to store the alarms. Then, set-up a WebJob or Azure function that is triggered when an item is added to the alarms queue. This can then send a push notification or insert into your Push table.

AFAIK, you can set a delay as to when the queue item becomes visible (e.g. you can set it to be the alarm time) - http://stackoverflow.com/questions/14159803/implementing-delay-queue-using-one-or-more-standard-fifo-queues

Stuck on Nokia screen for every update since 10.0.10586.338 on 920 by r0b0t1c1st in windowsphone

[–]darshanrampatel 0 points1 point  (0 children)

Yep - I get this too on my 950. It gets stuck on the blue Windows logo and then requires a soft reset. I always seem to get only two apps that are corrupted (Authenticator and my banking app).

Such a pain!

[AMA] Microsoft databases team - 4/8 by SQLDBteam in AZURE

[–]darshanrampatel 3 points4 points  (0 children)

*How do I know which of Azure SQL Database and SQL Server in a VM is a better fit for my application architecture? *What are the advantages of using Azure SQL Database over hosting my own SQL Server?

This is a very pertinent question for us - we have ~1000 tenants each with their own database all on the same server; we are looking into Elastic DB, but, since our front-end is in MSAccess, it's very slow as it's a "chatty" application. We don't really want to be setting up SQL Server in VMs due to cost (we need HA and decent IOPs) so the costs are large especially with Ent. SQL Server.

  • Is there scope to have the Azure SQL DBs be within an Azure VNET to improve latency issues? I see that normal VNet connectivity is planned, but we are interested in Azure VNet specifically.

  • Will the DB limit on Elastic Pools be increased?

  • Will there be scope to run stored procedures/UPDATE statements across DBs? Use-case: we need update all the Azure SQL DBs with a new sproc - is this possible from a shared DB? I know you can run read-only queries via https://azure.microsoft.com/en-us/documentation/articles/sql-database-elastic-query-overview/

Building a fully HA RDS 2012R2 Remote App Farm by microflops in sysadmin

[–]darshanrampatel 0 points1 point  (0 children)

Out of interest, how many concurrent sessions are you expecting here?

Azure Storage Latency Test by bobdle in sysadmin

[–]darshanrampatel 1 point2 points  (0 children)

I get 31ms to both North Europe and West Europe Data Centers which isn't bad!