Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
hackcrafter
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
9 ms
·
1.
▲
by
hackcrafter
9y ago
> The Tech Backlash If there is a tech backlash, I don't see how more tech is the solution. I downloaded WeCroak, after reading an Atlantic article about it being an anti-app to remind you about your impending death, and it works as
2.
▲
by
hackcrafter
9y ago
Be warned of the time sink that is trying to get mods running on desktop Minecraft. Each version update breaks compatibility and your kids have a hard time understanding why they can’t use that cool mod their friend told them about at schoo
3.
▲
by
hackcrafter
9y ago
> Personally I tried BASIC... JavaScript is the new BASIC, in the sense that it is universally available and a great first language to pick up. It is easy to forget that self-taught programming is motivated by that intrinsic discovery fa
4.
▲
by
hackcrafter
9y ago
With high dimensionality data (think many columns), plotting the first two eigenvectors provides a fantastic clustering of the rows. In genetics for example, this plot may separate samples with different ethnicities (see PCA on SNPs).
5.
▲
by
hackcrafter
9y ago
But it does prevent a business trying to run off of free supercharger power from just buying up used Teslas...
6.
▲
by
hackcrafter
9y ago
They called him on this potentially happening too during the pitch. I hope they bought all the Teslas they need!
7.
▲
by
hackcrafter
9y ago
I was thinking that too, then I realized he was wrapping the code in `DB.transaction` blocks, which rollback on any type of exception, so that all those staged/checkpoint entries only persistent if the block cleanly executes. Pretty ne
8.
▲
by
hackcrafter
9y ago
Really, the iPhone 7 was just the 6SS. The 'S' revision was spec and camera bumps, but no major case changes and the 7 made no case differences over the 6S. But probably a 6SS or whatever wouldn't have sold as well, so they s
9.
▲
by
hackcrafter
9y ago
There is definitely a changing Rust definition of good code hygiene in terms of how to write code in the most "Rustic" way, but in terms of code formatting, there is already rustfmt[0] [0] https://github.com/rust-l
10.
▲
by
hackcrafter
9y ago
My first thought is are they adding enough value to take a 30% cut off a digital subscription service? But then I flipped the question to whether as a consumer, I would be more likely to be a digital subscription with a "Subscribe with
11.
▲
by
hackcrafter
10y ago
This is really cool! I have been using Exponent (Expo) on a side project for 5 months and love it. Can I ask what editor this is built on? I've been considering for another project having a "live editor" for writing extension
12.
▲
by
hackcrafter
10y ago
Awesome to hear! Do you have a general timeframe? I'm going to be deciding between Azure Mobile Center and AWS Mobile Hub in the next couple months for a personal project.
13.
▲
by
hackcrafter
10y ago
I'm curious if CodePush[0] can be used along side (or integrated into) Mobile Center. That seems like a no-brainer if you are supporting React Native based apps. Also, I didn't see any support for platform native Notification APIs
14.
▲
by
hackcrafter
10y ago
Very cool that their "Mobile Center" SDK has React Native support. [0] This looks very feature competitive with the "AWS Mobile Hub", even going beyond it with its CI app build integration with GitHub and device simulato
15.
▲
by
hackcrafter
10y ago
Well, brick is too harsh. I got mine up and running after redoing first-time setup routine. But most people seeing a blinking blue light are not going to think "oh, I'll just open the WiFi app and a new network in setup mode...&qu
16.
▲
by
hackcrafter
10y ago
"Experiencing Issues" is way understating this. I had two OnHub devices (different models) do this during business hours at two different places that ran on WiFi today. The first I took as a complete fluke, but the second made me
17.
▲
by
hackcrafter
10y ago
Were those not acquisitions that withered as opposed to Dropbox new product ventures? To be honest, I read through that whole page and I really am not sure I understand what "Paper" is. I'm guessing it's like slack + spe
18.
▲
by
hackcrafter
10y ago
The killer feature I still keep Google Voice around for is transcription of voicemail sent to your inbox, even for direct calls to your cell (non GV #). I stopped giving out my GV number, but you can set up your Verizon cell phone to use Go
19.
▲
by
hackcrafter
10y ago
It's a bookend to the recurring point that building a business requires a good understanding of markets and how companies fight for their place in them. The Economist covers a lot of macro-economic news and frames the world in terms of
20.
▲
V8 JavaScript Engine to Directly Support TypeScript Derivative Called SoundScript
(github.com)
2 points
by
hackcrafter
10y ago
|
0 comments
21.
▲
by
hackcrafter
10y ago
I appreciate the emacs bindings [0]! Between this and eslint+flycheck I will feel less envious of Visual Studio Code's editor environment (if only there were a way to leverage some of its fantastic IntelliSense from emacs...) [0] http
22.
▲
by
hackcrafter
10y ago
This. Especially family. It's a fantastic place to raise kids, if a bit isolated.
23.
▲
by
hackcrafter
10y ago
Absolutely I think they still should be considered fundamental. By definition, these are the subjects that allow you to keep going when your abstractions leak[0]. To say a job "requires" them is pedantic, but what's the point
24.
▲
by
hackcrafter
10y ago
Maybe from a tech perspective, but the SharePoint "brand" is still heavily used in O365 enterprise for the same file-syncing stuff that OneDrive does in consumer-services. Which brings up another O365 nit, MS has these direct cons
25.
▲
by
hackcrafter
10y ago
Yes! I swear I googled for something like this and came up empty multiple times. Thanks!
26.
▲
by
hackcrafter
10y ago
I was confused when writing a NodeJs script last night which ES* features were supported in the node runtime I had installed (6.9.x). This blog posts mentioned Node already fully supports ES6. Is there a table anywhere that lists ES6/E
27.
▲
by
hackcrafter
10y ago
Yea, I agree. I'm also amazed at how much suckage people are willing to put up with in O365, but still consider it a better choice than Google Docs for the company. Sharepoint is complete crap, and the off Sharepoint file syncer client
28.
▲
by
hackcrafter
10y ago
The model of natively cloud-hosted documents was Google's lead to loose, and I think they are losing it. O365 took the idea and ran. Yes, their web-based UI isn't as rich, but it has some decent collaboration, really good mobile a
29.
▲
by
hackcrafter
10y ago
The Just my Code debugger support, where stepping through callbacks can just skip all the in-between functions handled by third party libs looks fantastic. Especially with await / yield-promise type stuff, I could imagine this will mak
30.
▲
by
hackcrafter
10y ago
I understand why CentOS/RHEL is preferred by some server admins to Ubuntu (longer support cycles, hardware drivers etc), but I never got why individual devs run CentOS versus Ubuntu on their own machines. Every time I have tried to get
More ›