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

When I first started learning Rails back in the day, it was my first introduction to Ruby: I was learning them both at the same time. As a result, the line between them was rather blurry; I didn’t know what was coming from Ruby, and what was coming from Rails. The Rails approach of monkey-patching Ruby didn’t help. If I’m being honest, I didn’t realize that Object#blank? wasn’t a Ruby method until only a few years ago.


How do you define open source software? What are the challenges an open source project and maintainers face? How do maintainers receive financial, legal, security, or other types of help? This week on the show, we have Josh Simmons from Tidelift and the Open Source Initiative to help answer these questions.

This snippet uses the string template's range function to iterate over either .Fields or .Tags printing both key and value Read more…

2 Second Lean - june.kim - 4 years ago - eng

The technological choices we make determine the rules we have to abide by. If every page load incurs hundreds of database calls on the server, and 30 seconds of javascripting on the front-end, then obviously you need to reduce the number of page loads to a minimum. They are frustrating for the user and expensive for the server. This makes the front-end even more slow and stateful, and so the urgency for reducing page loads increases even ..

2 Second Lean - june.kim - 4 years ago - eng


We’re excited to announce our latest update to Snyk Container base image management capabilities: automatic base image detection.





During my internship at HackerEarth, I faced an interesting problem. This blog is about that and how I solved it. Problem: To set a background image to the textarea element. My initial impression on seeing the design was that it would be easy. I thought it’s a image but after exploring the code I came to know that it’s not an image that we have to show as background instead, it’s a React Component . So now what? To solve this problem we ....

Snyk security policies just got a whole lot more powerful with a new action and two new conditions, helping your development and security teams assess risk and focus resources more efficiently.

We’re honored to share that, for the second consecutive year, Snyk has been named to the prestigious Forbes Cloud 100 List, coming in at #39!

Sometimes, the word you're looking for is on the tip of your tongue, but you can't quite grasp it. For example, when you're trying to find a really funny tweet you saw last night to show your friends... The post Get Hyped: Synonyms in MongoDB Atlas Search appeared first on MongoDB .

Dark Emu - apurva-shukla.me - 4 years ago - eng
Bruce Pascoe’s Dark Emu is a fantastic achievement, not entirely for it’s content but for it’s power in reviving the national attention on…


Get a great start into JavaScript by learning these one-liners in just a few minutes! Continue reading on DailyJS »

Maven is a software/dependency management tool for Java - it can be used to pull in dependencies and build a jar from a bunch of source By default, the jar won't have dependencies rolled into it. Sometimes though, you want the overhead of the bigger jar. Read more…




