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


For some reason the aligned memory allocator supplied by VS 2015 is really slow. See the following results: SSE::alignedMalloc is our implementation, which works in the standard way - it allocates requested size + alignment, then moves up the returned pointer to so that it is aligned, while storing the original pointer so it can be freed later. _mm_malloc is the VS function that returns aligned memory. It compiles to a call ..




As noted before , with systemd, your core dumps disappear into one of systemd’s log sinks, instead of being stored to the current directory. By now, they are recoverable by normal users again. TL;DR: Run coredumpctl gdb to invoke gdb with the most recent core dump. Related bug about disappearing coredumps: https://bugs.freedesktop.org/show_bug.cgi?id=54288 Scenario: A simple program that crashes with a segfault: ~/dumpcore$ cat dum....

As noted before , with systemd, your core dumps disappear into one of systemd’s log sinks, instead of being stored to the current directory. By now, they are recoverable by normal users again. TL;DR: Run coredumpctl gdb to invoke gdb with the most recent core dump. Related bug about disappearing coredumps: https://bugs.freedesktop.org/show_bug.cgi?id=54288 Scenario: A simple program that crashes with a segfault: ~/dumpcore$ cat dum....

As noted before , with systemd, your core dumps disappear into one of systemd’s log sinks, instead of being stored to the current directory. By now, they are recoverable by normal users again. TL;DR: Run coredumpctl gdb to invoke gdb with the most recent core dump. Related bug about disappearing coredumps: https://bugs.freedesktop.org/show_bug.cgi?id=54288 Scenario: A simple program that crashes with a segfault: ~/dumpcore$ cat dum....

We are excited to congratulate our own Michelle Brush for receiving the Rising Trendsetter STEMMY award. The Rising Trendsetter Award is given to a woman in STEMM areas with less than 20 years of experience and has demonstrated significant achievements early in their career. Michelle is a director at Cerner who manages an engineering team in population health as well as a team dedicated to improving Cerner’s development culture. One of Mich..

Fixing Alerts - carlosbecker.com - 9 years ago - eng




