Solid – A declarative JavaScript library for building user interfaces
11 by revskill | 2 comments on Hacker News.
Sunday, May 31, 2020
New top story on Hacker News: An Idiot’s guide to Support vector machines (2003) [pdf]
An Idiot’s guide to Support vector machines (2003) [pdf]
13 by headalgorithm | 2 comments on Hacker News.
13 by headalgorithm | 2 comments on Hacker News.
Saturday, May 30, 2020
New top story on Hacker News: Unity MMORPG Boilerplate - Multiplayer in Unity Made Easy
Unity MMORPG Boilerplate - Multiplayer in Unity Made Easy
18 by valkyrienyanko | 2 comments on Hacker News.
18 by valkyrienyanko | 2 comments on Hacker News.
What Time Is the SpaceX Arrival at the Space Station? How to Watch
By BY KENNETH CHANG from NYT Science https://ift.tt/2ySdwRU
New top story on Hacker News: Am I the longest-serving programmer – 57 years and counting?
Am I the longest-serving programmer – 57 years and counting?
22 by genedangelo | 14 comments on Hacker News.
In May of 1963, I started my first full-time job as a computer programmer for Mitchell Engineering Company, a supplier of steel buildings. At Mitchell, I developed programs in Fortran II on an IBM 1620 mostly to improve the efficiency of order processing and fulfillment. Since then, all my jobs for the past 57 years have involved computer programming. I am now a data scientist developing cloud-based big data fraud detection algorithms using machine learning and other advanced analytical technologies. Along the way, I earned a Master’s in Operations Research and a Master’s in Management Science, studied artificial intelligence for 3 years in a Ph.D. program for engineering, and just two years ago I received Graduate Certificates in Big Data Analytics from the schools of business and computer science at a local university (FAU). In addition, I currently hold the designation of Certified Analytics Professional (CAP). At 74, I still have no plans to retire or to stop programming.
22 by genedangelo | 14 comments on Hacker News.
In May of 1963, I started my first full-time job as a computer programmer for Mitchell Engineering Company, a supplier of steel buildings. At Mitchell, I developed programs in Fortran II on an IBM 1620 mostly to improve the efficiency of order processing and fulfillment. Since then, all my jobs for the past 57 years have involved computer programming. I am now a data scientist developing cloud-based big data fraud detection algorithms using machine learning and other advanced analytical technologies. Along the way, I earned a Master’s in Operations Research and a Master’s in Management Science, studied artificial intelligence for 3 years in a Ph.D. program for engineering, and just two years ago I received Graduate Certificates in Big Data Analytics from the schools of business and computer science at a local university (FAU). In addition, I currently hold the designation of Certified Analytics Professional (CAP). At 74, I still have no plans to retire or to stop programming.
Friday, May 29, 2020
New top story on Hacker News: Seven-year-olds as hackers, and why we should imitate them
Seven-year-olds as hackers, and why we should imitate them
14 by claes-magnus | 6 comments on Hacker News.
14 by claes-magnus | 6 comments on Hacker News.
What Time Is the SpaceX Astronaut Launch? How to Watch
By BY THE NEW YORK TIMES from NYT Science https://ift.tt/2Xh32Vi
Scientists Question Validity of Major Hydroxychloroquine Study
By BY RONI CARYN RABIN from NYT Health https://ift.tt/3exS4AJ
Thursday, May 28, 2020
New top story on Hacker News: Dangerous SHA-1 crypto function is about to die in SSH
Dangerous SHA-1 crypto function is about to die in SSH
19 by headalgorithm | 2 comments on Hacker News.
19 by headalgorithm | 2 comments on Hacker News.
Wednesday, May 27, 2020
‘We Loved Each Other’: Fauci Recalls Larry Kramer, Friend and Nemesis
By BY DONALD G. MCNEIL JR. from NYT Health https://ift.tt/2ZEdxns
New top story on Hacker News: [EU] Any job boards and age-friendly companies for older SW Developers?
[EU] Any job boards and age-friendly companies for older SW Developers?
21 by nonines | 19 comments on Hacker News.
I've spent last year interviewing only to find out that I'm considered too old (I'm 45) for most shops around. They won't spit it out directly of course but people talk and what they say is that I need to be stellar or young to be hired. Companies won't invest in me the slightest bit, so the moment I miss a question in the long interview process I'm out of the door without second thought. So... 1. I might be banging the wrong doors. E.g. FAANGs don't seem to be right. Any companies that don't drink/sell the youth cool-aid? 2. I might be searching at the wrong job boards. Any suggestions welcome. 3. Finally I might be better doing sth else altogether (but what?) rather than fighting a loosing battle against preconceptions that run so deep. Anyway. Thanks for any non-insulting answers in advance. PS: I'm based in EU and I'm a SW Dev working mainly in DevOps and Reliability.
21 by nonines | 19 comments on Hacker News.
I've spent last year interviewing only to find out that I'm considered too old (I'm 45) for most shops around. They won't spit it out directly of course but people talk and what they say is that I need to be stellar or young to be hired. Companies won't invest in me the slightest bit, so the moment I miss a question in the long interview process I'm out of the door without second thought. So... 1. I might be banging the wrong doors. E.g. FAANGs don't seem to be right. Any companies that don't drink/sell the youth cool-aid? 2. I might be searching at the wrong job boards. Any suggestions welcome. 3. Finally I might be better doing sth else altogether (but what?) rather than fighting a loosing battle against preconceptions that run so deep. Anyway. Thanks for any non-insulting answers in advance. PS: I'm based in EU and I'm a SW Dev working mainly in DevOps and Reliability.
Meet Bob Behnken and Doug Hurley, SpaceX’s First NASA Astronauts
By BY KENNETH CHANG from NYT Science https://ift.tt/2ZGEXJa
Tuesday, May 26, 2020
What Time Is the SpaceX Astronaut Launch? How to Watch
By BY THE NEW YORK TIMES from NYT Science https://ift.tt/3cbXa4g
A Virus-Hunter Falls Prey to a Virus He Underestimated
By BY DONALD G. MCNEIL JR. from NYT Health https://ift.tt/2Xy36PF
Monday, May 25, 2020
New top story on Hacker News: Ask HN: Has anybody shipped a web app at scale with 1 DB per account?
Ask HN: Has anybody shipped a web app at scale with 1 DB per account?
23 by bradgessler | 28 comments on Hacker News.
A common way of deploying a web application database at scale is to setup a MySQL or Postgres server, create one table for all customers, and have an account_id or owner_if field and let the application code handle security. This makes it easier to run database migrations and upgrade code per customer all at once. I’m curious if anybody has taken the approach of provisioning one database per account? This means you’d have to run migrations per account and keep track of all the migration versions and statuses somewhere. Additionally, if an application has custom fields or columns, the differences would have to be tracked somehow and name space collisions managed. Has anybody done this? Particularly with Rails? What kinda of tools or processes did you learn when you did it? Would you do it again? What are some interesting trade offs between the two approaches?
23 by bradgessler | 28 comments on Hacker News.
A common way of deploying a web application database at scale is to setup a MySQL or Postgres server, create one table for all customers, and have an account_id or owner_if field and let the application code handle security. This makes it easier to run database migrations and upgrade code per customer all at once. I’m curious if anybody has taken the approach of provisioning one database per account? This means you’d have to run migrations per account and keep track of all the migration versions and statuses somewhere. Additionally, if an application has custom fields or columns, the differences would have to be tracked somehow and name space collisions managed. Has anybody done this? Particularly with Rails? What kinda of tools or processes did you learn when you did it? Would you do it again? What are some interesting trade offs between the two approaches?
Sunday, May 24, 2020
New top story on Hacker News: Show HN: Use Your Inbox As A Google Reader Replacement
Show HN: Use Your Inbox As A Google Reader Replacement
8 by cameronbrown | 7 comments on Hacker News.
8 by cameronbrown | 7 comments on Hacker News.
New top story on Hacker News: GitHub Reinstates Popcorn Time Code Despite MPA ‘Threat’
GitHub Reinstates Popcorn Time Code Despite MPA ‘Threat’
33 by throwaway888abc | 1 comments on Hacker News.
33 by throwaway888abc | 1 comments on Hacker News.
New top story on Hacker News: Comment Ranking Algorithms: Hacker News vs. YouTube vs. Reddit
Comment Ranking Algorithms: Hacker News vs. YouTube vs. Reddit
35 by callmeschroeder | 3 comments on Hacker News.
35 by callmeschroeder | 3 comments on Hacker News.
Virgin Orbit to Attempt Its First Rocket Launch From Jumbo Jet
By BY KENNETH CHANG from NYT Science https://ift.tt/2zrf1Xh
Saturday, May 23, 2020
New top story on Hacker News: Show HN: r/hnblogs, Blogging is not Dead
Show HN: r/hnblogs, Blogging is not Dead
47 by fossuser | 3 comments on Hacker News.
Link: https://ift.tt/2zhWXiy Old Reddit Link: https://ift.tt/2XrGeB5 Hi HN, Inspired by this post earlier this week: https://ift.tt/3bPYM37, I thought we could make blog discovery easier by having a place to find interesting, unusual, niche, or really any kind of non-marketing blogs that are posted by the people that write them. There are a ton of interesting blogs on the web, probably more than there were when the web was new, but even though there's more they're a smaller percentage of the total internet and hard to find. Search engines fail to help with this for a lot of reasons. They're both not incentivized to find this kind of non-ad, non-sales content, and there are lots of sophisticated actors trying to game search engines to show their own content. Regular people just writing interesting blogs who don't have an interest in SEO will be lost in that shuffle. HN and Reddit are great for link aggregations, but rely on submissions and upvotes which skew things to more generally popular content. The volume of posts also make it hard to compete (even though I really like HN and find the content interesting). The restriction to only allow posts from the authors of the blogs should help and the writer can interact with the community. The end goal is to generate a wiki on Reddit reminiscent of old 90s 'portal' pages with curated links to interesting content. We have a small initial community from my HN comment on that other post (https://ift.tt/2Xt42EK), but if you write a blog and want to join please do!
47 by fossuser | 3 comments on Hacker News.
Link: https://ift.tt/2zhWXiy Old Reddit Link: https://ift.tt/2XrGeB5 Hi HN, Inspired by this post earlier this week: https://ift.tt/3bPYM37, I thought we could make blog discovery easier by having a place to find interesting, unusual, niche, or really any kind of non-marketing blogs that are posted by the people that write them. There are a ton of interesting blogs on the web, probably more than there were when the web was new, but even though there's more they're a smaller percentage of the total internet and hard to find. Search engines fail to help with this for a lot of reasons. They're both not incentivized to find this kind of non-ad, non-sales content, and there are lots of sophisticated actors trying to game search engines to show their own content. Regular people just writing interesting blogs who don't have an interest in SEO will be lost in that shuffle. HN and Reddit are great for link aggregations, but rely on submissions and upvotes which skew things to more generally popular content. The volume of posts also make it hard to compete (even though I really like HN and find the content interesting). The restriction to only allow posts from the authors of the blogs should help and the writer can interact with the community. The end goal is to generate a wiki on Reddit reminiscent of old 90s 'portal' pages with curated links to interesting content. We have a small initial community from my HN comment on that other post (https://ift.tt/2Xt42EK), but if you write a blog and want to join please do!
New top story on Hacker News: Just some red flags. No big deal. Just ignore them
Just some red flags. No big deal. Just ignore them
3 by ciprian_craciun | 0 comments on Hacker News.
3 by ciprian_craciun | 0 comments on Hacker News.
Friday, May 22, 2020
New top story on Hacker News: Interviewed with Triplebyte? Your profile is about to become public
Interviewed with Triplebyte? Your profile is about to become public
34 by winston_smith | 5 comments on Hacker News.
Fortunately this email made it through my spam filter. Looks like they want to take on LinkedIn and are planning to seed it by making existing accounts public unless you opt OUT within the next week: Hey [redacted], I’m excited to announce that we are expanding the reach of your Triplebyte profile. Now, you can use your Triplebyte credentials on and off the platform. Just like LinkedIn, your profile will be publicly accessible with a dedicated URL that you can share anywhere (job applications, LinkedIn, GitHub, etc). When you do well on a Triplebyte assessment, your profile will showcase that achievement (we won’t show your scores publicly). Unlike LinkedIn, we aim to become your digital engineering skills resume — a credential based on actual skills, not pedigree. The new profiles will be launching publicly in 1 week. This is a great opportunity to update your profile with your latest experience and preferences. You can edit your profile privacy settings to not appear in public search engines at any time. Our mission is to build an open, valuable, and skills-based credential for all engineers. We believe that allowing Triplebyte engineers to publicly share their profiles and skills-based credentials will accelerate this mission. Thanks, Ammon Co-founder & CEO, Triplebyte
34 by winston_smith | 5 comments on Hacker News.
Fortunately this email made it through my spam filter. Looks like they want to take on LinkedIn and are planning to seed it by making existing accounts public unless you opt OUT within the next week: Hey [redacted], I’m excited to announce that we are expanding the reach of your Triplebyte profile. Now, you can use your Triplebyte credentials on and off the platform. Just like LinkedIn, your profile will be publicly accessible with a dedicated URL that you can share anywhere (job applications, LinkedIn, GitHub, etc). When you do well on a Triplebyte assessment, your profile will showcase that achievement (we won’t show your scores publicly). Unlike LinkedIn, we aim to become your digital engineering skills resume — a credential based on actual skills, not pedigree. The new profiles will be launching publicly in 1 week. This is a great opportunity to update your profile with your latest experience and preferences. You can edit your profile privacy settings to not appear in public search engines at any time. Our mission is to build an open, valuable, and skills-based credential for all engineers. We believe that allowing Triplebyte engineers to publicly share their profiles and skills-based credentials will accelerate this mission. Thanks, Ammon Co-founder & CEO, Triplebyte
Uncertain Results in Study of Convalescent Serum for Covid-19
By BY GINA KOLATA from NYT Health https://ift.tt/2M4HVzv
Coronavirus Does Not Spread Easily on Surfaces, C.D.C. Says
By BY JACEY FORTIN from NYT Health https://ift.tt/3gfy1sr
New top story on Hacker News: IBM to cut thousands of jobs as coronavirus plays out
IBM to cut thousands of jobs as coronavirus plays out
25 by samfisher83 | 0 comments on Hacker News.
25 by samfisher83 | 0 comments on Hacker News.
Thursday, May 21, 2020
New top story on Hacker News: Hercules IBM System/370, ESA/390, and Z/Architecture Emulato
Hercules IBM System/370, ESA/390, and Z/Architecture Emulato
7 by emersonrsantos | 1 comments on Hacker News.
7 by emersonrsantos | 1 comments on Hacker News.
Wednesday, May 20, 2020
New top story on Hacker News: Ask HN: Why isn’t visual programming a bigger thing?
Ask HN: Why isn’t visual programming a bigger thing?
25 by remolacha | 52 comments on Hacker News.
Visual programming seems to unlock a ton of value. Difficult concepts can more easily be grokked in a visual form. Programming becomes more approachable to first-timers. Since text is difficult to manipulate without a physical keyboard, visual programming opens the doors to doing development on mobile devices. And yet it only seems to be mainstream in education (i.e. Scratch). Why?
25 by remolacha | 52 comments on Hacker News.
Visual programming seems to unlock a ton of value. Difficult concepts can more easily be grokked in a visual form. Programming becomes more approachable to first-timers. Since text is difficult to manipulate without a physical keyboard, visual programming opens the doors to doing development on mobile devices. And yet it only seems to be mainstream in education (i.e. Scratch). Why?
New top story on Hacker News: Post Covid-19, Coinbase will be a remote-first company
Post Covid-19, Coinbase will be a remote-first company
4 by sachitgupta | 3 comments on Hacker News.
4 by sachitgupta | 3 comments on Hacker News.
Trump’s Vaccine Chief Has Vast Ties to Drug Industry, Posing Possible Conflicts
By BY SHEILA KAPLAN, MATTHEW GOLDSTEIN AND ALEXANDRA STEVENSON from NYT Health https://ift.tt/2WO6BlD
New top story on Hacker News: Ask HN: “Git” for MsOffice...?
Ask HN: “Git” for MsOffice...?
2 by toyg | 0 comments on Hacker News.
I’ve recently changed job and now I am basically swamped in MSOffice documents. This makes collaboration very hard: people are fearful you’ll touch their precious files, there are manual procedures to produce “gold” documents, fixing a typo is an ordeal, and if the same slide is present in 15 Powerpoint decks any edit will require tons of mindless and error-prone copypasting... it made me realize how good developers have it with git, github, and the likes. Is there anything out there, capable of working with MSOffice stuff in a granular and collaborative way? I can’t believe non-geeks have lived like this for 30 years.
2 by toyg | 0 comments on Hacker News.
I’ve recently changed job and now I am basically swamped in MSOffice documents. This makes collaboration very hard: people are fearful you’ll touch their precious files, there are manual procedures to produce “gold” documents, fixing a typo is an ordeal, and if the same slide is present in 15 Powerpoint decks any edit will require tons of mindless and error-prone copypasting... it made me realize how good developers have it with git, github, and the likes. Is there anything out there, capable of working with MSOffice stuff in a granular and collaborative way? I can’t believe non-geeks have lived like this for 30 years.
Elephants Really Can’t Hold Their Liquor
By BY RACHEL NUWER from NYT Science https://ift.tt/2WP6Zka
Tuesday, May 19, 2020
New top story on Hacker News: BuildZoom (construction market) is hiring remote engineers
BuildZoom (construction market) is hiring remote engineers
1 by the_economist | 0 comments on Hacker News.
1 by the_economist | 0 comments on Hacker News.
New top story on Hacker News: Ask HN: Production Lisp in 2020?
Ask HN: Production Lisp in 2020?
7 by dhab | 5 comments on Hacker News.
I have gone through initial chapters of "Practical Common Lisp"[1] and "Loving Common Lisp" [2], and have a bit of intuition on lisp, and the power of macros. Haven't done any projects yet, but was also researching on real issues faced by adopting lisp, and ran into articles about abandoning lisp [3], adopting lisp [4],[5]. Could not find anything more recent; but what they mention in these articles - even the ones that are adopting lisp talk about issues like: * poor ecosystem of libraries - few gems, most other half-baked * poor community coordination * Dependency management limitations with quicklisp And some specific red flags like: * poor support for json[6] * poor support for async * have to restart the server every 20 days because of some memory leak [3] * hack to tune GC [5] If you are using lisp in production for non-trivial cases, do these issues still exist? is there a way you can quantify effort is resolving them, and if yes, what is it? and, finally, if you had to re-do your project, would you chose lisp or something else? [1]: https://ift.tt/wQElXe [2]: https://ift.tt/2ZgAyMR [3]: https://ift.tt/3g1ke8M... [4]: https://ift.tt/2ZhUcs7... [5]: https://ift.tt/2AHAfka... [6]: https://ift.tt/2LEX3mX...
7 by dhab | 5 comments on Hacker News.
I have gone through initial chapters of "Practical Common Lisp"[1] and "Loving Common Lisp" [2], and have a bit of intuition on lisp, and the power of macros. Haven't done any projects yet, but was also researching on real issues faced by adopting lisp, and ran into articles about abandoning lisp [3], adopting lisp [4],[5]. Could not find anything more recent; but what they mention in these articles - even the ones that are adopting lisp talk about issues like: * poor ecosystem of libraries - few gems, most other half-baked * poor community coordination * Dependency management limitations with quicklisp And some specific red flags like: * poor support for json[6] * poor support for async * have to restart the server every 20 days because of some memory leak [3] * hack to tune GC [5] If you are using lisp in production for non-trivial cases, do these issues still exist? is there a way you can quantify effort is resolving them, and if yes, what is it? and, finally, if you had to re-do your project, would you chose lisp or something else? [1]: https://ift.tt/wQElXe [2]: https://ift.tt/2ZgAyMR [3]: https://ift.tt/3g1ke8M... [4]: https://ift.tt/2ZhUcs7... [5]: https://ift.tt/2AHAfka... [6]: https://ift.tt/2LEX3mX...
When Cadaver Dogs Pick Up a Scent, Archaeologists Find Where to Dig
By BY CAT WARREN from NYT Science https://ift.tt/2ZgP8nO
Monday, May 18, 2020
New top story on Hacker News: Ask HN: Now we're staying inside with Wi-Fi. Have you changed your cell plan?
Ask HN: Now we're staying inside with Wi-Fi. Have you changed your cell plan?
11 by behnamoh | 22 comments on Hacker News.
Some MVNOs are offering plans as low as $6/mo. The only reason I'm keeping my cell is to make calls. Now I think by switching to a cheaper plan, I can save at least $30/mo. Have you done this? If it's not too much to ask, can you say which plans work better for calls?
11 by behnamoh | 22 comments on Hacker News.
Some MVNOs are offering plans as low as $6/mo. The only reason I'm keeping my cell is to make calls. Now I think by switching to a cheaper plan, I can save at least $30/mo. Have you done this? If it's not too much to ask, can you say which plans work better for calls?
Vaccinations Fall to Alarming Rates, C.D.C. Study Shows
By BY DAVID WALDSTEIN from NYT Health https://ift.tt/36bMWPL
New top story on Hacker News: Ask HN: Dear open source devs how do you sustain yourself
Ask HN: Dear open source devs how do you sustain yourself
52 by mraza007 | 5 comments on Hacker News.
I have been using open source software for a while. I feel like sometimes Open Source software is better than the proprietary ones. Since it allows you to customize and it gives you more control. But the question is how do you sustain yourself while working fulltime on building/maintaining open source software What are some tips to get into open source and turn it into fulltime career
52 by mraza007 | 5 comments on Hacker News.
I have been using open source software for a while. I feel like sometimes Open Source software is better than the proprietary ones. Since it allows you to customize and it gives you more control. But the question is how do you sustain yourself while working fulltime on building/maintaining open source software What are some tips to get into open source and turn it into fulltime career
Sunday, May 17, 2020
New top story on Hacker News: TSMC halts new Huawei orders after US tightens restrictions
TSMC halts new Huawei orders after US tightens restrictions
37 by therealchiggs | 39 comments on Hacker News.
37 by therealchiggs | 39 comments on Hacker News.
New top story on Hacker News: Ask HN: Do kids drag your career down?
Ask HN: Do kids drag your career down?
23 by giantg2 | 26 comments on Hacker News.
It seems that since I had a kid my career is in decline. I am currently working from home, but prior to this I would need to be home at a specific time to watch the kid. This obviously means I have less time to spend at work. Less hours means less dedication in the eyes of management. On a side note, I took parental leave last year and was basically told by a manager friend that it means a lower rating. What is your experience?
23 by giantg2 | 26 comments on Hacker News.
It seems that since I had a kid my career is in decline. I am currently working from home, but prior to this I would need to be home at a specific time to watch the kid. This obviously means I have less time to spend at work. Less hours means less dedication in the eyes of management. On a side note, I took parental leave last year and was basically told by a manager friend that it means a lower rating. What is your experience?
New top story on Hacker News: Some views on having your system timezone set to UTC
Some views on having your system timezone set to UTC
10 by todsacerdoti | 10 comments on Hacker News.
10 by todsacerdoti | 10 comments on Hacker News.
Saturday, May 16, 2020
New top story on Hacker News: It’s OK for your open source library to be a bit shitty
It’s OK for your open source library to be a bit shitty
18 by mmcloughlin | 1 comments on Hacker News.
18 by mmcloughlin | 1 comments on Hacker News.
New top story on Hacker News: Ask HN: What PostgreSQL client do you use?
Ask HN: What PostgreSQL client do you use?
21 by iameoghan | 22 comments on Hacker News.
There are seemingly a plethora of clients for Postgres [1]. What client(s) do HN use day-to-day? Why have you chosen it? I'm looking for recommendations to use for light usage. Ideally, something that would help build the schema visually. [1] https://ift.tt/2Z8mWDu
21 by iameoghan | 22 comments on Hacker News.
There are seemingly a plethora of clients for Postgres [1]. What client(s) do HN use day-to-day? Why have you chosen it? I'm looking for recommendations to use for light usage. Ideally, something that would help build the schema visually. [1] https://ift.tt/2Z8mWDu
Subscribe to:
Posts (Atom)