In the previous post , I described the idea of using quantile estimators based on k order statistics. Potentially, such estimators could be more robust than estimators based on all samples elements (like Harrell-Davis, [[sfakianakis-verginis-quantile-estimator]], or [[navruz-ozdemir-quantile-estimator]] and more statistically efficient than traditional quantile estimators (based on 1 or 2 order statistics). Moreover, we should be able to c....

In the previous post , I described the idea of using quantile estimators based on k order statistics. Potentially, such estimators could be more robust than estimators based on all samples elements (like Harrell-Davis, [[sfakianakis-verginis-quantile-estimator]], or [[navruz-ozdemir-quantile-estimator]] and more statistically efficient than traditional quantile estimators (based on 1 or 2 order statistics). Moreover, we should be able to c....

Goal Setup a basic command line package in python. Package Git: https://github.com/pallets/click/ Doc: https://click.palletsprojects.com/ Let’s get to it Create a virtual environnement. 1 2 python -m venv my_env . my_env/bin/activate Then the setup.py file: (require setuptools) 1 2 3 4 5 6 7 8 9 10 11 12 13 14 from setuptools import setup setup( name='myapp', version='1.0', py_modules=['myapp'], install_requires=[ 'Click', ], entry_poi..

Since I moved to orgmode I have been trying to make this work with most of my environnment. Since I work with gitlab on a daily basis I thought I would start there first. Libraries Org Parse Git Repo: https://github.com/karlicoss/orgparse Docs : https://orgparse.readthedocs.io/ Org Format Git: https://github.com/novoid/orgformat Convert stuff : pypandoc Git : https://github.com/NicklasTegner/pypandoc Python for Gitlab Git Repo : http..

Goal Setup a basic command line package in python. Package Git: https://github.com/pallets/click/ Doc: https://click.palletsprojects.com/ Let’s get to it Create a virtual environnement. 1 2 python -m venv my_env . my_env/bin/activate Then the setup.py file: (require setuptools) 1 2 3 4 5 6 7 8 9 10 11 12 13 14 from setuptools import setup setup( name='myapp', version='1.0', py_modules=['myapp'], install_requires=[ 'Click', ], entry_poi..

Since I moved to orgmode I have been trying to make this work with most of my environnment. Since I work with gitlab on a daily basis I thought I would start there first. Libraries Org Parse Git Repo: https://github.com/karlicoss/orgparse Docs : https://orgparse.readthedocs.io/ Org Format Git: https://github.com/novoid/orgformat Convert stuff : pypandoc Git : https://github.com/NicklasTegner/pypandoc Python for Gitlab Git Repo : http..

We’d like to shout out newly minted Photogoon Alex Chaveriat aka ‘Silk’ who spent his DEF CON 29 racing around the con floor finding cool projects to interview people about. If you follow the DC social media feeds you’ve probably seen some of his work this year. Thanks to everyone who gave him some time, and thanks to Alex for putting out so much quality stuff so quickly. Alex Chaveriat on YouTube

Learn how to publish Node.js projects as Docker images that we build to the public Docker Hub registry.

It’s the end of another dev internship season, and this one marked something of a transition, since halfway through the season, NY-based interns were invited back to the recently reinvigorated office. Which means that many more of us got the chance to meet and hang out with the interns in person than we did last year. And hopefully the interns were able to get a better sense of Jane Street and how it operates.

It’s the end of another dev internship season, and this one marked something of a transition, since halfway through the season, NY-based interns were invited back to the recently reinvigorated office. Which means that many more of us got the chance to meet and hang out with the interns in person than we did last year. And hopefully the interns were able to get a better sense of Jane Street and how it operates.

I used to be really into gaming and even more so building computers, reading CPU reviews, video card reviews, learning about water cooling, what is the best hard disk, psu and such. That was a rather long time ago now. In fact the last time I put any effort into this was the Athlon XP days where I think I had a 2700+ with a Radeon 9700, which was a pretty sick build at the time.



article, we'll look at how to do that using two different approaches. We'll also see how to call those Azure APIs once you have your bearer token. The post Getting Azure API Access Token Via OAuth or MSAL appeared first on Elegant Code .

Few days back one of my friend's project database credentials got exposed. After some investigation, we realized that it is because of the .git config commit. I would recommend configuring your sensitive credentials with operating system environment variables. This way you can protect information from the code base. This post will explain how to set up an environment variable for an Apache web server.


To be honest, it’s been kinda weird trying to maintain a blog about living in a truck when I haven’t, you know, been living in a truck. It’s sure a good thing I’m back in the truck then. Yup, you heard read that right. After a long, long year (and some change), I’ve sloughed off the normalcy of a one-bedroom apartment and slithered back into my truckly digs of yesteryear. And while the amenities and convenience of things like “ele..

To be honest, it’s been kinda weird trying to maintain a blog about living in a truck when I haven’t, you know, been living in a truck. It’s sure a good thing I’m back in the truck then. Yup, you heard read that right. After a long, long year (and some change), I’ve sloughed off the normalcy of a one-bedroom apartment and slithered back into my truckly digs of yesteryear. And while the amenities and convenience of things like “ele..

Ducklings are often seen walking through our civilisation, eagerly following a leader who might not have sufficient understanding of their followers, but they might also be following their mother duck.

TL;DR Intel Driver & Support Assistant (DSA) is a driver and software update utility for Intel components. DSA version 20.8.30.6 (and likely prior) is vulnerable to a local privilege escalation reparse point bug. An unprivileged user has nominal control over configuration settings within the web-based interface.  This includes the ability to configure the folder location […]

39 visitors online