Tools to Download Netflix / Disney / Apple TV Content
562 by janekg | 246 comments on Hacker News.
▼
Friday, 31 December 2021
Thursday, 30 December 2021
Wednesday, 29 December 2021
Tuesday, 28 December 2021
Monday, 27 December 2021
Sunday, 26 December 2021
Saturday, 25 December 2021
New top story on Hacker News: Ask HN: What are the single person activities in Christmas and/or New Year?
Ask HN: What are the single person activities in Christmas and/or New Year?
30 by notomorrow | 31 comments on Hacker News.
If you are alone in a big city, what would be your online/offline to kill some time during Christmas/New year vacation?
30 by notomorrow | 31 comments on Hacker News.
If you are alone in a big city, what would be your online/offline to kill some time during Christmas/New year vacation?
New top story on Hacker News: Selling my own GPL software, part 1: a lot of hurdles
Selling my own GPL software, part 1: a lot of hurdles
25 by jandeboevrie | 2 comments on Hacker News.
25 by jandeboevrie | 2 comments on Hacker News.
New top story on Hacker News: Amazon Introduces Re:Post, a “Stack Overflow” for AWS
Amazon Introduces Re:Post, a “Stack Overflow” for AWS
21 by marinesebastian | 9 comments on Hacker News.
21 by marinesebastian | 9 comments on Hacker News.
New top story on Hacker News: Ask HN: Have you found something you love to do? If yes how?
Ask HN: Have you found something you love to do? If yes how?
106 by aj_nikhil | 80 comments on Hacker News.
I have worked in many different fields(web dev, analytics, product management) but can't seem to stick to one. Is it about the field or something about myself that I need to change? How do I go about solving this??
106 by aj_nikhil | 80 comments on Hacker News.
I have worked in many different fields(web dev, analytics, product management) but can't seem to stick to one. Is it about the field or something about myself that I need to change? How do I go about solving this??
Friday, 24 December 2021
Thursday, 23 December 2021
Wednesday, 22 December 2021
Tuesday, 21 December 2021
Monday, 20 December 2021
New top story on Hacker News: The death of feature engineering is greatly exaggerated
The death of feature engineering is greatly exaggerated
11 by agnosticmantis | 0 comments on Hacker News.
11 by agnosticmantis | 0 comments on Hacker News.
New top story on Hacker News: Ask HN: How are your interviewers being rude to you?
Ask HN: How are your interviewers being rude to you?
28 by readonthegoapp | 21 comments on Hacker News.
I've had people just be not nice to the point of rudeness, people driving while interviewing, people walking on treadmills out of breath, etc.
28 by readonthegoapp | 21 comments on Hacker News.
I've had people just be not nice to the point of rudeness, people driving while interviewing, people walking on treadmills out of breath, etc.
Sunday, 19 December 2021
New top story on Hacker News: Ask HN: Are there any good “coding for kids” books?
Ask HN: Are there any good “coding for kids” books?
31 by chana_masala | 28 comments on Hacker News.
Like most of you I learned to code as a kid with adult resources. But my children are nearly ready to learn to code and I am considering that maybe there could be some better resources available now. However most of the books I've seen that are made for kids are too simple and obfuscate important details. So, are there actually any good kids coding books?
31 by chana_masala | 28 comments on Hacker News.
Like most of you I learned to code as a kid with adult resources. But my children are nearly ready to learn to code and I am considering that maybe there could be some better resources available now. However most of the books I've seen that are made for kids are too simple and obfuscate important details. So, are there actually any good kids coding books?
Saturday, 18 December 2021
Friday, 17 December 2021
New top story on Hacker News: Show HN: A labelling tool to easily extract and label Wikipedia data
Show HN: A labelling tool to easily extract and label Wikipedia data
20 by mariarmestre | 2 comments on Hacker News.
Hi HN! I am Maria, solo founder of DataQA ( https://dataqa.ai/ ), a tool to search and label documents for various NLP tasks (e.g. entity extraction, entity linking, etc). I have worked as a data scientist and ML engineer for the better part of a decade, and over that time have specialised mainly in applications involving natural language processing (NLP). One of the key questions I have always had at the back of my mind is whether my time was well spent. Whenever I spent more time on feature engineering or trying different models, I always wondered whether I would get better return on investment by simply labelling more data. I have created DataQA to enhance exploration & labelling of documents. It is open-source and ships with the elasticsearch text search engine which I have packaged as a python package (might be topic of a future technical post), as well as a rules-based engine to do pre-labelling of documents using NLP rules. It is very easy to install with a single pip command. One of the key things I wanted to add to DataQA is an integration to Wikipedia. Even though wikipedia is the largest living repository of human knowledge in the world, I still always found it difficult to process it and create structured datasets for my specific applications. Since wiki pages are long-form articles, it is important to divide the text into smaller text chunks. A lot of the interesting data is also sometimes displayed in tables. With DataQA you can now upload a list of wikipedia page urls and the tool will extract the articles, process them and even parse the tables, so you can then label any entities you want. You can find a tutorial here: https://ift.tt/3GSdlDh... . The open-source version of DataQA currently only supports csv, but I have an enterprise version with premium features such as labelling of pdfs (with understanding of tables). If you're interested in a free trial, please contact me at contact@dataqa.ai :-).
20 by mariarmestre | 2 comments on Hacker News.
Hi HN! I am Maria, solo founder of DataQA ( https://dataqa.ai/ ), a tool to search and label documents for various NLP tasks (e.g. entity extraction, entity linking, etc). I have worked as a data scientist and ML engineer for the better part of a decade, and over that time have specialised mainly in applications involving natural language processing (NLP). One of the key questions I have always had at the back of my mind is whether my time was well spent. Whenever I spent more time on feature engineering or trying different models, I always wondered whether I would get better return on investment by simply labelling more data. I have created DataQA to enhance exploration & labelling of documents. It is open-source and ships with the elasticsearch text search engine which I have packaged as a python package (might be topic of a future technical post), as well as a rules-based engine to do pre-labelling of documents using NLP rules. It is very easy to install with a single pip command. One of the key things I wanted to add to DataQA is an integration to Wikipedia. Even though wikipedia is the largest living repository of human knowledge in the world, I still always found it difficult to process it and create structured datasets for my specific applications. Since wiki pages are long-form articles, it is important to divide the text into smaller text chunks. A lot of the interesting data is also sometimes displayed in tables. With DataQA you can now upload a list of wikipedia page urls and the tool will extract the articles, process them and even parse the tables, so you can then label any entities you want. You can find a tutorial here: https://ift.tt/3GSdlDh... . The open-source version of DataQA currently only supports csv, but I have an enterprise version with premium features such as labelling of pdfs (with understanding of tables). If you're interested in a free trial, please contact me at contact@dataqa.ai :-).
Thursday, 16 December 2021
New best story on Hacker News: Ask HN: Are most of us developers lying about how much work we do?
Ask HN: Are most of us developers lying about how much work we do?
740 by ConfessionTime | 496 comments on Hacker News.
I have been working as a software developer for almost two decades. I have received multiple promotions. I make decent money, 3x - 4x my area's median salary, so I live a comfortable life. I have never been fired or unemployed for more than a few months total over my entire career. Through most of that time I have averaged roughly 5 - 10 hours of actual work a week. I'm not even discounting job related but non-coding time as not work. There are literally days in which the only time I spend on my job is the few minutes it takes to attend the morning stand-up. Then I successfully bullshit my way through our next stand-up to hide my lack of production. No one has ever called me out on this and my performance reviews range from mediocre to great. I'm generally a smart person. I went to a top 30 university, but it's not like I'm a genius or I'm coasting off connections made while getting a Harvard education. I wouldn't consider myself an abnormally talented developer. I often don't understand the technical details other engineers discuss in meetings. I have probably bombed more tech interviews than I have passed. All my jobs have been between 2-5 years so I'm neither finding a place to stagnate or leaving before anyone could judge my production. It feels like I am in the middle of the bell curve in terms of career success. So what gives? Are most of us secretly lying about how much we are working? Do people regularly run into coworkers like me during their career and simply ignore it because they find it too awkward to criticize them? Have I just been incredibly lucky and every boss I have had is too incompetent to notice? Do I have imposter syndrome and I am actually a 10x developer whose laziness makes them a 1x developer? These questions have kept popping up in my mind over the last year. Remote work during the pandemic has allowed me to finally be honest with myself and stop pretending I am working when I am not. I want to know if I was the only one pretending.
740 by ConfessionTime | 496 comments on Hacker News.
I have been working as a software developer for almost two decades. I have received multiple promotions. I make decent money, 3x - 4x my area's median salary, so I live a comfortable life. I have never been fired or unemployed for more than a few months total over my entire career. Through most of that time I have averaged roughly 5 - 10 hours of actual work a week. I'm not even discounting job related but non-coding time as not work. There are literally days in which the only time I spend on my job is the few minutes it takes to attend the morning stand-up. Then I successfully bullshit my way through our next stand-up to hide my lack of production. No one has ever called me out on this and my performance reviews range from mediocre to great. I'm generally a smart person. I went to a top 30 university, but it's not like I'm a genius or I'm coasting off connections made while getting a Harvard education. I wouldn't consider myself an abnormally talented developer. I often don't understand the technical details other engineers discuss in meetings. I have probably bombed more tech interviews than I have passed. All my jobs have been between 2-5 years so I'm neither finding a place to stagnate or leaving before anyone could judge my production. It feels like I am in the middle of the bell curve in terms of career success. So what gives? Are most of us secretly lying about how much we are working? Do people regularly run into coworkers like me during their career and simply ignore it because they find it too awkward to criticize them? Have I just been incredibly lucky and every boss I have had is too incompetent to notice? Do I have imposter syndrome and I am actually a 10x developer whose laziness makes them a 1x developer? These questions have kept popping up in my mind over the last year. Remote work during the pandemic has allowed me to finally be honest with myself and stop pretending I am working when I am not. I want to know if I was the only one pretending.
New top story on Hacker News: Show HN: Describe SQL using natural language, and execute against real data
Show HN: Describe SQL using natural language, and execute against real data
38 by napoleond | 17 comments on Hacker News.
I played around with GPT-3 to build this demo. Select a public BigQuery dataset and describe your query in natural English, then edit the generated SQL as needed and execute it. https://ift.tt/3yzZXkd
38 by napoleond | 17 comments on Hacker News.
I played around with GPT-3 to build this demo. Select a public BigQuery dataset and describe your query in natural English, then edit the generated SQL as needed and execute it. https://ift.tt/3yzZXkd
New top story on Hacker News: Ask HN: Are most of us developers lying about how much work we do?
Ask HN: Are most of us developers lying about how much work we do?
728 by ConfessionTime | 489 comments on Hacker News.
I have been working as a software developer for almost two decades. I have received multiple promotions. I make decent money, 3x - 4x my area's median salary, so I live a comfortable life. I have never been fired or unemployed for more than a few months total over my entire career. Through most of that time I have averaged roughly 5 - 10 hours of actual work a week. I'm not even discounting job related but non-coding time as not work. There are literally days in which the only time I spend on my job is the few minutes it takes to attend the morning stand-up. Then I successfully bullshit my way through our next stand-up to hide my lack of production. No one has ever called me out on this and my performance reviews range from mediocre to great. I'm generally a smart person. I went to a top 30 university, but it's not like I'm a genius or I'm coasting off connections made while getting a Harvard education. I wouldn't consider myself an abnormally talented developer. I often don't understand the technical details other engineers discuss in meetings. I have probably bombed more tech interviews than I have passed. All my jobs have been between 2-5 years so I'm neither finding a place to stagnate or leaving before anyone could judge my production. It feels like I am in the middle of the bell curve in terms of career success. So what gives? Are most of us secretly lying about how much we are working? Do people regularly run into coworkers like me during their career and simply ignore it because they find it too awkward to criticize them? Have I just been incredibly lucky and every boss I have had is too incompetent to notice? Do I have imposter syndrome and I am actually a 10x developer whose laziness makes them a 1x developer? These questions have kept popping up in my mind over the last year. Remote work during the pandemic has allowed me to finally be honest with myself and stop pretending I am working when I am not. I want to know if I was the only one pretending.
728 by ConfessionTime | 489 comments on Hacker News.
I have been working as a software developer for almost two decades. I have received multiple promotions. I make decent money, 3x - 4x my area's median salary, so I live a comfortable life. I have never been fired or unemployed for more than a few months total over my entire career. Through most of that time I have averaged roughly 5 - 10 hours of actual work a week. I'm not even discounting job related but non-coding time as not work. There are literally days in which the only time I spend on my job is the few minutes it takes to attend the morning stand-up. Then I successfully bullshit my way through our next stand-up to hide my lack of production. No one has ever called me out on this and my performance reviews range from mediocre to great. I'm generally a smart person. I went to a top 30 university, but it's not like I'm a genius or I'm coasting off connections made while getting a Harvard education. I wouldn't consider myself an abnormally talented developer. I often don't understand the technical details other engineers discuss in meetings. I have probably bombed more tech interviews than I have passed. All my jobs have been between 2-5 years so I'm neither finding a place to stagnate or leaving before anyone could judge my production. It feels like I am in the middle of the bell curve in terms of career success. So what gives? Are most of us secretly lying about how much we are working? Do people regularly run into coworkers like me during their career and simply ignore it because they find it too awkward to criticize them? Have I just been incredibly lucky and every boss I have had is too incompetent to notice? Do I have imposter syndrome and I am actually a 10x developer whose laziness makes them a 1x developer? These questions have kept popping up in my mind over the last year. Remote work during the pandemic has allowed me to finally be honest with myself and stop pretending I am working when I am not. I want to know if I was the only one pretending.
New top story on Hacker News: Show HN: Termius (YC W19) – Share your terminal session like Google Docs
Show HN: Termius (YC W19) – Share your terminal session like Google Docs
8 by rkudiyarov | 0 comments on Hacker News.
Hi everybody, I’m Roman from Termius (YC W19, HN launch https://ift.tt/3GMvAdt ). I want to share news about a new exciting feature that we wanted to build for a long time. It’s Terminal Sharing. Terminal Sharing enables engineers to get instant help from their colleagues by providing a link to their terminal output updated in real-time. There is also a mode where the viewer can enter commands from their end. When I was getting into programming, some of my biggest problems were: compilation errors or not being able to set up something on a Linux server. One of the ways to get help in such a case is to ask a friend or colleague who has done it before. One more thing, we all remember times (before the pandemic) when teammates could come to your table and check out where you got stuck and often it’s in a terminal window. Unfortunately,it’s often impossible in the post-COVID era when most of the teams work remotely Of course, there is always a way of using a multiplexor like tmux, byobu or screen. However, it’s a bit annoying because you have to deal with access like adding keys or passwords. Then you have to communicate back and forth to see if the person is there. You also need to remember to start those tools before you end up with an issue. And finally, you need to remember to remove the access later. The whole thing is even harder on Windows with Putty. Alternatively, you can use zoom and screen sharing, but it requires dealing with control over the keyboard input, which is quite cumbersome. This is why we built Terminal Sharing in Termius ( https://ift.tt/30vjMN7 ). If you need help from your friend or colleague, then you can create a live session in just a second. You get a unique link to sharein just two clicks. Terminal Sharing is available on Windows, Mac, and Linux, no mobile support yet. You and the viewers need only to have the free version of Termius to use basic Terminal Sharing features. We like the idea of giving this feature for free to spread the word about the product and build more advanced, paid, collaboration features for teams later. In terms of the technical implementation, Terminal Sharing uses WebRTC under the hood, and it tries to establish a peer-to-peer connection when possible. WebRTC uses TLS 1.2, which encrypts the traffic. Check it out here: https://ift.tt/30vjMN7 . We’re still testing usability and viability of this feature, so any feedback is welcome. The feature is free, but it requires an account (no subscription required!). Please share your feedback in the comments!
8 by rkudiyarov | 0 comments on Hacker News.
Hi everybody, I’m Roman from Termius (YC W19, HN launch https://ift.tt/3GMvAdt ). I want to share news about a new exciting feature that we wanted to build for a long time. It’s Terminal Sharing. Terminal Sharing enables engineers to get instant help from their colleagues by providing a link to their terminal output updated in real-time. There is also a mode where the viewer can enter commands from their end. When I was getting into programming, some of my biggest problems were: compilation errors or not being able to set up something on a Linux server. One of the ways to get help in such a case is to ask a friend or colleague who has done it before. One more thing, we all remember times (before the pandemic) when teammates could come to your table and check out where you got stuck and often it’s in a terminal window. Unfortunately,it’s often impossible in the post-COVID era when most of the teams work remotely Of course, there is always a way of using a multiplexor like tmux, byobu or screen. However, it’s a bit annoying because you have to deal with access like adding keys or passwords. Then you have to communicate back and forth to see if the person is there. You also need to remember to start those tools before you end up with an issue. And finally, you need to remember to remove the access later. The whole thing is even harder on Windows with Putty. Alternatively, you can use zoom and screen sharing, but it requires dealing with control over the keyboard input, which is quite cumbersome. This is why we built Terminal Sharing in Termius ( https://ift.tt/30vjMN7 ). If you need help from your friend or colleague, then you can create a live session in just a second. You get a unique link to sharein just two clicks. Terminal Sharing is available on Windows, Mac, and Linux, no mobile support yet. You and the viewers need only to have the free version of Termius to use basic Terminal Sharing features. We like the idea of giving this feature for free to spread the word about the product and build more advanced, paid, collaboration features for teams later. In terms of the technical implementation, Terminal Sharing uses WebRTC under the hood, and it tries to establish a peer-to-peer connection when possible. WebRTC uses TLS 1.2, which encrypts the traffic. Check it out here: https://ift.tt/30vjMN7 . We’re still testing usability and viability of this feature, so any feedback is welcome. The feature is free, but it requires an account (no subscription required!). Please share your feedback in the comments!











































