Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
theflagbug
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
theflagbug
8y ago
For us, a few weeks ago Azure DevOps randomly stopped processing GitHub webhooks, so merge commits didn't trigger builds anymore (and we're not the only ones, see https://developercommunity.visualstudio.com/content
2.
▲
by
theflagbug
8y ago
I have a late-2016 Razer Blade and every time I compile something the fans spin up to aircraft-turbine levels of noise, it's ridiculous. I'm currently thinking of throwing the whole thing out and getting a Macbook Pro instead, bec
3.
▲
by
theflagbug
8y ago
I'd be very interested to hear in what way you think GKE is nicer to work with, care to elaborate?
4.
▲
by
theflagbug
9y ago
Yup, but this took me way too long to figure out. Sadly this goes for a lot of Azure services and all the enterprise-buzzword laden documentation doesn't make that easier
5.
▲
by
theflagbug
9y ago
That's what I really don't like about Azure. They seem to have multiple differently named services that seem to basically do the same thing (Azure Service Bus/Azure Storage Queues is one example that comes to my mind) Also,
6.
▲
by
theflagbug
10y ago
That's not true anymore, Xamarin is now free for everyone, except larger companies, see https://blog.xamarin.com/xamarin-for-all/
7.
▲
by
theflagbug
10y ago
> The downside to this is that making a UI seems to even out your gained time--it's extremely messy and even complicated. Code that's valid in C# produces vague underwater bugs in Java code, which makes you keep hacking around
8.
▲
by
theflagbug
10y ago
Agreed, people seem to think Xamarin == Xamarin Forms, while the real power lies in shared business logic with native UIs, in my opinion. Xamarin Forms may be useful for internal super-CRUD LOB apps that really are just a collection of inpu
9.
▲
Show HN: Mimo – Learn how to code on your iPhone
(getmimo.com)
2 points
by
theflagbug
10y ago
|
0 comments
10.
▲
Show HN: Swifty – Learn to code in Swift
(swifty-app.com)
108 points
by
theflagbug
11y ago
|
27 comments
11.
▲
by
theflagbug
11y ago
Thanks, glad to hear that!
12.
▲
by
theflagbug
11y ago
Shameless self-promotion: Here is a great way to learn Swift on your phone: http://swifty-app.com/
13.
▲
by
theflagbug
11y ago
There's actually a Java and C# version for Android/Windows Phone in the works right now! Source: I'm the developer of said versions :)
14.
▲
by
theflagbug
12y ago
Read it again, he found the password in cleartext in the memory dump. From the blogpost: > I tried the small dictionary john.dict that comes with John-the-Ripper, and it didn't find anything. But of course, I don't need a real
15.
▲
by
theflagbug
12y ago
Not sure if you're aware, but your Rx example has a few problems: 1.) In the StartSenders method, you're violating the Rx grammar by calling channel.OnNext concurrently. Wrap it on a lock statement. 2) In StartReceiver you're
16.
▲
MahApps.Metro 1.0 Released
(mahapps.com)
2 points
by
theflagbug
12y ago
|
0 comments
17.
▲
by
theflagbug
12y ago
Also Austrian. Other way around works too, I had a Netflix account before, that I accessed via a VPN, now I also have access to the Austrian Netflix library while paying less (it's cheaper in the US)
18.
▲
by
theflagbug
12y ago
Ha, yeah, ReactiveUI is awesome, I use it in all of my projects
19.
▲
by
theflagbug
12y ago
This is a WPF library, so I don't think it'd work with pyQt
20.
▲
by
theflagbug
12y ago
If you tell me what's not perfect, maybe I can fix it :)
21.
▲
by
theflagbug
12y ago
Here is a library that helps to create such an interface: http://mahapps.com/ It's also mentioned in the blog post you've posted. Disclaimer: I'm one of the developers of MahApps.Metro, I hope nobody minds th
22.
▲
by
theflagbug
12y ago
For projects hosted on Github, take a look at https://gitter.im I'm a maintainer of a reasonably big open source project and it works great for us, since you can link issues/PRs directly and get a Github activity log r
23.
▲
by
theflagbug
12y ago
I also want to try Azure, but I only have a prepaid credit card (I live in Europe, don't need it except for small Internet things) and Azure is the ONLY service that doesn't accept it. AWS, Google Cloud, Netflix, etc. all work fi
24.
▲
by
theflagbug
12y ago
I'm pretty sure async/await is supported Source: I'm using async/await in Xamarin.Android Maybe it's because Linux Mint doesn't have the latest version of Mono in the package repository?
25.
▲
by
theflagbug
12y ago
Exception filters aren't pointless. They preserve the stacktrace, meaning the debugger will break at the original throw and not the throw; in your catch (I'm on mobile so I don't have a code sample, sorry, I hope you get wha
26.
▲
by
theflagbug
13y ago
I'm in a similar position. I'm currently in a polytechnic high school (I don't have a high school degree). This is the third high school I'm in, because I always struggle with non-programming classes, in which I have abs