Best taco joints in New York City - Lonely Planet . Nice and/or fancy restaurant to eat at in brooklyn (Erica Joy's tweet) .

I’m always looking for ways to reduce my expenses. Looking at my electric bill, there’s not much there to cut. My average bill over the last eleven months was about $28.00:

It all started innocently enough. I had “jfrazelle” as my GitHub handle for years, but my Twitter, IRC and other handles are all “jessfraz”. No one on GitHub was actually using “jessfraz” so I sat on it waiting to make my move. I’m currently on vacation this week so of course I was looking to break all the things. One thing you must know about me is that at no point was I thinking I hate this. I actually love stuff like this, I live for....

Glossolalia - rybakov.com - 9 years ago - eng
My nephew Timofey has some trouble accepting the arbitrary authority of adults. In this case, while the mother was away, an older man said something to him in an authoritative voice. Timofey’s reaction was to try and search for his mother, and - after that proved ineffective - to discharge his emotions in a loud, angry but non-confrontational way. He just screamed some meaningless speech-like sounds into the air. Glossolalia - speaking ..

mgmt has a logo - purpleidea.com - 9 years ago - eng
The mgmt config project got a logo! The full commit is here . Thanks to Sarah Jane Cox for creating it. Happy Hacking, James PS: I might have a few stickers to give out too! Ask me next time you see me if you’d like one! Alternatively, use the artwork to make your own and share with your friends! You can hire James and his team at m9rx corporation . You can follow James on Mastodon for more frequent updates and oth..

mgmt has a logo - purpleidea.com - 9 years ago - eng
The mgmt config project got a logo! The full commit is here . Thanks to Sarah Jane Cox for creating it. Happy Hacking, James PS: I might have a few stickers to give out too! Ask me next time you see me if you’d like one! Alternatively, use the artwork to make your own and share with your friends! You can hire James and his team at m9rx corporation . You can follow James on Mastodon for more frequent updates and oth..

There are two primary paradigms for the discovery of digital content. First is the search paradigm, in which the user is actively looking for specific content using search terms and filters (e.g., Google web search, Flickr image search, Yelp restaurant … Continue reading →

This is a bash function definition that takes you to the top level directory of a git project. function cdtop () { local git_root; git_root=`git rev-parse --show-toplevel`; if [ $? -eq 0 ] then cd ${git_root} else return 1 fi } Here's a git alias that does serves a similar purpose. What this does is define a new alias, exec, that executes a shell command in the current project's root. git config --global ali..

Comprehensive guide to effective UI testing on iOS using KIF framework without busy waiting and performance optimization techniques.

As of me typing these words, my little truck experiment has been going on for over a year and four months. That’s been more than enough time to see a thousand different questions fly through this site and my inbox, and every so often I’ll sit down and answer a few of them . But there’s one question that I haven’t answered, and can’t seem to escape. It’s usually one of the first questions to come up in conversation, and half a bazillion var..

As of me typing these words, my little truck experiment has been going on for over a year and four months. That’s been more than enough time to see a thousand different questions fly through this site and my inbox, and every so often I’ll sit down and answer a few of them . But there’s one question that I haven’t answered, and can’t seem to escape. It’s usually one of the first questions to come up in conversation, and half a bazillion var..

I specifically attended yesterday’s Fuzenation Technology & Music Summit in Kitchener, Ontario to hear Steve Wozniak (a.k.a. The Woz) speak. In short, he’s the co-founder of Apple, and the engineer who created the Apple I and Apple II computers. The Apple II was the first successful, mass-produced personal computer, and as the Woz points out, the “first one that could play arcade games in full colour” (I still have an Apple II that I use..

I specifically attended yesterday’s Fuzenation Technology & Music Summit in Kitchener, Ontario to hear Steve Wozniak (a.k.a. The Woz) speak. In short, he’s the co-founder of Apple, and the engineer who created the Apple I and Apple II computers. The Apple II was the first successful, mass-produced personal computer, and as the Woz points out, the “first one that could play arcade games in full colour” (I still have an Apple II that I use..

If you are following Go development you probably know that: Go 1.7 moves the golang.org/x/net/context package into the standard library as context, Yeah ! Unfortunately it won’t work for everything, I’ve spent some time understanding this one. For example if you are using gRPC you can hit this problem, here is an interface generated by gRPC: type APRSServer interface { GetPastMessages(context.Context, *Point) (*ARPSMessages, error) } But wh..




You can now receive Snyk security alerts via Slack! This blog provides an overview of how to implement Snyk's Slack integration.

Every year we hold an internal developers conference called DevCon. This year we had 295 submissions for talks, ranging from a deep technical dive into the inner workings of Kafka to a reflection on the power of office pranks.‌ I wondered what, if anything, do these submissions have in common? Are there any common themes/topics being discussed? To find out I decided to visualize the talk submissions in a word cloud to create an easily under..


I have seen a lot of posts like this subject, but almost all of them were about stuff you should do and almost none of them reflected how I truly feel, how I want a product to be so I can “love” it.

macOS Sierra was officially released on 20 September 2016. That's 1 week ago at time of writing. The day of the release, there were loads of articles appearing…


This is a guest post by my friend and colleague Samantha Davies. Samantha is a math Ph.D student at the University of Washington, and a newly minted math blogger. Go check out her blog, With High Probability. If I said “let’s talk about temperature and voltage”, you might be interested, but few would react the same if instead I suggested an umbrella term: harmonic functions. Harmonic functions are often introduced as foreign operators that ..

This is a guest post by my friend and colleague Samantha Davies. Samantha is a math Ph.D student at the University of Washington, and a newly minted math blogger. Go check out her blog, With High Probability. If I said “let’s talk about temperature and voltage”, you might be interested, but few would react the same if instead I suggested an umbrella term: harmonic functions. Harmonic functions are often introduced as foreign operators that ..

This is a guest post by my friend and colleague Samantha Davies. Samantha is a math Ph.D student at the University of Washington, and a newly minted math blogger. Go check out her blog, With High Probability. If I said “let’s talk about temperature and voltage”, you might be interested, but few would react the same if instead I suggested an umbrella term: harmonic functions. Harmonic functions are often introduced as foreign operators that ..

In one of my hobby projects I needed to display additional information on top of a running video. The whole project is based on the Raspberry Pi and Python. This article describes the approach I’ve taken to display arbitrary content over the video with the help of the very flexible (and admittedly awesome) Kivy framework.


Component libraries can be very useful in terms of organization, unity, and ensuring performance/accessibility. Here are 3 things to understand when embarking on building your own.


The engineering managers at Localytics have been working together for over a year, and through ups and downs, we’ve grown and learned a lot as a team. The goal of this post is to share some of the lessons we’ve learned with the community. Some of

91 visitors online