|
The United States was started as a rational experiment in democratic capitalism based on ideas that inspired its forefathers. They were influenced by ideas coming out of the Enlightenment, specifically Adam Smith, Locke, Rousseau, and the conception of humans resorting to “the state of nature” and acting in bad-faith with one another. fuck the monarchy, let’s experiment with a rational government based on contract law and this new capit....
|
|
Looking at the Snyk integration with Red Hat CodeReady Dependency Analytics
-
snyk.io
-
5 years ago
-
eng
In the article, Darshan Vandra, Associate Software Engineer, Red Hat, and Parag Dave, Senior Product Manager, Red Hat, walk us through Snyk’s vulnerability detection and fast identification and advanced capabilities for analysis and triage.
|
|
working on any investigations? Anyone had any jobs in osint or working in osint. Any good stories to tell? Share TTP >2019 guide to osint https://www.randhome.io/blog/2019/01/05/2019-osint-guide/ >inteltechniques cheatsheet https://inteltechniques.com/JE/OSINT_Packet_2019.pdf >bellingcat guides https://www.bellingcat.com/category/resources/how-tos/ >bellingcat toolkit https://docs.google.com/document/d/1BfLPJp..
|
|
Reading keeps getting better month after month. I read more to both my son and my daughter, and twice as many books for myself than I did last month .
|
Despite years of use and improvements there are still surprises and gotchas that exist in docker that can easily catch people off guard. This article covers a few such surprises in the default docker (and docker-compose) configurations that users should be aware of. [Continue reading...] Docker In 2020: Strange Surprises And Unexpected Gotchas The post Docker In 2020: Strange Surprises And Unexpected Gotchas appeared first on BHoe..
|
The DEF CON Safe Mode Glitch Hoodie is back in stock. Keep your look hacker fresh and be the envy of all who behold you. Available while supplies last in the DEF CON eBay Store.
|
|
The one thing that I’ve been using for longer than ssh is dynamic dns. In this article I’ll explain how I built an inexpensive, reliable, private alternative to the mainstream tools commonly available today using only golang and IRC . Background : I’ve had an account with dyndns.org for a long time. They used to be free, but then they cut off the free tier, but left existing accounts alone, until they eventually cut all the non-pa..
|
|
The one thing that I’ve been using for longer than ssh is dynamic dns. In this article I’ll explain how I built an inexpensive, reliable, private alternative to the mainstream tools commonly available today using only golang and IRC . Background : I’ve had an account with dyndns.org for a long time. They used to be free, but then they cut off the free tier, but left existing accounts alone, until they eventually cut all the non-pa..
|
|
New Gartner Market Guide highlights the importance of Software Composition Analysis (SCA)
-
snyk.io
-
5 years ago
-
eng
The 2020 Gartner Market Guide for Software Composition Analysis (SCA) has been published, highlighting the growing importance of open source software security, and outlining recommendations for effective risk management and mitigation.
|
|
All of the to-do apps are great for starting to learn React, but what about real-life? Let's see what real production React apps are like.
|
|
A review of the Casio CZ-101 synthesizer, from the charitable perspective of someone with experience in ugly, digital noise: An industrial musician.
|
|
In the past few decades, people of all ages across North America have become technology-literate in some way or another. Many of them weren’t introduced to technology via desktop or laptop computers, but instead through a smartphone or tablet. Similarly, many desktop and laptop users have switched to using their smartphone or tablet over the past decade to interact with the online world. After all, smartphones and tablets are incredibly e..
|
|
In the past few decades, people of all ages across North America have become technology-literate in some way or another. Many of them weren’t introduced to technology via desktop or laptop computers, but instead through a smartphone or tablet. Similarly, many desktop and laptop users have switched to using their smartphone or tablet over the past decade to interact with the online world. After all, smartphones and tablets are incredibly e..
|
|
A Cry for Help Several eons ago, when quarantine started, a younger and slightly more naive Brandon entered quarantine with a bike, a yoga mat, and a well-intentioned (but ultimately wrong) hope that this wouldn’t last more than a few weeks. And the biking/yoga combo (boga? yiking?) served its purpose well, but as the days and weeks wore on, it became increasingly clear that it wouldn’t be enough. I was still shedding weight, and w..
|
|
A Cry for Help Several eons ago, when quarantine started, a younger and slightly more naive Brandon entered quarantine with a bike, a yoga mat, and a well-intentioned (but ultimately wrong) hope that this wouldn’t last more than a few weeks. And the biking/yoga combo (boga? yiking?) served its purpose well, but as the days and weeks wore on, it became increasingly clear that it wouldn’t be enough. I was still shedding weight, and w..
|
|
Hey everyone, here’s a .aftemplate file for you to download that includes all of the Display Google Ads templates. Edit November 25 2020: It seems there is a bug which generates an extra pixel when exporting, you need to put it in a integer (not decimal) X and Y position for it to export to the right size. I’ve updated the file with correct X and Y positions.
|
|
Announcing Signals and Threads, a new podcast from Jane Street
-
blog.janestreet.com
-
5 years ago
-
eng
I’m excited (and slightly terrified) to announce that Jane Street is releasing a new podcast, called Signals and Threads , and I’m going to be the host.
|
|
Announcing Signals and Threads, a new podcast from Jane Street
-
blog.janestreet.com
-
5 years ago
-
eng
I’m excited (and slightly terrified) to announce that Jane Street is releasing a new podcast, called Signals and Threads , and I’m going to be the host.
|
|
Hey everyone, here’s a .aftemplate file for you to download that includes all of the Display Google Ads templates. Edit November 25 2020: It seems there is a bug which generates an extra pixel when exporting, you need to put it in a integer (not decimal) X and Y position for it to export to the right size. I’ve updated the file with correct X and Y positions.
|
|
Brave Research is a highly dynamic team of researchers and developers whose goal is to push the envelope when it comes to some of the more adventurous aspects and needs of the Brave browser and the underlying ecosystem.
|
|
Warning : this is a very opinionated post. I’m not claiming I’m right. I’m describing my observations. This is a great time when it comes to new, fun programming languages. Languages like Rust , Zig , Odin , Nim , Jai bring something new to the table. Those are only the languages I’m keeping tabs on. There is way more projects worth following. This post is about Nim . I use a lot of Python and I enjoy it less and less everyday...
|
|
This is a question that is impossible to explain with a short answer. But let's give it a try. Red pandas are very cute and very fluffy. Violas are part of the…
|
Panopticon is a Python tracer I've written as an alternative to using a debugger. Instead of manually stepping through code, I'd much rather have a computer do it for me. Since writing this post panopticon has evolved to include probes: which can instrument code you might not have full control over. (I'd initially written this post as documentation, but ultimately realized it's better suited as a post and I can do a much bet..
|
|
We've all seen too many open files when we hit FD limits from time to time, but how do you check what the limits for a given process actually are? The information is exposed within the /proc filesystem Read more…
|
|
Check how many file descriptors a process has open (BASH)
-
snippets.bentasker.co.uk
-
5 years ago
-
eng
You can check which files a process has open using lsof, but sometimes during troubleshooting you just weant to know how many file descriptors a process has open. That information can trivially be gleaned from /proc Read more…
|
|
When creating a unit file for a service, it's possible to increase various limits - Max number of File Descriptors etc - so that if your service is busy it doesn't end up exhausting the resources available to it. This snippet details the directives and their ulimit equivalents. A full (and hopefully up to date) list can be found in the SystemD documentation . Read more…
|