HN user

kcon

277 karma
Posts17
Comments20
View on HN
kevintechnology.com 6mo ago

Nissan's Response (?) To My Leaf Home Screen Widget

kcon
5pts2
kevintechnology.com 1y ago

Show HN: Nissan's Leaf app doesn't have a home screen widget so I made my own

kcon
122pts97
kevintechnology.com 8y ago

How I Used Virtual Reality to Propose to My Girlfriend

kcon
10pts1
eng.uber.com 8y ago

NEAL, Uber’s Open Source Language-Agnostic Linting Platform

kcon
2pts0
typefox.io 9y ago

Theia – One IDE for Desktop and Cloud

kcon
1pts0
kevintechnology.com 9y ago

Porting Game Boy Emulators to the Pebble Time

kcon
2pts0
kevintechnology.com 9y ago

Porting Game Boy Emulators to the Pebble Time

kcon
4pts0
www.stanforddaily.com 11y ago

Stanford Intro CS classes will implement pair programming

kcon
3pts0
www.papersapp.com 12y ago

Papers – Desktop app for finding, organizing, citing academic research

kcon
54pts43
kevintechnology.com 12y ago

Using Machine Learning to Recommend Heroes for Dota 2 Matches

kcon
1pts0
kevintechnology.com 12y ago

Preventing Cheating at Hackathons

kcon
10pts17
www.indiedb.com 13y ago

Pokémon: Generations Windows game

kcon
42pts35
www.benjihana.com 13y ago

A beautiful body or a beautiful mind?

kcon
2pts0
www.cnn.com 13y ago

Korean Starcraft II Players and Addiction

kcon
4pts0
www.empireonline.com 14y ago

Listen to the Entire "The Dark Knight Rises" Soundtrack for Free

kcon
1pts0
news.discovery.com 14y ago

Announcement of the Higgs Boson Imminent

kcon
1pts0
kevintechnology.com 14y ago

How I Thwarted a Laptop Thief with McAfee and the Royal Canadian Mounted Police

kcon
2pts0

Changes in the latest version of Nissan's official mobile app for their LEAF electric car broke the widget I created last year for quickly checking my car's battery charge status on my phone's home screen, and then things got interesting.

I was looking for more info about developing for Board on https://board.fun/pages/developers and became confused because the page mentions an SDK that can be accessed but does not explain how or link to any other information. Poking around the website some more, I found https://board.fun/pages/support?hcUrl=%2Fen-US%23article-289... which clarifies:

Can I add or create my own games?

Soon. We’re building tools that will let anyone design their own Board games, starting with developers and expanding to players. The future of play is one you can help create. Learn more at board.fun/developers.

So I think I understand the SDK is not available yet. Can you clarify that developer tools are not yet available but are coming soon on https://board.fun/pages/developers to avoid confusion?

Thanks! The IFTTT widget can supposedly update within a few seconds of receiving the triggering email since this is a “real-time applet” (https://help.ifttt.com/hc/en-us/articles/4412435510171-What-...), but in practice it seems to update more on the order of several minutes after the scraping workflow runs.

I have been running the scraping workflow once per hour during waking hours the past week, but I reduced that recently because I was starting to feel nervous (but without any real evidence) that pinging the car too often could drain the 12V battery.

The scraping workflow takes between 2-3 minutes to run. You can view the history and duration of runs here if you’re curious: https://github.com/kevincon/nissan-leaf-widget-updater/actio...

It seems strange to me to compare VSCode against PyCharm, IntelliJ, and Android Studio separately. While PyCharm, IntelliJ, and Android Studio are distinct applications, I believe they share much of their code, UI, 3rd party plugins, and workflows for all being JetBrains language-flavored IDEs.

On the other hand, VSCode supports different languages through its extensions instead of having separate language-flavored applications like "VSCode Python", "VSCode Java", or "VSCode Android".

So I feel that reaching for IntelliJ vs. PyCharm vs. Android Studio is roughly equivalent to installing a particular set of extensions in VSCode. If you look at it that way, the data from the article seems to tell a different story - while VSCode has grown significantly in popularity, JetBrains IDEs seem to dominate in terms of overall usage (11.3% + 6.9% + 4.1% = 22.3% vs. VSCode's 16.8%).

I think "Google Inbox Replacement" is misleading if your workflow assumes users will use Gmail in addition to Monolist:

We’re working on a Gmail integration as you read this! To start, the emails you star in Gmail and any threads that you haven’t responded to will become action items in Monolist, but we have plans for much more.

Personally I don't think I would use Monolist because I want to replace Google Inbox with a single service, not Gmail plus another service.

Smart Photos 9 years ago

I understand this article is a little dated, but for a follow-up blog post, I'm interested in hearing more about Tinder's internal hackathons. What motivated hosting an internal hackathon? What format was chosen, i.e. duration, criteria for projects, criteria for participants, etc.? How often are they held? Do employees retain any rights for the projects they work on? How is participation encouraged?

This is very much a grey area. Most hackathons I've attended restrict previously written code to open-source projects, with the idea that it's fair game if all participants have access to it. I think it's hard to police because projects aren't usually audited, and if someone utilizes private, frequently-used code snippets like you mention, that's even harder to catch.

I like that the focus of your hackathon is hacking, and the resulting hacks seem really cool. I'd like to participate in your hackathon if I ever find myself in San Antonio (I'm in Palo Alto for now, though). Do you have a website I could bookmark?

I think this is a good idea in theory, but AngelHack Boston Spring 2012 tried this and it didn't work very well logistically since many participants were not familiar with the chosen version control software (git).

Also I'm not sure it would cover all the bases for more complex hacks that involve hardware or more unique setups/dependencies.

Ultimately, I wish a solution could be found that doesn't work to limit the types of hacks, since that freedom is one of my favorite parts of hackathons.

Am I correct in saying that this is using the technology Google acquired from Sparrow? The swipe-left bar in particular looks very much like the swipe-left bar in Sparrow.

I love that he uses assembly to twiddle the bits in memory, but the title is quite misleading. I was expecting tutorials on using something like Buildroot, OpenEmbedded, or a similar embedded linux development environment.