anant | 2 years ago | on: Meet your AI Executive Assistant
anant's comments
anant | 2 years ago | on: Show HN: Oasis AI – Craft Emails, Essays and Notes, Just by Talking
anant | 2 years ago | on: Show HN: Oasis AI – Craft Emails, Essays and Notes, Just by Talking
If you could summarize the content into a few words (similar to how ChatGPT names its chat thread), and I could generate a specific output type from that list in the history, that would be a game changer for me!
anant | 2 years ago | on: Fine-tuning with LoRA: create your own avatars and styles
anant | 7 years ago | on: Show HN: ThinMusic – a web player for Apple Music with last.fm support
Between MusicKit JS which made ThinMusic possible, and Spotify's SDK, feels like there could be some cool music related things built in the near future.
Eager to know your thoughts!
anant | 9 years ago | on: What Golang Is and Is Not
The docs are quite clear on this behavior and say "Timer will send the current time on its channel after at least duration d." -- key words being at least and says nothing about when you choose to read from the channel.
anant | 10 years ago | on: Go 1.6 is Released
anant | 10 years ago | on: Ask HN: Who is hiring? (September 2015)
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 with a smartphone will want to use every day. And we're just getting started!
We're a small team founded by serial entrepreneurs, based in the Bay Area. We're looking for engineers to help us solve challenging problems in data acquisition, knowledge graph, search and question answering. If you are interested in any of the following:
* Search / NLP
* Data Science / ML
* Systems / Infrastructure
* Full Stack / Mobile (iOS|Android)
get in touch with us: [email protected]anant | 10 years ago | on: Windows 10 is unfinished
The Control Panel is a legacy piece they decided to keep around for the "enterprise"; just like Windows 10 also still includes the old Internet Explorer.
anant | 10 years ago | on: Libraries – Open Source Discovery Service
anant | 11 years ago | on: C Questions and Answers
anant | 11 years ago | on: Glendix: Bringing the Beauty of Plan9 to Linux
Couple of sub-projects within Glendix that are pretty interesting though are the synthetic /net filesystem that serves a TCP API, and per-process namespaces. These are simply in addition to what Linux already provides, so they don't impact existing Linux applications in any way. Glendix runs just like any other Linux installation, you just have access to more Plan 9 stuff.
anant | 11 years ago | on: Glendix: Bringing the Beauty of Plan9 to Linux
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 can!
The interesting bits are mostly in the a.out (plan9's executable format) loader that enable implementing the small set of plan9 system calls.
anant | 11 years ago | on: The Apple Watch
anant | 12 years ago | on: The GitHub Developer Program
anant | 12 years ago | on: Atom: Now with pair programming
anant | 12 years ago | on: Atom: Now with pair programming
anant | 12 years ago | on: Atom: Now with pair programming
The documentation still has some ways to go (events aren't documented, for example), but I'm excited about the future of this editor!
anant | 12 years ago | on: Announcing Firebase Bindings for EmberJS
I'm really excited to put in more work on this, especially with Ember Data, whose structure maps very well to the usually de-normalized data stored in Firebase.
anant | 12 years ago | on: TogetherJS + Firebase
Adding a Firebase backend to this was as easy as implementing a few methods, took less than 50 lines of code: https://github.com/firebase/togetherjs/blob/develop/together...
Kudos on innovating around applying LLMs to real-world problems and going beyond the bog-standard approach. It'd be interesting to see a more detailed blog on the technical approach you took!