Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
blitzd
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
4 ms
·
1.
▲
by
blitzd
3y ago
The MS Family stuff has all been broken through the app for me for the past 2-3 months - I get the notifications, get the buttons to approve, and click works, everything seems normal - but nothing ever happens on the Xbox end. I just gave u
2.
▲
by
blitzd
4y ago
Maybe Knex.js, or Bookshelf.js (ORM) if you need more?
3.
▲
by
blitzd
4y ago
These takeovers are often just a case of finding stale DNS entries that are pointed at resources which can be re-allocated by third parties, i.e. elastic IP addresses on AWS. So it's very likely that the person had legit access to that
4.
▲
by
blitzd
5y ago
You can use Svelte completely separate from SvelteKit - we've been using it for a while now and integrating with our pre-existing APIs with no issues, some of those are serverless, and some are just instances behind a load balancer.
5.
▲
by
blitzd
5y ago
Have you looked at Svelte? We've been migrating over to it from Redux/React, and it's so far been a great experience. It's greatly simplified a lot of our code, and eliminated a whole lot of redux/state boilerplate.
6.
▲
by
blitzd
5y ago
Easy to say when you're not the one being held hostage, unable to sleep for days on end.
7.
▲
by
blitzd
5y ago
Not all portions of VS are maintained to the same degree - their BI tools were horrible for years, and there was not much in the way of alternatives. I'd often spend more time fixing/triaging the IDE issues than I would my own cod
8.
▲
by
blitzd
5y ago
I personally am just looking for a stable tool to build and test images. I can appreciate that Docker is looking for a way to become sustainable, but the way they are going about doing it has become disruptive to how I use the tool, thus al
9.
▲
by
blitzd
5y ago
EKS has actually come a long way in the last couple of years. They now have 'eksctl' that helps a lot with provisioning/de-provisioning the node pools. They're also pretty up to date with supporting new versions of k8s
10.
▲
by
blitzd
9y ago
I've been using rebass lately and finding it quite nice - not sure how it compares with anything angular/sails based though. http://jxnblk.com/rebass/
11.
▲
by
blitzd
9y ago
Most recentlyv they generate a token on startup, which you need to interact with anything. It's fairly seamless on a client computer as the browser that is launched will get that token added automatically.
12.
▲
by
blitzd
9y ago
I'm not so sure, I think go still has a ways to 'go': https://www.indeed.com/jobtrends/q-elixir-q-java-q-go-q-who.... ...or maybe we're reading a bit more into the data than what is really there? An
13.
▲
by
blitzd
10y ago
Using pandas you can do a lot of that with a query and a connection, dumping to CSV/Excel/JSON etc is pretty trivial once you have your data in a dataframe. It also supports writing data back to tables via SQLAlchemy as well, and
14.
▲
by
blitzd
10y ago
I've found that a lot of the time Coursera is just making it difficult to register for free for courses, but if you find the right page it's still an option. Go to the specific page for the course, not any collection that it may b
15.
▲
by
blitzd
10y ago
Of course it works fine with XP, that was the target specs in 2001 when that OS was released. Maybe try a Linux distribution from 2001 and you'd have a fair comparison.
16.
▲
by
blitzd
10y ago
I personally just found the C# syntax more straightforward than VB.NET, C# was new and VB seemed to have a bit of baggage. I never had much in the way of problems, even as a beginner, translating from VB.NET to C# examples though.
17.
▲
by
blitzd
10y ago
I found that with the SC the aiming for games just isn't there. I miss the right analog stick too much, and despite trying I couldn't get anywhere near the accuracy with the SC as I could from a normal XBox 360, or XBox One contro
18.
▲
by
blitzd
10y ago
It based on functionality that all exists in the traditional on-prem SQL Server as well - certainly not the e-mail and point a click creation, but you can definitely query SQL Server DMV's for missing index information[1]. As with any
19.
▲
by
blitzd
10y ago
The SQL Server Database Tuning Adviser will happily create all the indexes, stats, and what not, for a given workload. And yeah, you can speed up your queries (the workload) as a result. The problem is that there's always a trade off -
20.
▲
by
blitzd
10y ago
I'm also a fan of Linux Mint, but prefer the KDE edition - I used to dislike KDE, but with plasma 5.6+ it's become quite polished and nice to use. I've also found LM to be much more stable than other KDE based desktop distro&
21.
▲
by
blitzd
10y ago
I believe it's based upon hyper-v, which typically precludes using other VM software on the same machine. Docker toolbox for Windows 10 has the same issues.
22.
▲
by
blitzd
10y ago
There are plenty of good games out there that don't go the IAP route, but they're pretty rare on mobile platforms - this is one of the major reasons I prefer PC gaming. I've even had games that I purchased (Galaxy on Fire 2)
23.
▲
by
blitzd
10y ago
Firefox has it's issues as well, which they also 'refuse' to fix. For instance, much of the browser falls apart when using remote desktop (RDP) sessions - it can even break remote desktop sessions as a whole in some instances
24.
▲
by
blitzd
10y ago
It's a web log analysis tool, not a general data viz platform. This may be more what you're looking for though: http://www.cyclotron.io
25.
▲
by
blitzd
10y ago
It works just fine with piped input actually, I use it regularly with zcat.
26.
▲
by
blitzd
10y ago
There are other options for in-memory datastores on Linux though, such as Redis.
27.
▲
by
blitzd
10y ago
It's been my finding that experienced MS SQL developers tend to hire out at a much greater cost than experienced MySQL developers... MS SQL Standard also starts at $3,700+ USD per core (and a minimum purchase of 4 core license, I belie
28.
▲
by
blitzd
10y ago
It's not usually that simple with profiler, as production queries can be highly contextual and aren't always 'replayable' unless they're interacting on the same data as the original. It can also be pretty high impac
29.
▲
by
blitzd
10y ago
DataGrip is fantastic for both SQL Server and PG (and MySQL, SQLite, etc). They even get intellisense right for multiple platforms...
30.
▲
by
blitzd
10y ago
While that may be true in the definition of a relational database, that is not generally what is meant by an ORM. The relationships between objects are a key part of what an ORM would provide.
More ›