
nuclearsquid.com
The Nuclear SquidMusings on technology.
http://www.nuclearsquid.com/
Musings on technology.
http://www.nuclearsquid.com/
TODAY'S RATING
>1,000,000
Date Range
HIGHEST TRAFFIC ON
Monday
LOAD TIME
0.3 seconds
16x16
32x32
64x64
128x128
Markus Prinz
An der P●●●●●●●●nbahn 32
Gm●●en
AT
View this contact
Markus Prinz
An der P●●●●●●●●nbahn 32
Gm●●en
AT
View this contact
Hetzner Online AG
Martin Hetzner
Stuttga●●●●●●●rasse 1
Gunz●●●●usen
DE
View this contact
Hetzner Online AG
Martin Hetzner
Stuttga●●●●●●●rasse 1
Gunz●●●●usen
DE
View this contact
HETZNER ONLINE AG
WHOIS : whois.your-server.de
REFERRED : http://www.hetzner.de
PAGES IN
THIS WEBSITE
10
SSL
EXTERNAL LINKS
57
SITE IP
104.198.14.52
LOAD TIME
0.328 sec
SCORE
6.2
The Nuclear Squid | nuclearsquid.com Reviews
https://nuclearsquid.com
Musings on technology.
Nuclearsquid, shaken, not stirred - Page 1 of 45
Nuclearsquid, shaken, not stirred. Things I learnt playing video games. also. Reblogged from Into The Garbage Chute, Flyboy. Reblogged from Into The Garbage Chute, Flyboy. The new kids interacting with harrison ford. Reblogged from this isn't happiness. Reblogged from I am their fury. Reblogged from Into The Garbage Chute, Flyboy. Ok but these are really cool tho. Reblogged from this isn't happiness. Reblogged from this isn't happiness. Posted 1 year ago. Reblogged from Community AND Things.
nuclear powered soup kitchen
Nuclear powered soup kitchen. For a glorious irradiated future. Over 3 years ago. Over 5 years ago. About 1 year ago. About 1 month ago. Over 3 years ago. About 14 hours ago. Newer posts are loading. You are at the newest post. To check if anything new just came in. Rust Presentation at Vienna.rb. A presentation I gave at the Vienna.rb Meetup in February. Rust Presentation at Vienna.rb. A presentation I gave at the Vienna.rb Meetup in February. How to become a Better Developer. I like Ruby Rogues. But ev...
How to become a Better Developer
http://nuclearsquid.com/writings/how-to-become-a-better-developer
Hi, I'm Markus. I'm a developer who likes Performance, PostgreSQL. Cooking, and Email. How to become a Better Developer. By Markus Prinz 1181 Words. This happens especially if you’ve just left the beginner stage behind, and are slowly advancing through the intermediate stage. Many plateaus await you, frustrating you in your quest for progress. Some days, it seems like you’ve hit your limits, the very best you can do, and that you cannot go any further. I like Ruby Rogues. Avdi Grimm’s Ruby Tapas. Here’s ...
Don't use Ruby's Perl-style global variables
http://nuclearsquid.com/writings/dont-use-rubys-perl-style-global-vars
Hi, I'm Markus. I'm a developer who likes Performance, PostgreSQL. Cooking, and Email. Don't use Ruby's Perl-style global variables. By Markus Prinz In Ruby. If you can avoid it, like. Instead, use their english aliases like. One caveat: with the exception of. Before you can use the english aliases. I’d love to see. Included into Ruby itself. The English RDocs contain a list with all the available aliases. And while we’re at it:. To something else, for example. Who pointed out the incorrect usage of.
Rails Security Primer presentation
http://nuclearsquid.com/writings/rails-security-primer
Hi, I'm Markus. I'm a developer who likes Performance, PostgreSQL. Cooking, and Email. Rails Security Primer presentation. By Markus Prinz In Presentations. A small presentation I gave at the Vienna.rb Meetup in March 2013. 2008–2016 Markus Prinz.
Extending a PostgreSQL Enum Type
http://nuclearsquid.com/writings/extending-a-postgresql-enum-type
Hi, I'm Markus. I'm a developer who likes Performance, PostgreSQL. Cooking, and Email. Extending a PostgreSQL Enum Type. By Markus Prinz In Postgresql. PostgreSQL supports custom enum types, which is awesome. However, extending them is kind of a pain, since there is no command to just add a new value to the enum. Thanks to this StackOverflow answer. There are two alternate ways to still get what you want. One works by modifying the. Extend" enum type with a new value: d. The faster, safe way. Or, in SQL:.
Subtree merging and you
http://nuclearsquid.com/writings/subtree-merging-and-you
Hi, I'm Markus. I'm a developer who likes Performance, PostgreSQL. Cooking, and Email. Subtree merging and you. By Markus Prinz In Git. If you’re using Git, you’re probably aware of submodules. They’re useful when you want to integrate and track another Git repository into your own. But there are two other options at your disposal. Here’s how you set it up. First you need to add Project B as a remote:. Git remote add -f projectb /path/to/other/repo. Then you prepare the subtree merge:. This tells Git to ...
TOTAL PAGES IN THIS WEBSITE
10
Contrall.info - letsencrypt
http://contrall.info/tag/letsencrypt.html
Let’s Encrypt SSL certificates. Published: Tue 01 November 2016. For instructions or commands below. Apt-get install certbot -t jessie-backports # or. Sudo git clone https:/ github.com/certbot/certbot /opt/letsencrypt. 2 Enable http webroot for check your ownership of domain. Server { server name domain.com; location /.well-known/ { root /var/www/common.place/cert; access log off; } location / { rewrite /(.*)$ https:/ domain.com/$1 permanent; }. 3 Configure certbot and get first certificate. Overview for...
Contrall.info - missing feature
http://contrall.info/tag/missing-feature.html
Published: Mon 13 June 2016. Sometimes it's necessary start EC2 instance for short period of time. It may be necessary for backups, periodic checks, etc. It can be done by the following ways:. Schedule via Autoscaling Group. Using external/dedicated machine make a call by AWS SDK. With AWS Data Pipeline. With custom Lambda functions. Schedule via Auto Scaling Group. Using external machine or 3rd Party services. You have to pay. And sharing credentials will not improve security. With AWS Data Pipeline.
Contrall.info - Dmytro Gorbunov
http://contrall.info/author/dmytro-gorbunov.html
Let’s Encrypt SSL certificates. Published: Tue 01 November 2016. For instructions or commands below. Apt-get install certbot -t jessie-backports # or. Sudo git clone https:/ github.com/certbot/certbot /opt/letsencrypt. 2 Enable http webroot for check your ownership of domain. Server { server name domain.com; location /.well-known/ { root /var/www/common.place/cert; access log off; } location / { rewrite /(.*)$ https:/ domain.com/$1 permanent; }. 3 Configure certbot and get first certificate. Amazon has c...
Contrall.info - misc
http://contrall.info/category/misc.html
Let’s Encrypt SSL certificates. Published: Tue 01 November 2016. For instructions or commands below. Apt-get install certbot -t jessie-backports # or. Sudo git clone https:/ github.com/certbot/certbot /opt/letsencrypt. 2 Enable http webroot for check your ownership of domain. Server { server name domain.com; location /.well-known/ { root /var/www/common.place/cert; access log off; } location / { rewrite /(.*)$ https:/ domain.com/$1 permanent; }. 3 Configure certbot and get first certificate. Published: T...
Contrall.info - security
http://contrall.info/tag/security.html
Security Benchmark for AWS. Published: Thu 09 June 2016. Center for Internet Security. Published the document which allows to evaluate how secure is your way of using AWS. CIS AWS Foundations Benchmark document (pdf). Audit for a significant part of checks is just one or two calls to AWS CLI which is good for automation. Nice slides from evident.io about the importance of this document. CIS Foundations Benchmark for AWS Security. Cloud, Big Data and Mobile. AWS Tips I Wish I'd Known Before I Started.
Contrall.info - certification
http://contrall.info/tag/certification.html
Amazon Certification Program (updated). Published: Fri 08 July 2016. Amazon has quite a big variety of certifications about using their services. Follow this official link. I've passed the exam for AWS Certified Developer - Associate. And for AWS Certified Solutions Architect - Associate. When I was preparing for the exam I've read about all Amazon services that were available at that moment. How Amazon SQS Queues Work. Also now you may take Practice Exam Registration fee is USD 20 (For Associate level).
Scheduled EC2 Instance
http://contrall.info/aws-scheduled-ec2.html
Published: Mon 13 June 2016. Sometimes it's necessary start EC2 instance for short period of time. It may be necessary for backups, periodic checks, etc. It can be done by the following ways:. Schedule via Autoscaling Group. Using external/dedicated machine make a call by AWS SDK. With AWS Data Pipeline. With custom Lambda functions. Schedule via Auto Scaling Group. Using external machine or 3rd Party services. You have to pay. And sharing credentials will not improve security. With AWS Data Pipeline.
Security Benchmark for AWS
http://contrall.info/aws-security-benchmark.html
Security Benchmark for AWS. Published: Thu 09 June 2016. Center for Internet Security. Published the document which allows to evaluate how secure is your way of using AWS. CIS AWS Foundations Benchmark document (pdf). Audit for a significant part of checks is just one or two calls to AWS CLI which is good for automation. Nice slides from evident.io about the importance of this document. CIS Foundations Benchmark for AWS Security. Cloud, Big Data and Mobile. AWS Tips I Wish I'd Known Before I Started.
Contrall.info - docker
http://contrall.info/category/docker.html
First time a speaker for meetup. Published: Thu 25 February 2016. Today evening I was a speaker for Docker Ranstaad Meetup Sponsored by Wercker. Slides from my part are available in Google Docs. It was a first time when I presenting anything to such big group of people (it was more than 50 people). I was a bit nervous, probably something didn't go as good as it could be, but I think it's a good start anyway. I'll try to keep that doing and prepare the presentation about using UI inside docker.
TOTAL LINKS TO THIS WEBSITE
57
Business profile for nuclearspecialists.com provided by Network Solutions
Phone: Your business phone number. Fax: Your business fax number. Email: Your business e-mail address. The type of business you are in. Your list of brands. Products and/or services you provide. Coupons and other discount information you offer. Any other information about your business. Your hours of operation. Methods of payment you accept. If this is your Web site, you can customize your business profile from your account at Network Solutions. To edit your business profile.
www.nuclearspike.com
Nuclear Sporting Goods - Your Online Sports Resource - Home
Nuclear Sporting Goods - Your Online Sports Resource. Welcome to Nuclear Sporting Goods - Your Online Sporting Goods Choice. Thank you for visiting our new Internet site. As an up-to-date business, we want to give you the opportunity to stay in touch with our company and our offers. A new content management system will enable us to always keep you up to date. Nuclear Sporting Goods has a storefront. You can reach us at 425-334-5799 or toll free at. And by fax at. Http:/ www.stevenspass.com/site.
nuclearsports.com
This Web page is parked FREE. Courtesy of epik.com. Offering Top Level Domains that improve image and marketability. Call 1.858.454.1400 to acquire this domain before it's taken! You may buy or lease this domain. OFFERING FAST 24-HOUR DOMAIN TRANSFERS! Visit NameWay.com for even more brandable domains! Buy This Domain For. Or Make an offer. START A PAYMENT PLAN FOR. Why You Should Invest In Domain Names. Like precious metals, domain names can never be destroyed. First Installment: $99.77. NOW THEREFORE, ...
nuclearspud (Jason Mackey) - DeviantArt
Window.devicePixelRatio*screen.width 'x' window.devicePixelRatio*screen.height) :(screen.width 'x' screen.height) " class="mi". Window.devicePixelRatio*screen.width 'x' window.devicePixelRatio*screen.height) :(screen.width 'x' screen.height) ". Join DeviantArt for FREE. Forgot Password or Username? Deviant for 12 Years. This deviant's full pageview. Last Visit: 100 weeks ago. This is the place where you can personalize your profile! By moving, adding and personalizing widgets. Why," you ask? 599, is that...
The Nuclear Squid
Hi, I'm Markus. I develop software and solve performance problems. Working with small to mid-sized companies as well as startups, I provide technical support and guidance, write software tools to solve problems, and diagnose and fix performance problems in web apps. If you’re a company or startup and would like to hear more about how I can help you automate your processes and solve your performance problems, contact me by sending an email to markus@nuclearsquid.com. MacOS Terminal cheat sheet.
NuclearSquid (Squid) | DeviantArt
Window.devicePixelRatio*screen.width 'x' window.devicePixelRatio*screen.height) :(screen.width 'x' screen.height) ; this.removeAttribute('onclick')". Anybody for some Tenticle Rape? Deviant for 8 Years. This deviant's full pageview. Last Visit: 10 weeks ago. Anybody for some Tenticle Rape? This is the place where you can personalize your profile! By moving, adding and personalizing widgets. You can drag and drop to rearrange. You can edit widgets to customize them. The bottom has widgets you can add!
Nuclear Energy In America - Energy Stability in America provided by Nuclear Energy
Nuclear Energy In America. Thursday, December 9th, 2010. Comments Off on Nuclear Energy. UNC Digital Commons Project. Provided by the UNC Office of Arts and Sciences Information Services. In collaboration with ibiblio.org.
Want your own website? | 123 Reg
CELESTIAL AVENUE
See, that’s what the app is perfect for. Wahhhh, I don’t wanna. Written by Nuclear Star. Celestial Avenue, Chapter Two: The Body in The Cabinet . Juggling college, friends, finances, and Aciel, everything was difficult and strange things have been happening in the apartment as well. Silverware and some of my clothes started to go missing. Over time, Aciel’s eyes went from brown to a reddish brown. My friends, that would visit my apartment and play with Aciel, noticed as well. Rdquo; He asked. I scoffed&#...
nuclearstarlight.deviantart.com
NuclearStarlight (Tank) - DeviantArt
Window.devicePixelRatio*screen.width 'x' window.devicePixelRatio*screen.height) :(screen.width 'x' screen.height) ; this.removeAttribute('onclick')" class="mi". Window.devicePixelRatio*screen.width 'x' window.devicePixelRatio*screen.height) :(screen.width 'x' screen.height) ; this.removeAttribute('onclick')". Join DeviantArt for FREE. Forgot Password or Username? Digital Art / Hobbyist. Deviant for 4 Years. This deviant's full pageview. Last Visit: 24 weeks ago. By moving, adding and personalizing widgets.
SOCIAL ENGAGEMENT