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

Reversing thread - lainchan.org - 5 years ago - yue
ITT: anything reverse engineering related Here you can post your favorite tools, tricks, books, ctf problems, etc >r2 extensions https://r2wiki.readthedocs.io/en/latest/home/radare-plugins/ >Open sec http://opensecuritytraining.info/ReverseEngineeringMalware.html >Binary exploitation http://security.cs.rpi.edu/courses/binexp-spring2015/ >YT https://www.youtube.com/channel/UCVFXrUwuWxNlm6UNZtBLJ-A https:/..

Eve Echoes is the mobile version of the MMORPG Eve Online.  In it, you play as a Capsuleer, a cloned human that can pilot space ships all around a giant galaxy, mining, hunting pirates, or being a pirate yourself.  If you get blown up, you lose your ship,

Let’s create a very very very basic live wallpaper on Android. Background on Backgrounds Android has had live wallpapers since Android 2.1 (Eclair, API 7) which was released in January of 2010 1 . If you were using Android back then, you might have remembered this gem of a wallpaper. 2 Step 0 - Prep an Android project Create an Android project using the creation wizard. I used all of Android Studio ’s default settings with Kot....

Let’s create a very very very basic live wallpaper on Android. Background on Backgrounds Android has had live wallpapers since Android 2.1 (Eclair, API 7) which was released in January of 2010 1 . If you were using Android back then, you might have remembered this gem of a wallpaper. 2 Step 0 - Prep an Android project Create an Android project using the creation wizard. I used all of Android Studio ’s default settings with Kot....


Note: this post is now on blog.searchmysite.net at https://blog.searchmysite.net/posts/searchmysite.net-update-seeding-and-scaling/ . Introduction Link to heading It has been just over 2 months since I launched https://searchmysite.net . I’ve had some good feedback from the IndieWeb community in that time, and made some key changes as a result, so thought it was time for an update. You may still want to refer to searchmysi..

Overview We recently started with moving a lot of our infrastructure onto Google Cloud Platform. With this, we also decided that a lot of…

Note: this post is now on blog.searchmysite.net at https://blog.searchmysite.net/posts/searchmysite.net-update-seeding-and-scaling/ . Introduction Link to heading It has been just over 2 months since I launched https://searchmysite.net . I’ve had some good feedback from the IndieWeb community in that time, and made some key changes as a result, so thought it was time for an update. You may still want to refer to searchmysi..

Fancy learning front-end security concepts while also learning how to deploy a static website on Netlify? Ready to learn how you can automatically detect and fix vulnerable JavaScript dependencies? Let's jump right in.

ConcurrentLinkedDeque ConcurrentLinkedDeque 是基于 链表 的 无限双端队列 , 线程安全 ,不允许 null 元素。 ConcurrentLinkedDeque 内部通过 CAS 来实现线程同步,一般来说,如果需要使用线程安全的双端队列,那么推荐使用该类。 由于双端队列的特性,该类同样可以当做 栈 来使用,所以如果需要在并发环境下使用栈,也可以使用该类。 迭代器设计为 弱一致性 的(weakly consistent),此外还可以通过descendingIterator方法获取一个通过相反方向遍历的迭代器。 虽然跟 LinkedList 一样都是双端队列的链表实现,但由于其并发特性,导致无法简单点的通过计数来确定队列的长度,所以size方法将会 以线性时间 运行,并且如果在执行期间被其它线程修改可能返回 不准确的结果 。 对于批量操作,例如:addAll,removeAll,retainAll,containsA....

Since 2017, we at Cerner have been building Terra, a single page web application framework, and accessibility has always been a primary goal. Over the years we’ve learned a lot about how to build and test accessible websites, as well as the diverse group of people we’re serving. With this blog post, we’d like to take a moment to share what we’ve learned so far. Why accessibility matters At Cerner, we build software for many different users ..

Skiing bookmarks - xenodium.com - 5 years ago - eng

Octave is a free and open source scientific computing platform. It is especially suited for mathematical operations and has a simple mechanism to plot the data. Trigonometry visualizations are especially powerful with Octave.




On behalf of the Snyk team, I wanted to share with you why we are excited to integrate DeepCode’s technology to the Snyk Cloud Native Application Security platform, and what it will mean for our customers and users.

