<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>thr3a</author_name>
  <author_url>https://blog.hatena.ne.jp/thr3a/</author_url>
  <blog_title>動かざることバグの如し</blog_title>
  <blog_url>https://blog.turai.work/</blog_url>
  <categories>
  </categories>
  <description>コード くっそ簡単なサンプル var zlib = require('zlib'); zlib.Z_DEFAULT_COMPRESSION = 6; var rawData = &quot;おはようこんにちはこんばんは&quot;; console.log(&quot;圧縮前:&quot; + rawData); //圧縮 zlib.deflate(rawData, function(err, buffer) { if (err) { console.log(err); return; } console.log('圧縮後：' + buffer.toString('base64')); //伸長 zlib.unzip(buffer,…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fblog.turai.work%2Fentry%2F20140929%2F1411959803&quot; title=&quot;zlibモジュールを使ってNode.jsで圧縮してみる - 動かざることバグの如し&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2014-09-29 12:03:23</published>
  <title>zlibモジュールを使ってNode.jsで圧縮してみる</title>
  <type>rich</type>
  <url>https://blog.turai.work/entry/20140929/1411959803</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
