The undocumented Android change that led to aCropalypse was reported during beta
13 by luu | 1 comments on Hacker News.
▼
Friday, 31 March 2023
In Finland, leaders celebrate NATO membership progress: ‘These are historic days.’

By BY JOHANNA LEMOLA, VICTORIA KIM AND DANIEL VICTOR from NYT World https://ift.tt/NPRa19h
via IFTTT
Thursday, 30 March 2023
Wednesday, 29 March 2023
Putin’s top security adviser holds talks with India’s prime minister as Moscow seeks closer ties.

By BY SAMEER YASIR, IVAN NECHEPURENKO AND JAMES C. MCKINLEY JR. from NYT World https://ift.tt/5uUY30V
via IFTTT
Putin’s top security adviser holds talks with India’s prime minister as Moscow seeks closer ties.
By BY SAMEER YASIR, IVAN NECHEPURENKO AND JAMES C. MCKINLEY JR. from NYT World https://ift.tt/rNHzMsZ
via IFTTT
Tuesday, 28 March 2023
Monday, 27 March 2023
New best story on Hacker News: Ask HN: How are you using GPT to be productive?
Ask HN: How are you using GPT to be productive?
580 by yosito | 703 comments on Hacker News.
With GPT so hot in the news right now, and seeing lots of impressive demos, I'm curious to know, how are you actively using GPT to be productive in your daily workflow? And what tools are you using in tandem with GPT to make it more effective? Have you written your own tools, or do you use it in tandem with third party tools? I'd be particularly interested to hear how you use GPT to write or correct code beyond Copilot or asking ChatGPT about code in chat format. But I'm also interested in hearing about useful prompts that you use to increase your productivity.
580 by yosito | 703 comments on Hacker News.
With GPT so hot in the news right now, and seeing lots of impressive demos, I'm curious to know, how are you actively using GPT to be productive in your daily workflow? And what tools are you using in tandem with GPT to make it more effective? Have you written your own tools, or do you use it in tandem with third party tools? I'd be particularly interested to hear how you use GPT to write or correct code beyond Copilot or asking ChatGPT about code in chat format. But I'm also interested in hearing about useful prompts that you use to increase your productivity.
Sunday, 26 March 2023
Saturday, 25 March 2023
Friday, 24 March 2023
Thursday, 23 March 2023
Slovakia Makes Its First Delivery of Pledged Soviet-Era Fighter Jets to Ukraine