ArrayDeque ArrayDeque 是 Java 集合中 双端队列 的 数组实现 ,双端队列的链表实现( LinkedList )我们在前几篇文章中讲过了。 ArrayDeque 几乎没有容量限制,设计为 线程不安全的 , 禁止 null 元素 。 ArrayDeque 作为 栈 使用时 比 Stack 类效率要高 ,作为 队列 使用时 比 LinkedList 要快 。 ArrayDeque 大多数的额操作都在 固定时间 内运行,例外情况包括 remove,removeFirstOccurrence,removeLastOccurrence,contains,iterator.remove(),和批量操作,这些将以 线性时间 运行。 iterator同样也被设计为 fail-fast 。 方法 ArrayDeque 作为 队列(FIFO) 使用时的方法: 队列方法 等效的双端队列方法 add(e) addLast(e) ....

Moving from Enzyme to React Testing Library is rough. You can't do a lot of things you used to, and there are new best practices. Let's learn them!

Hi again! It’s been a long time. I know… and there’s lot of things to share and get to speed. But that can wait for now. Today I would like to talk about a tool which I classify as a lifesaver: something which really takes a lot of meaningless worries and headaches from your daily...

Since fixing each and every web application vulnerability in your backlog is simply impossible, you have to prioritize. Prioritization helps you focus on the issues that matter most to your organization and thus enables you to make the most out of the limited time and resources at your disposal for the best security impact.

We’re happy to announce our second AWS Quick Start, to help you get Snyk working with Amazon Elastic Container Registry (ECR) and AWS Lambda with just the click of a button.

Investigating why certain UIKit controls throw runtime exceptions in Catalyst's 'Optimize Interface for Mac' mode and discovering which controls are forbidden.

BSD-licensed software is popular with teams that have specific goals in mind. Learn more about BSD license terms, conditions, benefits, commercial usage and more.




linux - river.me - 5 years ago - dan

pywikibot - river.me - 5 years ago - dan

Historically I've been a MySQL advocate but I've recently been quite impressed with Postgres. This leaves me in the position of needing to migrate several MySQL databases over to Postgres -or- run two database engines in production. And, clearly, it is far more desirable to run only a single production database server. I recently found the NPM tool NMIG and used it to successfully convert a MySQL database over to Postgres quickly and ....



These are my notes on the talks “Simple Made Easy” by Rich Hickey . Simplicity is a prerequisite for reliability - Dijkstra Simple: One role. One task. One concept. One dimension. Lack of interleaving. (Does not mean there’s only one thing) Easy: “Near”. To our understanding, skill/set or capabilities. Easy is relative. We can only make reliable those things we can understand. We can only consider a few things at a time. If..

Debug - ferrucc.io - 5 years ago - eng
Sometimes I come back home from work, stuck on something, no adults to ask help to and a deadline in the morning. I fall asleep thinking: “Tomorrow is the day I’ll get caught. This will be the one problem I won’t be able to solve. The rest of my life is going to be misery and failure” Every morning though, with more or less pain things get sorted. Anyways here’s what you should do when you’re stuck:

Fixing unwanted keyboard avoidance behavior in UIHostingController using runtime dynamic subclassing to override keyboard notification handling methods.

Welcome to the Snyk Monthly Vulnerability Profile. This month we’re looking at an arbitrary code execution vulnerability discovered in the popular Grunt JavaScript package.


In light of the recent BLM protests and the pandemic disproportionately impacting minorities in the workforce, DEI (diversity, equity, inclusion) have been a lot on our mind recently.

As part of our efforts to improve our APIs, we’re introducing updates on how we paginate over tracks. This only affects developers and apps…


As part of our efforts to improve our APIs, we’re introducing updates on how we paginate over tracks. This only affects developers and apps…

Bazel persistent workers are a cool feature that allow Bazel to start up “compiler” instances that can accept multiple build requests. This brings benefits like saving startup time, saving the time to parse a standard library or share some cache across compiler invocations. This allows slight speedups in rebuilds, which can be valuable in speeding up the developer iteration cycle. This is best exemplified in the existing persistent workers:..

Bazel persistent workers are a cool feature that allow Bazel to start up “compiler” instances that can accept multiple build requests. This brings benefits like saving startup time, saving the time to parse a standard library or share some cache across compiler invocations. This allows slight speedups in rebuilds, which can be valuable in speeding up the developer iteration cycle. This is best exemplified in the existing persistent workers:..

Dune - apurva-shukla.me - 5 years ago - eng
This book is indescribable. The harsh worlds and realities that Herbert presents intertwined with a inter-galactic feudalism, a…

31 visitors online