Thursday, 6 August 2020

Show HN: Best-Books.dev, the best programming books, all in one place https://bit.ly/3khs6Fl

Show HN: Best-Books.dev, the best programming books, all in one place https://bit.ly/3i6kDai August 6, 2020 at 09:36AM

Wednesday, 5 August 2020

Somizi Mhlongo thanks Beyoncé and Tina Knowles for Honoring his late Mother

South African media personality, Somizi Mhlongo, publically thanked the legendary, Beyoncé Knowles and her mother, Tina, for paying tribute to his mother, Mary Twala. The mother-daughter duo acknowledged Mary’s death on social media, and showed their gratitude towards her for being a part of Black Is King. In an Instagram post on Wednesday, 5 August […]

The post Somizi Mhlongo thanks Beyoncé and Tina Knowles for Honoring his late Mother appeared first on Best9jamusic.



source https://www.best9jamusic.com.ng/entertainment/somizi-mhlongo-thanks-beyonce-and-tina-knowles-for-honoring-his-late-mother/

Show HN: ML Model Recognizes Sketch as you draw it https://bit.ly/3kjysUv

Show HN: ML Model Recognizes Sketch as you draw it https://bit.ly/3kh2VCI August 6, 2020 at 06:32AM

Show HN: Why Is Privacy Something You Should Care About? https://bit.ly/2XxVP2Y

Show HN: Why Is Privacy Something You Should Care About? https://bit.ly/33J8Drt August 6, 2020 at 04:11AM

Show HN: Building an open-source and high-quality webcam with a Raspberry Pi 0 W https://bit.ly/39YY7gE

Show HN: Building an open-source and high-quality webcam with a Raspberry Pi 0 W https://bit.ly/2DB66o0 August 6, 2020 at 01:55AM

Show HN: We're building a virtual meetup platform. Today we released Open Beta https://bit.ly/3a0UVBc

Show HN: We're building a virtual meetup platform. Today we released Open Beta https://bit.ly/3gwIEqt August 5, 2020 at 10:50PM

Show HN: Create fast multithreading User Interfaces outside of Node.js https://bit.ly/2ERRW2p

Show HN: Create fast multithreading User Interfaces outside of Node.js https://bit.ly/3i9SyyO August 5, 2020 at 09:27PM

Show HN: Europe Covid-19 cases, densities, and trends at a glance https://bit.ly/3i5p7xM

Show HN: Europe Covid-19 cases, densities, and trends at a glance https://bit.ly/2DA8eMM August 5, 2020 at 07:53PM

Show HN: Solid Carbon https://bit.ly/3a2XZNk

Show HN: Solid Carbon https://bit.ly/3keuJrx August 5, 2020 at 07:34PM

Show HN: I've compiled a list of the books Paul Graham recommended on Twitter https://bit.ly/3i9egTB

Show HN: I've compiled a list of the books Paul Graham recommended on Twitter https://bit.ly/3i51up4 August 5, 2020 at 06:19PM

Show HN: Intentionally Bad UI: The Volume Knob Seesaw https://bit.ly/3ifVb2d

Show HN: Intentionally Bad UI: The Volume Knob Seesaw https://bit.ly/30xFgGy August 5, 2020 at 05:51PM

Show HN: HyperProphet – The Easiest Way Run FB Prophet at Scale https://bit.ly/3i87Wf2

