Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
anant
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
anant
3y ago
I was in the early beta and judging from how it's worked in my tests, there's definitely more going on under the hood then the most straightforward approach of "embed all your emails, find nearest neighbors, then ask the LLM
2.
▲
Show HN: Hacker News ChatGPT Plugin
(kix.in)
6 points
by
anant
3y ago
|
1 comments
3.
▲
by
anant
3y ago
Didn't realize I could unselect all, thank you so much!!
4.
▲
by
anant
3y ago
Love the app and use it as a thought log all the time! It would be great if I didn't have to select the output type upfront but rather just free-flow dictate. I don't always know if something will turn into a blog post or small tw
5.
▲
by
anant
3y ago
The Microsoft LoRA is actually the same concept as the one applied here, the original method was applied to LLMs and then brough to diffusion models recently.
6.
▲
by
anant
8y ago
I made ThinMusic so I could listen to Apple Music on my Linux desktop and also scrobble to last.fm reliably. Between MusicKit JS which made ThinMusic possible, and Spotify's SDK, feels like there could be some cool music related things
7.
▲
Show HN: ThinMusic – a web player for Apple Music with last.fm support
(thinmusic.com)
2 points
by
anant
8y ago
|
1 comments
8.
▲
Facebook acquires Ozlo to build out its personal assistant
(recode.net)
9 points
by
anant
9y ago
|
0 comments
9.
▲
Ozlo: The friendly AI assistant
(ozlo.com)
3 points
by
anant
10y ago
|
1 comments
10.
▲
by
anant
10y ago
You never drained the longTimer channel, so when you say "We agree that longTimer has fired, right?"; that's not quite true. After you call Reset(), you're still getting the value from the first firing, because that'
11.
▲
Introducing Ozlo – Personal AI chatbot
(medium.com)
54 points
by
anant
10y ago
|
21 comments
12.
▲
by
anant
11y ago
Sure it can, http://play.golang.org/p/T6WIcT_8q5 works just fine!
13.
▲
by
anant
11y ago
Jack Mobile | Full Time | SF Bay Area | ONSITE Hey HN - I work at Jack Mobile - where we are reimagining search from the ground up. We combine state of the art NLP, machine learning, and information retrieval to build a product that anyone
14.
▲
by
anant
11y ago
Almost all of the author's complaints revolve around the Control Panel. Most users won't ever see the Control Panel, just the Settings app. The Control Panel is a legacy piece they decided to keep around for the "enterprise&q
15.
▲
by
anant
11y ago
Cool project! I was surprised to see Go has 167k libraries vs. 153k from Node. The Go libraries are being counted incorrectly -- each vendored library is also counted (which is common practice for many Go apps) -- so the number is very infl
16.
▲
by
anant
12y ago
He clearly mentions that the statements are not in a function body, rather just in the global portion of a C file.
17.
▲
by
anant
12y ago
The goal was to bring Plan 9's most useful tools to Linux, rather than modify Linux to become more Plan 9-ish. Glendix doesn't modify the core or essence of Linux in any meaningful way (it's more like Wine in that sense), so
18.
▲
by
anant
12y ago
(Glendix author here) The project is mostly dead since I haven't had the time to work on this in years. If anyone's interested in picking it up and porting it to the latest kernel version, I'd be happy to help in any way I ca
19.
▲
by
anant
12y ago
It brings up a list of contacts that you can customize, to call, message or use the drawing thing with.
20.
▲
Srclib: A polyglot code analysis library
(srclib.org)
76 points
by
anant
12y ago
|
32 comments
21.
▲
by
anant
13y ago
I wonder if they will bundle a license for the Atom editor along with the program.
22.
▲
by
anant
13y ago
heya, glad you like it!
23.
▲
by
anant
13y ago
Thanks! Currently sessions are scoped to a window, so you may have better luck opening another session in a new window. Do file an issue, we should certainly fix this.
24.
▲
by
anant
13y ago
It was so much fun to build this package. Atom is very modular, and any piece of functionality in the editor is open to being extended. The documentation still has some ways to go (events aren't documented, for example), but I'm e
25.
▲
by
anant
13y ago
It was a pleasure working with Tom and Yehuda on this. Having proxy objects that let Firebase know exactly how and when an object was modified was critical to get this working - it gave us behavior similar to Object/Array.observe (whic
26.
▲
by
anant
13y ago
I wrote this integration with Firebase - kudos to the TogetherJS team - the source code was remarkably easy to understand and very modular! I just had to create a new messaging channel implementation - it already supports WebSockets and pos
27.
▲
by
anant
13y ago
We made a series of changes with version 0.3 of angularFire. It's nowhere near production ready but we're hoping its a bit more closer to beta than alpha :) I urge you to give the new version a spin, and I really look forward to y
28.
▲
by
anant
13y ago
That looks really nice! I'd note that it is possible to wrap angularFireCollection into its own service if you'd like to keep that stuff out of your controller, for example: https://gist.github.com/jaredwilli/
29.
▲
by
anant
13y ago
It's possible, but you'll have to structure your data slightly differently. There's a blog post detailing one possible approach: https://www.firebase.com/blog/2013-04-12-denormalizing-is-no... We're
30.
▲
Chox: Streaming Chat for Real Conversations
(chox.co)
3 points
by
anant
13y ago
|
1 comments
More ›