14/03/2014

Devweb du 14/03/2014







Re: New item created and it's showing in preview but not in the rss after run pipes

14 Mar 2014 02:59 pm | Anonymous



Posted by Lolo
Hello,
Look at the very top of your RSS. You have those tags: " " " " " " " " " "
Those tags define the XML namespace (or RSS namespace), hence the name xmlns. More information here about namespaces, but basically if the name of your field isn't defined in either one of the embedded namespace, it won't be outputted.
Look at the last xmlns, I think it will be the most interesting for you (as it's the more dense).
cheers!
Suite ...
share on Twitter Like Re: New item created and it's showing in preview but not in the rss after run pipes on Facebook

Denial of Service Attacks

14 Mar 2014 02:57 pm | imbriaco



On Tuesday, March 11th, GitHub was largely unreachable for roughly 2 hours as the result of an evolving distributed denial of service (DDoS) attack. I know that you rely on GitHub to be available all the time, and I'm sorry we let you down. I'd like to explain what happened, how we responded to it, and what we're doing to reduce the impact of future attacks like this.

Background

Over the last year, we have seen a large number and variety of denial of service attacks against various parts of the GitHub infrastructure. There are two broad types of attack that we think about when we're building our mitigation strategy: volumetric and complex.
We have designed our DDoS mitigation capabilities to allow us to respond to both volumetric and complex attacks.

Volumetric Attacks

Volumetric attacks are intended to exhaust some resource through the sheer weight of the attack. This type of attack has been seen with increasing frequency lately through UDP based amplification attacks using protocols like DNS, SNMP, or NTP. The only way to withstand an attack like this is to have more available network capacity than the sum of all of the attacking nodes or to filter the attack traffic before it reaches your network.
Dealing with volumetric attacks is a game of numbers. Whoever has more capacity wins. With that in mind, we have taken a few steps to allow us to defend against these types of attacks.
We operate our external network connections at very low utilization. Our internet transit circuits are able to handle almost an order of magnitude more traffic than our normal daily peak. We also continually evaluate opportunities to expand our network capacity. This helps to give us some headroom for larger attacks, especially since they tend to ramp up over a period of time to their ultimate peak throughput.
In addition to managing the capacity of our own network, we've contracted with a leading DDoS mitigation service provider. A simple Hubot command can reroute our traffic to their network which can handle terabits per second. They're able to absorb the attack, filter out the malicious traffic, and forward the legitimate traffic on to us for normal processing.

Complex Attacks

Complex attacks are also designed to exhaust resources, but generally by performing expensive operations rather than saturating a network connection. Examples of these are things like SSL negotiation attacks, requests against computationally intensive parts of web applications, and the "Slowloris" attack. These kinds of attacks often require significant understanding of the application architecture to mitigate, so we prefer to handle them ourselves. This allows us to make the best decisions when choosing countermeasures and tuning them to minimize the impact on legitimate traffic.
First, we devote significant engineering effort to hardening all parts of our computing infrastructure. This involves things like tuning Linux network buffer sizes, configuring load balancers with appropriate timeouts, applying rate limiting within our application tier, and so on. Building resilience into our infrastructure is a core engineering value for us that requires continuous iteration and improvement.
We've also purchased and installed a software and hardware platform for detecting and mitigating complex DDoS attacks. This allows us to perform detailed inspection of our traffic so that we can apply traffic filtering and access control rules to block attack traffic. Having operational control of the platform allows us to very quickly adjust our countermeasures to deal with evolving attacks.
Our DDoS mitigation partner is also able to assist with these types of attacks, and we use them as a final line of defense.

So what happened?

At 21:25 UTC we began investigating reports of connectivity problems to github.com. We opened an incident on our status site at 21:29 UTC to let customers know we were aware of the problem and working to resolve it.
As we began investigating we noticed an apparent backlog of connections at our load balancing tier. When we see this, it typically corresponds with a performance problem with some part of our backend applications.
After some investigation, we discovered that we were seeing several thousand HTTP requests per second distributed across thousands of IP addresses for a crafted URL. These requests were being sent to the non-SSL HTTP port and were then being redirected to HTTPS, which was consuming capacity in our load balancers and in our application tier. Unfortunately, we did not have a pre-configured way to block these requests and it took us a while to deploy a change to block them.
By 22:35 UTC we had blocked the malicious request and the site appeared to be operating normally.
Despite the fact that things appeared to be stabilizing, we were still seeing a very high number of SSL connections on our load balancers. After some further investigation, we determined that this was an additional vector that the attack was using in an effort to exhaust our SSL processing capacity. We were able to respond quickly using our mitigation platform, but the countermeasures required significant tuning to reduce false positives which impacted legitimate customers. This resulted in approximately 25 more minutes of downtime between 23:05-23:30 UTC.
By 23:34 UTC site was fully operational. The attack continued for quite some time even once we had successfully mitigated it, but there were no further customer impacts.

What did we learn?

The vast majority of attacks that we've seen in the last several months have been volumetric in terms of bandwidth, and we'd grown accustomed to using throughput as a way of confirming that we were under attack. This attack did not generate significantly more bandwidth but it did generate significantly more packets per second. It didn't look like what we had grown to expect an attack to look like and we did not have the monitoring we needed to detect it as quickly as we would have liked.
Once we had identified the problem, it took us much longer than we'd like to mitigate it. We had the ability to mitigate attacks of this nature in our load balancing tier and in our DDoS mitigation platform, but they were not configured in advance. It took us valuable minutes to configure, test, and tune these countermeasures which resulted in a longer than necessary downtime.
We're happy that we were able to successfully mitigate the attack but we have a lot of room to improve in terms of how long the process takes.

Next steps?

  1. We have already made adjustments to our monitoring to better detect and alert us of traffic pattern changes that are indicative of an attack. In addition, our robots are now able to automatically enable mitigation for the specific traffic pattern that we saw during the attack. These changes should dramatically reduce the amount of time it takes to respond to a wide variety of attacks in the future and reduce their impact on our service.
  2. We are investigating ways that we can simulate attacks in a controlled way so that we can test our countermeasures on a regular basis to build additional confidence in both our mitigation tools and to improve our response time in bringing them to bear.
  3. We are talking to some 3rd party security consultants to review our DDoS detection and mitigation capability. We do a good job mitigating attacks we've seen before, but we'd like to more proactively plan for attacks that we haven't yet encountered.
  4. Hubot is able to route our traffic through our mitigation partner and to apply templates to operate our mitigation platform for known attack types. We've leveled him up with some new templates for attacks like this one so that he can help us recover faster in the future.

Summary

This attack was painful, and even though we were able to successfully mitigate the effects of it, it took us far too long. We know that you depend on GitHub and our entire company is focused on living up to the trust you place in us. I take problems like this personally. We will do whatever it takes to improve how we respond to problems to ensure that you can rely on GitHub being available when you need us.
Thanks for your support!
Suite ...
share on Twitter Like Denial of Service Attacks on Facebook

New item created and it's showing in preview but not in the rss after run pipes

14 Mar 2014 09:37 am | Anonymous



Posted by Wan
This is my dummy pipe: http://pipes.yahoo.com/pipes/pipe.edit?_id=d5665b2733ea67be3abf1fb1d4c9d1c0
source is a new added item but it's not showing in RSS: http://pipes.yahoo.com/pipes/pipe.run?_id=d5665b2733ea67be3abf1fb1d4c9d1c0&_render=rss
I can't figure out why please help! Thanks!
Suite ...
share on Twitter Like New item created and it's showing in preview but not in the rss after run pipes on Facebook

Présentation des annotations de type et de Hashorn le moteur JavaScript, deux nouveautés de Java 8, un tutoriel de Yohan Beschi

14 Mar 2014 09:00 am | Anonymous



La société Soat, société d'ingénierie et de conseil en informatique vous propose un article sur les annotations de type et Nashorn le moteur JavaScript deux nouveautés proposées par Java 8.

http://soat.developpez.com/tutoriels...nashorn-java8/

Vous pouvez profiter de ce message pour partager vos commentaires.

Mickael
Suite ...
share on Twitter Like Présentation des annotations de type et de Hashorn le moteur JavaScript, deux nouveautés de Java 8, un tutoriel de Yohan Beschi on Facebook

Tilted Content Slideshow with CSS3 Transform & Animation

14 Mar 2014 05:23 am | Anonymous



A tutorial on how to recreate the slideshow seen on the FWA landing page with 3D effects involving random animations.
The FWA landing page has a really nice content slider that plays with 3D perspective on screenshots and animates them in an interesting way. Today we'd like to recreate part of that effect and make a simple content slideshow with some fancy 3D animations. The slideshow won't be the same as the one on the FWA page: the items won't be "floating" or moving on hover and we'll only have a simple navigation.
Suite ...
share on Twitter Like Tilted Content Slideshow with CSS3 Transform & Animation on Facebook

InfinitySlider – jQuery Slider with CSS3 Animations

14 Mar 2014 05:16 am | Anonymous



Modern, Customizable, Clean, Fluid and Responsive. Responsive effects by default and fully compatible with Desktop, Notebook, Tablet, Smarphone, Firefox, Chrome, Opera, Safari and Internet Explorer.Image Autofit is an awesome feature that allows you to responsive your images automatically by cutting its edges and resizing its sizes, to preserve a high definition on every device and create an awesome slider for desktop and mobile.
Features:
  • Super-Fluid CSS3 Effects & Transitions on Desktop & Mobile
  • You can select your IN/OUT/BACK Times for each element
  • HTML & CSS Content supported, you can add texts, images, videos, canvas, pricing tables, and all you want.
  • Fully Support of Video Embedding as Fullscreen or Boxed
  • Youtube & Vimeo API that stops the video if you change the slide
  • Image Autofit that allows you to select the subject position on the images
  • Cinematic Effect that allows you to make an animation-movement of the images
  • Blur Effect that allows you to make an automatic blur image from a normal one
  • Fully Cross-Browser Compatibility
  • Bootstrap 3 Integrated so you can use all the Bootstrap Elements inside the slide
  • Easy to integrate with other Frameworks
  • Font Awesome 4 Integrated
  • Fully Responsive
  • Play & Stop with the slide loader
  • Autoplay, you can active it to start your slide when the page is opened
  • Keyboard Navigation
Suite ...
share on Twitter Like InfinitySlider – jQuery Slider with CSS3 Animations on Facebook

CSS Button Hover Effects

14 Mar 2014 05:05 am | Anonymous



Today I'd like to share with you a bunch of pretty neat CSS only buttons I've put together. I'm also going to go over their creation, and using them in design.
Button design can actually be quite fun so here are a bunch of ideas I put together to share with you which you are totally entitled to use on your site or project. The idea was to use CSS in a way to make buttons more fun, or interesting at least, and I accomplished this in a few ways.
Suite ...
share on Twitter Like CSS Button Hover Effects on Facebook

Articles récents :

Hiring Someone For Yahoo Pipes
Wrangle : jQuery Touch-friendly plugin to wrangle up your Images
jQuery editTable Plugin
Hopscotch : jQuery Product Tour Plugin
Re: Fetch data for Mailchimp RSS

2014 infogere, All rights reserved.
Veille

Développé par RG, grâce à MailChimp et YahooPipes

Aucun commentaire:

Enregistrer un commentaire