Show HN: HyperProphet – The Easiest Way Run FB Prophet at Scale We are Anand and Raghav, the creators of HyperProphet (https://bit.ly/30tj4x2), a tool to enable developers to compute thousands of forecasts in minutes using fbprophet without worrying about infrastructure. Scaling forecast computation is a hard problem, often costs developers in productivity. Even established organizations spend a lot of time trying address this, but often the outcomes are not easy to use and manage[1][2]. We spent the last few years building a demand planning product for CPG and retail in which we had to forecast thousands of time-series. Computing such huge number forecasts in a reasonable time was a challenge. Facebook’s Prophet was one of our work-horse algorithms. Although Prophet made many things easy, it was still slow for a large dataset. Speed was critical for quick experimentation. To improve the speed, we built a small library to run compute on AWS Lambda. Encouraged by the early results, we built an in-house service HyperProphet which we are sharing with you today. The key features of HyperProphet are: - Fast: compute thousands of forecasts in minutes - Simple: switch from Prophet to HyperProphet by changing a couple of lines of code - Productive: experiment with forecasts in your notebooks without worrying about infrastructure HyperProphet is in early beta, and we are looking for more people to try it and give us feedback. We would love to see it used in diverse use cases and see how it performs. We see possible use-cases across multiple industries for capacity planning, anomaly detection, financial planning, among others. If you have any thoughts, we’d love to hear them in the comments! [1]: https://bit.ly/2C0pcU6 [2]: https://bit.ly/30tNrDt August 5, 2020 at 05:38PM

Show HN: CNN Model Recognizes Sketch in Real Time https://bit.ly/3kdTLXG

Show HN: CNN Model Recognizes Sketch in Real Time https://bit.ly/3kh2VCI August 5, 2020 at 05:12PM

Show HN: Mount Etcd into a local folder – understand how Kubernetes stores data https://bit.ly/2PqYM0P

Show HN: Mount Etcd into a local folder – understand how Kubernetes stores data https://bit.ly/2XtxCuA August 5, 2020 at 05:06PM

Show HN: Yarc – bidirectional notes in markdown, accessible over API https://bit.ly/3gwTHA6

Show HN: Yarc – bidirectional notes in markdown, accessible over API https://bit.ly/3kh4oc7 August 5, 2020 at 04:27PM

Launch HN: Speedscale (YC S20) – Automatically create tests from actual traffic https://bit.ly/30v9J8b

Launch HN: Speedscale (YC S20) – Automatically create tests from actual traffic We’re Ken, Nate and Matt, co-founders of Speedscale ( https://bit.ly/33tJ5yf ), a tool that automatically generates continuous integration (CI) tests from past traffic. Carefully scaling rollouts to ever larger groups of customers is the safest deployment strategy, but can take weeks. Even for elite DevOps organizations up to 15% of changes to production can result in degraded service [1] [2]. We met as undergrads at Georgia Tech and come from a DevOps and operations background so we’ve seen this first hand. Each of us has over 15 years of experience building high-reliability systems, starting in the early days with satellite earth station monitoring. As interns we once wrote a bug that caused a 32 meter antenna to try to point down through the earth, almost flattening the building we were in. It was a great environment to learn about engineering reliability. We leveraged this experience to tackle monitoring Java app servers, SOA, SaaS observability and cloud data warehouses. What if we could use a form of observability data to automatically test the reliability of new deployments before they hit production? That’s the idea that got us started on Speedscale. Most test automation tools record browser interactions or use AI to generate a set of UI tests. Speedscale works differently in that it captures API calls at the source using a Kubernetes sidecar [3] or a reverse proxy. We can see all the traffic going in and out of each service, not just the UI. We feed the traffic through an analyzer process that detects calls to external services and emulates a realistic request and response -- even authentication systems like OAUTH =). Unlike guessing how users call your service, Speedscale automation reflects reality because we collected data from your live system. We call each interaction model a Scenario and Speedscale generates them without human effort leading to an easily maintained full-coverage CI test suite. Scenarios can run on demand or in your build pipeline because Speedscale inserts your container into an ephemeral environment where we stress it with different performance, regression, and chaos scenarios. If it breaks, you can decide the alerting threshold. Speedscale is especially effective in ensuring compliance with subtle Service Level Objective (SLO) conditions like performance regression [4]. We're not public yet but would be happy to give you a demo if you contact us at hello@speedscale.com. Also, we are doing alpha customer deployments to refine our feature set and protocol support - if you have this problem or have tried to solve it in the past we would love to get your feedback. Eventually we’ll end up selling the service via a subscription model but the details are still TBD. For the moment we’re mainly focused on making the product more useful and collecting feedback. Thanks! [1] https://bit.ly/33tdpJj... [2] https://amzn.to/3kf7ePa... [3] https://bit.ly/39WxfxX... [4] https://bit.ly/3i8QJ5e... August 5, 2020 at 02:59PM

Show HN: Extension to highlight new posts on HN frontpage since your last visit https://bit.ly/2Pt8tfq

Show HN: Extension to highlight new posts on HN frontpage since your last visit https://bit.ly/2DEVFA0 August 5, 2020 at 09:01AM

Show HN: RedditVids – Reddit Videos Aggregator https://bit.ly/3ibqlaY

Show HN: RedditVids – Reddit Videos Aggregator https://bit.ly/33we1xM August 5, 2020 at 10:20AM

Former Muvhango actor Arthur Mbambo has died

Arthur Mbambo played the role of Mnyamane Buthelezi in ‘Muvhango’, who was Thandaza Buthelezi’s on-screen father.Veteran actor Arthur Mbambo who played a character in the popular soapie, Muvhango has passed on. In a statement, the soapie and Word of Mouth Pictures confirmed that the news of Mbambo’s death was confirmed by his daughter Mbali Mbambo. […]

The post Former Muvhango actor Arthur Mbambo has died appeared first on Best9jamusic.



source https://www.best9jamusic.com.ng/entertainment/former-muvhango-actor-arthur-mbambo-has-died/

“I’m not a stealer of man, na them dey rush me” – Nengi (Video)

Big Brother Naija housemate, Rebecca Hampson Nengi recently stated that she is not a ‘stealer of man’. The curvy housemate revealed this during a conversation with Laycon and Trikytee where she discussed about the gossips going on about her. Triky tee stepped in to tell her that some people feel she is trying to snatch […]

The post “I’m not a stealer of man, na them dey rush me” – Nengi (Video) appeared first on Best9jamusic.



source https://www.best9jamusic.com.ng/entertainment/im-not-a-stealer-of-man-na-them-dey-rush-me-nengi-video/