By BY ANUSHKA PATIL from NYT World https://www.nytimes.com/2023/03/23/world/europe/slovakia-jets-ukraine.html?partner=IFTTT
via IFTTT
Wednesday, 22 March 2023
New top story on Hacker News: Show HN: Zapier's first API
Show HN: Zapier's first API
19 by mikeknoop | 4 comments on Hacker News.
Hey HN! We launched Zapier way back in 2012 on HN: https://ift.tt/BxgzmS7 and thought we'd return home to announce something special and hopefully exciting :) We are trying to finally live up to the "API" in our name with Zapier's first universal API: Natural Language Actions – https://ift.tt/iGur526 API docs – https://ift.tt/4ajxcer (to be fair, we have published APIs before that can access Zapier data, but never before one devs can use to directly call the 5k+ apps / 20k+ actions on our platform) For example, you can use the API to: * Send messages in Slack * Retrieve a row in a Google Sheet * Draft a reply in Gmail * ... and thousands more actions with one universal API We optimized NLA for use cases that receive user input in natural language (think chatbots, assistants, or any product/feature using LLMs) -- but not strictly required! Folks have asked for an API for 10 years and I've always been slightly embarrassed we didn't have one. We hesitated because we did not want to pass along our universe of complexity to end devs. With the help of LLMs we found some cool patterns to deliver the API we always wanted. My co-founder/CTO Bryan did an interview with Garry on YC blog with more details: https://ift.tt/6rMXhY9... We also published a LangChain integration to show off some possibilities: * Demo: https://www.youtube.com/watch?v=EEK_9wLYEHU * Jupyter notebook: https://ift.tt/0f5N81T We know the API is not perfect but we're excited and eager for feedback to help shape it.
19 by mikeknoop | 4 comments on Hacker News.
Hey HN! We launched Zapier way back in 2012 on HN: https://ift.tt/BxgzmS7 and thought we'd return home to announce something special and hopefully exciting :) We are trying to finally live up to the "API" in our name with Zapier's first universal API: Natural Language Actions – https://ift.tt/iGur526 API docs – https://ift.tt/4ajxcer (to be fair, we have published APIs before that can access Zapier data, but never before one devs can use to directly call the 5k+ apps / 20k+ actions on our platform) For example, you can use the API to: * Send messages in Slack * Retrieve a row in a Google Sheet * Draft a reply in Gmail * ... and thousands more actions with one universal API We optimized NLA for use cases that receive user input in natural language (think chatbots, assistants, or any product/feature using LLMs) -- but not strictly required! Folks have asked for an API for 10 years and I've always been slightly embarrassed we didn't have one. We hesitated because we did not want to pass along our universe of complexity to end devs. With the help of LLMs we found some cool patterns to deliver the API we always wanted. My co-founder/CTO Bryan did an interview with Garry on YC blog with more details: https://ift.tt/6rMXhY9... We also published a LangChain integration to show off some possibilities: * Demo: https://www.youtube.com/watch?v=EEK_9wLYEHU * Jupyter notebook: https://ift.tt/0f5N81T We know the API is not perfect but we're excited and eager for feedback to help shape it.
Tuesday, 21 March 2023
New top story on Hacker News: Show HN: Watermelon – GPT-powered code contextualizer
Show HN: Watermelon – GPT-powered code contextualizer
24 by baristaGeek | 8 comments on Hacker News.
Hey there HN! We're Esteban and Esteban and we are looking to get feedback for the new version of our GPT-powered, open-source code contextualizer. We're starting with a VS Code extension that indexes information from git (GitHub, GitLab, or Bitbucket integrations available), Slack and Jira to explain the context around a file or block of code. Finally, we summarize such aggregated context using the power of GPT. As devs we know that it's very annoying to look at a new codebase and start understanding all the nuances, particularly when the person who wrote the code already left the company. With this problem in mind, we decided to build this solution. You'll be able to get into "the ghost" of the person who left the company. Soon, we will also be building a GitHub Action that does the same thing as the VS Code extension but at the time of creating a PR: Index the most relevant information related to this new PR, and add it as a comment. This way we will provide context at one more moment, and also, we will be making the IDE extension better. Here's our open source repo if you also want to check it out: https://ift.tt/O0cvMSJ Please give us your feedback! Thanks.
24 by baristaGeek | 8 comments on Hacker News.
Hey there HN! We're Esteban and Esteban and we are looking to get feedback for the new version of our GPT-powered, open-source code contextualizer. We're starting with a VS Code extension that indexes information from git (GitHub, GitLab, or Bitbucket integrations available), Slack and Jira to explain the context around a file or block of code. Finally, we summarize such aggregated context using the power of GPT. As devs we know that it's very annoying to look at a new codebase and start understanding all the nuances, particularly when the person who wrote the code already left the company. With this problem in mind, we decided to build this solution. You'll be able to get into "the ghost" of the person who left the company. Soon, we will also be building a GitHub Action that does the same thing as the VS Code extension but at the time of creating a PR: Index the most relevant information related to this new PR, and add it as a comment. This way we will provide context at one more moment, and also, we will be making the IDE extension better. Here's our open source repo if you also want to check it out: https://ift.tt/O0cvMSJ Please give us your feedback! Thanks.
New top story on Hacker News: Show HN: Public transportation signage based on bloom filters (rough mockup)
Show HN: Public transportation signage based on bloom filters (rough mockup)
3 by bitsinthesky | 1 comments on Hacker News.
Hello, I was running around Germany, hectically navigating public transportation, and getting lost all the time. I noticed that every station had i platforms, each used lists of n buses (trains, whatever) arriving, each has their list of m destinations. That means I would be scanning i x n x m items just to see if I was at the correct stop. As I was nervous, for every bus that arrived, I would rescan the list of stops to double check. I began thinking how I could make a better system. Linked is a very shoddy mockup of how bloom filters could be used to allow passengers O(1) lookup time for which platform+bus is the correct one. I believe it's likely for public transportation to grow increasingly more complex in the future, as population grows, and under the current list-based system, this will make the signage ever more complex. I think some bloom filter mechanism could reduce that complexity. So, here is my fantasy, my day dream. What do you think?
3 by bitsinthesky | 1 comments on Hacker News.
Hello, I was running around Germany, hectically navigating public transportation, and getting lost all the time. I noticed that every station had i platforms, each used lists of n buses (trains, whatever) arriving, each has their list of m destinations. That means I would be scanning i x n x m items just to see if I was at the correct stop. As I was nervous, for every bus that arrived, I would rescan the list of stops to double check. I began thinking how I could make a better system. Linked is a very shoddy mockup of how bloom filters could be used to allow passengers O(1) lookup time for which platform+bus is the correct one. I believe it's likely for public transportation to grow increasingly more complex in the future, as population grows, and under the current list-based system, this will make the signage ever more complex. I think some bloom filter mechanism could reduce that complexity. So, here is my fantasy, my day dream. What do you think?
Monday, 20 March 2023
Sunday, 19 March 2023
Saturday, 18 March 2023
New top story on Hacker News: Show HN: Easy-to-use licensing library for .NET apps
Show HN: Easy-to-use licensing library for .NET apps
13 by SNBS | 2 comments on Hacker News.
This free, open-source .NET library allows you to license your non-free applications through activation keys. Follow the quick start instructions and try it out in 5 minutes! Available on: NuGet https://ift.tt/15bVUfY... Website (full docs, downloads) https://ift.tt/BOhEn1R GitHub (downloads, full docs, release notes etc.) https://ift.tt/ZsvMbHD
13 by SNBS | 2 comments on Hacker News.
This free, open-source .NET library allows you to license your non-free applications through activation keys. Follow the quick start instructions and try it out in 5 minutes! Available on: NuGet https://ift.tt/15bVUfY... Website (full docs, downloads) https://ift.tt/BOhEn1R GitHub (downloads, full docs, release notes etc.) https://ift.tt/ZsvMbHD
Friday, 17 March 2023
Thursday, 16 March 2023
Wednesday, 15 March 2023
Tuesday, 14 March 2023
Monday, 13 March 2023
Sunday, 12 March 2023
Saturday, 11 March 2023
Friday, 10 March 2023
Thursday, 9 March 2023
Questions surround Russia’s use of hypersonic missiles in its latest attack.

