Ask HN: What are you working on (August 2024)?
91–100 of 1001 posts
Re: Ask HN: What are you working on (August 2024)?
#92Right now, people are deciding where to move based on gut feels, spreadsheets, and wikipedia pages. There needs to be a better way to enter personal preferences and come out with enough data that ensures the place you're in is the best fit for you.
Enter your preferences, narrow down locations, and compare them:
Re: Ask HN: What are you working on (August 2024)?
#93You can even buy the app itself on it. It’s going to be my starter for all other projects too, so I’m adding all the common CRUD app features. Also it aims to be lowest cost possible, which is free for now. I try not to tie it to specific technologies when possible to make it as easy as possible to switch providers in the future.
Re: Ask HN: What are you working on (August 2024)?
#94Re: Ask HN: What are you working on (August 2024)?
#95It's fairly a simple implementation but I am looking forward to thinking about monetization.
Right now I have ALMOST 10k user installs. It's called Gemini Sidepanel [1] if you're interested in checking it out.
Re: Ask HN: What are you working on (August 2024)?
#96Scams usually start with messages. Predominantly SMS/email sent with links.
ML models exist to determine this, but we are prototyping using Gemma2 2b to utilise its natural language understanding to see if a better firewall could be built, one which users can talk to.
It has been surprisingly easy to get started on this project: https://ai.google.dev/edge/mediapipe/solutions/genai/llm_inf...
We want to subsequently build a firewall for Calls, too; but that's a more challenging problem given its dynamic and online / realtime nature.
Hope to integrate these two features in our existing network firewall open source app.
Re: Ask HN: What are you working on (August 2024)?
#97Re: Ask HN: What are you working on (August 2024)?
#98Re: Ask HN: What are you working on (August 2024)?
#99I’m using this precious expanded free time to compose music, my primary form of artistic expression.
Software-wise, I’m on a platform team for a large company. I’m making some performance enhancements to our http client, and a plug-n-play library for app devs to easily integrate LLMs in their products.