Site uses cookies to provide basic functionality.
Javascript rendering is set to off by default when visiting the site via .onion and .i2p domains. It can be enabled back again in user's settings section. Javascript rendering set to off means, that you can disable javascript in your browser now and the site will remain functional.
There is also IRC server now available via native IRC clients or non javascript web based one.
Fonts can be adjusted in user's settings section as well.
Check FAQ for more.

OK



Going North - mootxi.co - 5 years ago - eng

Ride the curve - utf9k.net - 5 years ago - eng

Ride the curve - utf9k.net - 5 years ago - eng

Ride the curve - utf9k.net - 5 years ago - eng



Would you move your data science project from a laptop to the cloud? Would you also like to have snapshots of your project saved along the way so that you can go back in time or share the state of your project with another team member? This week on the show, we have Savin Goyal from Netflix. Savin is the technical lead for machine learning infrastructure at Netflix. He joins us to talk about Metaflow, an open-source tool to simplify buildin..


Diversify your knowledge with these academically nourishing programs and take a step forward to transform your nursing career. Programs offered by INSCOL align well with your academic history and help you to become a Global Nurse.

Last week, Frederic Cambus wrote about building LLVM quickly on some very large machines, culminating in a 2m37s build on a 160-core ARM machine. I don’t have a giant ARM behemoth, but I have been working on a tool I call Llama, which lets you offload computational work – including C and C++ builds – onto Amazon Lambda. I decided to see how good it could do at a similar build.

Last week, Frederic Cambus wrote about building LLVM quickly on some very large machines, culminating in a 2m37s build on a 160-core ARM machine. I don’t have a giant ARM behemoth, but I have been working on a tool I call Llama, which lets you offload computational work – including C and C++ builds – onto Amazon Lambda. I decided to see how good it could do at a similar build.



otpgateway v2.5.1 - nadh.in - 5 years ago - eng
Repository: @knadh/otpgateway GitHub release page: v2.5.1 Changelog c296302 Fix incompatibility in goreleaser file 01845d9 Remove source map reference in CSS 5130b0a Merge pull request #17 from vishalvshekkar/master c46a4a9 Fixed a type in README.md



While PHP Composer makes app development faster, it does abstract away a level of control and visibility. So while it makes coding easier, it does beg the question… is it doing it safely? With Snyk, I’m able to answer that PHP Composer security question in a few clicks.


my scariest experience so far (and I am an early solo pilot ~ 15 solo flights) was my first unplanned solo stall with a wing drop during a turn.

I built a clock! It runs Linux . Sounds like quite the over-engineering project, but I learned a ton along the way and was able to flex some muscles that had been lying dormant for a while. I write a decent amount of code, but I hadn’t worked on an electronics project in years and had never really embarked on a 3D modeling or design project outside the classroom. I discovered the Yayagram a few weeks ago, and my project was inspired....

I built a clock! It runs Linux . Sounds like quite the over-engineering project, but I learned a ton along the way and was able to flex some muscles that had been lying dormant for a while. I write a decent amount of code, but I hadn’t worked on an electronics project in years and had never really embarked on a 3D modeling or design project outside the classroom. I discovered the Yayagram a few weeks ago, and my project was inspired....


TLDR: I’ve been working on a cryptocurrency trading bot that you can follow live on Telegram. It’s currently doing simulated trades on all Binance perpetual futures pairs. If the results are promising, I will run it with a real budget. If you look at the history of the channel you can see how the bot […]





Here at Wingify, we love solving problems and puzzles. To spread this spirit of problem solving, we organized the fourth edition of Capture…

For the forty-first time, it’s the twentieth. Well, actually it’s probably the gazillionth time it’s the twentieth - but this is my 41st blog stats post.

In honor of Asian American Pacific Islander (AAPI) Heritage Month, Jeff Yoshimura, Chief Marketing and Customer Experience Officer at Snyk, shares the story of his beloved grandfather, and why gardening is the way he pays homage to his grandfather’s legacy and Japanese heritage.

In just two weeks I’m flying to a different continent, building a new dedicated vehicle and setting out to explore far and wide over roughly 12-18 months. Going in I plan to get more...

gpg: decryption failed: No secret key OMG! Where's my secret key gone!? But but but, gpg –list-secret-keys says they're there. Puzzled… Ray Oei's Stack Overflow answer solved the mystery for me: pinentry never got invoked, so likely something's up with the agent… Killing (and thus restaring) the gpg-agent did the trick: gpgconf --kill gpg-agent Thank you internet stranger. Balance restored.

We’ve provided Atom/RSS feeds for News and Events in our custom CMS at Notre Dame for well over a decade. However, if a visitor ended up on the url they were greeted with an unhelpful screen of XML. I decided to remedy this by appying some XSLT and styles to improve the user experience. However, even after reviewing several tutorials, I couldn’t get it to work. I was sure I had the templates and markup configured correctly. I even tested....


I host my private servers at Hetzner , a really nice, reliable and cheap german webhoster. Previously I managed my DNS zones with Route 53 from Amazon. There I paid 50 cents per zone per month. I have multiple zones so this adds up at the end of the year. Then I learned from a fellow user of one of our Ansible collections that Hetzner provides this service for free! So now I’m moving all my DNS to Hetzner.

I love building developer tools and utilities. And, I believe the reason is simple, because I am a developer, and those tools I make, I create first of all for myself. I worked for Microsoft before on Visual Studio. I worked in Splunk on some work related to the developers (App Platform). I can say that I had some experience building developer tools by learning from large corporations. For the last 3-4 years, I work for myself. Build a ..

In the previous posts, I discussed the statistical efficiency of different quantile estimators ( Efficiency of the Harrell-Davis quantile estimator and Efficiency of the winsorized and trimmed Harrell-Davis quantile estimators ). In this post, I continue this research and compare the efficiency of the Harrell-Davis quantile estimator, the Sfakianakis-Verginis quantile estimators , and the Navruz-Özdemir quantile estimator .

In the previous posts, I discussed the statistical efficiency of different quantile estimators ( Efficiency of the Harrell-Davis quantile estimator and Efficiency of the winsorized and trimmed Harrell-Davis quantile estimators ). In this post, I continue this research and compare the efficiency of the Harrell-Davis quantile estimator, the Sfakianakis-Verginis quantile estimators , and the Navruz-Özdemir quantile estimator .

koanf v1.0.0 - nadh.in - 5 years ago - eng

Even though this book is titled and marketed as a book for economists, in reality, it can help anyone to improve their writing (especially, nonfiction writers).

In our recent State of Cloud Native Application Security report, we found that 69% of respondents had a misconfiguration or known unpatched vulnerability in their cloud native applications. Learn about how we can work together to bring that number down.

Table of Contents Trying ZK-less Kafka Yourself Taking Brokers Down Wrap-Up Sometimes, less is more. One case where that’s certainly true is dependencies. And so it shouldn’t come at a surprise that the Apache Kafka community is eagerly awaiting the removal of the dependency to the ZooKeeper service, which currently is used for storing Kafka metadata (e.g. about topics and partitions) as well as for the purposes of leader ....

3 visitors online