By BY JOHN ISMAY, MATTHEW MPOKE BIGG AND ANDREW E. KRAMER from NYT World https://ift.tt/bj5megd
via IFTTT
New top story on Hacker News: Show HN: Livecycle – Get visual feedback, in context, on every pull request
Show HN: Livecycle – Get visual feedback, in context, on every pull request
39 by assafk | 10 comments on Hacker News.
Hi HN! This is Assaf, Matan, and Yshay from https://livecycle.io/ Livecycle enables dev teams to collaborate and comment in context, on top of any preview environment. Using Livecycle, developers get clear feedback earlier in the release cycle leading to higher-quality products, a faster release cadence, and fewer context switches and misunderstandings. Livecycle builds and pushes a dev-like environment for every branch in your repo (or, if you prefer, you can bring your own environments). Any containerized application will work, and support for multiple containers via docker-compose is coming soon. You get a unique, shareable link for every branch, which automatically updates for every commit pushed to that branch. Each link contains not only your deployed environment but also includes: - A dashboard to view and manage all of your environments and users - Collaboration features - create screenshots, record audio/video clips, suggest CSS/content changes, and leave comments with rich text and internal threads - Integration with Jira/Linear (view tickets associated with a PR or create new tickets from comments users left on the environment) - Integration with GitHub/GitLab - view your build status in the PR/MR (with a link to the environment), comments left on Livecycle will be synced to PR/MR comments so that devs can easily gather feedback from both devs and other stakeholders in one place - Even more stuff: Slack integration, integrated network, and console logs, etc… We’re thrilled to see a wide variety of teams already benefitting from Livecycle - large companies, startups, freelance developers, dev shops, and more. And we invite you to check out how Livecycle can bring value to you and your team. And please let us know if you have any comments or questions :-)
39 by assafk | 10 comments on Hacker News.
Hi HN! This is Assaf, Matan, and Yshay from https://livecycle.io/ Livecycle enables dev teams to collaborate and comment in context, on top of any preview environment. Using Livecycle, developers get clear feedback earlier in the release cycle leading to higher-quality products, a faster release cadence, and fewer context switches and misunderstandings. Livecycle builds and pushes a dev-like environment for every branch in your repo (or, if you prefer, you can bring your own environments). Any containerized application will work, and support for multiple containers via docker-compose is coming soon. You get a unique, shareable link for every branch, which automatically updates for every commit pushed to that branch. Each link contains not only your deployed environment but also includes: - A dashboard to view and manage all of your environments and users - Collaboration features - create screenshots, record audio/video clips, suggest CSS/content changes, and leave comments with rich text and internal threads - Integration with Jira/Linear (view tickets associated with a PR or create new tickets from comments users left on the environment) - Integration with GitHub/GitLab - view your build status in the PR/MR (with a link to the environment), comments left on Livecycle will be synced to PR/MR comments so that devs can easily gather feedback from both devs and other stakeholders in one place - Even more stuff: Slack integration, integrated network, and console logs, etc… We’re thrilled to see a wide variety of teams already benefitting from Livecycle - large companies, startups, freelance developers, dev shops, and more. And we invite you to check out how Livecycle can bring value to you and your team. And please let us know if you have any comments or questions :-)
Wednesday, 8 March 2023
Tuesday, 7 March 2023
New top story on Hacker News: Show HN: ChatGPT and Document Parser = Ghost
Show HN: ChatGPT and Document Parser = Ghost
3 by Ostatnigrosh | 2 comments on Hacker News.
I've always wanted to just upload a whole book to ChatGPT and ask questions. Obviously with the char limit that's impossible... So some buddies and I built Ghost. We have it limited to 5 pages for uploads for now, but plan on expanding the limit soon. Let me know what you guys think!
3 by Ostatnigrosh | 2 comments on Hacker News.
I've always wanted to just upload a whole book to ChatGPT and ask questions. Obviously with the char limit that's impossible... So some buddies and I built Ghost. We have it limited to 5 pages for uploads for now, but plan on expanding the limit soon. Let me know what you guys think!
Monday, 6 March 2023
Sunday, 5 March 2023
Saturday, 4 March 2023
Friday, 3 March 2023
New top story on Hacker News: Ask HN: How do you get companies to talk to you about their problems?
Ask HN: How do you get companies to talk to you about their problems?
38 by Centigonal | 20 comments on Hacker News.
I do product development for a team that's creating solutions for life sciences & pharmaceutical companies that work with real-world data. This is a new industry vertical for us, so we don't have a bunch of existing customers we can go interview to understand what to build. It's already a reasonably crowded space, but the few pharma teams we've talked to express frustration with the speed and price of existing offerings. That said, I need much, much more information from users of existing offerings in our space to be able to form a product strategy that I have strong conviction in. I was reading Airbyte's company handbook[1] the other day, and it mentioned the co-founders did 45 discovery calls with customers using existing ELT tools in 3 months! I would kill for that kind of access to teams in our target market. How did they do that? Is that just the power of the YC network, or is there something I'm overlooking? My background is not in sales or BizDev, but I can pick up that skillset (or hire for it) to get these calls. Should I just start finding people in the pharma space, add them on LinkedIn, and request an informational interview? Are healthcare conferences good for getting these kinds of calls? Open to any advice or guidance - thank you! [1] https://ift.tt/dMOTaEQ (Fantastic doc, BTW)
38 by Centigonal | 20 comments on Hacker News.
I do product development for a team that's creating solutions for life sciences & pharmaceutical companies that work with real-world data. This is a new industry vertical for us, so we don't have a bunch of existing customers we can go interview to understand what to build. It's already a reasonably crowded space, but the few pharma teams we've talked to express frustration with the speed and price of existing offerings. That said, I need much, much more information from users of existing offerings in our space to be able to form a product strategy that I have strong conviction in. I was reading Airbyte's company handbook[1] the other day, and it mentioned the co-founders did 45 discovery calls with customers using existing ELT tools in 3 months! I would kill for that kind of access to teams in our target market. How did they do that? Is that just the power of the YC network, or is there something I'm overlooking? My background is not in sales or BizDev, but I can pick up that skillset (or hire for it) to get these calls. Should I just start finding people in the pharma space, add them on LinkedIn, and request an informational interview? Are healthcare conferences good for getting these kinds of calls? Open to any advice or guidance - thank you! [1] https://ift.tt/dMOTaEQ (Fantastic doc, BTW)





































