Americans die earlier than the English across the income distribution
41 by nabla9 | 20 comments on Hacker News.
Friday, March 31, 2023
Thursday, March 30, 2023
Wednesday, March 29, 2023
Tuesday, March 28, 2023
Amitabh Bachchan Shares Rare Sight of Planetary Alignment on Instagram, Millions Are Amazed
Bachchan's post quickly garnered millions of views and likes, with many celebrities and fans expressing their amazement at the stunning sight
from Top Buzz News- News18.com https://ift.tt/NpVLW12
via IFTTT
from Top Buzz News- News18.com https://ift.tt/NpVLW12
via IFTTT
Jay-Z's Net Worth Reaches Whopping $2.5 Billion, Warren Buffett's Past Comments on the Rapper Resurface
The rapper's net worth has now reached a whopping $2.5 billion, making him the first billionaire rapper in the world
from Top Buzz News- News18.com https://ift.tt/VhbPr6m
via IFTTT
from Top Buzz News- News18.com https://ift.tt/VhbPr6m
via IFTTT
'Gobsmacked': Amateur Australian Gold Digger Unearths 4.6kg Nugget Worth A$240000
An amateur gold digger in Australia, who doesn't wish to be named, has struck it lucky by unearthing a 4.6kg rock containing gold.
from Top Buzz News- News18.com https://ift.tt/aXrCPhb
via IFTTT
from Top Buzz News- News18.com https://ift.tt/aXrCPhb
via IFTTT
New top story on Hacker News: Show HN: A fully open-source (Apache 2.0)implementation of llama
Show HN: A fully open-source (Apache 2.0)implementation of llama
27 by osurits | 9 comments on Hacker News.
We believe that AI should be fully open source and part of the collective knowledge. The original LLaMA code is GPL licensed which means any project using it must also be released under GPL. This "taints" any other code and prevents meaningful academic and commercial use. Lit-LLaMA solves that for good.
27 by osurits | 9 comments on Hacker News.
We believe that AI should be fully open source and part of the collective knowledge. The original LLaMA code is GPL licensed which means any project using it must also be released under GPL. This "taints" any other code and prevents meaningful academic and commercial use. Lit-LLaMA solves that for good.
Monday, March 27, 2023
Sunday, March 26, 2023
New top story on Hacker News: CNBC just deleted 5 pages showing CD5 data for banks including JPM and BAC
CNBC just deleted 5 pages showing CD5 data for banks including JPM and BAC
19 by janmo | 7 comments on Hacker News.
CNBC just deleted 5 pages showing the current and historical 5 year Credit Default Swaps for: - JPMorgan, deleted URL: https://ift.tt/ygaR9p1 - Bank of America, deleted URL: https://ift.tt/3Ht4quh - PNC, deleted URL: https://ift.tt/PkBFOTg - Truist Financial, deleted URL: https://ift.tt/Jiy63Tu - Wells Fargo, deleted URL: https://ift.tt/64YCQyJ Not deleted: Goldman Sachs https://ift.tt/Pf2daSA, Deutsche Bank https://ift.tt/gKx5fyP . You can easily use archive.org to check for yourself example: https://ift.tt/gfMCwUl This might not seem like a big thing, but it is! This was one of the very few sources were you could see current credit default swaps data online. I would love to get an explanation from CNBC. EDIT: I was actively crawling the pages in question, it did work until at least Friday, 24 March 2023 23:55:35 after that the crawling paused for the weekend as the markets are closed. So this change occurred during the weekend.
19 by janmo | 7 comments on Hacker News.
CNBC just deleted 5 pages showing the current and historical 5 year Credit Default Swaps for: - JPMorgan, deleted URL: https://ift.tt/ygaR9p1 - Bank of America, deleted URL: https://ift.tt/3Ht4quh - PNC, deleted URL: https://ift.tt/PkBFOTg - Truist Financial, deleted URL: https://ift.tt/Jiy63Tu - Wells Fargo, deleted URL: https://ift.tt/64YCQyJ Not deleted: Goldman Sachs https://ift.tt/Pf2daSA, Deutsche Bank https://ift.tt/gKx5fyP . You can easily use archive.org to check for yourself example: https://ift.tt/gfMCwUl This might not seem like a big thing, but it is! This was one of the very few sources were you could see current credit default swaps data online. I would love to get an explanation from CNBC. EDIT: I was actively crawling the pages in question, it did work until at least Friday, 24 March 2023 23:55:35 after that the crawling paused for the weekend as the markets are closed. So this change occurred during the weekend.
Saturday, March 25, 2023
Friday, March 24, 2023
Thursday, March 23, 2023
Wednesday, March 22, 2023
New top story on Hacker News: Show HN: Zapier's first API
Show HN: Zapier's first API
36 by mikeknoop | 8 comments on Hacker News.
Hey HN! We launched Zapier way back in 2012 on HN: https://ift.tt/0jgEort 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/SI5132G API docs – https://ift.tt/TebvCym (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/ecVhE9j... 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/wGKRzPp We know the API is not perfect but we're excited and eager for feedback to help shape it.
36 by mikeknoop | 8 comments on Hacker News.
Hey HN! We launched Zapier way back in 2012 on HN: https://ift.tt/0jgEort 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/SI5132G API docs – https://ift.tt/TebvCym (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/ecVhE9j... 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/wGKRzPp We know the API is not perfect but we're excited and eager for feedback to help shape it.
Tuesday, March 21, 2023
New top story on Hacker News: Show HN: Watermelon – GPT-powered code contextualizer
Show HN: Watermelon – GPT-powered code contextualizer
9 by baristaGeek | 1 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/oyHTBXu Please give us your feedback! Thanks.
9 by baristaGeek | 1 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/oyHTBXu Please give us your feedback! Thanks.
Monday, March 20, 2023
New top story on Hacker News: Show HN: Open-source cypress for back end testing
Show HN: Open-source cypress for back end testing
3 by nirga | 0 comments on Hacker News.
For the past few months we’ve been building a simple jest/typescript-based high-level language for writing and running integration tests. We're open-sourcing it now and are excited to share it with you: https://ift.tt/Sw31PVq Why we built this: - There are many solid frameworks for FE / browser testing, but none with high-level constructs for testing BE flows - We were missing a way to validate side effects for complex backend systems, especially across async queueing systems Our beta version lets you send an API call to a system and then: - Validate (=assert) calls to any downstream microservice in REST and GRPC - Validate queries/writes to DBs Assertions are validated through the use of OpenTelemetry, as we see it as an easy-to-use way to observe how backend systems behave. We’re still early so would love your feedback and opinions. It's all open-source with Apache 2.0 license. GitHub: https://ift.tt/Sw31PVq
3 by nirga | 0 comments on Hacker News.
For the past few months we’ve been building a simple jest/typescript-based high-level language for writing and running integration tests. We're open-sourcing it now and are excited to share it with you: https://ift.tt/Sw31PVq Why we built this: - There are many solid frameworks for FE / browser testing, but none with high-level constructs for testing BE flows - We were missing a way to validate side effects for complex backend systems, especially across async queueing systems Our beta version lets you send an API call to a system and then: - Validate (=assert) calls to any downstream microservice in REST and GRPC - Validate queries/writes to DBs Assertions are validated through the use of OpenTelemetry, as we see it as an easy-to-use way to observe how backend systems behave. We’re still early so would love your feedback and opinions. It's all open-source with Apache 2.0 license. GitHub: https://ift.tt/Sw31PVq
New top story on Hacker News: Show HN: Great Books Homeschool beta program
Show HN: Great Books Homeschool beta program
26 by jkurnia | 19 comments on Hacker News.
I built this customizable literature-based K-12 homeschool curriculum, based on my experience as a homeschool parent. It's designed especially for intellectually curious kids who love to read. One of the main benefits of homeschooling is the ability to design customized programs of study that let kids learn at their level of challenge in each subject. But since designing custom curricula from scratch requires a huge time commitment and familiarity with children's literature and academic materials, most homeschooling parents don't take advantage of this potential and instead opt for prepackaged curricula. Great Books Homeschool eliminates a lot of the work involved in designing a complete and rigorous curriculum for homeschooled students. The website generates a default program of study for each student, then helps parents customize it. Transcripts and other records are generated automatically. Pricing is normally subscription based, but we're offering complimentary access for twelve months to the first 50 users who sign up for our beta testing program. In return, beta testers are requested to complete a monthly questionnaire about their experience with the curriculum. If you would like to participate in the beta testing program, please first create a free trial account at https://ift.tt/GrBUy5A . Once signed in, go to https://ift.tt/khjnGiC... and complete the application form. Questions and comments are welcome!
26 by jkurnia | 19 comments on Hacker News.
I built this customizable literature-based K-12 homeschool curriculum, based on my experience as a homeschool parent. It's designed especially for intellectually curious kids who love to read. One of the main benefits of homeschooling is the ability to design customized programs of study that let kids learn at their level of challenge in each subject. But since designing custom curricula from scratch requires a huge time commitment and familiarity with children's literature and academic materials, most homeschooling parents don't take advantage of this potential and instead opt for prepackaged curricula. Great Books Homeschool eliminates a lot of the work involved in designing a complete and rigorous curriculum for homeschooled students. The website generates a default program of study for each student, then helps parents customize it. Transcripts and other records are generated automatically. Pricing is normally subscription based, but we're offering complimentary access for twelve months to the first 50 users who sign up for our beta testing program. In return, beta testers are requested to complete a monthly questionnaire about their experience with the curriculum. If you would like to participate in the beta testing program, please first create a free trial account at https://ift.tt/GrBUy5A . Once signed in, go to https://ift.tt/khjnGiC... and complete the application form. Questions and comments are welcome!
New top story on Hacker News: Ask HN: Should I sign a pay cut agreement?
Ask HN: Should I sign a pay cut agreement?
10 by folivore | 25 comments on Hacker News.
Hi! My employer recently announced a 10% pay cut across the board. Where I live(South Africa), employee consent is required. The company sent out a document asking us to sign in agreement. ---- This is the state of things now: * Company laid an unknown number of employees off, and laid them off without letting employees know until a week later in a meeting where they announced pay cuts * The company is pretty much full remote and the office is a nice-to-have. It is in a very expensive part of town. * Lunches once a week are catered at the office * I asked what happens if one were not to sign, and the response was "Oh, we haven't thought about that. We're hoping that everyone pulls together." * The situation will be reviewed quarterly * Company says they don't expect it to last very long, also citing this for why they kept the office ---- A few things stand out to me and feel like red flags, namely: * They chose to cut salaries rather than cut the office rent and catered lunch/snack expenses * They have no plan should someone not sign. I would think they would have planned that out, specially since they went on about how long it took them to make this decision. * Layoffs were hidden until an announcement, which was also ambiguous where people thought it was still coming. ---- My options are to sign and take a pay cut, or refuse to sign and see what happens. Law here says I am entitled to what effectively comes to a layoff, but I can't predict what the company will do. The pay cut also makes my life a lot harder since we were already on a tight budget. I would appreciate any thoughts, knowledge, or advice you might have. I know you are not a lawyer and I am not expecting you to be, but lawyers can't speak to real world experience from others in the industry. I am currently finding a lawyer to assist.
10 by folivore | 25 comments on Hacker News.
Hi! My employer recently announced a 10% pay cut across the board. Where I live(South Africa), employee consent is required. The company sent out a document asking us to sign in agreement. ---- This is the state of things now: * Company laid an unknown number of employees off, and laid them off without letting employees know until a week later in a meeting where they announced pay cuts * The company is pretty much full remote and the office is a nice-to-have. It is in a very expensive part of town. * Lunches once a week are catered at the office * I asked what happens if one were not to sign, and the response was "Oh, we haven't thought about that. We're hoping that everyone pulls together." * The situation will be reviewed quarterly * Company says they don't expect it to last very long, also citing this for why they kept the office ---- A few things stand out to me and feel like red flags, namely: * They chose to cut salaries rather than cut the office rent and catered lunch/snack expenses * They have no plan should someone not sign. I would think they would have planned that out, specially since they went on about how long it took them to make this decision. * Layoffs were hidden until an announcement, which was also ambiguous where people thought it was still coming. ---- My options are to sign and take a pay cut, or refuse to sign and see what happens. Law here says I am entitled to what effectively comes to a layoff, but I can't predict what the company will do. The pay cut also makes my life a lot harder since we were already on a tight budget. I would appreciate any thoughts, knowledge, or advice you might have. I know you are not a lawyer and I am not expecting you to be, but lawyers can't speak to real world experience from others in the industry. I am currently finding a lawyer to assist.
Sunday, March 19, 2023
Saturday, March 18, 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
16 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/DKT04WP... Website (full docs, downloads) https://ift.tt/bidxZk8 GitHub (downloads, full docs, release notes etc.) https://ift.tt/W67HGuL
16 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/DKT04WP... Website (full docs, downloads) https://ift.tt/bidxZk8 GitHub (downloads, full docs, release notes etc.) https://ift.tt/W67HGuL
Friday, March 17, 2023
Thursday, March 16, 2023
Wednesday, March 15, 2023
Tuesday, March 14, 2023
Monday, March 13, 2023
Sunday, March 12, 2023
Saturday, March 11, 2023
Friday, March 10, 2023
Thursday, March 9, 2023
Wednesday, March 8, 2023
New top story on Hacker News: Show HN: Plato – Airtable for your SQL database
Show HN: Plato – Airtable for your SQL database
39 by mgummelt | 13 comments on Hacker News.
Hi! I've been a member of HN for fifteen years so today I'm very excited to share Plato. Plato is an Airtable-like interface for your Postgres or MySQL database. It's an admin panel for devs and non-devs alike to manage your DB. We see teams use Plato for customer support, customer success, ops, etc.. We built Plato because we think more people should be able to build and extend internal tools. We thought it was strange that even though low-code is supposed to democratize development, all of the low-code internal tool builders are marketed to engineers! Airtable is a familiar UI that fits the relational model well, so we've been inspired by their work. Even the engineers on our team use Plato quite a bit, since it's often easier than spinning up a SQL prompt. Some features: - Postgres and MySQL support - Visual query controls (sorts, filters, hiding columns). No SQL. - Joins by "expanding" foreign keys - Virtual columns for tracking new data - Auto-generated backlinks for one-to-many relationships - Read-only locking for individual tables - Virtual tables for sharing new views with your team Plato today works on databases with a public IP (just whitelist our IP to connect), but we're soon rolling out an on-prem version. We can also set up an SSH tunnel for you if you contact us at team@plato.io. We'd love to hear your feedback! Thanks. - Michael
39 by mgummelt | 13 comments on Hacker News.
Hi! I've been a member of HN for fifteen years so today I'm very excited to share Plato. Plato is an Airtable-like interface for your Postgres or MySQL database. It's an admin panel for devs and non-devs alike to manage your DB. We see teams use Plato for customer support, customer success, ops, etc.. We built Plato because we think more people should be able to build and extend internal tools. We thought it was strange that even though low-code is supposed to democratize development, all of the low-code internal tool builders are marketed to engineers! Airtable is a familiar UI that fits the relational model well, so we've been inspired by their work. Even the engineers on our team use Plato quite a bit, since it's often easier than spinning up a SQL prompt. Some features: - Postgres and MySQL support - Visual query controls (sorts, filters, hiding columns). No SQL. - Joins by "expanding" foreign keys - Virtual columns for tracking new data - Auto-generated backlinks for one-to-many relationships - Read-only locking for individual tables - Virtual tables for sharing new views with your team Plato today works on databases with a public IP (just whitelist our IP to connect), but we're soon rolling out an on-prem version. We can also set up an SSH tunnel for you if you contact us at team@plato.io. We'd love to hear your feedback! Thanks. - Michael
Tuesday, March 7, 2023
New top story on Hacker News: Show HN: Historical HN Hiring Data
Show HN: Historical HN Hiring Data
26 by sberens | 1 comments on Hacker News.
Hi HN! A few days ago I saw a graph[0] that showed the # of job postings on HN was declining. I started wondering what other trends I could glean from the data, so I created this! You can filter through the top level comments by keyword; for example you can filter by "remote" to see the massive spike around March 2020. Another interesting thing I found is that I can compare hiring across cities. I hope you enjoy! I made it so that the links to your search are sharable so if you have some interesting data you should be able to just link the page you're on! [0] https://ift.tt/szhEZV1...
26 by sberens | 1 comments on Hacker News.
Hi HN! A few days ago I saw a graph[0] that showed the # of job postings on HN was declining. I started wondering what other trends I could glean from the data, so I created this! You can filter through the top level comments by keyword; for example you can filter by "remote" to see the massive spike around March 2020. Another interesting thing I found is that I can compare hiring across cities. I hope you enjoy! I made it so that the links to your search are sharable so if you have some interesting data you should be able to just link the page you're on! [0] https://ift.tt/szhEZV1...
New top story on Hacker News: Show HN: ChatGPT and Document Parser = Ghost
Show HN: ChatGPT and Document Parser = Ghost
22 by Ostatnigrosh | 17 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!
22 by Ostatnigrosh | 17 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, March 6, 2023
New top story on Hacker News: Show HN: Simple Log Alerts to Slack
Show HN: Simple Log Alerts to Slack
7 by tradrich | 0 comments on Hacker News.
There are many log alerting systems on the market. The best known is probably Datadog. There’s also Logtail, Papertrail, Splunk, Logstash and others. These are well put together products with a host of great features, such as excellent UIs, sophisticated live searching via web interfaces and sometimes query languages and alerting. They require various levels of installation and they have costs, either through volume-based tiered systems or monthly payments. For a bootstrapped business, this can be problematic, for instance when a surge of logs - indicating a possible important problem that needs to be solved - pushes volume on to another tier. Should the “log ransom” be paid? Instead, I recalled from earlier times surely the simplest log watcher: Swatchdog [1]. It is rather venerable software. Its file history from its source download shows dates in 2015, but it was written much earlier - the 90s or possibly 80s by Todd Atkins [2]. We wanted to have alerts in Slack - the blog explains how we did it. In short: *very simply*. The code is available [3]. [1]: https://ift.tt/a2B5vlX [2]: https://ift.tt/yCeHjnB [3]: https://ift.tt/1v2iLAj
7 by tradrich | 0 comments on Hacker News.
There are many log alerting systems on the market. The best known is probably Datadog. There’s also Logtail, Papertrail, Splunk, Logstash and others. These are well put together products with a host of great features, such as excellent UIs, sophisticated live searching via web interfaces and sometimes query languages and alerting. They require various levels of installation and they have costs, either through volume-based tiered systems or monthly payments. For a bootstrapped business, this can be problematic, for instance when a surge of logs - indicating a possible important problem that needs to be solved - pushes volume on to another tier. Should the “log ransom” be paid? Instead, I recalled from earlier times surely the simplest log watcher: Swatchdog [1]. It is rather venerable software. Its file history from its source download shows dates in 2015, but it was written much earlier - the 90s or possibly 80s by Todd Atkins [2]. We wanted to have alerts in Slack - the blog explains how we did it. In short: *very simply*. The code is available [3]. [1]: https://ift.tt/a2B5vlX [2]: https://ift.tt/yCeHjnB [3]: https://ift.tt/1v2iLAj
Man Rams into Car Stopped to Let Dog Cross the Road, Twitter Asks ‘Block or Charge?’
Recently, a video surfaced on the internet showing a man on a motorcycle colliding with a car that had stopped to let a dog cross the road.
from Top Buzz News- News18.com https://ift.tt/R0C2k1X
via IFTTT
from Top Buzz News- News18.com https://ift.tt/R0C2k1X
via IFTTT
Sunday, March 5, 2023
Saturday, March 4, 2023
New top story on Hacker News: Tell HN: Duolingo (NYSE: DUOL) disrepects your privacy and dislikes questions
Tell HN: Duolingo (NYSE: DUOL) disrepects your privacy and dislikes questions
13 by PreInternet01 | 0 comments on Hacker News.
After a mandatory signup for a Duolingo account, anyone using their iPhone and Android (and possibly web) apps can add you as a 'friend', without requiring any confirmation from you whatsoever. This is mostly just annoying and might be considered 'typical growth hacking', but also constitutes a privacy risk: your 'friends' are notified whenever you are online, have completed a number of lessons, or whatever. The Duolingo privacy policy (https://ift.tt/WNDowhy) is obviously a cut-and-paste job (for a NYSE-listed-company, really?) that doesn't address concerns like this at all. In the Duolingo app, you get notifications like 'your friends congratulated you on 14 days of being online' and, more worryingly, 'XXX congratulated you on completing 10 lessons today'. Nevermind that you don't know who XXX is, and can't do anything about notifications about your online state being sent to them. Even if you have removed XXX as a 'friend' from your in-app Duolingo profile aeons ago. So, there is a 'privacy' option in the Duolingo app. This apparently (again, pretty much without notification, much less consent) requests a ZIP export of all your data (FYI: I'm in the EU, US experiences may differ). Which takes up to 30 days (Sure, ZIP is not the most efficient file format, but that slow?) But, at least there is an email address: privacy@duolingo.com (pretty much the only contact details you'll get as a fully paid up Duolingo customer). Sending a very polite email reply to the minders of this account about the continuous harassment by 'friends', however, is a mistake. You will not receive a reply, but your paid Duolingo account will be disabled pretty much immediately. Leaving you, I guess, to sort things out with Google/Apple/your credit card company. 'Typical growth hacking'... Oh, joy...
13 by PreInternet01 | 0 comments on Hacker News.
After a mandatory signup for a Duolingo account, anyone using their iPhone and Android (and possibly web) apps can add you as a 'friend', without requiring any confirmation from you whatsoever. This is mostly just annoying and might be considered 'typical growth hacking', but also constitutes a privacy risk: your 'friends' are notified whenever you are online, have completed a number of lessons, or whatever. The Duolingo privacy policy (https://ift.tt/WNDowhy) is obviously a cut-and-paste job (for a NYSE-listed-company, really?) that doesn't address concerns like this at all. In the Duolingo app, you get notifications like 'your friends congratulated you on 14 days of being online' and, more worryingly, 'XXX congratulated you on completing 10 lessons today'. Nevermind that you don't know who XXX is, and can't do anything about notifications about your online state being sent to them. Even if you have removed XXX as a 'friend' from your in-app Duolingo profile aeons ago. So, there is a 'privacy' option in the Duolingo app. This apparently (again, pretty much without notification, much less consent) requests a ZIP export of all your data (FYI: I'm in the EU, US experiences may differ). Which takes up to 30 days (Sure, ZIP is not the most efficient file format, but that slow?) But, at least there is an email address: privacy@duolingo.com (pretty much the only contact details you'll get as a fully paid up Duolingo customer). Sending a very polite email reply to the minders of this account about the continuous harassment by 'friends', however, is a mistake. You will not receive a reply, but your paid Duolingo account will be disabled pretty much immediately. Leaving you, I guess, to sort things out with Google/Apple/your credit card company. 'Typical growth hacking'... Oh, joy...
Friday, March 3, 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?
10 by Centigonal | 8 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/UbwIMmQ (Fantastic doc, BTW)
10 by Centigonal | 8 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/UbwIMmQ (Fantastic doc, BTW)
Thursday, March 2, 2023
Wednesday, March 1, 2023
Subscribe to:
Posts (Atom)