Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
ikhare
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
ikhare
4mo ago
We just have to keep calling it out. Lazy thinking has always been an issue, but at least it could be coachable.
2.
▲
by
ikhare
2y ago
A long time ago Google used to have a program called "bureaucracy busters," where submissions were reviewed by the CFO to find internal barriers to getting things done.
3.
▲
by
ikhare
2y ago
On the topic of calculators. I discovered Figr[1] on HN a while ago, and it really helps when doing one off multi variable thing, like helping a customer estimate their bill etc. Kudos on building this. I occasionally search for these on Go
4.
▲
by
ikhare
2y ago
Nice project! Very polished. It reminds me of a prototype I built a couple years ago: https://github.com/ikhare/just-speak Awesome to see these ideas turn into real products. Congrats.
5.
▲
by
ikhare
2y ago
I switched back to Pixel after two years of using an iPhone recently. It’s got a lot better phone and text spam detection. I get 5-10 spam calls and texts a day. The iPhone got unusable.
6.
▲
by
ikhare
2y ago
Thanks for the kind words. Feel free to share any feedback in the discord community!
7.
▲
by
ikhare
2y ago
You can use http directly for your functions [1]. Or you can create custom http actions [2]. We encourage websocket usage because it allows for reactivity and UI consistency and it plays nicely with reactive frontend frameworks like React e
8.
▲
by
ikhare
3y ago
Back when I took compilers in college we wrote a compiler for Oberon. I couldn’t quite find my original class site, but this one seems roughly right (from a few years before I took the class): https://cseweb.ucsd.edu/~wgg&#x
9.
▲
by
ikhare
3y ago
When I first learned about isolation levels in databases I was shocked that databases could “lie” to me. I think like most devs focused on the product end I just expected databases to be a magical black box that worked perfectly. Which I as
10.
▲
by
ikhare
3y ago
Thanks for the reminder! I’ve been listening to this since sometime in the late 90s early 2000s. I spent so much time focused because of this, and it became a formative part of my music taste in high school. I am a downtempo person so class
11.
▲
by
ikhare
4y ago
Hey no problem! We’re all trying to make this space better. Thanks for all the work you put into it too!
12.
▲
by
ikhare
4y ago
(I work at Convex) I was the one of the original TLs of Google Photos, specifically on Android and eventually managed all of the frontend teams for Google Photos. So I hope it's not a stretch to say that I have deep empathy for fronten
13.
▲
by
ikhare
11y ago
The Trash option available while signed in vs. Deleting locally mean different things. The first is moving the file to trash where it can be recovered for a little while, the second is blowing the file away from your file system. We wanted
14.
▲
by
ikhare
11y ago
You are using the device folders view. Try the default photos view.
15.
▲
by
ikhare
11y ago
You just filed it ;-) We'll fix this soon for local photos.
16.
▲
by
ikhare
12y ago
Chrome has a concept of multiple users in it's preferences. When you turn it on then you can pick an icon per account and it shows up on the top right of the browser window. To switch to a different user click on that and switch to a d
17.
▲
by
ikhare
13y ago
I'd love to hear more. I've been through this more than once and don't have a good answer on how to get out.
18.
▲
How 'Sailing Stones' Move Themselves Across Death Valley
(m.core77.com)
8 points
by
ikhare
13y ago
|
2 comments
19.
▲
by
ikhare
13y ago
People here have given great motivating responses. But In don't think anyone has answered the whether it would be hard to get an job again after a big gap if you decide to get one again. It seems like you want to continue coding in some for
20.
▲
by
ikhare
13y ago
I can easily imagine what some of the dependency management issues could be, but I'd love to hear your thoughts on the following two options: In the Java world there is a concept of a .war file which packages everything up so it's easy to d
21.
▲
Dents in the Universe
(medium.com)
6 points
by
ikhare
13y ago
|
0 comments
22.
▲
by
ikhare
13y ago
This whole situation makes me think: is there a static analysis tool for excel? Seems like missing a few rows in an excel calculation could be flagable.
23.
▲
The Mobile Landscape - 5 Years In
(ikhare.tumblr.com)
2 points
by
ikhare
13y ago
|
0 comments
24.
▲
by
ikhare
13y ago
Seems like the author has only worked with iOS. On Android push notifications are done through GCM (Google Cloud Messaging), when it's sent your application gets a callback (Intent). So it is up to the application to decide what to do with
25.
▲
by
ikhare
13y ago
and mine: http://nightweb.net/#type=user&userhash=prn3nvnrikl7ewpf...
26.
▲
by
ikhare
13y ago
Mine too: http://nightweb.net/#type=user&userhash=prn3nvnrikl7ewpf...
27.
▲
by
ikhare
14y ago
We use C quite heavily at Bump in our mobile apps. With our recent app Flock, we wrote nearly all non UI logic in C to be shared between iOS and Android. This made moving to a new platform much faster and easier than in times past. A lot of
28.
▲
Flock for Android: A Technical Breakdown
(devblog.bu.mp)
4 points
by
ikhare
14y ago
|
0 comments
29.
▲
by
ikhare
14y ago
Fun fact: early versions of d3 came out of a project in this class from 2009. I was in this class and d3 (Not called that then) was one of the more impressive projects that came out there. Here's a link to Mike's project description: https
30.
▲
by
ikhare
14y ago
Physical bumping is important. We use the sensor data on the devices bumping at the time of bump to determine if two devices match.
More ›