Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
younata
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
younata
10y ago
I wrote (and maintain) my own rss reader for iOS - https://github.com/younata/RSSClient/ , here's a trimmed down version what I follow: News: - Electrek - https://electrek.co (Basically Tesla news,
2.
▲
by
younata
11y ago
Been working on my own RSS reader for iOS. https://github.com/younata/RSSClient/ Pretty much all the internal logic (parsing feeds/opml files) are also written from scratch, which was interesting to do.
3.
▲
by
younata
11y ago
It's Apache 2.0, so free as in beer and free as in speech. https://github.com/greenplum-db/gpdb/blob/master/LICENSE
4.
▲
by
younata
12y ago
wake up Stay in bed for 5 or 10 minutes Alarm goes off Shower Do hair/brush teeth/take medication Walk to bart, catching up on feeds/emails on the way there take bart to work
5.
▲
by
younata
12y ago
Oh. this is awesome. Very much so looking forward to integrating this into some of the home automation stuff I'm doing.
6.
▲
by
younata
12y ago
A very interesting paper [0]. I'm actually taking a similar approach (though, more generic in nature) for my CFD work (namely, using experimental data to help correct my numerically obtained answers for the same craft). After that, we
7.
▲
by
younata
12y ago
Man, screw using that for multitouch. Going to use it as a depth camera. Been looking for a kinect-like device that I can mount on a quadcopter.
8.
▲
by
younata
12y ago
I'd finally get my CFD stuff off the ground. I currently only spend about an hour a day working on it, and I'd like to just work full time (or more) on it.
9.
▲
by
younata
12y ago
I once wrote a very minimal IRC client by essentially wrapping telnet around expect. All it did was automate sending out PINGs, but it worked.
10.
▲
by
younata
13y ago
Come on, hat trick of rejections!
11.
▲
by
younata
13y ago
Front-end design. I can make a beautiful back-end, but what does it matter to anyone but fellow hackers if a front-end end-user thing doesn't look good, is useful to beginners, but is also useful to those who've been around the bl
12.
▲
by
younata
13y ago
assuming by "finding" you mean liking. The api makes it very easy to use. I would like to get a generic beacon I can just slap on my door and forget about for 6 months or so, rather my current hack of using another one of my idevi
13.
▲
by
younata
13y ago
what do you mean? It's built in to corelocation in iOS 7... You can even use an iOS device as an iBeacon...
14.
▲
by
younata
13y ago
Been playing with iBeacons today: https://github.com/younata/Apartment Other than that, more work on my flight simulator: http://younata.com/
15.
▲
Generating Complex Procedural Terrains Using the GPU (2008)
(http.developer.nvidia.com)
67 points
by
younata
13y ago
|
15 comments
16.
▲
by
younata
13y ago
I have been building this: https://news.ycombinator.com/item?id=6618834 It's been fun. :D
17.
▲
The Ongoing Battle: NY vs. SF Tech Scene
(techendo.co)
28 points
by
younata
13y ago
|
70 comments
18.
▲
by
younata
13y ago
too many.
19.
▲
Be Fruitful, Go forth and Multiply...The Willow Way
(roboticsbusinessreview.com)
1 points
by
younata
13y ago
|
0 comments
20.
▲
Cryptography as a target [video]
(techendo.co)
8 points
by
younata
13y ago
|
1 comments
21.
▲
by
younata
13y ago
Oh, man. My previous experience in building simulators is a spaceflight simulator I wrote at the beginning of the year, because space, life is easy and I didn't have to really write hard numerical computing code. This is easily the mos
22.
▲
by
younata
13y ago
Thank you for the interest! Right now, x-plane basically is the only player in the flight sim market (MS has officially stated they've left - though I doubt it's for good, FlightGear is the only other flight sim worth mentioning,
23.
▲
by
younata
13y ago
Holy shit, that is awesome! If only I had 55k to spend on that sort of thing, I'd buy it in a heartbeat.
24.
▲
by
younata
13y ago
I have been building a (highly accurate) flight simulator. Basically, I'm taking a geometric approach to the flight dynamics model (similar to how x-plane works, except they're using... older techniques/technology. I'm u
25.
▲
by
younata
13y ago
Driving up from Tucson, AZ. if anyone wants to ride with me (I'll take I-10 and I-5 on the 17th, leaving early morning). I can't provide accommodations other than the ride, though. I can comfortably fit 3 others in my car. Email i
26.
▲
by
younata
13y ago
Beta 1 had significantly reduced battery life. But, it has since been fixed. Since beta 3 or so, if there is a difference, I haven't noticed it.
27.
▲
by
younata
13y ago
Yes and no. The -(void)drawFrame call uses CPU, but almost everything else you do in UIKit is done in the gpu. (Everything that can be animated is done in the gpu)
28.
▲
by
younata
14y ago
Yes. Or at least, as recently as 2 years ago at my university, they did.
29.
▲
by
younata
14y ago
firefox 18.0.2 on osx seems to survive...
30.
▲
by
younata
14y ago
If you are using a tail that does not have the -f flag (On debian-based systems, the shell you can drop into on install is like this), then you can combine tail with watch to get something close to tail -f. watch -n 2 tail $FILE Of
More ›