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

I have created a new page & uploaded videos of my Linux Process Snapper hacking session: Resources Homepage: https://tp.dev/psnapper GitHub: https://github.com/tanelpoder/psnapper Videos Video 1: Exploring /proc Filesystem & System Calls Hacking Session Video 2: Linux Process Snapper Demo Slide(s) The only slide I showed during the hacking session is this: As I didn’t get to cover some planned Linux tracing topics today, ..

HLS Stream Creator uses FFmpeg under the hood in order to create HLS compatible video segments. However, FFmpeg will try to be smart about where it splits segments, so the interval specified on the command line may not always be honoured (depending on where keyframes are located and scenecut believes there's been a scene change). This can occasionally lead to an annoying situation where segment lengths are significantly longer than exp..

Once every two weeks, we prepare new versions of our mobile apps to be published to the app stores. Being confident about releasing software at that scale — with as many features and code contributions as we have and while targeting a wide range of devices like we do at SoundCloud — is no easy task. So, over the last few years, we have introduced many tools and practices in our release process to aid us. In this blog post, I’ll cover some o..

Once every two weeks, we prepare new versions of our mobile apps to be published to the app stores. Being confident about releasing software at that scale — with as many features and code contributions as we have and while targeting a wide range of devices like we do at SoundCloud — is no easy task. So, over the last few years, we have introduced many tools and practices in our release process to aid us. In this blog post, I’ll cover some o..

My contract got cut short. I’ve got to assemble another client in the next 30 days or the money stops coming in. Thankfully, I’ve built a strong network over the last decade I’ve been in this industry so I think I should be alright.


안녕하세요~^^ 코스모스팜 회원관리 플러그인에서 휴대폰본인확인(문자) 본인인증 시 안내 창이나 크롬 브라우저의 개발자 도구(F12) Console 창에 에러 메시지가 표시되는지 확인해보시겠어요?   워드프레스 관리자 -> 회원가입관리 -> 본인인증 메뉴에서 실명 저장 필드, 성별 저장 필드, 생년월일 저장 필드 설정도 정상적으로 되어있는지 확인해보셔야 할 듯합니다. 고맙습니다.




As I have been thinking through the arguments leveled by the advocates of the traditional text of Scripture, a certain irritation with modern bible translations has entered my mind. Not with any translation in particular, but with the endless proliferation of them. James White echoes this: I certainly believe we have all the English translations that we need. There is absolutely no need for any further English translations. And 90%....

As I have been thinking through the arguments leveled by the advocates of the traditional text of Scripture, a certain irritation with modern bible translations has entered my mind. Not with any translation in particular, but with the endless proliferation of them. James White echoes this: I certainly believe we have all the English translations that we need. There is absolutely no need for any further English translations. And 90%....

Back when everything was plain HTTP, to place a request via a specific machine you'd just pass curl that machine in the URL and then set a Host header for whatever domain you wanted that machine to try and serve. With HTTPs, though, you may need the SNI name to also be correct (not just to avoid certificate errors, but because the server may change behaviour based on the SNI name) This snippet details how to force curl to resolve a domain..

I talk and chat to a lot with customers, prospects, or just entrepreneurs and business owners in various online and offline groups. There is one question that keeps being asked over and over; I often reply on-the-spot and I always The post Should You Outsource Your Core App or Software? appeared first on FullStack - Ofer Zelig's Blog .

As I’m having fun preparing for my Linux troubleshooting training , I’ll also do another informal hacking session to give you an idea of what’s coming up! This week’s hacking session is deliberately without any slides, planning or much structure, but with lots of fun and … hacking! This session will be about some Linux tools I use for my everyday work and I’ll even publish an early version of a new open source Linux performance tool!

As I’m having fun preparing for my Linux troubleshooting training , I’ll also do another informal hacking session to give you an idea of what’s coming up! This week’s hacking session is deliberately without any slides, planning or much structure, but with lots of fun and … hacking! This session will be about some Linux tools I use for my everyday work and I’ll even publish an early version of a new open source Linux performance tool!






Setting up a pentest environment for a single Android application to test its functionalities is simple. The process involves just setting up an Android emulator, installing the app, sending the traffic through a proxy tool like BurpSuite and playing with the traffic to find interesting behaviour. When it comes to setting up pentest environment for an Android chat application, the setup slightly differs. This is not the case only for chat a..

A simple Matlab puzzle that leads to interesting insight on Matlab's parser. The post Interesting Matlab puzzle appeared first on Undocumented Matlab . Related posts: Interesting Matlab puzzle – analysis Solution and analysis of a simple Matlab puzzle that leads to interesting insight on Matlab's parser. ... An interesting uitree utility ExploreStruct is a utility that shows how custom uitrees can be integrated in Matlab G..

A simple Matlab puzzle that leads to interesting insight on Matlab's parser. The post Interesting Matlab puzzle appeared first on Undocumented Matlab . Related posts: Interesting Matlab puzzle – analysis Solution and analysis of a simple Matlab puzzle that leads to interesting insight on Matlab's parser. ... An interesting uitree utility ExploreStruct is a utility that shows how custom uitrees can be integrated in Matlab G..



Talking with a startup a few days ago they asked for my opinions on OKRs. I have slightly mixed opinions on them overall and started to disclose some of those. Though in sharing some of this I had a few immediate realizations that might be broadly applicable. The crux of his question was, at what stage should we put them in place. I’ve seen a few companies try to put in some form of OKR, and most were met with pretty mixed results. The reas....

Talking with a startup a few days ago they asked for my opinions on OKRs. I have slightly mixed opinions on them overall and started to disclose some of those. Though in sharing some of this I had a few immediate realizations that might be broadly applicable. The crux of his question was, at what stage should we put them in place. I’ve seen a few companies try to put in some form of OKR, and most were met with pretty mixed results. The reas....

It’s been a while (well, years) since I rotated my GPG keys, and to be honest, now that I know better how to handle a GPG key pair in order to avoid master key rotation, I think it’s the time to get a new pair. This tutorial will show you the steps I followed with explanations on what we are achieving in every step. Environment This is the GnuPG version used in this tutorial (if you are using a different version, probably not every comm....

You are developing an app that uses emails, and need a testing account? What’s the fastest and easiest way to get a test account up and running? By default Gmail doesn’t support email importing from a file. So the first step we’ll have to go through is creating an Outlook email account here: Create an Outlook Account After creating an Outlook account we need to import data into it.



Via Daily python tip , a snippet to read xls files in python. This will come in handy. Saving for future. Get set up with: pip install pandas pip install xlrd Read with: import pandas xlf = pandas.ExcelFile("sheet.xlsx") print xlf.sheet_names [u'my sheet']


I talked about a new diagnostic event wait_event[] back at OakTableWorld 2014. Oracle introduced this feature in version 12.1. But since there’s only a camera recorded video of that talk , I’ll document some examples here. Attaching Actions to Wait Events The new wait_event[] event name allows you to attach actions, like tracing, to wait events. The action runs whenever a wait event ends. It behaves like Oracle’s SQL Trace that writes ..

I talked about a new diagnostic event wait_event[] back at OakTableWorld 2014. Oracle introduced this feature in version 12.1. But since there’s only a camera recorded video of that talk , I’ll document some examples here. Attaching Actions to Wait Events The new wait_event[] event name allows you to attach actions, like tracing, to wait events. The action runs whenever a wait event ends. It behaves like Oracle’s SQL Trace that writes ..

In reply to Ed Hurst. Hi namesake! That is a good practice. In my case I was not really concerned with an actual loss of text since I was able to see all text from my dashboard. The actual issue was text not displaying. That's why I thought the culprit was some CSS mixup.

I really like Seth Godin’s blog - I could easily link to his posts every day - however occasionally a post really stands out for me. A recent post called Bottlenecks had an interesting observation that was a different way of thinking about them.

I really like Seth Godin’s blog - I could easily link to his posts every day - however occasionally a post really stands out for me. A recent post called Bottlenecks had an interesting observation that was a different way of thinking about them.




We’re looking for a new CEO for Stack Overflow. I’m stepping out of the day-to-day and up to the role of Chairman of the Board. Read more "The next CEO of Stack Overflow"

This article uses a really neat analogy with Tetris for illustrating the impact of technical debt. Leaving gaps is akin to leaving technical debt in the code base and makes subsequent changes more difficult or slower to ship.

70 visitors online