<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Thiago Avelino</title><link>https://avelino.run/</link><description>Recent content on Thiago Avelino</description><generator>Hugo</generator><language>en-us</language><copyright>© Avelino</copyright><lastBuildDate>Sun, 28 Jun 2026 12:40:15 +0000</lastBuildDate><atom:link href="https://avelino.run/index.xml" rel="self" type="application/rss+xml"/><item><title>The op log was peer-to-peer the whole time</title><link>https://avelino.run/from-icloud-to-peers/</link><pubDate>Thu, 25 Jun 2026 00:00:00 +0000</pubDate><guid>https://avelino.run/from-icloud-to-peers/</guid><description>&lt;p&gt;A month ago I wrote about &lt;a href="https://avelino.run/from-paper-to-outliner"&gt;building outl on the Kleppmann move-op paper&lt;/a&gt;. That post ended with a working sync: a terminal client on macOS and an iOS app, converging over iCloud Drive, no server, no merge dialogs.&lt;/p&gt;
&lt;p&gt;iCloud was a deliberate shortcut, and I want to be honest about that before I bury it. I had one question to answer first: does this CRDT actually converge across real devices, two separate machines, not two processes on my laptop pretending to be peers? iCloud Drive answered it without me writing a line of networking. Drop the per-actor &lt;code&gt;ops-*.jsonl&lt;/code&gt; files in the ubiquitous container, let Apple's daemon push them between devices, watch two replicas merge. A file-pusher I borrowed to validate the algorithm, and for that job it was exactly right.&lt;/p&gt;</description></item><item><title>I sold my company and became an employee</title><link>https://avelino.run/i-sold-my-company-and-became-an-employee/</link><pubDate>Tue, 02 Jun 2026 00:00:00 +0000</pubDate><guid>https://avelino.run/i-sold-my-company-and-became-an-employee/</guid><description>&lt;p&gt;I did not need to work again. I have been the CTO of a company I did not found for more than four years.&lt;/p&gt;
&lt;p&gt;The script is clear. Found, sell, rest. Become an investor, take the stage, found another one. Selling and going back to being an employee is not in the script. It looks like a downgrade.&lt;/p&gt;
&lt;p&gt;It is not.&lt;/p&gt;
&lt;p&gt;Selling gave me the one thing a founder thinks they already have and do not: real freedom. Not the freedom to give orders. I had that, I was the owner. The other one. The freedom to choose the work for the work, with no cash crunch on my neck, no end of the month deciding for me.&lt;/p&gt;</description></item><item><title>Open Source Contributions - June 2026</title><link>https://avelino.run/foss/2026/06/</link><pubDate>Mon, 01 Jun 2026 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2026/06/</guid><description>&lt;p&gt;This month (June 2026) I contributed across open-source projects with pull requests, code reviews, issues and discussions, spanning multiple repositories and areas of impact.&lt;/p&gt;
&lt;h2 id="2026-06-28"&gt;2026-06-28&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/outl"&gt;avelino/outl&lt;/a&gt;: &lt;a href="https://github.com/avelino/outl/issues/110"&gt;Op log grows forever — nothing ever compacts it&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/outl"&gt;avelino/outl&lt;/a&gt;: &lt;a href="https://github.com/avelino/outl/issues/109"&gt;CLI replays the entire op log on every single command&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/outl"&gt;avelino/outl&lt;/a&gt;: &lt;a href="https://github.com/avelino/outl/issues/108"&gt;Mobile gets killed by iOS memory limit on large vaults — every block's Yrs doc stays resident&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;💬 Commented on issue in &lt;a href="https://github.com/avelino/outl"&gt;avelino/outl&lt;/a&gt;: &lt;a href="https://github.com/avelino/outl/issues/108#issuecomment-4826121529"&gt;Mobile gets killed by iOS memory limit on large vaults — every block's Yrs doc stays resident&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2026-06-27"&gt;2026-06-27&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/outl"&gt;avelino/outl&lt;/a&gt;: &lt;a href="https://github.com/avelino/outl/pull/106"&gt;fix: wrap block text under the cursor&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/outl"&gt;avelino/outl&lt;/a&gt;: &lt;a href="https://github.com/avelino/outl/pull/105"&gt;feat: add JavaScript plugin system across every client&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;💬 Commented on issue in &lt;a href="https://github.com/avelino/outl"&gt;avelino/outl&lt;/a&gt;: &lt;a href="https://github.com/avelino/outl/issues/99#issuecomment-4820453027"&gt;Word wrapping non-existent&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2026-06-26"&gt;2026-06-26&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/outl"&gt;avelino/outl&lt;/a&gt;: &lt;a href="https://github.com/avelino/outl/pull/104"&gt;fix: word-wrap block text to terminal width in the tui&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/outl"&gt;avelino/outl&lt;/a&gt;: &lt;a href="https://github.com/avelino/outl/pull/101"&gt;ci/desktop: use --debug in PR/main&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/outl"&gt;avelino/outl&lt;/a&gt;: &lt;a href="https://github.com/avelino/outl/pull/100"&gt;feat: add outl:// deep links and Raycast extension&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/raycast/extensions"&gt;raycast/extensions&lt;/a&gt;: &lt;a href="https://github.com/raycast/extensions/pull/29044"&gt;Add outl extension&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;💬 Commented on issue in &lt;a href="https://github.com/avelino/outl"&gt;avelino/outl&lt;/a&gt;: &lt;a href="https://github.com/avelino/outl/issues/4#issuecomment-4810384238"&gt;Plugin system — extend outl without forking it&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;💬 Commented on issue in &lt;a href="https://github.com/avelino/outl"&gt;avelino/outl&lt;/a&gt;: &lt;a href="https://github.com/avelino/outl/issues/99#issuecomment-4810278210"&gt;Word wrapping non-existent&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2026-06-25"&gt;2026-06-25&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/outl"&gt;avelino/outl&lt;/a&gt;: &lt;a href="https://github.com/avelino/outl/issues/98"&gt;feat: register &lt;code&gt;outl://&lt;/code&gt; deep link scheme (desktop + mobile)&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2026-06-24"&gt;2026-06-24&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/outl"&gt;avelino/outl&lt;/a&gt;: &lt;a href="https://github.com/avelino/outl/pull/97"&gt;feat: sync workspaces peer-to-peer over iroh&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2026-06-23"&gt;2026-06-23&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/outl"&gt;avelino/outl&lt;/a&gt;: &lt;a href="https://github.com/avelino/outl/pull/85#pullrequestreview-4554803450"&gt;feat: desktop vim O (create block before) + caret-aware Cmd+Shift+Enter&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2026-06-22"&gt;2026-06-22&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/tabbar-shortcut-chrome"&gt;avelino/tabbar-shortcut-chrome&lt;/a&gt;: &lt;a href="https://github.com/avelino/tabbar-shortcut-chrome/pull/3#pullrequestreview-4543420935"&gt;Fix vertical-tabs toggle in fullscreen and speed up by ~9x&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/tabbar-shortcut-chrome"&gt;avelino/tabbar-shortcut-chrome&lt;/a&gt;: &lt;a href="https://github.com/avelino/tabbar-shortcut-chrome/pull/1#pullrequestreview-4543409591"&gt;fix: avoid PiP window&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2026-06-19"&gt;2026-06-19&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/outl"&gt;avelino/outl&lt;/a&gt;: &lt;a href="https://github.com/avelino/outl/pull/93#pullrequestreview-4533072087"&gt;feat(desktop): create a block with Cmd+Shift+Enter in view mode&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/outl"&gt;avelino/outl&lt;/a&gt;: &lt;a href="https://github.com/avelino/outl/pull/95#pullrequestreview-4532830559"&gt;feat: configurable calendar week-start (Monday/Sunday) in config.toml&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;💬 Reviewed PR in &lt;a href="https://github.com/avelino/outl"&gt;avelino/outl&lt;/a&gt;: &lt;a href="https://github.com/avelino/outl/pull/96#pullrequestreview-4532589571"&gt;feat: add Obsidian vault importer&lt;/a&gt; (Commented)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2026-06-17"&gt;2026-06-17&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/outl"&gt;avelino/outl&lt;/a&gt;: &lt;a href="https://github.com/avelino/outl/pull/89#pullrequestreview-4511872451"&gt;fix: page autocomplete shows title instead of slug (#88)&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/outl"&gt;avelino/outl&lt;/a&gt;: &lt;a href="https://github.com/avelino/outl/pull/90#pullrequestreview-4511866499"&gt;feat(desktop): block move + cut/copy/paste in view mode&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/outl"&gt;avelino/outl&lt;/a&gt;: &lt;a href="https://github.com/avelino/outl/pull/87#pullrequestreview-4511855245"&gt;feat: desktop — clickable external links in journals/pages&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2026-06-16"&gt;2026-06-16&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;💬 Commented on issue in &lt;a href="https://github.com/avelino/outl"&gt;avelino/outl&lt;/a&gt;: &lt;a href="https://github.com/avelino/outl/pull/82#issuecomment-4713610595"&gt;fix(desktop): free Cmd+X for native cut + implement Cmd+Z/Cmd+Shift+Z undo/redo&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2026-06-15"&gt;2026-06-15&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/outl"&gt;avelino/outl&lt;/a&gt;: &lt;a href="https://github.com/avelino/outl/pull/83"&gt;feat: expand vim mode across tui and desktop&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/outl"&gt;avelino/outl&lt;/a&gt;: &lt;a href="https://github.com/avelino/outl/pull/82#pullrequestreview-4496032425"&gt;fix(desktop): free Cmd+X for native cut + implement Cmd+Z/Cmd+Shift+Z undo/redo&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2026-06-12"&gt;2026-06-12&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/outl"&gt;avelino/outl&lt;/a&gt;: &lt;a href="https://github.com/avelino/outl/pull/79"&gt;feat: add :shortcode: emoji syntax across every client&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/outl"&gt;avelino/outl&lt;/a&gt;: &lt;a href="https://github.com/avelino/outl/issues/81"&gt;perf(md): derive &lt;code&gt;WorkspaceIndex&lt;/code&gt; from op log instead of walking &lt;code&gt;.md&lt;/code&gt; files&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2026-06-11"&gt;2026-06-11&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/outl"&gt;avelino/outl&lt;/a&gt;: &lt;a href="https://github.com/avelino/outl/pull/78"&gt;feat: ship @ mention autocomplete for persons&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/outl"&gt;avelino/outl&lt;/a&gt;: &lt;a href="https://github.com/avelino/outl/pull/76#pullrequestreview-4480996859"&gt;feat(frontend): auto-pair brackets, parens and braces in GUI block editors&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/outl"&gt;avelino/outl&lt;/a&gt;: &lt;a href="https://github.com/avelino/outl/issues/77"&gt;Page-level properties from externally-edited .md don't reach the workspace tree&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2026-06-10"&gt;2026-06-10&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/outl"&gt;avelino/outl&lt;/a&gt;: &lt;a href="https://github.com/avelino/outl/pull/66"&gt;feat: add blockquote prefix to outline blocks&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/outl"&gt;avelino/outl&lt;/a&gt;: &lt;a href="https://github.com/avelino/outl/pull/71#pullrequestreview-4472458254"&gt;fix(desktop): Enter edits the selected block even when it contains a [[ref]]&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/outl"&gt;avelino/outl&lt;/a&gt;: &lt;a href="https://github.com/avelino/outl/pull/75#pullrequestreview-4471874832"&gt;feat(theme): logseq-light preset (Logseq's default light theme)&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/outl"&gt;avelino/outl&lt;/a&gt;: &lt;a href="https://github.com/avelino/outl/pull/74#pullrequestreview-4471736169"&gt;fix: make light themes actually render light (desktop boot frame, chrome, TUI canvas)&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/outl"&gt;avelino/outl&lt;/a&gt;: &lt;a href="https://github.com/avelino/outl/pull/72#pullrequestreview-4471696427"&gt;feat(actions): tag mentions (#tag) count as backlinks, same as [[ref]]&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/outl"&gt;avelino/outl&lt;/a&gt;: &lt;a href="https://github.com/avelino/outl/pull/69#pullrequestreview-4471586569"&gt;fix(claude): claude permissions for commit and push must be allowed with ask&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/outl"&gt;avelino/outl&lt;/a&gt;: &lt;a href="https://github.com/avelino/outl/pull/68#pullrequestreview-4471569250"&gt;fix(mobile): keep search sheet results above the iOS keyboard&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2026-06-09"&gt;2026-06-09&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/outl"&gt;avelino/outl&lt;/a&gt;: &lt;a href="https://github.com/avelino/outl/pull/62"&gt;fix: prevent panic on empty outline insertion&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/outl"&gt;avelino/outl&lt;/a&gt;: &lt;a href="https://github.com/avelino/outl/pull/61#pullrequestreview-4454564318"&gt;feat(desktop): page autocomplete popup while typing [[ ref ]]&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/outl"&gt;avelino/outl&lt;/a&gt;: &lt;a href="https://github.com/avelino/outl/pull/57#pullrequestreview-4454561371"&gt;feat(desktop): bottom-left icon buttons to toggle sidebar and shortcuts help&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/outl"&gt;avelino/outl&lt;/a&gt;: &lt;a href="https://github.com/avelino/outl/pull/58#pullrequestreview-4454559037"&gt;feat(desktop): open the backlinks panel by default&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/outl"&gt;avelino/outl&lt;/a&gt;: &lt;a href="https://github.com/avelino/outl/issues/65"&gt;feat: support &lt;code&gt;:shortcode:&lt;/code&gt; emoji in parser, autocomplete in every client, render as unicode&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/outl"&gt;avelino/outl&lt;/a&gt;: &lt;a href="https://github.com/avelino/outl/issues/64"&gt;feat: support &lt;code&gt;&amp;gt; &lt;/code&gt; blockquote in markdown parser, renderer, TUI, and mobile&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/outl"&gt;avelino/outl&lt;/a&gt;: &lt;a href="https://github.com/avelino/outl/issues/63"&gt;feat(remind): block-level &lt;code&gt;remind::&lt;/code&gt; property + scheduled local notifications (mobile + desktop)&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2026-06-06"&gt;2026-06-06&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/outl"&gt;avelino/outl&lt;/a&gt;: &lt;a href="https://github.com/avelino/outl/pull/54"&gt;feat: run code blocks on mobile via long-press&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2026-06-05"&gt;2026-06-05&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/outl"&gt;avelino/outl&lt;/a&gt;: &lt;a href="https://github.com/avelino/outl/pull/49#pullrequestreview-4438934286"&gt;fix(tui): quick switcher keeps full candidate set when query shrinks&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2026-06-04"&gt;2026-06-04&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/outl"&gt;avelino/outl&lt;/a&gt;: &lt;a href="https://github.com/avelino/outl/pull/53"&gt;feat: ship outl-desktop and pull shared crates&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/outl"&gt;avelino/outl&lt;/a&gt;: &lt;a href="https://github.com/avelino/outl/pull/51"&gt;fix(mobile): tap on a [[ref]] with / creates and opens the page&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/outl"&gt;avelino/outl&lt;/a&gt;: &lt;a href="https://github.com/avelino/outl/issues/52"&gt;feat: support &lt;code&gt;==highlight==&lt;/code&gt; inline markdown in parser, TUI renderer, and mobile toolbar&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/outl"&gt;avelino/outl&lt;/a&gt;: &lt;a href="https://github.com/avelino/outl/issues/50"&gt;fix(mobile): tapping a ref with '/' or other unsafe chars surfaces 'invalid page slug' toast instead of creating the page&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2026-06-03"&gt;2026-06-03&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/outl"&gt;avelino/outl&lt;/a&gt;: &lt;a href="https://github.com/avelino/outl/pull/48"&gt;Unify backlinks and add split oversized modules&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;💬 Reviewed PR in &lt;a href="https://github.com/avelino/outl"&gt;avelino/outl&lt;/a&gt;: &lt;a href="https://github.com/avelino/outl/pull/47#pullrequestreview-4423477835"&gt;fix(import): Logseq import — create pages, preserve content, resolve backlinks (#43)&lt;/a&gt; (Commented)&lt;/li&gt;
&lt;li&gt;💬 Reviewed PR in &lt;a href="https://github.com/avelino/outl"&gt;avelino/outl&lt;/a&gt;: &lt;a href="https://github.com/avelino/outl/pull/29#pullrequestreview-4423365700"&gt;feat(mobile): desktop keyboard shortcuts for block editing&lt;/a&gt; (Commented)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/outl"&gt;avelino/outl&lt;/a&gt;: &lt;a href="https://github.com/avelino/outl/pull/40#pullrequestreview-4423268728"&gt;feat(mobile): add back-to-today button in journal header&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/outl"&gt;avelino/outl&lt;/a&gt;: &lt;a href="https://github.com/avelino/outl/pull/42#pullrequestreview-4414873067"&gt;feat(mobile): arrow-key navigation between cells (desktop)&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2026-06-02"&gt;2026-06-02&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/outl"&gt;avelino/outl&lt;/a&gt;: &lt;a href="https://github.com/avelino/outl/pull/46"&gt;Paste external markdown as block tree&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/outl"&gt;avelino/outl&lt;/a&gt;: &lt;a href="https://github.com/avelino/outl/pull/28#pullrequestreview-4413023544"&gt;fix: stop outdent/indent from removing top-level blocks on mobile&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/mcp"&gt;avelino/mcp&lt;/a&gt;: &lt;a href="https://github.com/avelino/mcp/pull/100#pullrequestreview-4408053633"&gt;Bump tar from 0.4.45 to 0.4.46 in the cargo group across 1 directory&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/outl"&gt;avelino/outl&lt;/a&gt;: &lt;a href="https://github.com/avelino/outl/issues/44"&gt;Paste external markdown as a tree of blocks (TUI + mobile)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/outl"&gt;avelino/outl&lt;/a&gt;: &lt;a href="https://github.com/avelino/outl/issues/38"&gt;RFC: P2P sync transport via iroh (phase 2)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/outl"&gt;avelino/outl&lt;/a&gt;: &lt;a href="https://github.com/avelino/outl/issues/37"&gt;perf(core): shard op log per page once a workspace crosses 10k pages&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/outl"&gt;avelino/outl&lt;/a&gt;: &lt;a href="https://github.com/avelino/outl/issues/36"&gt;perf(core): SIMD-backed search via memchr / aho-corasick&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/outl"&gt;avelino/outl&lt;/a&gt;: &lt;a href="https://github.com/avelino/outl/issues/35"&gt;perf(actions): parallelise batch operations with rayon (export, bulk render)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/outl"&gt;avelino/outl&lt;/a&gt;: &lt;a href="https://github.com/avelino/outl/issues/34"&gt;perf(md): lazy-parse markdown — only when the page is opened&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/outl"&gt;avelino/outl&lt;/a&gt;: &lt;a href="https://github.com/avelino/outl/issues/33"&gt;perf(core): snapshot materialized tree to skip full replay on boot&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2026-06-01"&gt;2026-06-01&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/outl"&gt;avelino/outl&lt;/a&gt;: &lt;a href="https://github.com/avelino/outl/pull/30"&gt;Add block collapse with sync via op log&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/outl"&gt;avelino/outl&lt;/a&gt;: &lt;a href="https://github.com/avelino/outl/pull/27"&gt;release 0.5.1: jsonl-only + multi-process locks&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/outl"&gt;avelino/outl&lt;/a&gt;: &lt;a href="https://github.com/avelino/outl/pull/26"&gt;Add machine-shaped CLI and MCP server&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/outl"&gt;avelino/outl&lt;/a&gt;: 109 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/outl/commits?author=avelino&amp;amp;since=2026-06-01T00:00:00Z&amp;amp;until=2026-06-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/outlmd/registry"&gt;outlmd/registry&lt;/a&gt;: 4 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/outlmd/registry/commits?author=avelino&amp;amp;since=2026-06-01T00:00:00Z&amp;amp;until=2026-06-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/avelino.run"&gt;avelino/avelino.run&lt;/a&gt;: 3 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/avelino.run/commits?author=avelino&amp;amp;since=2026-06-01T00:00:00Z&amp;amp;until=2026-06-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/tabbar-shortcut-chrome"&gt;avelino/tabbar-shortcut-chrome&lt;/a&gt;: 3 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/tabbar-shortcut-chrome/commits?author=avelino&amp;amp;since=2026-06-01T00:00:00Z&amp;amp;until=2026-06-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/dotagent"&gt;avelino/dotagent&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/dotagent/commits?author=avelino&amp;amp;since=2026-06-01T00:00:00Z&amp;amp;until=2026-06-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 0 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Building an outliner on the move-op paper</title><link>https://avelino.run/from-paper-to-outliner/</link><pubDate>Fri, 29 May 2026 00:00:00 +0000</pubDate><guid>https://avelino.run/from-paper-to-outliner/</guid><description>&lt;p&gt;A few days ago I &lt;a href="https://avelino.run/file-sync-isnt-trivial"&gt;dissected the 2021 Kleppmann paper&lt;/a&gt; on highly-available tree move. The post ended with one open question: can you build an outliner on top of this?&lt;/p&gt;
&lt;p&gt;I built one. It's called &lt;strong&gt;&lt;a href="https://github.com/avelino/outl"&gt;outl&lt;/a&gt;&lt;/strong&gt;. The first version syncs a terminal client on macOS and an iOS app over iCloud Drive. No central server. No merge dialogs. No lost text. This post is everything I had to figure out after the paper.&lt;/p&gt;</description></item><item><title>Big tech veterans don't fail at startups. The structure does</title><link>https://avelino.run/big-tech-veterans-dont-fail-at-startups/</link><pubDate>Tue, 26 May 2026 00:00:00 +0000</pubDate><guid>https://avelino.run/big-tech-veterans-dont-fail-at-startups/</guid><description>&lt;p&gt;A senior engineer joined Buser from a big tech name. Six weeks in, 1:1, he tells me: 'the scope here is much bigger than what I'm used to.' No drama. No complaint. Just an observation. He was right. And I had told him exactly that in the interview.&lt;/p&gt;
&lt;p&gt;I tell every candidate from a large company what our rhythm is and what stage we're at. They agree. They sign up. They come in. The shock still hits, every time. The warning doesn't prevent it. The warning is what lets us talk about it afterwards.&lt;/p&gt;</description></item><item><title>File sync isn't trivial, and nobody tells you that</title><link>https://avelino.run/file-sync-isnt-trivial/</link><pubDate>Mon, 25 May 2026 00:00:00 +0000</pubDate><guid>https://avelino.run/file-sync-isnt-trivial/</guid><description>&lt;p&gt;You drag a folder in Dropbox and it shows up on your other devices. You move a bullet in Roam and the other computers see the right tree. You rename a file in Logseq and your phone syncs. Looks like a UX detail.&lt;/p&gt;
&lt;p&gt;It isn't. Underneath, this is a distributed systems problem with no obvious solution, and products with hundreds of millions of users still get it wrong in 2026.&lt;/p&gt;</description></item><item><title>Vinho, terroir e zero amor a rótulo</title><link>https://avelino.run/vinho-terroir-zero-amor-a-rotulo/</link><pubDate>Sat, 23 May 2026 00:00:00 +0000</pubDate><guid>https://avelino.run/vinho-terroir-zero-amor-a-rotulo/</guid><description>&lt;p&gt;Comecei a tomar vinho de verdade em 2023. Não pela bebida, &lt;strong&gt;pelo estudo&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;A mesma uva muda de cara dependendo de onde planta. Pinot Noir na Borgonha não é Pinot Noir em outra região da França. Solo, altitude, clima, mão do produtor. Tudo entra.&lt;/p&gt;
&lt;p&gt;Não tenho amor a rótulo nem a produtor. &lt;strong&gt;Quero conhecer o máximo e degustar pra viver a experiência&lt;/strong&gt;. Fidelidade fecha porta.&lt;/p&gt;
&lt;p&gt;Lendo &lt;em&gt;&lt;a href="https://us.macmillan.com/books/9780374538538/adventuresonthewineroute/"&gt;Adventures on the Wine Route&lt;/a&gt;&lt;/em&gt;, do &lt;a href="https://www.kermitlynch.com/"&gt;Kermit Lynch&lt;/a&gt;, encontrei a tese pronta. Ele importou vinho da França por décadas defendendo o produtor pequeno e o lugar acima de qualquer marca.&lt;/p&gt;</description></item><item><title>Most 'AI agents' don't need AI in the loop</title><link>https://avelino.run/most-ai-agents-dont-need-ai-in-the-loop/</link><pubDate>Wed, 20 May 2026 00:00:00 +0000</pubDate><guid>https://avelino.run/most-ai-agents-dont-need-ai-in-the-loop/</guid><description>&lt;p&gt;I burned through a Claude Max plan in under two hours. First and only time. I was not training a model, generating a dataset, or running an autonomous agent in a loop. I was running my morning schedule. Tech briefing, deploy summary, inbox classification. Five tasks that fit in a fifty-line shell script each.&lt;/p&gt;
&lt;p&gt;The framework underneath was &lt;a href="https://github.com/openclaw/openclaw"&gt;OpenClaw&lt;/a&gt;. Self-hosted, MCP-native, multi-provider, durable event log. Clean marketing, serious engineering. It worked exactly as promised. And it was still the wrong tool.&lt;/p&gt;</description></item><item><title>Mediocrity Is a Choice</title><link>https://avelino.run/mediocrity-is-a-choice/</link><pubDate>Thu, 14 May 2026 00:00:00 +0000</pubDate><guid>https://avelino.run/mediocrity-is-a-choice/</guid><description>&lt;p&gt;Career planning is the most childish thing an engineer can ask a company for. It is the polite way to outsource your own evolution to whoever happens to be paying your salary. Mid-level is not a position you reach. It is a pause that became permanent. And in 2026, AI made that pause expensive enough that you can no longer pretend it is invisible.&lt;/p&gt;
&lt;p&gt;This is not about layoffs. It is about something quieter and more honest. The shape of an engineering career broke, and most people in the middle have not noticed yet.&lt;/p&gt;</description></item><item><title>Vanity Metrics in Engineering, From Lines of Code to AI-Generated Percentages</title><link>https://avelino.run/vanity-metrics-engineering/</link><pubDate>Fri, 08 May 2026 00:00:00 +0000</pubDate><guid>https://avelino.run/vanity-metrics-engineering/</guid><description>&lt;p&gt;Garry Tan, CEO of Y Combinator, announced that 25% of Winter 2025 startups had 95% of their code generated by AI. The internet applauded. I read it twice to make sure that was actually the claim.&lt;/p&gt;
&lt;p&gt;&amp;quot;% of code generated by AI&amp;quot; is a vanity metric. It is not the first one in the history of engineering, and it will not be the last. But it is the first to be narrated publicly by one of the Valley's most influential outlets as if it were a benchmark of technical maturity. That is where it becomes a problem.&lt;/p&gt;</description></item><item><title>PM builder doesn't speed up engineering. It kills bad prioritization</title><link>https://avelino.run/pm-builder-kills-bad-prioritization/</link><pubDate>Tue, 05 May 2026 00:00:00 +0000</pubDate><guid>https://avelino.run/pm-builder-kills-bad-prioritization/</guid><description>&lt;p&gt;A PM on my team opened a PR last week. No heads up, no prior meeting, no PRD. POC code, isolated environment, feature flag closed, synthetic dataset. PR description: &amp;quot;I ran hypothesis X with 30 beta users, metric Y moved Z%, here's the code for you to look at.&amp;quot;&lt;/p&gt;
&lt;p&gt;CI reviewed it in 4 minutes. Engineer approved it in 8. POC went up to a controlled environment the same day.&lt;/p&gt;</description></item><item><title>Technical founders misread adoption - Rogers explained it in 1962 and I ignored it on Pix</title><link>https://avelino.run/technical-founders-misread-adoption-rogers-pix/</link><pubDate>Sun, 03 May 2026 00:00:00 +0000</pubDate><guid>https://avelino.run/technical-founders-misread-adoption-rogers-pix/</guid><description>&lt;p&gt;Early 2021. My co-founder walks in: &amp;quot;let's add Pix to checkout.&amp;quot;&lt;/p&gt;
&lt;p&gt;My answer, word for word: &amp;quot;let the big players go first and screw it up. If it works for them, we implement.&amp;quot;&lt;/p&gt;
&lt;p&gt;A few months later, there I was, implementing Pix at checkout. Not because I changed my mind - because the market had already decided without me.&lt;/p&gt;
&lt;h2 id="the-technical-founders-bias"&gt;The technical founder's bias&lt;/h2&gt;
&lt;p&gt;There's a bias technical founders carry that nobody talks about: we think we can predict adoption because we understand the technology. It's the opposite. When you understand infrastructure, you stare at architecture, latency, edge cases, failure modes. Adoption doesn't live there. Adoption lives in the gap between what people do today and what they'd rather do tomorrow, and that gap is human, not technical.&lt;/p&gt;</description></item><item><title>Open Source Contributions - May 2026</title><link>https://avelino.run/foss/2026/05/</link><pubDate>Fri, 01 May 2026 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2026/05/</guid><description>&lt;p&gt;This month (May 2026) I contributed across open-source projects with pull requests, code reviews, issues and discussions, spanning multiple repositories and areas of impact.&lt;/p&gt;
&lt;h2 id="2026-05-30"&gt;2026-05-30&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/outl"&gt;avelino/outl&lt;/a&gt;: &lt;a href="https://github.com/avelino/outl/issues/25"&gt;RFC: plugin system — JS plugins, manifest, and packaging&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2026-05-29"&gt;2026-05-29&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/outl"&gt;avelino/outl&lt;/a&gt;: &lt;a href="https://github.com/avelino/outl/pull/11"&gt;Cross-device sync: TUI + iOS over iCloud Drive&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/outl"&gt;avelino/outl&lt;/a&gt;: &lt;a href="https://github.com/avelino/outl/issues/23"&gt;feat(mobile): multi-select via long-press for batch ops&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/outl"&gt;avelino/outl&lt;/a&gt;: &lt;a href="https://github.com/avelino/outl/issues/22"&gt;feat(mobile): runtime theme swap and settings screen&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/outl"&gt;avelino/outl&lt;/a&gt;: &lt;a href="https://github.com/avelino/outl/issues/21"&gt;feat(mobile): auto-pair brackets, parens and braces&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/outl"&gt;avelino/outl&lt;/a&gt;: &lt;a href="https://github.com/avelino/outl/issues/20"&gt;feat(mobile): date and time inserters&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/outl"&gt;avelino/outl&lt;/a&gt;: &lt;a href="https://github.com/avelino/outl/issues/19"&gt;feat(mobile): workspace-wide block search&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/outl"&gt;avelino/outl&lt;/a&gt;: &lt;a href="https://github.com/avelino/outl/issues/18"&gt;feat(mobile): copy block ref handle to clipboard&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/outl"&gt;avelino/outl&lt;/a&gt;: &lt;a href="https://github.com/avelino/outl/issues/17"&gt;feat(mobile): tag (#) autocomplete&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/outl"&gt;avelino/outl&lt;/a&gt;: &lt;a href="https://github.com/avelino/outl/issues/16"&gt;feat(mobile): inline render of ((blk)) refs and !((blk)) embeds&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/outl"&gt;avelino/outl&lt;/a&gt;: &lt;a href="https://github.com/avelino/outl/issues/15"&gt;feat(mobile): block ref autocomplete on ((&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/outl"&gt;avelino/outl&lt;/a&gt;: &lt;a href="https://github.com/avelino/outl/issues/14"&gt;feat(mobile): undo and redo&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/outl"&gt;avelino/outl&lt;/a&gt;: &lt;a href="https://github.com/avelino/outl/issues/13"&gt;feat(mobile): set block and page properties&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/outl"&gt;avelino/outl&lt;/a&gt;: &lt;a href="https://github.com/avelino/outl/issues/12"&gt;feat(mobile): multi-line block edit&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2026-05-27"&gt;2026-05-27&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/outl"&gt;avelino/outl&lt;/a&gt;: &lt;a href="https://github.com/avelino/outl/pull/9"&gt;Add ((blk-X)) refs and !((blk-X)) embeds&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/outl"&gt;avelino/outl&lt;/a&gt;: &lt;a href="https://github.com/avelino/outl/issues/10"&gt;Page type &lt;code&gt;person&lt;/code&gt; + &lt;code&gt;@&lt;/code&gt; mention autocomplete (inserts &lt;code&gt;[[@name]]&lt;/code&gt;)&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2026-05-26"&gt;2026-05-26&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/outl"&gt;avelino/outl&lt;/a&gt;: &lt;a href="https://github.com/avelino/outl/pull/7"&gt;feat(tui): ratatui UI/UX overhaul — chrome, sidebar, help, toasts, pin&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/outl"&gt;avelino/outl&lt;/a&gt;: &lt;a href="https://github.com/avelino/outl/pull/6"&gt;inline backlinks editáveis + perf cold start&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/outl"&gt;avelino/outl&lt;/a&gt;: &lt;a href="https://github.com/avelino/outl/issues/8"&gt;Block references and embeds — cite a single block from N places&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2026-05-24"&gt;2026-05-24&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/outl"&gt;avelino/outl&lt;/a&gt;: &lt;a href="https://github.com/avelino/outl/issues/4"&gt;Plugin system — extend outl without forking it&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/outl"&gt;avelino/outl&lt;/a&gt;: &lt;a href="https://github.com/avelino/outl/issues/3"&gt;Mobile apps — outl in your pocket&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/outl"&gt;avelino/outl&lt;/a&gt;: &lt;a href="https://github.com/avelino/outl/issues/2"&gt;Desktop app — outl outside the terminal&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/outl"&gt;avelino/outl&lt;/a&gt;: &lt;a href="https://github.com/avelino/outl/issues/1"&gt;Git-backed storage backend with native time-travel&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2026-05-22"&gt;2026-05-22&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/dotagent"&gt;avelino/dotagent&lt;/a&gt;: &lt;a href="https://github.com/avelino/dotagent/pull/37"&gt;Add subprocess supervisor&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2026-05-21"&gt;2026-05-21&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/dotagent"&gt;avelino/dotagent&lt;/a&gt;: &lt;a href="https://github.com/avelino/dotagent/pull/35"&gt;feat(secrets): add secrets.env loader with op:// support&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/dotagent"&gt;avelino/dotagent&lt;/a&gt;: &lt;a href="https://github.com/avelino/dotagent/pull/33"&gt;feat(notify): add telegram driver&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;💬 Reviewed PR in &lt;a href="https://github.com/avelino/roam-tui"&gt;avelino/roam-tui&lt;/a&gt;: &lt;a href="https://github.com/avelino/roam-tui/pull/39#pullrequestreview-4338932941"&gt;Wrap insert-mode blocks to pane width&lt;/a&gt; (Commented)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/dotagent"&gt;avelino/dotagent&lt;/a&gt;: &lt;a href="https://github.com/avelino/dotagent/issues/36"&gt;Subprocess hangs indefinitely: daemon has no lifecycle ownership over plugins or grandchildren&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/dotagent"&gt;avelino/dotagent&lt;/a&gt;: &lt;a href="https://github.com/avelino/dotagent/issues/34"&gt;Add daemon-level secrets loader (~/.config/dotagent/secrets.env)&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2026-05-20"&gt;2026-05-20&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/dotagent"&gt;avelino/dotagent&lt;/a&gt;: &lt;a href="https://github.com/avelino/dotagent/pull/2"&gt;feat(cli): pretty-print run-now outcome, drop Debug dump&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/roam-tui"&gt;avelino/roam-tui&lt;/a&gt;: &lt;a href="https://github.com/avelino/roam-tui/pull/40"&gt;Add reorder siblings with Alt+Up/Alt+Down&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/dotagent"&gt;avelino/dotagent&lt;/a&gt;: &lt;a href="https://github.com/avelino/dotagent/issues/32"&gt;Formalize and document &lt;code&gt;config.toml&lt;/code&gt; (defaults sensatos, override surface)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/dotagent"&gt;avelino/dotagent&lt;/a&gt;: &lt;a href="https://github.com/avelino/dotagent/issues/31"&gt;&lt;code&gt;dotagent migrate &amp;lt;fish-agent-path&amp;gt;&lt;/code&gt; — auto-generate &lt;code&gt;agent.toml&lt;/code&gt; from Fish framework&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/dotagent"&gt;avelino/dotagent&lt;/a&gt;: &lt;a href="https://github.com/avelino/dotagent/issues/30"&gt;&lt;code&gt;dotagent pause&lt;/code&gt; / &lt;code&gt;dotagent resume&lt;/code&gt; — suspend without editing manifest&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/dotagent"&gt;avelino/dotagent&lt;/a&gt;: &lt;a href="https://github.com/avelino/dotagent/issues/29"&gt;&lt;code&gt;dotagent record&lt;/code&gt; + &lt;code&gt;dotagent replay&lt;/code&gt; — deterministic debug&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/dotagent"&gt;avelino/dotagent&lt;/a&gt;: &lt;a href="https://github.com/avelino/dotagent/issues/28"&gt;Concurrency control — multiple instances of the same agent&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/dotagent"&gt;avelino/dotagent&lt;/a&gt;: &lt;a href="https://github.com/avelino/dotagent/issues/27"&gt;Per-schedule &lt;code&gt;timeout_seconds&lt;/code&gt; override&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/dotagent"&gt;avelino/dotagent&lt;/a&gt;: &lt;a href="https://github.com/avelino/dotagent/issues/26"&gt;Blackout windows — suspend an agent during declared periods&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/dotagent"&gt;avelino/dotagent&lt;/a&gt;: &lt;a href="https://github.com/avelino/dotagent/issues/25"&gt;Agent dependencies (DAG) — &lt;code&gt;[[depends_on]]&lt;/code&gt; upstream agents&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/dotagent"&gt;avelino/dotagent&lt;/a&gt;: &lt;a href="https://github.com/avelino/dotagent/issues/24"&gt;Declarative &lt;code&gt;[retry]&lt;/code&gt; policy in &lt;code&gt;agent.toml&lt;/code&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/dotagent"&gt;avelino/dotagent&lt;/a&gt;: &lt;a href="https://github.com/avelino/dotagent/issues/23"&gt;Publish a GitHub Action that validates dotagent manifests in CI&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/dotagent"&gt;avelino/dotagent&lt;/a&gt;: &lt;a href="https://github.com/avelino/dotagent/issues/22"&gt;Add plugin: &lt;code&gt;sink-postgres&lt;/code&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/dotagent"&gt;avelino/dotagent&lt;/a&gt;: &lt;a href="https://github.com/avelino/dotagent/issues/21"&gt;Add plugin: &lt;code&gt;sink-s3&lt;/code&gt; (and S3-compatible endpoints)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/dotagent"&gt;avelino/dotagent&lt;/a&gt;: &lt;a href="https://github.com/avelino/dotagent/issues/20"&gt;Add plugin: &lt;code&gt;preflight-disk-space&lt;/code&gt; (abort below free-space threshold)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/dotagent"&gt;avelino/dotagent&lt;/a&gt;: &lt;a href="https://github.com/avelino/dotagent/issues/19"&gt;Add plugin: &lt;code&gt;preflight-network&lt;/code&gt; (TCP connectivity check)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/dotagent"&gt;avelino/dotagent&lt;/a&gt;: &lt;a href="https://github.com/avelino/dotagent/issues/18"&gt;Add notifier driver: &lt;code&gt;webhook&lt;/code&gt; (generic HTTP POST with template body)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/dotagent"&gt;avelino/dotagent&lt;/a&gt;: &lt;a href="https://github.com/avelino/dotagent/issues/17"&gt;Add notifier driver: &lt;code&gt;email&lt;/code&gt; (SMTP)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/dotagent"&gt;avelino/dotagent&lt;/a&gt;: &lt;a href="https://github.com/avelino/dotagent/issues/16"&gt;Add notifier driver: &lt;code&gt;telegram&lt;/code&gt; (bot API)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/dotagent"&gt;avelino/dotagent&lt;/a&gt;: &lt;a href="https://github.com/avelino/dotagent/issues/15"&gt;Add notifier driver: &lt;code&gt;discord&lt;/code&gt; (webhook)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/dotagent"&gt;avelino/dotagent&lt;/a&gt;: &lt;a href="https://github.com/avelino/dotagent/issues/14"&gt;Add &lt;code&gt;dotagent audit&lt;/code&gt; — query and format the audit log&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/dotagent"&gt;avelino/dotagent&lt;/a&gt;: &lt;a href="https://github.com/avelino/dotagent/issues/13"&gt;Add &lt;code&gt;dotagent diff &amp;lt;agent&amp;gt;&lt;/code&gt; — human-readable manifest drift&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/dotagent"&gt;avelino/dotagent&lt;/a&gt;: &lt;a href="https://github.com/avelino/dotagent/issues/12"&gt;Add &lt;code&gt;dotagent tui&lt;/code&gt; — live full-screen dashboard&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/dotagent"&gt;avelino/dotagent&lt;/a&gt;: &lt;a href="https://github.com/avelino/dotagent/issues/11"&gt;Expose Prometheus &lt;code&gt;/metrics&lt;/code&gt; endpoint from the daemon&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/dotagent"&gt;avelino/dotagent&lt;/a&gt;: &lt;a href="https://github.com/avelino/dotagent/issues/10"&gt;Add &lt;code&gt;dotagent why &amp;lt;agent&amp;gt;&lt;/code&gt; — explain why an agent is (not) running now&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/dotagent"&gt;avelino/dotagent&lt;/a&gt;: &lt;a href="https://github.com/avelino/dotagent/issues/9"&gt;Add &lt;code&gt;dotagent history &amp;lt;agent&amp;gt;&lt;/code&gt; — list recent runs from the audit log&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/dotagent"&gt;avelino/dotagent&lt;/a&gt;: &lt;a href="https://github.com/avelino/dotagent/issues/8"&gt;Add &lt;code&gt;dotagent next&lt;/code&gt; — chronological view of upcoming agent fires&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/dotagent"&gt;avelino/dotagent&lt;/a&gt;: &lt;a href="https://github.com/avelino/dotagent/issues/7"&gt;Rate-limit and dedup notifications for repeated failures&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/dotagent"&gt;avelino/dotagent&lt;/a&gt;: &lt;a href="https://github.com/avelino/dotagent/issues/6"&gt;Enforce &lt;code&gt;[security]&lt;/code&gt; declarations at runtime (sandbox-exec / bwrap / firejail)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/dotagent"&gt;avelino/dotagent&lt;/a&gt;: &lt;a href="https://github.com/avelino/dotagent/issues/5"&gt;Parse cron expressions in &lt;code&gt;Schedule::Expression&lt;/code&gt; so the adaptive scheduler can use them&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/dotagent"&gt;avelino/dotagent&lt;/a&gt;: &lt;a href="https://github.com/avelino/dotagent/issues/4"&gt;Implement &lt;code&gt;dotagent plugin invoke&lt;/code&gt; (currently a stub)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/dotagent"&gt;avelino/dotagent&lt;/a&gt;: &lt;a href="https://github.com/avelino/dotagent/issues/3"&gt;Implement &lt;code&gt;dotagent bootstrap&lt;/code&gt; (currently a stub)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/dotagent"&gt;avelino/dotagent&lt;/a&gt;: &lt;a href="https://github.com/avelino/dotagent/issues/1"&gt;CLI commands print raw &lt;code&gt;Debug&lt;/code&gt; dump — unreadable on failure&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2026-05-19"&gt;2026-05-19&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/mcp"&gt;avelino/mcp&lt;/a&gt;: &lt;a href="https://github.com/avelino/mcp/pull/99"&gt;Default audit output to chrondb plus stdout&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/mcp"&gt;avelino/mcp&lt;/a&gt;: &lt;a href="https://github.com/avelino/mcp/pull/97"&gt;Pin fmt layer writer to stderr&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/mcp"&gt;avelino/mcp&lt;/a&gt;: &lt;a href="https://github.com/avelino/mcp/issues/98"&gt;Audit logging: default to dual-sink (chrondb + stdout) so entries are visible without &lt;code&gt;mcp logs&lt;/code&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/mcp"&gt;avelino/mcp&lt;/a&gt;: &lt;a href="https://github.com/avelino/mcp/issues/96"&gt;Tracing logs leak to stdout instead of stderr&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2026-05-08"&gt;2026-05-08&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/mcp"&gt;avelino/mcp&lt;/a&gt;: &lt;a href="https://github.com/avelino/mcp/pull/95"&gt;Add native OpenTelemetry traces and metrics to mcp serve&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/mcp"&gt;avelino/mcp&lt;/a&gt;: &lt;a href="https://github.com/avelino/mcp/pull/94"&gt;chore(deps): bump all libs to latest stable&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/mcp"&gt;avelino/mcp&lt;/a&gt;: &lt;a href="https://github.com/avelino/mcp/issues/93"&gt;Native OpenTelemetry support in &lt;code&gt;mcp serve&lt;/code&gt; (proxy mode)&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2026-05-07"&gt;2026-05-07&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/mcp"&gt;avelino/mcp&lt;/a&gt;: &lt;a href="https://github.com/avelino/mcp/pull/91"&gt;Add OAuth Authorization Server with DCR for mcp serve&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2026-05-06"&gt;2026-05-06&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/mcp"&gt;avelino/mcp&lt;/a&gt;: &lt;a href="https://github.com/avelino/mcp/issues/90"&gt;OAuth 2.0 + Dynamic Client Registration on &lt;code&gt;mcp serve&lt;/code&gt; — enable connection from Claude, ChatGPT, Cursor and other AI clients&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2026-05-04"&gt;2026-05-04&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/mcp"&gt;avelino/mcp&lt;/a&gt;: &lt;a href="https://github.com/avelino/mcp/pull/89"&gt;Add MCP_AUTH_CONFIG for inline OAuth tokens&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2026-05-03"&gt;2026-05-03&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/avelino.run"&gt;avelino/avelino.run&lt;/a&gt;: &lt;a href="https://github.com/avelino/avelino.run/pull/112"&gt;Add social-share OG image generator&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/mcp"&gt;avelino/mcp&lt;/a&gt;: &lt;a href="https://github.com/avelino/mcp/pull/86#pullrequestreview-4216364330"&gt;Bump rustls-webpki from 0.103.10 to 0.103.13 in the cargo group across 1 directory&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/outl"&gt;avelino/outl&lt;/a&gt;: 72 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/outl/commits?author=avelino&amp;amp;since=2026-05-01T00:00:00Z&amp;amp;until=2026-05-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/dotagent"&gt;avelino/dotagent&lt;/a&gt;: 41 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/dotagent/commits?author=avelino&amp;amp;since=2026-05-01T00:00:00Z&amp;amp;until=2026-05-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/mcp"&gt;avelino/mcp&lt;/a&gt;: 15 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/mcp/commits?author=avelino&amp;amp;since=2026-05-01T00:00:00Z&amp;amp;until=2026-05-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/avelino.run"&gt;avelino/avelino.run&lt;/a&gt;: 12 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/avelino.run/commits?author=avelino&amp;amp;since=2026-05-01T00:00:00Z&amp;amp;until=2026-05-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 0 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Flat Engineering Teams Aren't an Org Chart Decision. They're a Maturity Filter</title><link>https://avelino.run/flat-engineering-teams-maturity-filter/</link><pubDate>Mon, 27 Apr 2026 00:00:00 +0000</pubDate><guid>https://avelino.run/flat-engineering-teams-maturity-filter/</guid><description>&lt;p&gt;Meta built an AI engineering team with &lt;a href="https://fortune.com/2026/03/14/metas-ai-team-50-flat-management-structure/"&gt;50 engineers per manager&lt;/a&gt;. The Wall Street Journal called it &amp;quot;ultra-flat.&amp;quot; André Spicer, from Bayes Business School, &lt;a href="https://fortune.com/2026/03/14/metas-ai-team-50-flat-management-structure/"&gt;was more direct&lt;/a&gt;: &amp;quot;it's going to end in tragedy.&amp;quot; Both are wrong for the same reason: they treat flat team structure as an org chart decision.&lt;/p&gt;
&lt;p&gt;Flat team structure is not an org chart decision. It's a cultural consequence.&lt;/p&gt;
&lt;p&gt;And most companies cutting middle management right now aren't going flat. They're going broken with extra steps.&lt;/p&gt;</description></item><item><title>The bug was coordination, not code</title><link>https://avelino.run/the-bug-was-coordination-not-code/</link><pubDate>Fri, 24 Apr 2026 00:00:00 +0000</pubDate><guid>https://avelino.run/the-bug-was-coordination-not-code/</guid><description>&lt;p&gt;Three teams made reasonable decisions. The product broke. That's not an engineering failure - it's what happens when you confuse process with overlap.&lt;/p&gt;
&lt;h2 id="the-postmortem-is-honest-about-the-wrong-thing"&gt;The postmortem is honest about the wrong thing&lt;/h2&gt;
&lt;p&gt;Anthropic published a postmortem on the Claude Code regression. Worth reading in full. Three separate changes, different teams, different weeks, that together looked like model degradation:&lt;/p&gt;
&lt;p&gt;Product switched default reasoning effort from &lt;code&gt;high&lt;/code&gt; to &lt;code&gt;medium&lt;/code&gt; - latency was killing the UX. Engineering shipped a caching optimization to reduce cost on session resume. Another team added a system prompt line to control verbosity on the new model.&lt;/p&gt;</description></item><item><title>The CTO's job changed. The chair didn't</title><link>https://avelino.run/cto-job-changed-chair-didnt/</link><pubDate>Thu, 23 Apr 2026 00:00:00 +0000</pubDate><guid>https://avelino.run/cto-job-changed-chair-didnt/</guid><description>&lt;p&gt;Every company exists to deliver value. When the way we build, lead, and ship accelerates, the team has to accelerate with it. Holding the hand of someone who doesn't want to walk at the new pace doesn't help anyone. Not the person, who stays in a role that's no longer theirs. Not the team, carrying dead weight. Not the company, paying the price of your omission. Looking out for what's best for the company sometimes means, yes, letting people go. Not out of cruelty, out of honesty.&lt;/p&gt;</description></item><item><title>AI tools have a cost problem. But it's not the tools</title><link>https://avelino.run/ai-cost-discipline/</link><pubDate>Sat, 18 Apr 2026 00:00:00 +0000</pubDate><guid>https://avelino.run/ai-cost-discipline/</guid><description>&lt;p&gt;Uber's CTO &lt;a href="https://www.benzinga.com/markets/tech/26/04/51828848/ubers-anthropic-ai-push-hits-wall-cto-says-budget-struggles-despite-spend"&gt;burned through the company's annual AI budget in four months&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;5,000 engineers. Claude Code. An internal leaderboard ranking who uses it the most. Based on what's been reported: no cap, no cost governance. I don't know exactly how it works from the inside - all I have is the public read of the case. And that read tells me a lot about a pattern I see repeating at companies of every size.&lt;/p&gt;</description></item><item><title>The best PMs aren't more skilled. They're more free</title><link>https://avelino.run/best-pms-are-more-free/</link><pubDate>Wed, 15 Apr 2026 00:00:00 +0000</pubDate><guid>https://avelino.run/best-pms-are-more-free/</guid><description>&lt;p&gt;In 2014, I had a decision on the table: migrate the video classification pipeline from CPU to GPU using CUDA.&lt;/p&gt;
&lt;p&gt;The problem was concrete. We processed video at scale - frame extraction with FFmpeg, visual features with HOG (Histogram of Oriented Gradients), classification with SVM. We tested shallow neural networks, but they didn't perform on our volume with the hardware of the time. HOG + SVM was the state of the art we could afford, and it worked - but it ran frame by frame on CPU, and that didn't scale.&lt;/p&gt;</description></item><item><title>Contribute What You Use: Why Real Usage Makes Better Open Source Contributions</title><link>https://avelino.run/contribute-what-you-use/</link><pubDate>Sun, 12 Apr 2026 00:00:00 +0000</pubDate><guid>https://avelino.run/contribute-what-you-use/</guid><description>&lt;p&gt;There's a pattern I see constantly in open source contributions, and it costs everyone involved more than it should.&lt;/p&gt;
&lt;p&gt;Someone finds a project. They like the idea. They read the README, skim the codebase, spot what looks like a gap, and open a pull request. The code is clean. The intention is good. The problem: they've never actually used the software.&lt;/p&gt;
&lt;p&gt;The PR sits in review for a week. The maintainer tries to understand the motivation. Questions get asked. Answers are vague. The proposed solution works for a case the contributor imagined but doesn't account for how real users interact with the system. Eventually the PR gets closed - politely, if the maintainer has the energy for it.&lt;/p&gt;</description></item><item><title>The code is yours. All of it</title><link>https://avelino.run/the-code-is-yours/</link><pubDate>Sat, 11 Apr 2026 00:00:00 +0000</pubDate><guid>https://avelino.run/the-code-is-yours/</guid><description>&lt;blockquote&gt;
&lt;p&gt;AI generates the code. You sign the commit. That's not a workflow detail — it's the entire conversation we're not having.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;I use AI to write code every day. Claude Code, Cursor, depending on the context. I'm not here to defend abstinence or pretend the tools don't work — they work, and whoever hasn't incorporated this into their workflow is wasting real time on tasks that don't deserve human attention.&lt;/p&gt;</description></item><item><title>The governance problem MCP created without asking</title><link>https://avelino.run/mcp-governance-token-sprawl/</link><pubDate>Mon, 06 Apr 2026 00:00:00 +0000</pubDate><guid>https://avelino.run/mcp-governance-token-sprawl/</guid><description>&lt;p&gt;My team adopted MCP fast. I encouraged it — the productivity gains were real and visible. Engineers connecting Sentry, Slack, Grafana, GitHub directly into their workflow, no friction. The kind of thing you want to happen organically.&lt;/p&gt;
&lt;p&gt;Then one day I asked a simple question: who has a Sentry token? Who has Slack? Grafana?&lt;/p&gt;
&lt;p&gt;The answer was: everyone. Each engineer had generated their own. No inventory. No rotation policy. No single revocation point. We had traded operational security for developer experience — and nobody had made that trade explicitly. It just happened, one &lt;code&gt;mcp add&lt;/code&gt; at a time.&lt;/p&gt;</description></item><item><title>Your manager doesn't owe you a career</title><link>https://avelino.run/your-manager-doesnt-owe-you-a-career/</link><pubDate>Sat, 04 Apr 2026 00:00:00 +0000</pubDate><guid>https://avelino.run/your-manager-doesnt-owe-you-a-career/</guid><description>&lt;blockquote&gt;
&lt;p&gt;Your manager doesn't owe you a career. Neither does your company, your performance review, or your 1:1.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Let me tell you how most stagnation stories begin.&lt;/p&gt;
&lt;p&gt;Not with a bad manager. Not with a company that doesn't invest in people. It begins with a silent, almost unconscious belief that professional development is someone else's responsibility.&lt;/p&gt;
&lt;p&gt;You join a company. There's a 1:1 on the calendar. You wait for your manager to ask where you want to go, what you need to learn, which training makes sense. When that doesn't happen - or happens badly - you feel shortchanged. Like the environment wasn't right for growth.&lt;/p&gt;</description></item><item><title>Open Source Contributions - April 2026</title><link>https://avelino.run/foss/2026/04/</link><pubDate>Wed, 01 Apr 2026 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2026/04/</guid><description>&lt;p&gt;This month (April 2026) I contributed across open-source projects with pull requests, code reviews, issues and discussions, spanning multiple repositories and areas of impact.&lt;/p&gt;
&lt;h2 id="2026-04-29"&gt;2026-04-29&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/mcp"&gt;avelino/mcp&lt;/a&gt;: &lt;a href="https://github.com/avelino/mcp/pull/88"&gt;Fix homebrew install by hosting tap in main repo&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2026-04-27"&gt;2026-04-27&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/960"&gt;Fix JWT auth bypass when default enforcement runs without a key&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2026-04-25"&gt;2026-04-25&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/jbundle"&gt;avelino/jbundle&lt;/a&gt;: &lt;a href="https://github.com/avelino/jbundle/pull/69#pullrequestreview-4176054004"&gt;Bump rand from 0.9.2 to 0.9.4&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2026-04-20"&gt;2026-04-20&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/mcp"&gt;avelino/mcp&lt;/a&gt;: &lt;a href="https://github.com/avelino/mcp/issues/85"&gt;Complete config management CLI: list/get/add-manual/remove/import&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/mcp"&gt;avelino/mcp&lt;/a&gt;: &lt;a href="https://github.com/avelino/mcp/issues/84"&gt;CLI daemon: keep stdio backends warm across isolated CLI invocations&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/mcp"&gt;avelino/mcp&lt;/a&gt;: &lt;a href="https://github.com/avelino/mcp/issues/83"&gt;Per-server tool filtering: allowedTools/blockedTools in servers.json&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2026-04-14"&gt;2026-04-14&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/mcp"&gt;avelino/mcp&lt;/a&gt;: &lt;a href="https://github.com/avelino/mcp/pull/82"&gt;Add timeout/logging/audit/CLI features for 0.5.0 release&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/mcp"&gt;avelino/mcp&lt;/a&gt;: &lt;a href="https://github.com/avelino/mcp/pull/81"&gt;Per-server lazy discovery for tools/call, resources/read, prompts/get&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/mcp"&gt;avelino/mcp&lt;/a&gt;: &lt;a href="https://github.com/avelino/mcp/pull/80#pullrequestreview-4104930668"&gt;Bump rand from 0.9.2 to 0.9.3&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2026-04-13"&gt;2026-04-13&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/mcp"&gt;avelino/mcp&lt;/a&gt;: &lt;a href="https://github.com/avelino/mcp/pull/79"&gt;Add Kubernetes reference manifests and deployment guide&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/mcp"&gt;avelino/mcp&lt;/a&gt;: &lt;a href="https://github.com/avelino/mcp/pull/78"&gt;Add dispatch and ACL enforcement for resources/* and prompts/*&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/mcp"&gt;avelino/mcp&lt;/a&gt;: &lt;a href="https://github.com/avelino/mcp/pull/75"&gt;Add container-friendly config and env var overrides&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/mcp"&gt;avelino/mcp&lt;/a&gt;: &lt;a href="https://github.com/avelino/mcp/pull/74"&gt;Add multi-stage Dockerfile and built-in healthcheck&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/mcp"&gt;avelino/mcp&lt;/a&gt;: &lt;a href="https://github.com/avelino/mcp/pull/64"&gt;Add ACL check CLI and enriched audit logging&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/jbundle"&gt;avelino/jbundle&lt;/a&gt;: &lt;a href="https://github.com/avelino/jbundle/pull/68#pullrequestreview-4096015208"&gt;Bump rustls-webpki from 0.103.9 to 0.103.10&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/mcp"&gt;avelino/mcp&lt;/a&gt;: &lt;a href="https://github.com/avelino/mcp/issues/77"&gt;CLI transport: first tool call blocks on all-backend discovery&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/mcp"&gt;avelino/mcp&lt;/a&gt;: &lt;a href="https://github.com/avelino/mcp/issues/76"&gt;Structured operational logging with tracing crate&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/mcp"&gt;avelino/mcp&lt;/a&gt;: &lt;a href="https://github.com/avelino/mcp/issues/73"&gt;Container image based on debian:bookworm-slim — unnecessary attack surface and image size&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/mcp"&gt;avelino/mcp&lt;/a&gt;: &lt;a href="https://github.com/avelino/mcp/issues/72"&gt;No Prometheus/OpenTelemetry metrics — operators cannot monitor proxy behavior over time&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/mcp"&gt;avelino/mcp&lt;/a&gt;: &lt;a href="https://github.com/avelino/mcp/issues/71"&gt;Audit log data is ephemeral in containers — no path override, disable, or stdout mode&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/mcp"&gt;avelino/mcp&lt;/a&gt;: &lt;a href="https://github.com/avelino/mcp/issues/70"&gt;Graceful shutdown behavior is undocumented and untested under Kubernetes lifecycle&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/mcp"&gt;avelino/mcp&lt;/a&gt;: &lt;a href="https://github.com/avelino/mcp/issues/69"&gt;No Helm chart — environment customization requires manual manifest forking&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/mcp"&gt;avelino/mcp&lt;/a&gt;: &lt;a href="https://github.com/avelino/mcp/issues/68"&gt;No Kubernetes manifests — proxy requires undocumented operational knowledge to deploy&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/mcp"&gt;avelino/mcp&lt;/a&gt;: &lt;a href="https://github.com/avelino/mcp/issues/67"&gt;Container deployment requires file mounts — no inline config or writable-path overrides&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/mcp"&gt;avelino/mcp&lt;/a&gt;: &lt;a href="https://github.com/avelino/mcp/issues/66"&gt;docker-compose health check does not verify the server is actually running&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/mcp"&gt;avelino/mcp&lt;/a&gt;: &lt;a href="https://github.com/avelino/mcp/issues/65"&gt;Dockerfile requires pre-built binary — no reproducible build from source&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2026-04-12"&gt;2026-04-12&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/mcp"&gt;avelino/mcp&lt;/a&gt;: &lt;a href="https://github.com/avelino/mcp/pull/63"&gt;Add role-based ACL with union evaluation and read/write enforcement&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2026-04-09"&gt;2026-04-09&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/mcp"&gt;avelino/mcp&lt;/a&gt;: &lt;a href="https://github.com/avelino/mcp/pull/62"&gt;Add read/write tool classifier with manual override&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/mcp"&gt;avelino/mcp&lt;/a&gt;: &lt;a href="https://github.com/avelino/mcp/pull/61"&gt;Populate roles in Bearer and Forwarded auth providers&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/mcp"&gt;avelino/mcp&lt;/a&gt;: &lt;a href="https://github.com/avelino/mcp/pull/60"&gt;Add mcp update command to refresh server config from registry&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/mcp"&gt;avelino/mcp&lt;/a&gt;: &lt;a href="https://github.com/avelino/mcp/pull/52"&gt;Make mcp serve non-blocking under concurrent clients&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/mcp"&gt;avelino/mcp&lt;/a&gt;: &lt;a href="https://github.com/avelino/mcp/pull/44#pullrequestreview-4082218392"&gt;Support --dry-run flag for tool calls&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/mcp"&gt;avelino/mcp&lt;/a&gt;: &lt;a href="https://github.com/avelino/mcp/issues/59"&gt;ACL: strict classification mode for ambiguous tools&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/mcp"&gt;avelino/mcp&lt;/a&gt;: &lt;a href="https://github.com/avelino/mcp/issues/58"&gt;Proxy: dispatch and ACL enforcement for resources/* and prompts/*&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/mcp"&gt;avelino/mcp&lt;/a&gt;: &lt;a href="https://github.com/avelino/mcp/issues/57"&gt;Auth: JWT/OIDC provider with claim-based role extraction&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/mcp"&gt;avelino/mcp&lt;/a&gt;: &lt;a href="https://github.com/avelino/mcp/issues/56"&gt;ACL: mcp acl check CLI and enriched audit log entries&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/mcp"&gt;avelino/mcp&lt;/a&gt;: &lt;a href="https://github.com/avelino/mcp/issues/55"&gt;ACL: new role-based schema, union evaluation, and read/write enforcement&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/mcp"&gt;avelino/mcp&lt;/a&gt;: &lt;a href="https://github.com/avelino/mcp/issues/54"&gt;ACL: automatic tool read/write classifier with manual override&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/mcp"&gt;avelino/mcp&lt;/a&gt;: &lt;a href="https://github.com/avelino/mcp/issues/53"&gt;ACL: populate real roles in auth providers (Bearer + Forwarded)&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2026-04-07"&gt;2026-04-07&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/mcp"&gt;avelino/mcp&lt;/a&gt;: &lt;a href="https://github.com/avelino/mcp/pull/50"&gt;Fix ACL glob matching to support multi-wildcard patterns&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/mcp"&gt;avelino/mcp&lt;/a&gt;: &lt;a href="https://github.com/avelino/mcp/issues/51"&gt;MCP process leak: proxy does not reap child backends after clients disconnect&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2026-04-04"&gt;2026-04-04&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/avelino.run"&gt;avelino/avelino.run&lt;/a&gt;: &lt;a href="https://github.com/avelino/avelino.run/pull/111"&gt;post: mcp-governance-token-sprawl&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2026-04-03"&gt;2026-04-03&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/chrondb"&gt;avelino/chrondb&lt;/a&gt;: &lt;a href="https://github.com/avelino/chrondb/pull/143"&gt;Add Swift and Kotlin bindings, fix Python wheel and release pipeline&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/chrondb"&gt;avelino/chrondb&lt;/a&gt;: &lt;a href="https://github.com/avelino/chrondb/pull/142"&gt;Consolidate CI from 10 to 7 workflows&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/chrondb"&gt;avelino/chrondb&lt;/a&gt;: &lt;a href="https://github.com/avelino/chrondb/pull/140"&gt;Add export-to-directory and expose backup/export via FFI&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/chrondb"&gt;avelino/chrondb&lt;/a&gt;: &lt;a href="https://github.com/avelino/chrondb/issues/141"&gt;CI publishes duplicate packages from two overlapping release workflows&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/chrondb"&gt;avelino/chrondb&lt;/a&gt;: &lt;a href="https://github.com/avelino/chrondb/issues/139"&gt;feat(storage): Export bare repository tree to filesystem directory&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2026-04-01"&gt;2026-04-01&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/chrondb"&gt;avelino/chrondb&lt;/a&gt;: &lt;a href="https://github.com/avelino/chrondb/pull/138"&gt;Add production documentation for deployment, security, and operations&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/avelino.run"&gt;avelino/avelino.run&lt;/a&gt;: &lt;a href="https://github.com/avelino/avelino.run/pull/110"&gt;add post: Your manager doesn't owe you a career&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/chrondb"&gt;avelino/chrondb&lt;/a&gt;: &lt;a href="https://github.com/avelino/chrondb/issues/137"&gt;Benchmark CI workflow does not fail on performance regressions&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/chrondb"&gt;avelino/chrondb&lt;/a&gt;: &lt;a href="https://github.com/avelino/chrondb/issues/136"&gt;Missing CONTRIBUTING.md and developer setup documentation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/chrondb"&gt;avelino/chrondb&lt;/a&gt;: &lt;a href="https://github.com/avelino/chrondb/issues/135"&gt;Missing deployment guides: Kubernetes manifests, docker-compose, and production checklist&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/chrondb"&gt;avelino/chrondb&lt;/a&gt;: &lt;a href="https://github.com/avelino/chrondb/issues/134"&gt;Incomplete API and protocol reference documentation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/chrondb"&gt;avelino/chrondb&lt;/a&gt;: &lt;a href="https://github.com/avelino/chrondb/issues/133"&gt;cljfmt formatting not enforced in CI pipeline&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/chrondb"&gt;avelino/chrondb&lt;/a&gt;: &lt;a href="https://github.com/avelino/chrondb/issues/132"&gt;No property-based testing for parser, storage invariants, and query correctness&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/chrondb"&gt;avelino/chrondb&lt;/a&gt;: &lt;a href="https://github.com/avelino/chrondb/issues/131"&gt;CI only tests on Linux — no cross-platform testing&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/chrondb"&gt;avelino/chrondb&lt;/a&gt;: &lt;a href="https://github.com/avelino/chrondb/issues/130"&gt;Test coverage threshold is 55% — below industry standard for database software&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/chrondb"&gt;avelino/chrondb&lt;/a&gt;: &lt;a href="https://github.com/avelino/chrondb/issues/129"&gt;WAL recovery module has zero test coverage&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/chrondb"&gt;avelino/chrondb&lt;/a&gt;: &lt;a href="https://github.com/avelino/chrondb/issues/128"&gt;Missing Redis hash/list/set/sorted-set operations for basic compatibility&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/chrondb"&gt;avelino/chrondb&lt;/a&gt;: &lt;a href="https://github.com/avelino/chrondb/issues/127"&gt;Missing Redis MULTI/EXEC transaction support&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/chrondb"&gt;avelino/chrondb&lt;/a&gt;: &lt;a href="https://github.com/avelino/chrondb/issues/126"&gt;Missing critical Redis key operations: KEYS, SCAN, EXPIRE, TTL, MGET, MSET&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/chrondb"&gt;avelino/chrondb&lt;/a&gt;: &lt;a href="https://github.com/avelino/chrondb/issues/125"&gt;Schema validation not exposed via FFI layer&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/chrondb"&gt;avelino/chrondb&lt;/a&gt;: &lt;a href="https://github.com/avelino/chrondb/issues/124"&gt;Database introspection (info, stats, health) not exposed via FFI&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/chrondb"&gt;avelino/chrondb&lt;/a&gt;: &lt;a href="https://github.com/avelino/chrondb/issues/123"&gt;Transaction metadata (user, origin, flags) not available in FFI operations&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/chrondb"&gt;avelino/chrondb&lt;/a&gt;: &lt;a href="https://github.com/avelino/chrondb/issues/122"&gt;Backup/Restore not exposed via FFI layer&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/chrondb"&gt;avelino/chrondb&lt;/a&gt;: &lt;a href="https://github.com/avelino/chrondb/issues/121"&gt;Branch management operations missing from FFI layer&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/chrondb"&gt;avelino/chrondb&lt;/a&gt;: &lt;a href="https://github.com/avelino/chrondb/issues/120"&gt;feat(sql): Implement RIGHT JOIN, FULL OUTER JOIN, and CROSS JOIN&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/chrondb"&gt;avelino/chrondb&lt;/a&gt;: &lt;a href="https://github.com/avelino/chrondb/issues/119"&gt;feat(sql): Implement set operations (UNION, INTERSECT, EXCEPT)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/chrondb"&gt;avelino/chrondb&lt;/a&gt;: &lt;a href="https://github.com/avelino/chrondb/issues/118"&gt;feat(sql): Implement Common Table Expressions (WITH clause)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/chrondb"&gt;avelino/chrondb&lt;/a&gt;: &lt;a href="https://github.com/avelino/chrondb/issues/117"&gt;feat(sql): Implement CASE expressions&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/chrondb"&gt;avelino/chrondb&lt;/a&gt;: &lt;a href="https://github.com/avelino/chrondb/issues/116"&gt;feat(sql): Implement window functions (ROW_NUMBER, RANK, LAG, LEAD)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/chrondb"&gt;avelino/chrondb&lt;/a&gt;: &lt;a href="https://github.com/avelino/chrondb/issues/115"&gt;No query planner — every SQL query performs full table scan&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/chrondb"&gt;avelino/chrondb&lt;/a&gt;: &lt;a href="https://github.com/avelino/chrondb/issues/114"&gt;No batch/bulk operations in Storage protocol&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/chrondb"&gt;avelino/chrondb&lt;/a&gt;: &lt;a href="https://github.com/avelino/chrondb/issues/113"&gt;OCC version tracker can diverge from Git HEAD after crash&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/chrondb"&gt;avelino/chrondb&lt;/a&gt;: &lt;a href="https://github.com/avelino/chrondb/issues/112"&gt;Branch-level write lock serializes all operations on the same branch&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/chrondb"&gt;avelino/chrondb&lt;/a&gt;: &lt;a href="https://github.com/avelino/chrondb/issues/111"&gt;History queries perform redundant repository scans per document path&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/chrondb"&gt;avelino/chrondb&lt;/a&gt;: &lt;a href="https://github.com/avelino/chrondb/issues/110"&gt;get-documents-by-table loads and JSON-parses every document in repository&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/chrondb"&gt;avelino/chrondb&lt;/a&gt;: &lt;a href="https://github.com/avelino/chrondb/issues/109"&gt;Document path resolution performs O(n) tree scans on every read&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/mcp"&gt;avelino/mcp&lt;/a&gt;: 35 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/mcp/commits?author=avelino&amp;amp;since=2026-04-01T00:00:00Z&amp;amp;until=2026-04-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/chrondb"&gt;avelino/chrondb&lt;/a&gt;: 20 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/chrondb/commits?author=avelino&amp;amp;since=2026-04-01T00:00:00Z&amp;amp;until=2026-04-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/avelino.run"&gt;avelino/avelino.run&lt;/a&gt;: 17 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/avelino.run/commits?author=avelino&amp;amp;since=2026-04-01T00:00:00Z&amp;amp;until=2026-04-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/roam-tui"&gt;avelino/roam-tui&lt;/a&gt;: 4 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/roam-tui/commits?author=avelino&amp;amp;since=2026-04-01T00:00:00Z&amp;amp;until=2026-04-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/avelino"&gt;avelino/avelino&lt;/a&gt;: 2 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/avelino/commits?author=avelino&amp;amp;since=2026-04-01T00:00:00Z&amp;amp;until=2026-04-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/prest/prest/commits?author=avelino&amp;amp;since=2026-04-01T00:00:00Z&amp;amp;until=2026-04-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/estimaai.com"&gt;avelino/estimaai.com&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/estimaai.com/commits?author=avelino&amp;amp;since=2026-04-01T00:00:00Z&amp;amp;until=2026-04-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 0 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Product is not a role. It's a moment.</title><link>https://avelino.run/product-is-not-a-role-its-a-moment/</link><pubDate>Wed, 01 Apr 2026 00:00:00 +0000</pubDate><guid>https://avelino.run/product-is-not-a-role-its-a-moment/</guid><description>&lt;p&gt;In 2026 I took back ownership of product at Buser. Not as a fallback — as a deliberate choice. For that sentence to make sense, I need to be honest about what happened before.&lt;/p&gt;
&lt;h2 id="20222023-building-under-constraint"&gt;2022–2023: building under constraint&lt;/h2&gt;
&lt;p&gt;When I took on product at Buser in 2022, the equation was simple to state and brutally hard to execute: cut cost and grow revenue at the same time. The pandemic had shaken the bus travel sector, margins were thin, and every product decision needed a clear economic hypothesis before it became a line of code.&lt;/p&gt;</description></item><item><title>AI companies didn't stop shipping. Why did you stop learning?</title><link>https://avelino.run/ai-companies-didnt-stop-shipping/</link><pubDate>Sun, 29 Mar 2026 00:00:00 +0000</pubDate><guid>https://avelino.run/ai-companies-didnt-stop-shipping/</guid><description>&lt;blockquote&gt;
&lt;p&gt;Stopping learning is a decision. Just don't call it skepticism.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;In six months, every major AI company shipped models that were fundamentally more capable — not incremental updates, real capability jumps. And there are still developers who haven't prioritized learning to work differently. That's not healthy skepticism. That's inertia with a philosophy glued on top.&lt;/p&gt;
&lt;h2 id="whats-actually-happening"&gt;What's actually happening&lt;/h2&gt;
&lt;p&gt;There's a group of developers who take pride in not using AI tools. They frame it as craftsmanship, as protecting &amp;quot;real engineering,&amp;quot; as technical prudence. When you press the argument, they say they're &amp;quot;keeping an eye on the market&amp;quot; or &amp;quot;waiting for the right tool at the right moment.&amp;quot;&lt;/p&gt;</description></item><item><title>You're not lazy. You were trained to give up</title><link>https://avelino.run/you-are-not-lazy-you-were-trained-to-give-up/</link><pubDate>Mon, 09 Mar 2026 00:00:00 +0000</pubDate><guid>https://avelino.run/you-are-not-lazy-you-were-trained-to-give-up/</guid><description>&lt;p&gt;&lt;a href="https://www.amazon.com/Learned-Helplessness-Theory-Personal-Control/dp/0195044665"&gt;Martin Seligman&lt;/a&gt; put dogs in a cage with an electrified floor. When they tried to escape, they couldn't. After a few attempts, they stopped trying.&lt;/p&gt;
&lt;p&gt;Then he opened the cage door.&lt;/p&gt;
&lt;p&gt;The dogs didn't move. They lay there, taking shocks, with the exit wide open in front of them.&lt;/p&gt;
&lt;p&gt;Seligman called this &lt;strong&gt;&lt;a href="https://www.amazon.com/Learned-Helplessness-Theory-Personal-Control/dp/0195044665"&gt;learned helplessness&lt;/a&gt;&lt;/strong&gt;. The organism learns that its actions have no effect — and once it learns that deeply enough, it stops acting. Not out of laziness. Not out of incapacity. But because it was conditioned to believe that movement changes nothing.&lt;/p&gt;</description></item><item><title>Topical Authority: Why You Should Write About the Destination Before Selling the Ticket</title><link>https://avelino.run/topical-authority-destination-before-ticket/</link><pubDate>Sun, 08 Mar 2026 00:00:00 +0000</pubDate><guid>https://avelino.run/topical-authority-destination-before-ticket/</guid><description>&lt;p&gt;In 2020, at the worst moment of the pandemic for the travel industry, Brian Chesky said something in an earnings call that made the SEO internet lose its mind:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;quot;What the pandemic showed us is that we can take marketing down to zero and still have 95% of the same traffic as the year before.&amp;quot;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;The SEO community celebrated as if it were a personal win. But Chesky completed the thought &lt;a href="https://twitter.com/bchesky"&gt;in a tweet&lt;/a&gt; that was almost universally ignored:&lt;/p&gt;</description></item><item><title>Open Source Contributions - March 2026</title><link>https://avelino.run/foss/2026/03/</link><pubDate>Sun, 01 Mar 2026 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2026/03/</guid><description>&lt;p&gt;This month (March 2026) I contributed across open-source projects with pull requests, code reviews, issues and discussions, spanning multiple repositories and areas of impact.&lt;/p&gt;
&lt;h2 id="2026-03-31"&gt;2026-03-31&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/roam-tui"&gt;avelino/roam-tui&lt;/a&gt;: &lt;a href="https://github.com/avelino/roam-tui/pull/32"&gt;add headless sync with ChronDB for block-level versioning&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/chrondb"&gt;avelino/chrondb&lt;/a&gt;: &lt;a href="https://github.com/avelino/chrondb/pull/108"&gt;Register remote transport classes for GraalVM reflection&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/chrondb"&gt;avelino/chrondb&lt;/a&gt;: &lt;a href="https://github.com/avelino/chrondb/pull/106"&gt;Expose remote repository operations through FFI bindings&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/chrondb"&gt;avelino/chrondb&lt;/a&gt;: &lt;a href="https://github.com/avelino/chrondb/issues/107"&gt;setup_remote fails in native-image: URIish constructor not found&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/chrondb"&gt;avelino/chrondb&lt;/a&gt;: &lt;a href="https://github.com/avelino/chrondb/issues/105"&gt;FFI bindings cannot use remote repositories (push, pull, fetch, clone)&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2026-03-30"&gt;2026-03-30&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/mcp"&gt;avelino/mcp&lt;/a&gt;: &lt;a href="https://github.com/avelino/mcp/pull/48"&gt;Fix CLI transport broken subcommands and missing auto-discovery&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/mcp"&gt;avelino/mcp&lt;/a&gt;: &lt;a href="https://github.com/avelino/mcp/pull/46"&gt;Add persistent tool cache for instant serve startup&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/mcp"&gt;avelino/mcp&lt;/a&gt;: &lt;a href="https://github.com/avelino/mcp/pull/43"&gt;Parallelize backend discovery and shutdown&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/roam-tui"&gt;avelino/roam-tui&lt;/a&gt;: &lt;a href="https://github.com/avelino/roam-tui/pull/31#pullrequestreview-4029504636"&gt;Bump rustls-webpki from 0.103.9 to 0.103.10&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/mcp"&gt;avelino/mcp&lt;/a&gt;: &lt;a href="https://github.com/avelino/mcp/issues/47"&gt;CLI transport: hyphenated subcommands break on execution and tools/call fails without prior tools/list&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/mcp"&gt;avelino/mcp&lt;/a&gt;: &lt;a href="https://github.com/avelino/mcp/issues/45"&gt;serve: slow backends block tools/list and cause SIGPIPE&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/mcp"&gt;avelino/mcp&lt;/a&gt;: &lt;a href="https://github.com/avelino/mcp/issues/42"&gt;Server hangs on Ctrl+C requiring second signal to exit&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/mcp"&gt;avelino/mcp&lt;/a&gt;: &lt;a href="https://github.com/avelino/mcp/issues/41"&gt;Backend tool discovery is sequential — slow startup with multiple servers&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2026-03-29"&gt;2026-03-29&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/mcp"&gt;avelino/mcp&lt;/a&gt;: &lt;a href="https://github.com/avelino/mcp/pull/40"&gt;Add --health flag, JSONC config support, and gh CLI discovery&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/mcp"&gt;avelino/mcp&lt;/a&gt;: &lt;a href="https://github.com/avelino/mcp/pull/39"&gt;Add CLI-to-MCP bridge with auto-discovery from --help&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/avelino.run"&gt;avelino/avelino.run&lt;/a&gt;: &lt;a href="https://github.com/avelino/avelino.run/pull/109"&gt;Avelino/product is not a role its a moment&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/mcp"&gt;avelino/mcp&lt;/a&gt;: &lt;a href="https://github.com/avelino/mcp/pull/29#pullrequestreview-4027202901"&gt;Validate URL on &lt;code&gt;mcp add --url&lt;/code&gt; before saving to config&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/mcp"&gt;avelino/mcp&lt;/a&gt;: &lt;a href="https://github.com/avelino/mcp/issues/38"&gt;Support CLI tools as MCP servers (auto-discovery via --help)&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2026-03-25"&gt;2026-03-25&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/mcp"&gt;avelino/mcp&lt;/a&gt;: &lt;a href="https://github.com/avelino/mcp/pull/37#pullrequestreview-4008559922"&gt;Bump rustls-webpki from 0.103.9 to 0.103.10&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2026-03-23"&gt;2026-03-23&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/calblend"&gt;avelino/calblend&lt;/a&gt;: &lt;a href="https://github.com/avelino/calblend/pull/2"&gt;Add desktop app with Tauri for macOS, Linux and Windows&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2026-03-20"&gt;2026-03-20&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/jbundle"&gt;avelino/jbundle&lt;/a&gt;: &lt;a href="https://github.com/avelino/jbundle/pull/67#pullrequestreview-3984573580"&gt;Bump tar from 0.4.44 to 0.4.45&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/mcp"&gt;avelino/mcp&lt;/a&gt;: &lt;a href="https://github.com/avelino/mcp/pull/36#pullrequestreview-3984575741"&gt;Bump tar from 0.4.44 to 0.4.45&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2026-03-19"&gt;2026-03-19&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/chrondb"&gt;avelino/chrondb&lt;/a&gt;: &lt;a href="https://github.com/avelino/chrondb/pull/104"&gt;Add single-path API, embedded SQL, and standalone CLI&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/chrondb"&gt;avelino/chrondb&lt;/a&gt;: &lt;a href="https://github.com/avelino/chrondb/issues/103"&gt;No CLI tool for quick database interactions&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/chrondb"&gt;avelino/chrondb&lt;/a&gt;: &lt;a href="https://github.com/avelino/chrondb/issues/102"&gt;SQL query engine is only accessible through a running server&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/chrondb"&gt;avelino/chrondb&lt;/a&gt;: &lt;a href="https://github.com/avelino/chrondb/issues/101"&gt;Opening a database requires too much internal knowledge&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/chrondb"&gt;avelino/chrondb&lt;/a&gt;: &lt;a href="https://github.com/avelino/chrondb/issues/100"&gt;ChronDB is too hard to use as an embedded database&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2026-03-18"&gt;2026-03-18&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/chrondb"&gt;avelino/chrondb&lt;/a&gt;: &lt;a href="https://github.com/avelino/chrondb/pull/98"&gt;Add idle timeout to Rust SDK for GraalVM isolate lifecycle&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/chrondb"&gt;avelino/chrondb&lt;/a&gt;: &lt;a href="https://github.com/avelino/chrondb/issues/99"&gt;Generate multi-language bindings from Rust SDK via UniFFI and NAPI-RS&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2026-03-17"&gt;2026-03-17&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/mcp"&gt;avelino/mcp&lt;/a&gt;: &lt;a href="https://github.com/avelino/mcp/pull/35"&gt;Add lazy initialization and adaptive idle shutdown for backends&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/mcp"&gt;avelino/mcp&lt;/a&gt;: &lt;a href="https://github.com/avelino/mcp/pull/33"&gt;Fix HTTP+SSE transport for Claude Code compatibility&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/mcp"&gt;avelino/mcp&lt;/a&gt;: &lt;a href="https://github.com/avelino/mcp/issues/34"&gt;Lazy initialization and adaptive auto-shutdown for backend MCP servers&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/mcp"&gt;avelino/mcp&lt;/a&gt;: &lt;a href="https://github.com/avelino/mcp/issues/32"&gt;Fix HTTP+SSE transport compatibility with Claude Code client&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2026-03-16"&gt;2026-03-16&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/mcp"&gt;avelino/mcp&lt;/a&gt;: &lt;a href="https://github.com/avelino/mcp/pull/31"&gt;Add audit logging for all CLI and proxy operations&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/mcp"&gt;avelino/mcp&lt;/a&gt;: &lt;a href="https://github.com/avelino/mcp/pull/28"&gt;Add server-side authentication and ACL for proxy mode&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/mcp"&gt;avelino/mcp&lt;/a&gt;: &lt;a href="https://github.com/avelino/mcp/pull/26"&gt;Add proxy mode to expose all servers as a single MCP endpoint&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/mcp"&gt;avelino/mcp&lt;/a&gt;: &lt;a href="https://github.com/avelino/mcp/pull/24"&gt;fix: capture child process stderr and handle malformed config gracefully&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/mcp"&gt;avelino/mcp&lt;/a&gt;: &lt;a href="https://github.com/avelino/mcp/pull/23"&gt;Add CI/CD pipelines and Homebrew distribution&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/mcp"&gt;avelino/mcp&lt;/a&gt;: &lt;a href="https://github.com/avelino/mcp/pull/22"&gt;Add human-friendly default output with auto-detection&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/limonkufu/gradient-gcal-event-merge"&gt;limonkufu/gradient-gcal-event-merge&lt;/a&gt;: &lt;a href="https://github.com/limonkufu/gradient-gcal-event-merge/pull/2"&gt;Merge busy events from other calendars&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/firefox-airtraffic"&gt;avelino/firefox-airtraffic&lt;/a&gt;: &lt;a href="https://github.com/avelino/firefox-airtraffic/pull/3"&gt;Add negate flag to routing rules&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/firefox-airtraffic"&gt;avelino/firefox-airtraffic&lt;/a&gt;: &lt;a href="https://github.com/avelino/firefox-airtraffic/pull/1#pullrequestreview-3953987890"&gt;Bump yauzl and web-ext&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/mcp"&gt;avelino/mcp&lt;/a&gt;: &lt;a href="https://github.com/avelino/mcp/issues/30"&gt;Add audit log for MCP proxy calls using ChronDB&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/mcp"&gt;avelino/mcp&lt;/a&gt;: &lt;a href="https://github.com/avelino/mcp/issues/27"&gt;HTTP server mode for mcp serve with authentication&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/mcp"&gt;avelino/mcp&lt;/a&gt;: &lt;a href="https://github.com/avelino/mcp/issues/25"&gt;Proxy mode: expose all configured servers as a single MCP endpoint&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/mcp"&gt;avelino/mcp&lt;/a&gt;: &lt;a href="https://github.com/avelino/mcp/issues/21"&gt;Human-friendly default output — stop dumping raw JSON&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/mcp"&gt;avelino/mcp&lt;/a&gt;: &lt;a href="https://github.com/avelino/mcp/issues/20"&gt;Pre-built binaries for releases&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/mcp"&gt;avelino/mcp&lt;/a&gt;: &lt;a href="https://github.com/avelino/mcp/issues/19"&gt;GitHub Actions action for CI/CD usage&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/mcp"&gt;avelino/mcp&lt;/a&gt;: &lt;a href="https://github.com/avelino/mcp/issues/18"&gt;Nix flake&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/mcp"&gt;avelino/mcp&lt;/a&gt;: &lt;a href="https://github.com/avelino/mcp/issues/17"&gt;Homebrew formula&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/mcp"&gt;avelino/mcp&lt;/a&gt;: &lt;a href="https://github.com/avelino/mcp/issues/16"&gt;OAuth callback uses fixed port range — conflicts with other processes&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/mcp"&gt;avelino/mcp&lt;/a&gt;: &lt;a href="https://github.com/avelino/mcp/issues/15"&gt;Config manager panics on malformed JSON structure&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/mcp"&gt;avelino/mcp&lt;/a&gt;: &lt;a href="https://github.com/avelino/mcp/issues/14"&gt;&lt;code&gt;mcp add --url&lt;/code&gt; does not validate the URL&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/mcp"&gt;avelino/mcp&lt;/a&gt;: &lt;a href="https://github.com/avelino/mcp/issues/13"&gt;MCP_TIMEOUT does not apply to HTTP transport&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/mcp"&gt;avelino/mcp&lt;/a&gt;: &lt;a href="https://github.com/avelino/mcp/issues/12"&gt;Child process stderr is silenced — server errors are invisible&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/mcp"&gt;avelino/mcp&lt;/a&gt;: &lt;a href="https://github.com/avelino/mcp/issues/11"&gt;Add &lt;code&gt;mcp &amp;lt;server&amp;gt; --health&lt;/code&gt; for connection check&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/mcp"&gt;avelino/mcp&lt;/a&gt;: &lt;a href="https://github.com/avelino/mcp/issues/10"&gt;Retry with backoff on HTTP 429 and 503&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/mcp"&gt;avelino/mcp&lt;/a&gt;: &lt;a href="https://github.com/avelino/mcp/issues/9"&gt;Add &lt;code&gt;mcp config path&lt;/code&gt; to print config file location&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/mcp"&gt;avelino/mcp&lt;/a&gt;: &lt;a href="https://github.com/avelino/mcp/issues/8"&gt;Add &lt;code&gt;mcp config edit&lt;/code&gt; to open config in $EDITOR&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/mcp"&gt;avelino/mcp&lt;/a&gt;: &lt;a href="https://github.com/avelino/mcp/issues/7"&gt;WebSocket transport support&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/mcp"&gt;avelino/mcp&lt;/a&gt;: &lt;a href="https://github.com/avelino/mcp/issues/6"&gt;Human-readable table output for --list&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/mcp"&gt;avelino/mcp&lt;/a&gt;: &lt;a href="https://github.com/avelino/mcp/issues/5"&gt;Shell completions for bash, zsh, and fish&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/mcp"&gt;avelino/mcp&lt;/a&gt;: &lt;a href="https://github.com/avelino/mcp/issues/4"&gt;Filter tools by name in --list&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/mcp"&gt;avelino/mcp&lt;/a&gt;: &lt;a href="https://github.com/avelino/mcp/issues/3"&gt;Add &lt;code&gt;mcp update&lt;/code&gt; command to refresh server config from registry&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/mcp"&gt;avelino/mcp&lt;/a&gt;: &lt;a href="https://github.com/avelino/mcp/issues/2"&gt;Support single-line JSON output for scripting&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/mcp"&gt;avelino/mcp&lt;/a&gt;: &lt;a href="https://github.com/avelino/mcp/issues/1"&gt;Support --dry-run flag for tool calls&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/limonkufu/gradient-gcal-event-merge"&gt;limonkufu/gradient-gcal-event-merge&lt;/a&gt;: &lt;a href="https://github.com/limonkufu/gradient-gcal-event-merge/issues/1"&gt;busy event merge&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2026-03-15"&gt;2026-03-15&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/roam-tui"&gt;avelino/roam-tui&lt;/a&gt;: &lt;a href="https://github.com/avelino/roam-tui/pull/30"&gt;Restructure UI and command layers for single responsibility&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/roam-tui"&gt;avelino/roam-tui&lt;/a&gt;: &lt;a href="https://github.com/avelino/roam-tui/pull/29"&gt;Add CLI subcommands exposing all Roam SDK operations&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/roam-tui"&gt;avelino/roam-tui&lt;/a&gt;: &lt;a href="https://github.com/avelino/roam-tui/pull/27"&gt;Add 7 new MCP tools and improve existing tool descriptions&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/roam-tui"&gt;avelino/roam-tui&lt;/a&gt;: &lt;a href="https://github.com/avelino/roam-tui/issues/28"&gt;CLI subcommands: expose MCP tools as first-class CLI interface&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2026-03-14"&gt;2026-03-14&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/jbundle"&gt;avelino/jbundle&lt;/a&gt;: &lt;a href="https://github.com/avelino/jbundle/pull/66#pullrequestreview-3949213690"&gt;Bump quinn-proto from 0.11.13 to 0.11.14&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/roam-tui"&gt;avelino/roam-tui&lt;/a&gt;: &lt;a href="https://github.com/avelino/roam-tui/pull/26#pullrequestreview-3949233729"&gt;Bump quinn-proto from 0.11.13 to 0.11.14&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2026-03-13"&gt;2026-03-13&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/jbundle"&gt;avelino/jbundle&lt;/a&gt;: &lt;a href="https://github.com/avelino/jbundle/pull/65"&gt;Add cross-compilation, dry-run, install script and improve error output&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/jbundle"&gt;avelino/jbundle&lt;/a&gt;: &lt;a href="https://github.com/avelino/jbundle/pull/64"&gt;Reduce binary size with single-pass compression&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2026-03-12"&gt;2026-03-12&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/jbundle"&gt;avelino/jbundle&lt;/a&gt;: &lt;a href="https://github.com/avelino/jbundle/pull/63"&gt;Add &lt;code&gt;--java-home&lt;/code&gt; flag to reuse existing JDK and basic Windows support&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/jbundle"&gt;avelino/jbundle&lt;/a&gt;: &lt;a href="https://github.com/avelino/jbundle/pull/62#pullrequestreview-3938149572"&gt;Feature: display banner only on the first run&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/jbundle"&gt;avelino/jbundle&lt;/a&gt;: &lt;a href="https://github.com/avelino/jbundle/pull/61#pullrequestreview-3938140152"&gt;Feature: tri-state banner size option&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2026-03-08"&gt;2026-03-08&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/roam-tui"&gt;avelino/roam-tui&lt;/a&gt;: &lt;a href="https://github.com/avelino/roam-tui/pull/25"&gt;Add MCP server with npm distribution&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/leggett/simplify"&gt;leggett/simplify&lt;/a&gt;: &lt;a href="https://github.com/leggett/simplify/issues/895"&gt;hide task button&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2026-03-03"&gt;2026-03-03&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/openclaw/openclaw"&gt;openclaw/openclaw&lt;/a&gt;: &lt;a href="https://github.com/openclaw/openclaw/issues/32913"&gt;openclaw status shows stale app version from wizard.lastRunVersion instead of running gateway version&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2026-03-01"&gt;2026-03-01&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/roam-tui"&gt;avelino/roam-tui&lt;/a&gt;: &lt;a href="https://github.com/avelino/roam-tui/pull/24"&gt;Add lazy page creation from [[links]] and Quick Switcher&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/roam-tui"&gt;avelino/roam-tui&lt;/a&gt;: &lt;a href="https://github.com/avelino/roam-tui/pull/23"&gt;Add lazy page creation from [[links]] and Quick Switcher&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/roam-tui"&gt;avelino/roam-tui&lt;/a&gt;: &lt;a href="https://github.com/avelino/roam-tui/pull/22"&gt;Add Quick Switcher popup for fuzzy page navigation &lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/avelino.run"&gt;avelino/avelino.run&lt;/a&gt;: 5 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/avelino.run/commits?author=avelino&amp;amp;since=2026-03-01T00:00:00Z&amp;amp;until=2026-03-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/roamresearch-plugin-skill"&gt;avelino/roamresearch-plugin-skill&lt;/a&gt;: 2 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/roamresearch-plugin-skill/commits?author=avelino&amp;amp;since=2026-03-01T00:00:00Z&amp;amp;until=2026-03-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/jbundle"&gt;avelino/jbundle&lt;/a&gt;: 18 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/jbundle/commits?author=avelino&amp;amp;since=2026-03-01T00:00:00Z&amp;amp;until=2026-03-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/calblend"&gt;avelino/calblend&lt;/a&gt;: 17 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/calblend/commits?author=avelino&amp;amp;since=2026-03-01T00:00:00Z&amp;amp;until=2026-03-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/mcp"&gt;avelino/mcp&lt;/a&gt;: 57 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/mcp/commits?author=avelino&amp;amp;since=2026-03-01T00:00:00Z&amp;amp;until=2026-03-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/roam-tui"&gt;avelino/roam-tui&lt;/a&gt;: 20 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/roam-tui/commits?author=avelino&amp;amp;since=2026-03-01T00:00:00Z&amp;amp;until=2026-03-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: 3 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/awesome-go/commits?author=avelino&amp;amp;since=2026-03-01T00:00:00Z&amp;amp;until=2026-03-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/tabbar-shortcut-chrome"&gt;avelino/tabbar-shortcut-chrome&lt;/a&gt;: 3 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/tabbar-shortcut-chrome/commits?author=avelino&amp;amp;since=2026-03-01T00:00:00Z&amp;amp;until=2026-03-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/chrondb"&gt;avelino/chrondb&lt;/a&gt;: 17 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/chrondb/commits?author=avelino&amp;amp;since=2026-03-01T00:00:00Z&amp;amp;until=2026-03-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/firefox-airtraffic"&gt;avelino/firefox-airtraffic&lt;/a&gt;: 12 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/firefox-airtraffic/commits?author=avelino&amp;amp;since=2026-03-01T00:00:00Z&amp;amp;until=2026-03-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 0 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>A CTO's daily life is chaotic by design — what changes is how fast you react</title><link>https://avelino.run/cto-daily-life-chaotic-by-design/</link><pubDate>Wed, 18 Feb 2026 00:00:00 +0000</pubDate><guid>https://avelino.run/cto-daily-life-chaotic-by-design/</guid><description>&lt;p&gt;A CTO's daily life has no pattern. On a typical Monday I write a board document, run 1:1s with direct reports, discuss strategy with other C-levels, analyze production crashes, help a data scientist think through an algorithm, and still try to keep processes running. All in the same day. Sometimes in the same hour.&lt;/p&gt;
&lt;p&gt;If you expect this post to teach you how to organize all of that, close the tab. It won't happen. Chaos is a feature, not a bug.&lt;/p&gt;</description></item><item><title>Open Source como Bem Público: Alemanha e França já entenderam, e o Brasil?</title><link>https://avelino.run/open-source-bem-publico-brasil/</link><pubDate>Wed, 04 Feb 2026 00:00:00 +0000</pubDate><guid>https://avelino.run/open-source-bem-publico-brasil/</guid><description>&lt;p&gt;A Alemanha quer reconhecer open source como bem público. A França já dá incentivo fiscal. E o Brasil? O Brasil roda 90% da sua infraestrutura digital em cima de open source e finge que isso nasceu em árvore.&lt;/p&gt;
&lt;p&gt;Não precisa copiar a Alemanha. Mas precisa que a gente, que vive isso, assuma a responsabilidade de traduzir open source pra linguagem de negócio, de política pública, de impacto real.&lt;/p&gt;
&lt;h2 id="o-que-está-acontecendo-lá-fora"&gt;O que está acontecendo lá fora&lt;/h2&gt;
&lt;p&gt;Na Alemanha, contribuidores lançaram uma &lt;a href="https://www.openpetition.de/petition/online/anerkennung-der-arbeit-an-open-source-als-ehrenamt-in-deutschland"&gt;petição para reconhecer oficialmente contribuições open source como voluntariado para o bem público&lt;/a&gt;. Isso habilitaria:&lt;/p&gt;</description></item><item><title>Open Source Contributions - February 2026</title><link>https://avelino.run/foss/2026/02/</link><pubDate>Sun, 01 Feb 2026 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2026/02/</guid><description>&lt;p&gt;Explore the contributions made in February 2026, featuring 8 active repositories with notable progress. This timeline outlines key events, including new pull requests, issue openings, and code pushes, reflecting the ongoing development and collaboration within the community.&lt;/p&gt;
&lt;h2 id="2026-02-28"&gt;2026-02-28&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/6065"&gt;new layout&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/6064"&gt;fix(ci): add safe.directory config to fix git fetch in container&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/roam-tui"&gt;avelino/roam-tui&lt;/a&gt;: &lt;a href="https://github.com/avelino/roam-tui/pull/21"&gt;Add Quick Switcher popup for fuzzy page navigation&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2026-02-27"&gt;2026-02-27&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/6057"&gt;Claude/automate pr review 8eg fz&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/6055"&gt;Migrate PR quality checks from Node.js to Go&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap"&gt;editor-bootstrap/vim-bootstrap&lt;/a&gt;: &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap/pull/446"&gt;redesign: clean modern theme with automatic light/dark mode&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2026-02-26"&gt;2026-02-26&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/roam-tui"&gt;avelino/roam-tui&lt;/a&gt;: &lt;a href="https://github.com/avelino/roam-tui/pull/20"&gt;Add slash commands menu for insert mode&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/roam-tui"&gt;avelino/roam-tui&lt;/a&gt;: &lt;a href="https://github.com/avelino/roam-tui/pull/19"&gt;Split app.rs into modules and restructure as lib+bin SDK&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2026-02-25"&gt;2026-02-25&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/roam-tui"&gt;avelino/roam-tui&lt;/a&gt;: &lt;a href="https://github.com/avelino/roam-tui/issues/18"&gt;Pomodoro timer inline rendering&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/roam-tui"&gt;avelino/roam-tui&lt;/a&gt;: &lt;a href="https://github.com/avelino/roam-tui/issues/17"&gt;Render block embeds with full content&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/roam-tui"&gt;avelino/roam-tui&lt;/a&gt;: &lt;a href="https://github.com/avelino/roam-tui/issues/16"&gt;Render inline queries ({{query}} blocks)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/roam-tui"&gt;avelino/roam-tui&lt;/a&gt;: &lt;a href="https://github.com/avelino/roam-tui/issues/15"&gt;Export daily notes and pages to JSON/Markdown&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/roam-tui"&gt;avelino/roam-tui&lt;/a&gt;: &lt;a href="https://github.com/avelino/roam-tui/issues/14"&gt;Light theme support&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/roam-tui"&gt;avelino/roam-tui&lt;/a&gt;: &lt;a href="https://github.com/avelino/roam-tui/issues/13"&gt;Navigation history: back/forward page stack&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/roam-tui"&gt;avelino/roam-tui&lt;/a&gt;: &lt;a href="https://github.com/avelino/roam-tui/issues/12"&gt;Multi-block selection for batch operations&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/roam-tui"&gt;avelino/roam-tui&lt;/a&gt;: &lt;a href="https://github.com/avelino/roam-tui/issues/11"&gt;Render attribute syntax (key:: value)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/roam-tui"&gt;avelino/roam-tui&lt;/a&gt;: &lt;a href="https://github.com/avelino/roam-tui/issues/10"&gt;Create new pages from [[links]] or Quick Switcher&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/roam-tui"&gt;avelino/roam-tui&lt;/a&gt;: &lt;a href="https://github.com/avelino/roam-tui/issues/9"&gt;Slash commands menu in insert mode&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/roam-tui"&gt;avelino/roam-tui&lt;/a&gt;: &lt;a href="https://github.com/avelino/roam-tui/issues/8"&gt;Unlinked References: discover implicit connections&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/roam-tui"&gt;avelino/roam-tui&lt;/a&gt;: &lt;a href="https://github.com/avelino/roam-tui/issues/7"&gt;All Pages view: list and navigate all graph pages&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/roam-tui"&gt;avelino/roam-tui&lt;/a&gt;: &lt;a href="https://github.com/avelino/roam-tui/issues/6"&gt;Move blocks up/down (reorder siblings)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/roam-tui"&gt;avelino/roam-tui&lt;/a&gt;: &lt;a href="https://github.com/avelino/roam-tui/issues/5"&gt;Block zoom / focus mode with breadcrumb&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/roam-tui"&gt;avelino/roam-tui&lt;/a&gt;: &lt;a href="https://github.com/avelino/roam-tui/issues/4"&gt;Sidebar: split-pane view for reference pages&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/roam-tui"&gt;avelino/roam-tui&lt;/a&gt;: &lt;a href="https://github.com/avelino/roam-tui/issues/3"&gt;Linked References (backlinks) panel&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/roam-tui"&gt;avelino/roam-tui&lt;/a&gt;: &lt;a href="https://github.com/avelino/roam-tui/issues/2"&gt;Quick Switcher: fuzzy page finder popup&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/roam-tui"&gt;avelino/roam-tui&lt;/a&gt;: &lt;a href="https://github.com/avelino/roam-tui/issues/1"&gt;Page navigation: follow [[links]] to open pages&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2026-02-24"&gt;2026-02-24&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/jbundle"&gt;avelino/jbundle&lt;/a&gt;: &lt;a href="https://github.com/avelino/jbundle/pull/60"&gt;Add &lt;code&gt;--build-args&lt;/code&gt; flag for passing extra arguments to build tools&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/businho/sentry-deduplicate-integration"&gt;businho/sentry-deduplicate-integration&lt;/a&gt;: &lt;a href="https://github.com/businho/sentry-deduplicate-integration/pull/2"&gt;add sentry-sdk v2 support while keeping v1 compatibility&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/jbundle"&gt;avelino/jbundle&lt;/a&gt;: &lt;a href="https://github.com/avelino/jbundle/pull/58#pullrequestreview-3846116643"&gt;Update quick-start.md with shadowJar details&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2026-02-18"&gt;2026-02-18&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/spuff"&gt;avelino/spuff&lt;/a&gt;: &lt;a href="https://github.com/avelino/spuff/pull/15"&gt;Add openclaw as a supported AI tool&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/avelino.run"&gt;avelino/avelino.run&lt;/a&gt;: &lt;a href="https://github.com/avelino/avelino.run/pull/104"&gt;post: A CTO's daily life is chaotic by design&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/spuff"&gt;avelino/spuff&lt;/a&gt;: &lt;a href="https://github.com/avelino/spuff/pull/14#pullrequestreview-3820988408"&gt;build(deps): bump the cargo group across 1 directory with 2 updates&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2026-02-06"&gt;2026-02-06&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/jbundle"&gt;avelino/jbundle&lt;/a&gt;: &lt;a href="https://github.com/avelino/jbundle/pull/56"&gt;Add analyze subcommand for JAR inspection&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/jbundle"&gt;avelino/jbundle&lt;/a&gt;: &lt;a href="https://github.com/avelino/jbundle/pull/55"&gt;Show full jlink and jdeps command output on failure&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/jbundle"&gt;avelino/jbundle&lt;/a&gt;: &lt;a href="https://github.com/avelino/jbundle/pull/54#pullrequestreview-3761909622"&gt;Bump time from 0.3.45 to 0.3.47&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/jbundle"&gt;avelino/jbundle&lt;/a&gt;: &lt;a href="https://github.com/avelino/jbundle/pull/51#pullrequestreview-3761906954"&gt;Bump bytes from 1.11.0 to 1.11.1&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2026-02-02"&gt;2026-02-02&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/jbundle"&gt;avelino/jbundle&lt;/a&gt;: &lt;a href="https://github.com/avelino/jbundle/pull/48#pullrequestreview-3742045796"&gt;Feature: implemented compact banner option for the wrapper&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/roam-tui"&gt;avelino/roam-tui&lt;/a&gt;: 13 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/roam-tui/commits?author=avelino&amp;amp;since=2026-02-01T00:00:00Z&amp;amp;until=2026-02-28T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: 7 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/awesome-go/commits?author=avelino&amp;amp;since=2026-02-01T00:00:00Z&amp;amp;until=2026-02-28T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/jbundle"&gt;avelino/jbundle&lt;/a&gt;: 6 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/jbundle/commits?author=avelino&amp;amp;since=2026-02-01T00:00:00Z&amp;amp;until=2026-02-28T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/businho/sentry-deduplicate-integration"&gt;businho/sentry-deduplicate-integration&lt;/a&gt;: 5 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/businho/sentry-deduplicate-integration/commits?author=avelino&amp;amp;since=2026-02-01T00:00:00Z&amp;amp;until=2026-02-28T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/spuff"&gt;avelino/spuff&lt;/a&gt;: 3 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/spuff/commits?author=avelino&amp;amp;since=2026-02-01T00:00:00Z&amp;amp;until=2026-02-28T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/avelino.run"&gt;avelino/avelino.run&lt;/a&gt;: 2 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/avelino.run/commits?author=avelino&amp;amp;since=2026-02-01T00:00:00Z&amp;amp;until=2026-02-28T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap"&gt;editor-bootstrap/vim-bootstrap&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/editor-bootstrap/vim-bootstrap/commits?author=avelino&amp;amp;since=2026-02-01T00:00:00Z&amp;amp;until=2026-02-28T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/roamresearch-todoist-backup"&gt;avelino/roamresearch-todoist-backup&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/roamresearch-todoist-backup/commits?author=avelino&amp;amp;since=2026-02-01T00:00:00Z&amp;amp;until=2026-02-28T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 0 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>FFI with GraalVM Native Image: The Real Work of Maintaining a Library That Crosses Language Boundaries</title><link>https://avelino.run/ffi-graalvm-native-image-real-work/</link><pubDate>Thu, 29 Jan 2026 00:00:00 +0000</pubDate><guid>https://avelino.run/ffi-graalvm-native-image-real-work/</guid><description>&lt;p&gt;Exposing a library via FFI seems simple on paper.&lt;/p&gt;
&lt;p&gt;You compile your code to &lt;code&gt;.so&lt;/code&gt;, export some functions with &lt;code&gt;extern &amp;quot;C&amp;quot;&lt;/code&gt;, write bindings in the target language. Done, interoperability achieved.&lt;/p&gt;
&lt;p&gt;Except that's not how it works in practice. At least not when your lib is a database written in Clojure, compiled with GraalVM native-image, that needs to manage Git and Lucene internally, and will be called from Rust in environments ranging from dev laptops to CI containers with 8MB of stack.&lt;/p&gt;</description></item><item><title>FFI with GraalVM Native Image: The Real Work of Maintaining a Library That Crosses Language Boundaries</title><link>https://avelino.run/ffi-graalvm-native-image-real-work/</link><pubDate>Thu, 29 Jan 2026 00:00:00 +0000</pubDate><guid>https://avelino.run/ffi-graalvm-native-image-real-work/</guid><description>&lt;p&gt;Exposing a library via FFI seems simple on paper.&lt;/p&gt;
&lt;p&gt;You compile your code to &lt;code&gt;.so&lt;/code&gt;, export some functions with &lt;code&gt;extern &amp;quot;C&amp;quot;&lt;/code&gt;, write bindings in the target language. Done, interoperability achieved.&lt;/p&gt;
&lt;p&gt;Except that's not how it works in practice. At least not when your lib is a database written in Clojure, compiled with GraalVM native-image, that needs to manage Git and Lucene internally, and will be called from Rust in environments ranging from dev laptops to CI containers with 8MB of stack.&lt;/p&gt;</description></item><item><title>LLM como Copiloto de Investigação: Debugando Produção com Claude Code e MCPs</title><link>https://avelino.run/claude-code-mcp-production-debugging/</link><pubDate>Tue, 27 Jan 2026 00:00:00 +0000</pubDate><guid>https://avelino.run/claude-code-mcp-production-debugging/</guid><description>&lt;p&gt;Debugar em produção é um exercício de context-switching infinito.&lt;/p&gt;
&lt;p&gt;Alguém reporta um bug no Slack. Você abre o Honeycomb pra ver traces. Pula pro Sentry pra encontrar exceptions. Volta pro código pra entender o fluxo. Consulta documentação pra lembrar como aquele serviço funciona. Enquanto isso, três pessoas te marcaram em outras threads perguntando &amp;quot;já viu isso?&amp;quot;.&lt;/p&gt;
&lt;p&gt;O problema não é falta de dados — é &lt;strong&gt;excesso de contexto fragmentado&lt;/strong&gt;. Cada ferramenta tem uma peça do quebra-cabeça, mas montar a imagem completa exige malabarismo mental constante.&lt;/p&gt;</description></item><item><title>ChronDB: Transforming a Clojure Database into a Polyglot Library with GraalVM Native Image and FFI</title><link>https://avelino.run/chrondb-polyglot-ffi-clojure-graalvm-native-image/</link><pubDate>Sun, 25 Jan 2026 00:00:00 +0000</pubDate><guid>https://avelino.run/chrondb-polyglot-ffi-clojure-graalvm-native-image/</guid><description>&lt;p&gt;&lt;a href="https://github.com/moclojer/chrondb"&gt;ChronDB&lt;/a&gt; was born as a &lt;strong&gt;server&lt;/strong&gt;. A time-traveling key/value database with Git as its storage engine, exposing PostgreSQL wire protocol, Redis protocol, and REST/HTTP. You'd download the server, run it, connect with your favorite client. Classic architecture.&lt;/p&gt;
&lt;p&gt;Then I started building &lt;a href="https://github.com/avelino/spuff"&gt;spuff&lt;/a&gt; — ephemeral dev environments in the cloud. Spin up when needed, auto-destroy when forgotten. Written in Rust. For state management, I reached for SQLite. Simple, embedded, no server to manage. Just a file.&lt;/p&gt;</description></item><item><title>jbundle</title><link>https://avelino.run/projects/jbundle/</link><pubDate>Sun, 25 Jan 2026 00:00:00 +0000</pubDate><guid>https://avelino.run/projects/jbundle/</guid><description>&lt;p&gt;Package JVM applications into self-contained binaries. No JVM installation required to run the output.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;a href="https://github.com/avelino/jbundle"&gt;jbundle&lt;/a&gt;&lt;/strong&gt; transforms JVM applications (Clojure, Java, Kotlin, Scala, Groovy) into self-contained binaries. Previously known as &lt;code&gt;clj-pack&lt;/code&gt;, the tool was renamed to reflect support for all JVM languages.&lt;/p&gt;
&lt;h2 id="motivation"&gt;Motivation&lt;/h2&gt;
&lt;p&gt;The conventional deployment approach requires both the JAR and a JVM on the target machine. GraalVM native-image is an alternative, but presents challenges: slow compilations, complex reflection configuration, and library incompatibilities.&lt;/p&gt;</description></item><item><title>jbundle: Distributing Clojure Without the GraalVM Pain</title><link>https://avelino.run/jbundle-distributing-clojure-without-the-graalvm-pain/</link><pubDate>Fri, 23 Jan 2026 00:00:00 +0000</pubDate><guid>https://avelino.run/jbundle-distributing-clojure-without-the-graalvm-pain/</guid><description>&lt;p&gt;If you've ever tried to ship a Clojure CLI tool as a single binary, you know the pain. GraalVM native-image promises native compilation, but the reality is a maze of build-time class initialization, reflection configs, and incompatible libraries. After years of fighting this battle with &lt;a href="https://github.com/moclojer/chrondb"&gt;chrondb&lt;/a&gt; and &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer&lt;/a&gt;, I built &lt;a href="https://github.com/avelino/jbundle"&gt;jbundle&lt;/a&gt; — a different approach entirely.&lt;/p&gt;
&lt;h2 id="the-graalvm-native-image-tax"&gt;The GraalVM native-image tax&lt;/h2&gt;
&lt;p&gt;Coming from Go, where &lt;code&gt;go build&lt;/code&gt; gives you a static binary in seconds, moving to Clojure for CLI tools felt like a regression in distribution. GraalVM native-image exists, but using it seriously means paying an ongoing tax.&lt;/p&gt;</description></item><item><title>When Product Breaks, It Breaks Trust</title><link>https://avelino.run/when-product-breaks-it-breaks-trust/</link><pubDate>Tue, 06 Jan 2026 00:00:00 +0000</pubDate><guid>https://avelino.run/when-product-breaks-it-breaks-trust/</guid><description>&lt;p&gt;Product breaks. Not because someone was careless, but because reality is ruthless. Systems live inside a web of dependencies, past decisions, and bets that only show their true price when something fails. At some point, what worked yesterday stops delivering today. No warning. No graceful transition. It just stops fulfilling the core promise.&lt;/p&gt;
&lt;p&gt;When that happens, the most common mistake is to label it a technical problem. It isn't. It's a product problem. Because product lives in the user's mind, not in the repo. From the outside, there is no architecture, no context, no justification. There's only continuity—or the absence of it. It worked. Now it doesn't. The relationship breaks right there.&lt;/p&gt;</description></item><item><title>Distribution Is Not a Detail. It Is the Product.</title><link>https://avelino.run/distribution-is-not-a-detail-it-is-the-product/</link><pubDate>Thu, 01 Jan 2026 00:00:00 +0000</pubDate><guid>https://avelino.run/distribution-is-not-a-detail-it-is-the-product/</guid><description>&lt;p&gt;Most products are built as if the problem were a lack of features. More screens, more options, more control. But what kills products is rarely that. What kills them is distance. The product is not where the user lives.&lt;/p&gt;
&lt;p&gt;A product is not just what you build. A product is what shows up. If the user has to remember that you exist, decide to open something, or step out of their natural daily flow to use you, you're already at a disadvantage. Good products don't ask for attention. They appear at the right moment, in the right place, without requiring conscious effort.&lt;/p&gt;</description></item><item><title>Open Source Contributions - January 2026</title><link>https://avelino.run/foss/2026/01/</link><pubDate>Thu, 01 Jan 2026 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2026/01/</guid><description>&lt;p&gt;In January 2026, a vibrant month of development unfolded across 13 repositories. With a total of 104 contributions, including 47 pull requests and 43 issues, this timeline showcases the collaborative efforts and innovations driving progress in the projects. Explore the significant milestones and contributions made throughout the month.&lt;/p&gt;
&lt;h2 id="2026-01-30"&gt;2026-01-30&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/chrondb"&gt;avelino/chrondb&lt;/a&gt;: &lt;a href="https://github.com/avelino/chrondb/pull/96"&gt;change org: from moclojer to avelino&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/JabRef/jabref"&gt;JabRef/jabref&lt;/a&gt;: &lt;a href="https://github.com/JabRef/jabref/pull/14954"&gt;WIP: jbundle: fork test&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/roamresearch-todoist-backup"&gt;avelino/roamresearch-todoist-backup&lt;/a&gt;: &lt;a href="https://github.com/avelino/roamresearch-todoist-backup/pull/5#pullrequestreview-3729996345"&gt;chore(deps): bump lodash from 4.17.21 to 4.17.23&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2026-01-29"&gt;2026-01-29&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/chrondb"&gt;avelino/chrondb&lt;/a&gt;: &lt;a href="https://github.com/avelino/chrondb/pull/95"&gt;Fix concurrent access causing file lock conflicts in FFI bindings&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/jbundle"&gt;avelino/jbundle&lt;/a&gt;: &lt;a href="https://github.com/avelino/jbundle/pull/43"&gt;feat: add Gradle multi-project support with auto-detection&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/jbundle"&gt;avelino/jbundle&lt;/a&gt;: &lt;a href="https://github.com/avelino/jbundle/pull/40#pullrequestreview-3722628080"&gt;Add SSL development libraries as pre-req&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2026-01-28"&gt;2026-01-28&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/chrondb"&gt;avelino/chrondb&lt;/a&gt;: &lt;a href="https://github.com/avelino/chrondb/pull/94"&gt;fix: preserve data when reopening database via FFI&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/chrondb"&gt;avelino/chrondb&lt;/a&gt;: &lt;a href="https://github.com/avelino/chrondb/pull/93"&gt;fix: preserve data when reopening database via FFI&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/chrondb"&gt;avelino/chrondb&lt;/a&gt;: &lt;a href="https://github.com/avelino/chrondb/pull/92"&gt;Optimize GitHub Actions to reduce macOS runner usage&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/chrondb"&gt;avelino/chrondb&lt;/a&gt;: &lt;a href="https://github.com/avelino/chrondb/pull/90"&gt;fix: improve error reporting when database open fails&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/chrondb"&gt;avelino/chrondb&lt;/a&gt;: &lt;a href="https://github.com/avelino/chrondb/pull/89"&gt;fix: use dedicated thread with 64MB stack for FFI calls&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/jbundle"&gt;avelino/jbundle&lt;/a&gt;: &lt;a href="https://github.com/avelino/jbundle/pull/38"&gt;make documantation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/jbundle"&gt;avelino/jbundle&lt;/a&gt;: &lt;a href="https://github.com/avelino/jbundle/pull/37#pullrequestreview-3716748402"&gt;feat(build): enable more aggressive optimizations for Release&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/chrondb"&gt;avelino/chrondb&lt;/a&gt;: &lt;a href="https://github.com/avelino/chrondb/issues/91"&gt;State corruption/reset on each process invocation in GitHub Actions CI&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2026-01-27"&gt;2026-01-27&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/chrondb"&gt;avelino/chrondb&lt;/a&gt;: &lt;a href="https://github.com/avelino/chrondb/pull/88"&gt;graalvm 22&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/chrondb"&gt;avelino/chrondb&lt;/a&gt;: &lt;a href="https://github.com/avelino/chrondb/pull/85"&gt;Fix lib-open to return -1 on failure and document stack requirements&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/spuff"&gt;avelino/spuff&lt;/a&gt;: &lt;a href="https://github.com/avelino/spuff/pull/13"&gt;Add Docker as local provider using bollard API&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/spuff"&gt;avelino/spuff&lt;/a&gt;: &lt;a href="https://github.com/avelino/spuff/pull/11"&gt;transfer responsibility to the agent&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/chrondb"&gt;avelino/chrondb&lt;/a&gt;: &lt;a href="https://github.com/avelino/chrondb/issues/87"&gt;StackOverflowError on Linux CI environments (GitHub Actions) - GraalVM native-image stack requirements&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/chrondb"&gt;avelino/chrondb&lt;/a&gt;: &lt;a href="https://github.com/avelino/chrondb/issues/86"&gt;Database fails to open with orphan lock files after crash&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/spuff"&gt;avelino/spuff&lt;/a&gt;: &lt;a href="https://github.com/avelino/spuff/issues/12"&gt;Suporte a Docker como provider local&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2026-01-26"&gt;2026-01-26&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/chrondb"&gt;avelino/chrondb&lt;/a&gt;: &lt;a href="https://github.com/avelino/chrondb/pull/83"&gt;Avelino/autodownload rust so notfound&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/chrondb"&gt;avelino/chrondb&lt;/a&gt;: &lt;a href="https://github.com/avelino/chrondb/pull/82"&gt;Add runtime auto-download for Rust native library&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/jbundle"&gt;avelino/jbundle&lt;/a&gt;: &lt;a href="https://github.com/avelino/jbundle/pull/34"&gt;pipeline: release&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/jbundle"&gt;avelino/jbundle&lt;/a&gt;: &lt;a href="https://github.com/avelino/jbundle/pull/33"&gt;add pipeline progress indicator with numbered steps&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/spuff"&gt;avelino/spuff&lt;/a&gt;: &lt;a href="https://github.com/avelino/spuff/pull/10"&gt;add more ai tools&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/chrondb"&gt;avelino/chrondb&lt;/a&gt;: &lt;a href="https://github.com/avelino/chrondb/issues/84"&gt;StackOverflowError on put operation with GraalVM native image (macOS arm64)&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2026-01-25"&gt;2026-01-25&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/spuff"&gt;avelino/spuff&lt;/a&gt;: &lt;a href="https://github.com/avelino/spuff/pull/9"&gt;migrate local state from SQLite to ChronDB&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/avelino.run"&gt;avelino/avelino.run&lt;/a&gt;: &lt;a href="https://github.com/avelino/avelino.run/pull/96"&gt;Add full jbundle documentation to project page&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2026-01-24"&gt;2026-01-24&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/jbundle"&gt;avelino/jbundle&lt;/a&gt;: &lt;a href="https://github.com/avelino/jbundle/pull/31"&gt;Add multi-layer binary format with AppCDS and CRaC support&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/jbundle"&gt;avelino/jbundle&lt;/a&gt;: &lt;a href="https://github.com/avelino/jbundle/pull/26"&gt;Add retry and file locking for JDK downloads&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/jbundle"&gt;avelino/jbundle&lt;/a&gt;: &lt;a href="https://github.com/avelino/jbundle/pull/25"&gt;Add jbundle.toml project configuration support&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/jbundle"&gt;avelino/jbundle&lt;/a&gt;: &lt;a href="https://github.com/avelino/jbundle/issues/30"&gt;Project Leyden: AOT compilation and condensed JVM execution&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/jbundle"&gt;avelino/jbundle&lt;/a&gt;: &lt;a href="https://github.com/avelino/jbundle/issues/29"&gt;CRaC: checkpoint/restore for near-instant startup&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/jbundle"&gt;avelino/jbundle&lt;/a&gt;: &lt;a href="https://github.com/avelino/jbundle/issues/28"&gt;JVM startup profiles: cli vs server execution modes&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/jbundle"&gt;avelino/jbundle&lt;/a&gt;: &lt;a href="https://github.com/avelino/jbundle/issues/27"&gt;AppCDS: pre-computed class data sharing for startup reduction&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/jbundle"&gt;avelino/jbundle&lt;/a&gt;: &lt;a href="https://github.com/avelino/jbundle/issues/24"&gt;Add optional jbundle.toml configuration file&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2026-01-23"&gt;2026-01-23&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/chrondb"&gt;avelino/chrondb&lt;/a&gt;: &lt;a href="https://github.com/avelino/chrondb/pull/79"&gt;add shared library build and language bindings&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/chrondb"&gt;avelino/chrondb&lt;/a&gt;: &lt;a href="https://github.com/avelino/chrondb/pull/78"&gt;fixed graalvm native image&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/jbundle"&gt;avelino/jbundle&lt;/a&gt;: &lt;a href="https://github.com/avelino/jbundle/pull/23"&gt;Add rustc-style build error diagnostics&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/jbundle"&gt;avelino/jbundle&lt;/a&gt;: &lt;a href="https://github.com/avelino/jbundle/pull/21"&gt;Support Java projects (Maven and Gradle)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/jbundle"&gt;avelino/jbundle&lt;/a&gt;: &lt;a href="https://github.com/avelino/jbundle/pull/20"&gt;detect minimum Java version from JAR class files&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/jbundle"&gt;avelino/jbundle&lt;/a&gt;: &lt;a href="https://github.com/avelino/jbundle/pull/1"&gt;Add --shrink flag for safe JAR size reduction&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/Roam-Research/roam-depot"&gt;Roam-Research/roam-depot&lt;/a&gt;: &lt;a href="https://github.com/Roam-Research/roam-depot/pull/1192"&gt;Avelino ext updates&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/jbundle"&gt;avelino/jbundle&lt;/a&gt;: &lt;a href="https://github.com/avelino/jbundle/issues/22"&gt;Friendly build error diagnostics with source context (rustc-style)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/jbundle"&gt;avelino/jbundle&lt;/a&gt;: &lt;a href="https://github.com/avelino/jbundle/issues/19"&gt;Embedded packaging configuration in JAR (META-INF)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/jbundle"&gt;avelino/jbundle&lt;/a&gt;: &lt;a href="https://github.com/avelino/jbundle/issues/18"&gt;Structured build output with per-phase metrics&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/jbundle"&gt;avelino/jbundle&lt;/a&gt;: &lt;a href="https://github.com/avelino/jbundle/issues/17"&gt;Smart resource reachability analysis for shrink&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/jbundle"&gt;avelino/jbundle&lt;/a&gt;: &lt;a href="https://github.com/avelino/jbundle/issues/16"&gt;Runtime tracing for accurate module detection&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/jbundle"&gt;avelino/jbundle&lt;/a&gt;: &lt;a href="https://github.com/avelino/jbundle/issues/15"&gt;Build optimization profiles (dev, balanced, size)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/jbundle"&gt;avelino/jbundle&lt;/a&gt;: &lt;a href="https://github.com/avelino/jbundle/issues/14"&gt;Interactive HTML build report for JAR analysis&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/jbundle"&gt;avelino/jbundle&lt;/a&gt;: &lt;a href="https://github.com/avelino/jbundle/issues/13"&gt;Lock file for JDK cache to prevent concurrent corruption&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/jbundle"&gt;avelino/jbundle&lt;/a&gt;: &lt;a href="https://github.com/avelino/jbundle/issues/12"&gt;Validate project's minimum Java version requirement&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/jbundle"&gt;avelino/jbundle&lt;/a&gt;: &lt;a href="https://github.com/avelino/jbundle/issues/11"&gt;Retry with exponential backoff for JDK download&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/jbundle"&gt;avelino/jbundle&lt;/a&gt;: &lt;a href="https://github.com/avelino/jbundle/issues/10"&gt;Full pipeline progress indicator&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/jbundle"&gt;avelino/jbundle&lt;/a&gt;: &lt;a href="https://github.com/avelino/jbundle/issues/9"&gt;Support .jbundle.edn as project config file&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/jbundle"&gt;avelino/jbundle&lt;/a&gt;: &lt;a href="https://github.com/avelino/jbundle/issues/8"&gt;Lazy runtime extraction for faster startup&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/jbundle"&gt;avelino/jbundle&lt;/a&gt;: &lt;a href="https://github.com/avelino/jbundle/issues/7"&gt;Dry-run mode (--dry-run)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/jbundle"&gt;avelino/jbundle&lt;/a&gt;: &lt;a href="https://github.com/avelino/jbundle/issues/6"&gt;Manual jlink module override (--jlink-modules)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/jbundle"&gt;avelino/jbundle&lt;/a&gt;: &lt;a href="https://github.com/avelino/jbundle/issues/5"&gt;Alternative compression algorithms (zstd, xz)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/jbundle"&gt;avelino/jbundle&lt;/a&gt;: &lt;a href="https://github.com/avelino/jbundle/issues/4"&gt;jbundle analyze — JAR analysis before packaging&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/jbundle"&gt;avelino/jbundle&lt;/a&gt;: &lt;a href="https://github.com/avelino/jbundle/issues/3"&gt;Pre-compiled binaries in GitHub Releases&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/jbundle"&gt;avelino/jbundle&lt;/a&gt;: &lt;a href="https://github.com/avelino/jbundle/issues/2"&gt;Homebrew formula for easy installation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/chrondb"&gt;avelino/chrondb&lt;/a&gt;: &lt;a href="https://github.com/avelino/chrondb/issues/81"&gt;Publish shared library artifacts on GitHub Releases for easy installation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/chrondb"&gt;avelino/chrondb&lt;/a&gt;: &lt;a href="https://github.com/avelino/chrondb/issues/80"&gt;Embedded ChronDB: language bindings for use outside the JVM&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2026-01-22"&gt;2026-01-22&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/chrondb"&gt;avelino/chrondb&lt;/a&gt;: &lt;a href="https://github.com/avelino/chrondb/pull/77"&gt;Fix SQL query parsing and add remote storage support&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/chrondb"&gt;avelino/chrondb&lt;/a&gt;: &lt;a href="https://github.com/avelino/chrondb/pull/76"&gt;Add optional JSON Schema validation per namespace&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/chrondb"&gt;avelino/chrondb&lt;/a&gt;: &lt;a href="https://github.com/avelino/chrondb/pull/75"&gt; Add DDL support for CREATE/DROP TABLE and branch functions&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/chrondb"&gt;avelino/chrondb&lt;/a&gt;: &lt;a href="https://github.com/avelino/chrondb/pull/74"&gt;Add &lt;code&gt;IN&lt;/code&gt;, &lt;code&gt;NOT IN&lt;/code&gt;, &lt;code&gt;BETWEEN&lt;/code&gt;, &lt;code&gt;IS NULL&lt;/code&gt; operators to SQL&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/chrondb"&gt;avelino/chrondb&lt;/a&gt;: &lt;a href="https://github.com/avelino/chrondb/pull/63"&gt;feat: Add durability, performance, and observability infrastructure&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/spuff"&gt;avelino/spuff&lt;/a&gt;: &lt;a href="https://github.com/avelino/spuff/pull/8"&gt;Add GitHub Copilot CLI as AI tool option&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/roamresearch-todoist-backup"&gt;avelino/roamresearch-todoist-backup&lt;/a&gt;: &lt;a href="https://github.com/avelino/roamresearch-todoist-backup/pull/4"&gt;Add block reconciler for incremental sync&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/chrondb"&gt;avelino/chrondb&lt;/a&gt;: &lt;a href="https://github.com/avelino/chrondb/issues/73"&gt;feat(sql): Implement EXPLAIN for query analysis&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/chrondb"&gt;avelino/chrondb&lt;/a&gt;: &lt;a href="https://github.com/avelino/chrondb/issues/72"&gt;feat(sql): Implement basic authentication (password, md5)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/chrondb"&gt;avelino/chrondb&lt;/a&gt;: &lt;a href="https://github.com/avelino/chrondb/issues/71"&gt;feat(sql): Implement basic subqueries (scalar, IN clause)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/chrondb"&gt;avelino/chrondb&lt;/a&gt;: &lt;a href="https://github.com/avelino/chrondb/issues/70"&gt;feat(sql): Implement basic DDL (CREATE TABLE, DROP TABLE, SHOW TABLES)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/chrondb"&gt;avelino/chrondb&lt;/a&gt;: &lt;a href="https://github.com/avelino/chrondb/issues/69"&gt;feat(sql): Implement DISTINCT keyword and HAVING clause&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/chrondb"&gt;avelino/chrondb&lt;/a&gt;: &lt;a href="https://github.com/avelino/chrondb/issues/68"&gt;feat(sql): Implement SQL:2011 temporal syntax (AS OF SYSTEM TIME, FOR SYSTEM_TIME)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/chrondb"&gt;avelino/chrondb&lt;/a&gt;: &lt;a href="https://github.com/avelino/chrondb/issues/67"&gt;feat(sql): Implement PostgreSQL type system (OIDs, type coercion)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/chrondb"&gt;avelino/chrondb&lt;/a&gt;: &lt;a href="https://github.com/avelino/chrondb/issues/66"&gt;feat(sql): Implement transaction boundaries (BEGIN/COMMIT/ROLLBACK)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/chrondb"&gt;avelino/chrondb&lt;/a&gt;: &lt;a href="https://github.com/avelino/chrondb/issues/65"&gt;feat(sql): Implement IN, BETWEEN, IS NULL/IS NOT NULL operators&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/chrondb"&gt;avelino/chrondb&lt;/a&gt;: &lt;a href="https://github.com/avelino/chrondb/issues/64"&gt;feat(sql): Implement Extended Query Protocol (Parse/Bind/Describe/Execute)&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2026-01-21"&gt;2026-01-21&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/spuff"&gt;avelino/spuff&lt;/a&gt;: &lt;a href="https://github.com/avelino/spuff/pull/7"&gt;Add SSHFS-based volume mounting for bidirectional file sync&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2026-01-20"&gt;2026-01-20&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/spuff"&gt;avelino/spuff&lt;/a&gt;: &lt;a href="https://github.com/avelino/spuff/pull/6"&gt;Add AI coding tools selection&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/spuff"&gt;avelino/spuff&lt;/a&gt;: &lt;a href="https://github.com/avelino/spuff/pull/3"&gt;fixed format&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/spuff"&gt;avelino/spuff&lt;/a&gt;: &lt;a href="https://github.com/avelino/spuff/pull/1"&gt;Avelino/spuff yaml project spec&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/spuff"&gt;avelino/spuff&lt;/a&gt;: &lt;a href="https://github.com/avelino/spuff/issues/5"&gt;Feature: Volume Mounting Support (Docker Compose-like API via SSHFS)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/spuff"&gt;avelino/spuff&lt;/a&gt;: &lt;a href="https://github.com/avelino/spuff/issues/4"&gt;Feature: AI Coding Environment Selection&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2026-01-06"&gt;2026-01-06&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/roamresearch-ouraring"&gt;avelino/roamresearch-ouraring&lt;/a&gt;: &lt;a href="https://github.com/avelino/roamresearch-ouraring/pull/3"&gt;Refactor: extract shared utilities and formatters&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2026-01-05"&gt;2026-01-05&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/Roam-Research/roam-depot"&gt;Roam-Research/roam-depot&lt;/a&gt;: &lt;a href="https://github.com/Roam-Research/roam-depot/pull/1167"&gt;ouraring upgrade version: fixed any bugs&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/roamresearch-ouraring"&gt;avelino/roamresearch-ouraring&lt;/a&gt;: &lt;a href="https://github.com/avelino/roamresearch-ouraring/pull/2"&gt;Fix null handling in formatters and improve docs&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/roam-depot"&gt;avelino/roam-depot&lt;/a&gt;: &lt;a href="https://github.com/avelino/roam-depot/pull/1"&gt;ouraring upgrade version: fixed any bugs&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2026-01-01"&gt;2026-01-01&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/avelino.run"&gt;avelino/avelino.run&lt;/a&gt;: &lt;a href="https://github.com/avelino/avelino.run/pull/89"&gt;Add article: Distribution Is Not a Detail. It Is the Product.&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/avelino.run"&gt;avelino/avelino.run&lt;/a&gt;: 12 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/avelino.run/commits?author=avelino&amp;amp;since=2026-01-01T00:00:00Z&amp;amp;until=2026-01-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/roamresearch-ouraring"&gt;avelino/roamresearch-ouraring&lt;/a&gt;: 6 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/roamresearch-ouraring/commits?author=avelino&amp;amp;since=2026-01-01T00:00:00Z&amp;amp;until=2026-01-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/jbundle"&gt;avelino/jbundle&lt;/a&gt;: 38 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/jbundle/commits?author=avelino&amp;amp;since=2026-01-01T00:00:00Z&amp;amp;until=2026-01-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/dotfiles"&gt;avelino/dotfiles&lt;/a&gt;: 20 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/dotfiles/commits?author=avelino&amp;amp;since=2026-01-01T00:00:00Z&amp;amp;until=2026-01-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/roamresearch-ical"&gt;avelino/roamresearch-ical&lt;/a&gt;: 6 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/roamresearch-ical/commits?author=avelino&amp;amp;since=2026-01-01T00:00:00Z&amp;amp;until=2026-01-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/roam-block-reconciler"&gt;avelino/roam-block-reconciler&lt;/a&gt;: 7 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/roam-block-reconciler/commits?author=avelino&amp;amp;since=2026-01-01T00:00:00Z&amp;amp;until=2026-01-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/roamresearch-todoist-backup"&gt;avelino/roamresearch-todoist-backup&lt;/a&gt;: 5 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/roamresearch-todoist-backup/commits?author=avelino&amp;amp;since=2026-01-01T00:00:00Z&amp;amp;until=2026-01-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/chrondb-test-remote-db"&gt;avelino/chrondb-test-remote-db&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/chrondb-test-remote-db/commits?author=avelino&amp;amp;since=2026-01-01T00:00:00Z&amp;amp;until=2026-01-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/spuff"&gt;avelino/spuff&lt;/a&gt;: 75 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/spuff/commits?author=avelino&amp;amp;since=2026-01-01T00:00:00Z&amp;amp;until=2026-01-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/Roam-Research/roam-depot"&gt;Roam-Research/roam-depot&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/Roam-Research/roam-depot/commits?author=avelino&amp;amp;since=2026-01-01T00:00:00Z&amp;amp;until=2026-01-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/chrondb"&gt;avelino/chrondb&lt;/a&gt;: 62 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/chrondb/commits?author=avelino&amp;amp;since=2026-01-01T00:00:00Z&amp;amp;until=2026-01-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 0 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Why complexity steals agility from companies</title><link>https://avelino.run/why-complexity-steals-agility-from-companies/</link><pubDate>Fri, 12 Dec 2025 00:00:00 +0000</pubDate><guid>https://avelino.run/why-complexity-steals-agility-from-companies/</guid><description>&lt;p&gt;It takes a while to notice.
No company wakes up one day thinking, &amp;quot;That's it, we're slow now.&amp;quot; Agility fades quietly, disguised as growth, good intentions, and decisions that made sense at the time.&lt;/p&gt;
&lt;p&gt;In the beginning, everything is simple. Not because it was well designed, but because it's still small. The system fits in people's heads. You change something today and see the effect tomorrow. You fail fast, fix fast. Agility shows up almost as a side effect of size.&lt;/p&gt;</description></item><item><title>Employees don't need to think like owners</title><link>https://avelino.run/employees-dont-need-think-like-owners/</link><pubDate>Tue, 09 Dec 2025 00:00:00 +0000</pubDate><guid>https://avelino.run/employees-dont-need-think-like-owners/</guid><description>&lt;p&gt;&lt;strong&gt;They need to think like responsible adults&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;There's a corporate trend that's been annoying me for years: &amp;quot;think like an owner&amp;quot;.&lt;/p&gt;
&lt;p&gt;Sounds pretty on a culture slide, but in practice it usually turns into two things:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Employees blaming themselves for not &amp;quot;giving enough&amp;quot;;&lt;/li&gt;
&lt;li&gt;Companies using guilt and romanticism to squeeze unpaid extra hours.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Employees don't need to think like owners.
Employees need to think like &lt;strong&gt;responsible adults&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;And the person who frames this way better than any leadership book is Erik H. Erikson, the psychoanalyst who mapped human development into eight stages from infancy to old age in the classic &lt;em&gt;&lt;a href="https://www.amazon.com/Life-Cycle-Completed-Extended-Version/dp/0393317722"&gt;The Life Cycle Completed&lt;/a&gt;&lt;/em&gt;.&lt;/p&gt;</description></item><item><title>Reorganizing a Team Isn't a Crisis: It's Maintenance</title><link>https://avelino.run/reorganizing-team-isnt-crisis-its-maintenance/</link><pubDate>Sat, 06 Dec 2025 00:00:00 +0000</pubDate><guid>https://avelino.run/reorganizing-team-isnt-crisis-its-maintenance/</guid><description>&lt;p&gt;Companies treat reorganization like a five-alarm fire. It's bizarre. The engine starts vibrating, the chassis rattles, and everyone insists &amp;quot;it'll pass.&amp;quot; It won't. &lt;strong&gt;Good teams don't break because you adjust them — they break because you don't.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;The truth is far less dramatic and far more operational: reorganizing is maintenance. It's the 10,000 km service. It's the fine-tuning that separates a team that moves from a team that accelerates.&lt;/p&gt;
&lt;p&gt;And, in the end, the equation is almost always the same:&lt;/p&gt;</description></item><item><title>Open Source Contributions - December 2025</title><link>https://avelino.run/foss/2025/12/</link><pubDate>Mon, 01 Dec 2025 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2025/12/</guid><description>&lt;p&gt;Explore the timeline of December 2025, showcasing key contributions and activities across various repositories. This month features a total of 20 events, including push events, pull requests, and issues, reflecting the ongoing collaborative efforts and enhancements in the open-source community.&lt;/p&gt;
&lt;h2 id="2025-12-22"&gt;2025-12-22&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/pull/344"&gt; Add global external-body folder configuration&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/pull/343"&gt;Complete documentation overhaul with Django-style structure&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/issues/350"&gt;Statistical latency distributions (normal, exponential, percentile-based)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/issues/349"&gt;Global variables shared across all endpoints&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/issues/348"&gt;Faker library integration for realistic mock data generation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/issues/347"&gt;Structured HTTP transaction logging with configurable output&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/issues/346"&gt;Data buckets: shared key-value store across endpoints&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/issues/345"&gt;Automatic CRUD routes with in-memory persistence&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2025-12-21"&gt;2025-12-21&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/pull/342"&gt;Add Postman Collection v2.1 support&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/pull/341"&gt;Add Claude Code GitHub Workflow&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/pull/340"&gt;Add unified AI assistant guidelines with AGENTS.md&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/avelino.run"&gt;avelino/avelino.run&lt;/a&gt;: 11 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/avelino.run/commits?author=avelino&amp;amp;since=2025-12-01T00:00:00Z&amp;amp;until=2025-12-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/roamresearch-ouraring"&gt;avelino/roamresearch-ouraring&lt;/a&gt;: 2 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/roamresearch-ouraring/commits?author=avelino&amp;amp;since=2025-12-01T00:00:00Z&amp;amp;until=2025-12-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/roamresearch-export-block"&gt;avelino/roamresearch-export-block&lt;/a&gt;: 3 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/roamresearch-export-block/commits?author=avelino&amp;amp;since=2025-12-01T00:00:00Z&amp;amp;until=2025-12-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/dotfiles"&gt;avelino/dotfiles&lt;/a&gt;: 5 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/dotfiles/commits?author=avelino&amp;amp;since=2025-12-01T00:00:00Z&amp;amp;until=2025-12-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/roamresearch-ical"&gt;avelino/roamresearch-ical&lt;/a&gt;: 12 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/roamresearch-ical/commits?author=avelino&amp;amp;since=2025-12-01T00:00:00Z&amp;amp;until=2025-12-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: 11 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/moclojer/moclojer/commits?author=avelino&amp;amp;since=2025-12-01T00:00:00Z&amp;amp;until=2025-12-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/roamresearch-todoist-backup"&gt;avelino/roamresearch-todoist-backup&lt;/a&gt;: 6 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/roamresearch-todoist-backup/commits?author=avelino&amp;amp;since=2025-12-01T00:00:00Z&amp;amp;until=2025-12-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/moclojer/clj-rq"&gt;moclojer/clj-rq&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/moclojer/clj-rq/commits?author=avelino&amp;amp;since=2025-12-01T00:00:00Z&amp;amp;until=2025-12-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/Roam-Research/roam-depot"&gt;Roam-Research/roam-depot&lt;/a&gt;: 3 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/Roam-Research/roam-depot/commits?author=avelino&amp;amp;since=2025-12-01T00:00:00Z&amp;amp;until=2025-12-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 0 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Failing on Purpose: Building a Postmortem Culture That Cuts Across the Entire Company</title><link>https://avelino.run/failing-on-purpose-building-postmortem-culture-across-company/</link><pubDate>Tue, 25 Nov 2025 00:00:00 +0000</pubDate><guid>https://avelino.run/failing-on-purpose-building-postmortem-culture-across-company/</guid><description>&lt;p&gt;At some point in my life as a CTO (technology leader) I noticed something uncomfortable: we talked a lot about &amp;quot;learning from mistakes&amp;quot;, but in practice, what happened after an incident looked a lot more like &amp;quot;put out the fire + find who's to blame + move on&amp;quot; than actual learning.&lt;/p&gt;
&lt;p&gt;That's when I stumbled on &lt;a href="https://www.amazon.com/Beyond-Blame-Learning-Failure-Success-ebook/dp/B016CJ5HUA/ref=tmm_kin_swatch_0"&gt;&lt;em&gt;Beyond Blame – Learning from Failure and Success&lt;/em&gt;&lt;/a&gt;, by Dave Zwieback, and two hard truths finally clicked:&lt;/p&gt;</description></item><item><title>Talent Attraction as a Core Pillar in Technical Leadership Evaluation</title><link>https://avelino.run/talent-attraction-core-pillar-technical-leadership-evaluation/</link><pubDate>Mon, 17 Nov 2025 00:00:00 +0000</pubDate><guid>https://avelino.run/talent-attraction-core-pillar-technical-leadership-evaluation/</guid><description>&lt;p&gt;One thing I've learned over the years is that technical leadership is evaluated on far more than just delivery, architecture decisions, or code quality.&lt;/p&gt;
&lt;p&gt;There are a few core pillars that define whether a technical leader is actually leading — and &lt;strong&gt;talent attraction is one of the most important pillars in that evaluation&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;If I'm not intentionally bringing great people closer, building relationships, and strengthening the talent ecosystem around my team, then I'm not fulfilling the role.&lt;/p&gt;</description></item><item><title>Developer Resistance to AI in Programming: Psychology and Data</title><link>https://avelino.run/developer-resistance-ai-programming-psychology-data/</link><pubDate>Sun, 16 Nov 2025 00:00:00 +0000</pubDate><guid>https://avelino.run/developer-resistance-ai-programming-psychology-data/</guid><description>&lt;p&gt;In recent years, AI tools based on LLMs (large language models) have become widely available to assist with programming. Platforms like GitHub Copilot and ChatGPT promise to autocomplete code, suggest solutions, and boost developer productivity. Even with all this potential, many developers show resistance or hesitation when it comes to adopting these tools in their daily work.&lt;/p&gt;
&lt;p&gt;This blog post explores &lt;strong&gt;why&lt;/strong&gt; that happens, bringing together &lt;strong&gt;recent data&lt;/strong&gt; on AI adoption and &lt;strong&gt;psychological aspects&lt;/strong&gt; that help explain this reluctance. We'll also discuss how AI can be a powerful ally for developers – as long as it's used with discernment and a solid understanding of the business context (which only humans actually have).&lt;/p&gt;</description></item><item><title>Automating newsletter delivery with Hugo, Resend, and GitHub Actions: building an active community around your static site</title><link>https://avelino.run/automating-newsletter-hugo-resend-github-actions-building-active-community/</link><pubDate>Sun, 02 Nov 2025 00:00:00 +0000</pubDate><guid>https://avelino.run/automating-newsletter-hugo-resend-github-actions-building-active-community/</guid><description>&lt;p&gt;Building an audience around a static site is fundamentally different from social media. While platforms like Twitter or LinkedIn provide built-in notification systems, static sites are silent by default. Your readers discover your content only if they remember to check back—which they rarely do.&lt;/p&gt;
&lt;p&gt;This is the core problem: &lt;strong&gt;how do you keep your community engaged when your publishing platform has no native notification system?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;The answer isn't to abandon static sites for dynamic platforms. It's to add the missing notification layer through automation. In this article, I'll show you how to build a Substack-like newsletter system for Hugo sites using &lt;a href="https://resend.com?ref=avelino.run"&gt;Resend.com&lt;/a&gt; and GitHub Actions—complete with duplicate prevention, automatic post detection, and community engagement mechanisms.&lt;/p&gt;</description></item><item><title>Open Source Contributions - November 2025</title><link>https://avelino.run/foss/2025/11/</link><pubDate>Sat, 01 Nov 2025 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2025/11/</guid><description>&lt;p&gt;In November 2025, the open-source community made remarkable strides with 15 repositories contributing to a total of 31 activities, including 9 pull requests and 12 pushes. This timeline captures each significant event, illustrating the collaborative efforts and innovative developments that shaped the month.&lt;/p&gt;
&lt;h2 id="2025-11-30"&gt;2025-11-30&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/Roam-Research/roam-depot"&gt;Roam-Research/roam-depot&lt;/a&gt;: &lt;a href="https://github.com/Roam-Research/roam-depot/pull/1130"&gt;feat: add Oura Ring extension metadata&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/Roam-Research/roam-depot"&gt;Roam-Research/roam-depot&lt;/a&gt;: &lt;a href="https://github.com/Roam-Research/roam-depot/pull/1129"&gt;add extension: Todoist Backup (read-only backup of Todoist tasks intoyour graph)&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2025-11-29"&gt;2025-11-29&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/roamresearch-ouraring"&gt;avelino/roamresearch-ouraring&lt;/a&gt;: &lt;a href="https://github.com/avelino/roamresearch-ouraring/pull/1"&gt;Disable recurring scheduling and sync on load&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/training-personal-data"&gt;avelino/training-personal-data&lt;/a&gt;: &lt;a href="https://github.com/avelino/training-personal-data/pull/13"&gt;feat: initial Oura → Roam Research export scaffolding&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2025-11-26"&gt;2025-11-26&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/buserbrasil/barte-python-sdk"&gt;buserbrasil/barte-python-sdk&lt;/a&gt;: &lt;a href="https://github.com/buserbrasil/barte-python-sdk/pull/35#pullrequestreview-3512351974"&gt;Capturing error in Barte &amp;quot;refund_transaction&amp;quot;&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2025-11-22"&gt;2025-11-22&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/Roam-Research/roam-depot"&gt;Roam-Research/roam-depot&lt;/a&gt;: &lt;a href="https://github.com/Roam-Research/roam-depot/pull/1113"&gt;Add Export Block extension&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/monotropic-theme-vscode"&gt;avelino/monotropic-theme-vscode&lt;/a&gt;: &lt;a href="https://github.com/avelino/monotropic-theme-vscode/pull/25#pullrequestreview-3496584130"&gt;Bump tmp from 0.2.1 to 0.2.4&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/monotropic-theme-vscode"&gt;avelino/monotropic-theme-vscode&lt;/a&gt;: &lt;a href="https://github.com/avelino/monotropic-theme-vscode/pull/27#pullrequestreview-3496582257"&gt;Bump js-yaml from 4.1.0 to 4.1.1&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/flexoki-logseq"&gt;avelino/flexoki-logseq&lt;/a&gt;: &lt;a href="https://github.com/avelino/flexoki-logseq/pull/14#pullrequestreview-3496528885"&gt;build(deps): bump js-yaml from 4.1.0 to 4.1.1&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2025-11-13"&gt;2025-11-13&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/roamresearch-export-block"&gt;avelino/roamresearch-export-block&lt;/a&gt;: &lt;a href="https://github.com/avelino/roamresearch-export-block/pull/1#pullrequestreview-3459558592"&gt;[ImgBot] Optimize images&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2025-11-06"&gt;2025-11-06&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/logseq-todoist-backup"&gt;avelino/logseq-todoist-backup&lt;/a&gt;: &lt;a href="https://github.com/avelino/logseq-todoist-backup/pull/18"&gt;feat(blocks): robust @label → #label converter preserves wiki-link and email context&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/avelino.run"&gt;avelino/avelino.run&lt;/a&gt;: &lt;a href="https://github.com/avelino/avelino.run/pull/64#pullrequestreview-3427679591"&gt;Bump resend from 6.4.0 to 6.4.1&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/avelino.run"&gt;avelino/avelino.run&lt;/a&gt;: &lt;a href="https://github.com/avelino/avelino.run/pull/65#pullrequestreview-3427678161"&gt;Bump axios from 1.13.1 to 1.13.2&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/avelino.run"&gt;avelino/avelino.run&lt;/a&gt;: &lt;a href="https://github.com/avelino/avelino.run/pull/63#pullrequestreview-3427676962"&gt;Bump react-dom from 18.3.1 to 19.2.0&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/avelino.run"&gt;avelino/avelino.run&lt;/a&gt;: &lt;a href="https://github.com/avelino/avelino.run/pull/62#pullrequestreview-3427675630"&gt;Bump react from 18.3.1 to 19.2.0&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2025-11-02"&gt;2025-11-02&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/avelino.run"&gt;avelino/avelino.run&lt;/a&gt;: &lt;a href="https://github.com/avelino/avelino.run/pull/61"&gt;Improve newsletter script fallback detection&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/avelino.run"&gt;avelino/avelino.run&lt;/a&gt;: &lt;a href="https://github.com/avelino/avelino.run/pull/60"&gt;Debug email sending via resend.com&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/moclojer/clj-rq"&gt;moclojer/clj-rq&lt;/a&gt;: &lt;a href="https://github.com/moclojer/clj-rq/pull/23"&gt;update pool-config: document all supported config keys in README, clarify inheritance and defaults usage&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/avelino.run"&gt;avelino/avelino.run&lt;/a&gt;: &lt;a href="https://github.com/avelino/avelino.run/pull/59#pullrequestreview-3408764848"&gt;Bump the npm_and_yarn group across 1 directory with 3 updates&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/avelino.run"&gt;avelino/avelino.run&lt;/a&gt;: 17 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/avelino.run/commits?author=avelino&amp;amp;since=2025-11-01T00:00:00Z&amp;amp;until=2025-11-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/logseq-libs"&gt;avelino/logseq-libs&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/logseq-libs/commits?author=avelino&amp;amp;since=2025-11-01T00:00:00Z&amp;amp;until=2025-11-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/roamresearch-ouraring"&gt;avelino/roamresearch-ouraring&lt;/a&gt;: 10 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/roamresearch-ouraring/commits?author=avelino&amp;amp;since=2025-11-01T00:00:00Z&amp;amp;until=2025-11-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/training-personal-data"&gt;avelino/training-personal-data&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/training-personal-data/commits?author=avelino&amp;amp;since=2025-11-01T00:00:00Z&amp;amp;until=2025-11-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/roamresearch-export-block"&gt;avelino/roamresearch-export-block&lt;/a&gt;: 6 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/roamresearch-export-block/commits?author=avelino&amp;amp;since=2025-11-01T00:00:00Z&amp;amp;until=2025-11-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/dotfiles"&gt;avelino/dotfiles&lt;/a&gt;: 12 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/dotfiles/commits?author=avelino&amp;amp;since=2025-11-01T00:00:00Z&amp;amp;until=2025-11-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/roamresearch-todoist-backup"&gt;avelino/roamresearch-todoist-backup&lt;/a&gt;: 5 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/roamresearch-todoist-backup/commits?author=avelino&amp;amp;since=2025-11-01T00:00:00Z&amp;amp;until=2025-11-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/avelino"&gt;avelino/avelino&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/avelino/commits?author=avelino&amp;amp;since=2025-11-01T00:00:00Z&amp;amp;until=2025-11-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/moclojer/clj-rq"&gt;moclojer/clj-rq&lt;/a&gt;: 2 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/moclojer/clj-rq/commits?author=avelino&amp;amp;since=2025-11-01T00:00:00Z&amp;amp;until=2025-11-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/logseq-todoist-backup"&gt;avelino/logseq-todoist-backup&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/logseq-todoist-backup/commits?author=avelino&amp;amp;since=2025-11-01T00:00:00Z&amp;amp;until=2025-11-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/buserbrasil/barte-python-sdk"&gt;buserbrasil/barte-python-sdk&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/buserbrasil/barte-python-sdk/commits?author=avelino&amp;amp;since=2025-11-01T00:00:00Z&amp;amp;until=2025-11-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/moclojer/chrondb"&gt;moclojer/chrondb&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/moclojer/chrondb/commits?author=avelino&amp;amp;since=2025-11-01T00:00:00Z&amp;amp;until=2025-11-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 0 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Motivation is Personal: Leading Large Tech Teams</title><link>https://avelino.run/motivation-is-personal-leading-large-tech-teams/</link><pubDate>Thu, 09 Oct 2025 00:00:00 +0000</pubDate><guid>https://avelino.run/motivation-is-personal-leading-large-tech-teams/</guid><description>Practical experience, deep reflections, and literary reference: individual motivation from the lens of tech leadership in a fast-growing startup.</description></item><item><title>The open source governance model as a reference for leading engineering teams</title><link>https://avelino.run/open-source-governance-reference-leading-engineering-teams/</link><pubDate>Thu, 02 Oct 2025 00:00:00 +0000</pubDate><guid>https://avelino.run/open-source-governance-reference-leading-engineering-teams/</guid><description>&lt;p&gt;Technology leadership is at a breaking point. The traditional command-and-control model, born in the industrial era, is cracking under the adaptive complexity of engineering teams. Rajeev Peshawaria opens his book &lt;em&gt;&lt;a href="https://www.amazon.com/Open-Source-Leadership-Reinventing-Management/dp/1260108368?utm_source=avelino.run"&gt;Open Source Leadership&lt;/a&gt;&lt;/em&gt; with a pointed provocation:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;“Leadership can no longer be about command and control. It must be about influence and inspiration.”&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;If projects like &lt;a href="https://www.kernel.org/"&gt;Linux&lt;/a&gt;, &lt;a href="https://kubernetes.io/"&gt;Kubernetes&lt;/a&gt;, and &lt;a href="https://www.apache.org/"&gt;Apache&lt;/a&gt; were built by distributed communities with open governance and without rigid hierarchical structures, why do corporate engineering leaders still cling to old models?&lt;/p&gt;</description></item><item><title>Open Source Contributions - October 2025</title><link>https://avelino.run/foss/2025/10/</link><pubDate>Wed, 01 Oct 2025 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2025/10/</guid><description>&lt;p&gt;Explore the timeline of contributions for October 2025, highlighting a dynamic month of collaboration with 19 open pull requests, 31 reviews, and a total of 74 contributions across 9 repositories.&lt;/p&gt;
&lt;h2 id="2025-10-31"&gt;2025-10-31&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/moclojer/chrondb"&gt;moclojer/chrondb&lt;/a&gt;: &lt;a href="https://github.com/moclojer/chrondb/pull/62"&gt;feat: Git-backed transaction notes and core helpers&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2025-10-30"&gt;2025-10-30&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/moclojer/chrondb"&gt;moclojer/chrondb&lt;/a&gt;: &lt;a href="https://github.com/moclojer/chrondb/pull/61"&gt;feat(ast): unify query engine across all protocols with new AST system&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2025-10-27"&gt;2025-10-27&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/logseq-todoist-backup"&gt;avelino/logseq-todoist-backup&lt;/a&gt;: &lt;a href="https://github.com/avelino/logseq-todoist-backup/pull/17"&gt;configurar alias de status do todoist&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/logseq-todoist-backup"&gt;avelino/logseq-todoist-backup&lt;/a&gt;: &lt;a href="https://github.com/avelino/logseq-todoist-backup/pull/16#pullrequestreview-3382638496"&gt;chore(deps-dev): bump vite from 7.1.9 to 7.1.11&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2025-10-21"&gt;2025-10-21&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/5881#pullrequestreview-3362115208"&gt;Pardnchiu/go-jwt&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/5876#pullrequestreview-3359795550"&gt;Add argus to Configuration section&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/5878#pullrequestreview-3359792969"&gt;Added oras to Distributed Systems Section&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/5883#pullrequestreview-3359787651"&gt;Add boring&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/5887#pullrequestreview-3359783961"&gt;Fix. Add correct URL to Obreron package entry&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/5884#pullrequestreview-3359779758"&gt;updated .codeclimate.yml&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/5793#pullrequestreview-3359775774"&gt;Add trpc-agent-go&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2025-10-18"&gt;2025-10-18&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/logseq-todoist-backup"&gt;avelino/logseq-todoist-backup&lt;/a&gt;: &lt;a href="https://github.com/avelino/logseq-todoist-backup/pull/15"&gt;feat: add debug logger util and expose debug log setting&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/logseq-todoist-backup"&gt;avelino/logseq-todoist-backup&lt;/a&gt;: &lt;a href="https://github.com/avelino/logseq-todoist-backup/pull/13"&gt;feat: Consistent inline label conversion, journal-style pages, and docs&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/logseq-todoist-backup"&gt;avelino/logseq-todoist-backup&lt;/a&gt;: &lt;a href="https://github.com/avelino/logseq-todoist-backup/pull/12"&gt;Task and page organization: distribute tasks across journal-style pages by date&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/5741#pullrequestreview-3353605439"&gt;Add pardnchiu/go-cron - brief description&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/logseq-todoist-backup"&gt;avelino/logseq-todoist-backup&lt;/a&gt;: &lt;a href="https://github.com/avelino/logseq-todoist-backup/issues/14"&gt;option to display sync log (&lt;code&gt;console.log&lt;/code&gt;)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/logseq-todoist-backup"&gt;avelino/logseq-todoist-backup&lt;/a&gt;: &lt;a href="https://github.com/avelino/logseq-todoist-backup/issues/11"&gt;using the &lt;code&gt;todoist.md&lt;/code&gt; page for sync will be impossible for complete backup&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2025-10-17"&gt;2025-10-17&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/5695#pullrequestreview-3351687763"&gt;remove archived repos&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/logseq-export-block"&gt;avelino/logseq-export-block&lt;/a&gt;: &lt;a href="https://github.com/avelino/logseq-export-block/pull/10#pullrequestreview-3352332470"&gt;build(deps-dev): Bump vite from 6.2.7 to 6.3.6&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/logseq-todoist-backup"&gt;avelino/logseq-todoist-backup&lt;/a&gt;: &lt;a href="https://github.com/avelino/logseq-todoist-backup/issues/10"&gt;todoist subtask support in logseq subblock&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/logseq-todoist-backup"&gt;avelino/logseq-todoist-backup&lt;/a&gt;: &lt;a href="https://github.com/avelino/logseq-todoist-backup/issues/9"&gt;convert todoist label to logseq hashtag&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2025-10-14"&gt;2025-10-14&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/moclojer/chrondb"&gt;moclojer/chrondb&lt;/a&gt;: &lt;a href="https://github.com/moclojer/chrondb/pull/60"&gt;feat(cli): introduce ChronDB CLI utility for backup, restore, export, import and scheduling&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2025-10-13"&gt;2025-10-13&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/logseq-todoist-backup"&gt;avelino/logseq-todoist-backup&lt;/a&gt;: &lt;a href="https://github.com/avelino/logseq-todoist-backup/pull/8"&gt;Preserve editor focus and add comment/title filters&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/5863#pullrequestreview-3333334109"&gt;Add sqlz&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/5861#pullrequestreview-3330646071"&gt;Implement comprehensive tagging system for project categorization&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2025-10-12"&gt;2025-10-12&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/moclojer/chrondb"&gt;moclojer/chrondb&lt;/a&gt;: &lt;a href="https://github.com/moclojer/chrondb/pull/59"&gt;Backup and Restore: Tar/Bundle-based Repository Snapshots for ChronDB&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/5859#pullrequestreview-3329620704"&gt;feat: add lancet utility library&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2025-10-11"&gt;2025-10-11&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/moclojer/chrondb"&gt;moclojer/chrondb&lt;/a&gt;: &lt;a href="https://github.com/moclojer/chrondb/pull/58"&gt;docs: update license references from GPLv3 to AGPLv3&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2025-10-10"&gt;2025-10-10&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/moclojer/chrondb"&gt;moclojer/chrondb&lt;/a&gt;: &lt;a href="https://github.com/moclojer/chrondb/pull/57"&gt;build(native-image): add cross-platform GraalVM native-image workflow&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2025-10-09"&gt;2025-10-09&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/logseq-todoist-backup"&gt;avelino/logseq-todoist-backup&lt;/a&gt;: &lt;a href="https://github.com/avelino/logseq-todoist-backup/pull/7"&gt;docs: add missing function docstrings to all functions&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/logseq-todoist-backup"&gt;avelino/logseq-todoist-backup&lt;/a&gt;: &lt;a href="https://github.com/avelino/logseq-todoist-backup/pull/6"&gt;Sync Todoist Comments into Logseq&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/logseq-todoist-backup"&gt;avelino/logseq-todoist-backup&lt;/a&gt;: &lt;a href="https://github.com/avelino/logseq-todoist-backup/pull/5"&gt;fixed sync completed&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/5729#pullrequestreview-3319620667"&gt;feat: adding github.com/samber/hot - in memory caching lib&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/5749#pullrequestreview-3319601708"&gt;Add Bifrost Gateway&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/5751#pullrequestreview-3319574129"&gt;Add golang-rest-api-template to Project Layout section&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/5738#pullrequestreview-3319551136"&gt;Add flow&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2025-10-08"&gt;2025-10-08&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/logseq-todoist-backup"&gt;avelino/logseq-todoist-backup&lt;/a&gt;: &lt;a href="https://github.com/avelino/logseq-todoist-backup/pull/4"&gt;fix: preserve completed task history and status in Logseq sync&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/logseq-todoist-backup"&gt;avelino/logseq-todoist-backup&lt;/a&gt;: &lt;a href="https://github.com/avelino/logseq-todoist-backup/pull/3"&gt;Preserve completed Todoist tasks in Logseq backup&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/5809#pullrequestreview-3314166663"&gt;Add roamer&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/5069#pullrequestreview-3312447618"&gt;Updated README with expandable table of content.&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/5071#pullrequestreview-3312444450"&gt;Adds Cillium eBPF Golang library to the Performance list&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/5081#pullrequestreview-3312436757"&gt;add bore to networking section&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/5100#pullrequestreview-3312433664"&gt;Add leberKleber/go-mpris&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2025-10-07"&gt;2025-10-07&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/5815#pullrequestreview-3309593633"&gt;Add Pi&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/5819#pullrequestreview-3309592189"&gt;Add VarMQ - Storage agnostic message queue and worker pool&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/5821#pullrequestreview-3309588555"&gt;Add GitLab Merge Alert - WeChat Work notification service&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/5842#pullrequestreview-3309495682"&gt;Fluent, streaming‑first HTTP client for Go — zero external dependencies.&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/5843#pullrequestreview-3309492760"&gt;Add Gocopper&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/5844#pullrequestreview-3309490529"&gt;Update README.md&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/5845#pullrequestreview-3309487530"&gt;add: Coldfire security research library&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2025-10-06"&gt;2025-10-06&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/pull/332"&gt;feat(ci): improve GraalVM native image build using real test routes&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/pull/331#pullrequestreview-3305597522"&gt;build(deps): bump actions/checkout from 4 to 5&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/moclojer/chrondb"&gt;moclojer/chrondb&lt;/a&gt;: &lt;a href="https://github.com/moclojer/chrondb/issues/56"&gt;[Streaming] Changefeed / CDC per Branch (Server-Sent Events or Redis PubSub)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/moclojer/chrondb"&gt;moclojer/chrondb&lt;/a&gt;: &lt;a href="https://github.com/moclojer/chrondb/issues/55"&gt;[Schema-lite] Optional JSON Schema Validation per Namespace&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/moclojer/chrondb"&gt;moclojer/chrondb&lt;/a&gt;: &lt;a href="https://github.com/moclojer/chrondb/issues/54"&gt;[Recovery] Point-in-Time Snapshot and Copy-on-Write Restore&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/moclojer/chrondb"&gt;moclojer/chrondb&lt;/a&gt;: &lt;a href="https://github.com/moclojer/chrondb/issues/53"&gt;[Legal/Bug] Unify License Reference (GPLv3 vs AGPL-3.0)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/moclojer/chrondb"&gt;moclojer/chrondb&lt;/a&gt;: &lt;a href="https://github.com/moclojer/chrondb/issues/52"&gt;[Ops/Security] Hardened Docker Image + SBOM + Signature&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/moclojer/chrondb"&gt;moclojer/chrondb&lt;/a&gt;: &lt;a href="https://github.com/moclojer/chrondb/issues/51"&gt;[Performance] Benchmark Suite and Profiling Setup&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/moclojer/chrondb"&gt;moclojer/chrondb&lt;/a&gt;: &lt;a href="https://github.com/moclojer/chrondb/issues/50"&gt;[DX/CLI] ChronDB Command-Line Interface (CLI)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/moclojer/chrondb"&gt;moclojer/chrondb&lt;/a&gt;: &lt;a href="https://github.com/moclojer/chrondb/issues/49"&gt;[Merge Strategy] Configurable Conflict Resolution Policies&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/moclojer/chrondb"&gt;moclojer/chrondb&lt;/a&gt;: &lt;a href="https://github.com/moclojer/chrondb/issues/48"&gt;[Concurrency] Define Locking and Isolation Model for Git-based Storage&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/moclojer/chrondb"&gt;moclojer/chrondb&lt;/a&gt;: &lt;a href="https://github.com/moclojer/chrondb/issues/47"&gt;[Protocol/PostgreSQL] MVP PostgreSQL Wire Protocol Implementation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/moclojer/chrondb"&gt;moclojer/chrondb&lt;/a&gt;: &lt;a href="https://github.com/moclojer/chrondb/issues/46"&gt;[Protocol/Redis] Support RESP3 and Cursor-based SCAN + Key History Command&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2025-10-02"&gt;2025-10-02&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/logseq/marketplace"&gt;logseq/marketplace&lt;/a&gt;: &lt;a href="https://github.com/logseq/marketplace/pull/673"&gt;feat: logseq-todoist-backup plugin&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2025-10-01"&gt;2025-10-01&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/buserbrasil/notion-webhook"&gt;buserbrasil/notion-webhook&lt;/a&gt;: &lt;a href="https://github.com/buserbrasil/notion-webhook/pull/3"&gt;feat: persist and expose Notion breadcrumbs in content snapshots&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/buserbrasil/notion-webhook"&gt;buserbrasil/notion-webhook&lt;/a&gt;: &lt;a href="https://github.com/buserbrasil/notion-webhook/issues/2"&gt;Persist Notion entity breadcrumbs and include in stored snapshot&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/logseq-todoist-backup"&gt;avelino/logseq-todoist-backup&lt;/a&gt;: 33 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/logseq-todoist-backup/commits?author=avelino&amp;amp;since=2025-10-01T00:00:00Z&amp;amp;until=2025-10-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/moclojer/chrondb"&gt;moclojer/chrondb&lt;/a&gt;: 24 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/moclojer/chrondb/commits?author=avelino&amp;amp;since=2025-10-01T00:00:00Z&amp;amp;until=2025-10-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/dotfiles"&gt;avelino/dotfiles&lt;/a&gt;: 10 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/dotfiles/commits?author=avelino&amp;amp;since=2025-10-01T00:00:00Z&amp;amp;until=2025-10-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/avelino.run"&gt;avelino/avelino.run&lt;/a&gt;: 4 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/avelino.run/commits?author=avelino&amp;amp;since=2025-10-01T00:00:00Z&amp;amp;until=2025-10-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/buserbrasil/notion-webhook"&gt;buserbrasil/notion-webhook&lt;/a&gt;: 3 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/buserbrasil/notion-webhook/commits?author=avelino&amp;amp;since=2025-10-01T00:00:00Z&amp;amp;until=2025-10-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: 3 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/moclojer/moclojer/commits?author=avelino&amp;amp;since=2025-10-01T00:00:00Z&amp;amp;until=2025-10-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/awesome-go/commits?author=avelino&amp;amp;since=2025-10-01T00:00:00Z&amp;amp;until=2025-10-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/logseq/marketplace"&gt;logseq/marketplace&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/logseq/marketplace/commits?author=avelino&amp;amp;since=2025-10-01T00:00:00Z&amp;amp;until=2025-10-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 0 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>When Danger Knocks on the Door: Learning to Handle CVEs in Open Source</title><link>https://avelino.run/when-danger-knocks-learning-to-handle-cves-in-open-source/</link><pubDate>Mon, 08 Sep 2025 00:00:00 +0000</pubDate><guid>https://avelino.run/when-danger-knocks-learning-to-handle-cves-in-open-source/</guid><description>&lt;p&gt;&lt;strong&gt;TL;DR:&lt;/strong&gt; &lt;em&gt;Vulnerabilities test trust. Fast fixes, clear communication, and disciplined process turn crises into credibility.&lt;/em&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;quot;This weekend, my open-source project &lt;strong&gt;&lt;a href="https://github.com/prest/prest/"&gt;prestd&lt;/a&gt;&lt;/strong&gt; was hit with its second CVE-like advisory (&lt;a href="https://github.com/prest/prest/security/advisories/GHSA-p46v-f2x8-qp98"&gt;GHSA-p46v-f2x8-qp98&lt;/a&gt;). We rallied the community and shipped a fix within hours. Intense—and gratifying: proof that crises can teach trust.&amp;quot;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;img src="https://avelino.run/blog/when-danger-knocks-learning-to-handle-cves-in-open-source.png" alt="When Danger Knocks on the Door: Learning to Handle CVEs in Open Source"&gt;&lt;/p&gt;
&lt;p&gt;That rollercoaster is a reminder: some projects sprint, others stall. To see why, let’s connect a fresh incident to infamous CVEs, grounded practice, and a few enduring ideas.&lt;/p&gt;</description></item><item><title>Open Source Contributions - September 2025</title><link>https://avelino.run/foss/2025/09/</link><pubDate>Mon, 01 Sep 2025 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2025/09/</guid><description>&lt;p&gt;In September 2025, the development community engaged in significant contributions across 10 repositories, showcasing a variety of activities including 13 pull requests, 3 reviews, and 8 pushes. This timeline highlights the collaborative efforts and key developments made throughout the month, reflecting the ongoing commitment to improving projects and addressing security concerns.&lt;/p&gt;
&lt;h2 id="2025-09-30"&gt;2025-09-30&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/logseq/logseq"&gt;logseq/logseq&lt;/a&gt;: &lt;a href="https://github.com/logseq/logseq/pull/12138"&gt;feat(mobile): add background cloud sync for mobile app&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2025-09-29"&gt;2025-09-29&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/5824"&gt;fix: use sticky-pull-request-comment for quality check report&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2025-09-28"&gt;2025-09-28&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/monotropic-theme-vscode"&gt;avelino/monotropic-theme-vscode&lt;/a&gt;: &lt;a href="https://github.com/avelino/monotropic-theme-vscode/pull/26#pullrequestreview-3277509577"&gt;Bump tar-fs from 2.1.3 to 2.1.4&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2025-09-26"&gt;2025-09-26&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/941#pullrequestreview-3271347037"&gt;Enhance field parsing in columnsByRequest to handle space-separated values&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2025-09-25"&gt;2025-09-25&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/buserbrasil/notion-webhook"&gt;buserbrasil/notion-webhook&lt;/a&gt;: &lt;a href="https://github.com/buserbrasil/notion-webhook/pull/1"&gt;fix(webhook): prevent premature garbage collection of background tasks&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2025-09-19"&gt;2025-09-19&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/training-personal-data"&gt;avelino/training-personal-data&lt;/a&gt;: &lt;a href="https://github.com/avelino/training-personal-data/pull/11"&gt;Oura weekly insights: fix sleep duration, robust logging, English standardization, GPT struct outputs, weekly workflow, and tests&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2025-09-18"&gt;2025-09-18&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/avelino.run"&gt;avelino/avelino.run&lt;/a&gt;: &lt;a href="https://github.com/avelino/avelino.run/pull/58"&gt;feat(github_contributions): add support for issue comment contributions&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2025-09-15"&gt;2025-09-15&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/940"&gt;fix(postgres): prevent SQL injection in &lt;code&gt;tsquery&lt;/code&gt; operator&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2025-09-14"&gt;2025-09-14&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap"&gt;editor-bootstrap/vim-bootstrap&lt;/a&gt;: &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap/pull/442"&gt;feat: add new Tailwind-based style and visual improvements to site&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/5810"&gt;feat: add automated PR quality checks for CONTRIBUTING.md standards&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2025-09-13"&gt;2025-09-13&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap"&gt;editor-bootstrap/vim-bootstrap&lt;/a&gt;: &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap/pull/441"&gt;&amp;quot;redesign&amp;quot; and change Dracula UI to Tailwind&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap"&gt;editor-bootstrap/vim-bootstrap&lt;/a&gt;: &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap/pull/439"&gt;Add plugin management API endpoints and CLI flag&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap"&gt;editor-bootstrap/vim-bootstrap&lt;/a&gt;: &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap/issues/440"&gt;change dracula ui to tailwindcss&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2025-09-11"&gt;2025-09-11&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/939"&gt;ci(test): run test suite via docker-compose-test.yml and document usage&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/938"&gt;fix(security): unify identifier validation; enforce in templates, groupby, and path params to prevent SQLi (fixes #937, GHSA-p46v-f2x8-qp98)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/936#pullrequestreview-3214007896"&gt;Bump github.com/spf13/viper from 1.19.0 to 1.21.0&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2025-09-06"&gt;2025-09-06&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/935"&gt;fix(postgres): improve &lt;code&gt;_returning&lt;/code&gt; param handling for SQL injection safety&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/dotfiles"&gt;avelino/dotfiles&lt;/a&gt;: 19 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/dotfiles/commits?author=avelino&amp;amp;since=2025-09-01T00:00:00Z&amp;amp;until=2025-09-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/buserbrasil/notion-webhook"&gt;buserbrasil/notion-webhook&lt;/a&gt;: 13 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/buserbrasil/notion-webhook/commits?author=avelino&amp;amp;since=2025-09-01T00:00:00Z&amp;amp;until=2025-09-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/training-personal-data"&gt;avelino/training-personal-data&lt;/a&gt;: 13 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/training-personal-data/commits?author=avelino&amp;amp;since=2025-09-01T00:00:00Z&amp;amp;until=2025-09-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/avelino.run"&gt;avelino/avelino.run&lt;/a&gt;: 9 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/avelino.run/commits?author=avelino&amp;amp;since=2025-09-01T00:00:00Z&amp;amp;until=2025-09-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: 6 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/awesome-go/commits?author=avelino&amp;amp;since=2025-09-01T00:00:00Z&amp;amp;until=2025-09-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: 4 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/prest/prest/commits?author=avelino&amp;amp;since=2025-09-01T00:00:00Z&amp;amp;until=2025-09-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap"&gt;editor-bootstrap/vim-bootstrap&lt;/a&gt;: 3 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/editor-bootstrap/vim-bootstrap/commits?author=avelino&amp;amp;since=2025-09-01T00:00:00Z&amp;amp;until=2025-09-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/talkdai/landing-page"&gt;talkdai/landing-page&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/talkdai/landing-page/commits?author=avelino&amp;amp;since=2025-09-01T00:00:00Z&amp;amp;until=2025-09-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 0 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Cultivating a Healthy Codebase: Beyond Code That Just Works</title><link>https://avelino.run/cultivating-a-healthy-evolvable-codebase/</link><pubDate>Tue, 05 Aug 2025 00:00:00 +0000</pubDate><guid>https://avelino.run/cultivating-a-healthy-evolvable-codebase/</guid><description>&lt;p&gt;In software engineering, there's an inconvenient truth every experienced developer knows: the difference between a project that accelerates over time and one that grinds to a halt lies not in the brilliance of its initial code, but in its ability to evolve.&lt;/p&gt;
&lt;p&gt;Let's be honest. We've all felt that chill down our spine when tasked with modifying a critical module. That fear that a small change could trigger a cascade of unpredictable side effects. This feeling is a symptom. The diagnosis? A hostile codebase.&lt;/p&gt;</description></item><item><title>Open Source Contributions - August 2025</title><link>https://avelino.run/foss/2025/08/</link><pubDate>Fri, 01 Aug 2025 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2025/08/</guid><description>&lt;p&gt;In August 2025, significant contributions were made across four repositories, reflecting a robust engagement in code development. This timeline encapsulates the month's activities, including push events, pull requests, and reviews, illustrating the collaborative spirit and progress in software enhancement.&lt;/p&gt;
&lt;h2 id="2025-08-05"&gt;2025-08-05&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/training-personal-data"&gt;avelino/training-personal-data&lt;/a&gt;: &lt;a href="https://github.com/avelino/training-personal-data/pull/9"&gt;Melhorar o software existente&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2025-08-04"&gt;2025-08-04&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/bots.clj.social"&gt;avelino/bots.clj.social&lt;/a&gt;: &lt;a href="https://github.com/avelino/bots.clj.social/pull/184#pullrequestreview-3083486426"&gt;build(deps): bump masto from 7.1.0 to 7.2.0&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/bots.clj.social"&gt;avelino/bots.clj.social&lt;/a&gt;: &lt;a href="https://github.com/avelino/bots.clj.social/pull/186#pullrequestreview-3083484758"&gt;build(deps): bump redis from 5.5.6 to 5.7.0&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/dotfiles"&gt;avelino/dotfiles&lt;/a&gt;: 2 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/dotfiles/commits?author=avelino&amp;amp;since=2025-08-01T00:00:00Z&amp;amp;until=2025-08-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/bots.clj.social"&gt;avelino/bots.clj.social&lt;/a&gt;: 2 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/bots.clj.social/commits?author=avelino&amp;amp;since=2025-08-01T00:00:00Z&amp;amp;until=2025-08-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/avelino.run"&gt;avelino/avelino.run&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/avelino.run/commits?author=avelino&amp;amp;since=2025-08-01T00:00:00Z&amp;amp;until=2025-08-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 0 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>The Code Doesn't Speak for Itself: Why Experienced Tech Professionals Must Master the Art of Negotiation</title><link>https://avelino.run/the-code-doesnt-speak-for-itself-negotiation-for-tech-professionals/</link><pubDate>Wed, 16 Jul 2025 00:00:00 +0000</pubDate><guid>https://avelino.run/the-code-doesnt-speak-for-itself-negotiation-for-tech-professionals/</guid><description>&lt;p&gt;In the universe of software engineering and data science, we operate under the empire of logic and merit. An elegant piece of code, an algorithm that saves millions in cloud costs, or a model that boosts user retention by 5% are irrefutable truths. We believe, almost as an article of faith, that our work will speak for itself. We expect technical excellence to be noticed and, naturally, rewarded. However, for experienced professionals, this is one of the most dangerous fallacies for career growth. Value, no matter how obvious it may seem to you, needs to be translated, communicated, and yes, negotiated.&lt;/p&gt;</description></item><item><title>Open Source Contributions - July 2025</title><link>https://avelino.run/foss/2025/07/</link><pubDate>Tue, 01 Jul 2025 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2025/07/</guid><description>&lt;p&gt;Explore the contributions made in July 2025, highlighting the collaborative efforts across various projects. This timeline showcases a total of 11 contributions, including multiple push events and impactful pull requests aimed at improving code quality and user experience.&lt;/p&gt;
&lt;h2 id="2025-07-19"&gt;2025-07-19&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/nexpress"&gt;avelino/nexpress&lt;/a&gt;: &lt;a href="https://github.com/avelino/nexpress/pull/5#pullrequestreview-3035530491"&gt;build(deps): Bump on-headers, compression and express-session&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2025-07-09"&gt;2025-07-09&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/flexoki-logseq"&gt;avelino/flexoki-logseq&lt;/a&gt;: &lt;a href="https://github.com/avelino/flexoki-logseq/pull/12"&gt;feat: add comprehensive linting pipeline with stylelint and code quality tools&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2025-07-08"&gt;2025-07-08&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/monotropic-theme-vscode"&gt;avelino/monotropic-theme-vscode&lt;/a&gt;: &lt;a href="https://github.com/avelino/monotropic-theme-vscode/pull/24#pullrequestreview-2997929872"&gt;Bump tar-fs from 2.1.2 to 2.1.3&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2025-07-05"&gt;2025-07-05&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/flexoki-logseq"&gt;avelino/flexoki-logseq&lt;/a&gt;: &lt;a href="https://github.com/avelino/flexoki-logseq/pull/11"&gt;fix: Inline Block References Display Issue – Styling/Spacing Problem&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/flexoki-logseq"&gt;avelino/flexoki-logseq&lt;/a&gt;: &lt;a href="https://github.com/avelino/flexoki-logseq/pull/10"&gt;fix: improve CSS formatting and add menu styling for better readability&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/flexoki-logseq"&gt;avelino/flexoki-logseq&lt;/a&gt;: 8 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/flexoki-logseq/commits?author=avelino&amp;amp;since=2025-07-01T00:00:00Z&amp;amp;until=2025-07-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/avelino.run"&gt;avelino/avelino.run&lt;/a&gt;: 4 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/avelino.run/commits?author=avelino&amp;amp;since=2025-07-01T00:00:00Z&amp;amp;until=2025-07-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: 2 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/awesome-go/commits?author=avelino&amp;amp;since=2025-07-01T00:00:00Z&amp;amp;until=2025-07-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/dotfiles"&gt;avelino/dotfiles&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/dotfiles/commits?author=avelino&amp;amp;since=2025-07-01T00:00:00Z&amp;amp;until=2025-07-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/moclojer/moclojer/commits?author=avelino&amp;amp;since=2025-07-01T00:00:00Z&amp;amp;until=2025-07-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/moclojer/chrondb"&gt;moclojer/chrondb&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/moclojer/chrondb/commits?author=avelino&amp;amp;since=2025-07-01T00:00:00Z&amp;amp;until=2025-07-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 0 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>LLMs and the Future of Development: Amplifiers or Threats to Product Thinking?</title><link>https://avelino.run/llms-future-development-product-thinking/</link><pubDate>Fri, 13 Jun 2025 00:00:00 +0000</pubDate><guid>https://avelino.run/llms-future-development-product-thinking/</guid><description>&lt;p&gt;&lt;em&gt;This is the conclusion of our series about the evolution of product delivery since 2022. If you haven't read the previous parts, I recommend starting with the &lt;a href="https://avelino.run/silent-revolution-product-minded-developers-software-delivery-2022"&gt;first part&lt;/a&gt; about technical improvements and then the &lt;a href="https://avelino.run/product-thinking-real-business-results-user-experience"&gt;second part&lt;/a&gt; about business impact and user experience, to have the complete context of this analysis.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src="https://avelino.run/blog/llms-future-development-product-thinking.png" alt="LLMs and Product Thinking"&gt;&lt;/p&gt;
&lt;p&gt;We arrive at the most fascinating and controversial aspect of current software development evolution: how Large Language Models fit into the improvement trajectory we've analyzed. This isn't a peripheral issue; it's central to understanding whether the positive evolution we've documented will continue or if we'll face new challenges that could compromise the gains we've achieved.&lt;/p&gt;</description></item><item><title>From Theoretical to Tangible: How Product Thinking Generated Real Business Results and Transformed User Experience</title><link>https://avelino.run/product-thinking-real-business-results-user-experience/</link><pubDate>Wed, 11 Jun 2025 00:00:00 +0000</pubDate><guid>https://avelino.run/product-thinking-real-business-results-user-experience/</guid><description>&lt;p&gt;&lt;em&gt;If you haven't read the first part of this series about &lt;a href="https://avelino.run/silent-revolution-product-minded-developers-software-delivery-2022"&gt;The Silent Revolution&lt;/a&gt;, I recommend starting there to understand the complete context of the transformation we're analyzing.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src="https://avelino.run/blog/product-thinking-real-business-results-user-experience.png" alt="Product Thinking"&gt;&lt;/p&gt;
&lt;p&gt;After exploring how technical improvements materialized since 2022, we arrive at the heart of the transformation: the moment when product thinking ceased being an aspirational concept to become an engine of measurable results for both business and user experience.&lt;/p&gt;
&lt;h2 id="focus-on-business-impact-from-requirement-to-reality"&gt;Focus on Business Impact: From Requirement to Reality&lt;/h2&gt;
&lt;p&gt;The most notable transformation since 2022 is perhaps how the focus on business impact migrated from the theoretical realm to everyday practice. In 2022, we talked about the need for this focus; today, we see its concrete materialization in the corridors of tech companies. Product-minded developers are no longer occasional guests in strategic discussions; they've become active and valued participants in product roadmap decisions and business KPI definition.&lt;/p&gt;</description></item><item><title>The Silent Revolution: How Product-Minded Developers Transformed Software Delivery Since 2022</title><link>https://avelino.run/silent-revolution-product-minded-developers-software-delivery-2022/</link><pubDate>Mon, 09 Jun 2025 00:00:00 +0000</pubDate><guid>https://avelino.run/silent-revolution-product-minded-developers-software-delivery-2022/</guid><description>&lt;p&gt;&lt;img src="https://avelino.run/blog/silent-revolution-product-minded-developers-software-delivery-2022.png" alt="Silent Revolution"&gt;&lt;/p&gt;
&lt;p&gt;In &lt;em&gt;2022&lt;/em&gt;, I dove deep into the crucial importance of &lt;em&gt;&amp;quot;&lt;a href="https://avelino.run/pessoas-desenvolvedoras-com-pensamento-de-produto-engenharia-de-produto/"&gt;Product-Minded Developers&lt;/a&gt;&amp;quot;&lt;/em&gt;. The thesis was simple but powerful: go beyond code for code's sake, focusing on solving real business problems and driving the company toward its objectives. It was about transforming lines of code into tangible value.&lt;/p&gt;
&lt;p&gt;Fast-forward to today, much has evolved. New technologies, like LLMs, have become ubiquitous, integrating into developers' workflows. But beyond the tools, the fundamental question remains: how has that product mindset translated into concrete improvements in software delivery? What has effectively changed for the better from 2022 to now?&lt;/p&gt;</description></item><item><title>Open Source Contributions - June 2025</title><link>https://avelino.run/foss/2025/06/</link><pubDate>Sun, 01 Jun 2025 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2025/06/</guid><description>&lt;p&gt;In June 2025, contributors engaged actively across multiple repositories, resulting in significant enhancements and bug fixes. This timeline showcases the key contributions made throughout the month, including open pull requests, reviews, and newly created issues that highlight ongoing improvement efforts in the projects.&lt;/p&gt;
&lt;h2 id="2025-06-30"&gt;2025-06-30&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/businho/django-connexion"&gt;businho/django-connexion&lt;/a&gt;: &lt;a href="https://github.com/businho/django-connexion/pull/10"&gt;feat: migrate from Connexion 2.x to 3.x while maintaining backward compatibility&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/flexoki-logseq"&gt;avelino/flexoki-logseq&lt;/a&gt;: &lt;a href="https://github.com/avelino/flexoki-logseq/pull/5#pullrequestreview-2971485854"&gt;feat: support progress bars on pages&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/flexoki-logseq"&gt;avelino/flexoki-logseq&lt;/a&gt;: &lt;a href="https://github.com/avelino/flexoki-logseq/issues/9"&gt;sidebar graph switch text has light font - making it impossible to read&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/flexoki-logseq"&gt;avelino/flexoki-logseq&lt;/a&gt;: &lt;a href="https://github.com/avelino/flexoki-logseq/issues/8"&gt;sidebar recent topic text has light font - making it impossible to read&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/flexoki-logseq"&gt;avelino/flexoki-logseq&lt;/a&gt;: &lt;a href="https://github.com/avelino/flexoki-logseq/issues/7"&gt;cloud sync menu text has light font - making it impossible to read&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/businho/django-connexion"&gt;businho/django-connexion&lt;/a&gt;: &lt;a href="https://github.com/businho/django-connexion/issues/11"&gt;update connexion version to 3&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2025-06-23"&gt;2025-06-23&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/SectorLabs/django-postgres-extra"&gt;SectorLabs/django-postgres-extra&lt;/a&gt;: &lt;a href="https://github.com/SectorLabs/django-postgres-extra/pull/263#pullrequestreview-2949462419"&gt;Make multi-day partitions deterministic and aligned&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2025-06-22"&gt;2025-06-22&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/moclojer/chrondb"&gt;moclojer/chrondb&lt;/a&gt;: &lt;a href="https://github.com/moclojer/chrondb/issues/45"&gt;Export ChronDB snapshot as &lt;code&gt;.gitbundle&lt;/code&gt; for backup and audit purposes&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/moclojer/chrondb"&gt;moclojer/chrondb&lt;/a&gt;: &lt;a href="https://github.com/moclojer/chrondb/issues/44"&gt;Add operation flags using &lt;code&gt;git-notes&lt;/code&gt; for special ChronDB events&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/moclojer/chrondb"&gt;moclojer/chrondb&lt;/a&gt;: &lt;a href="https://github.com/moclojer/chrondb/issues/43"&gt;Add transaction context using &lt;code&gt;git-notes&lt;/code&gt; for ChronDB operations&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2025-06-09"&gt;2025-06-09&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/bots.clj.social"&gt;avelino/bots.clj.social&lt;/a&gt;: &lt;a href="https://github.com/avelino/bots.clj.social/pull/182#pullrequestreview-2909651835"&gt;build(deps): bump fast-xml-parser from 5.2.4 to 5.2.5&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/pull/327#pullrequestreview-2910557138"&gt;build(deps): bump DeLaGuardo/setup-clojure from 13.2 to 13.4&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/issues/328"&gt;Global configuration valid for all endpoints, starting with external content folder setup&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2025-06-08"&gt;2025-06-08&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/bots.clj.social"&gt;avelino/bots.clj.social&lt;/a&gt;: &lt;a href="https://github.com/avelino/bots.clj.social/pull/181"&gt;fix: improve async handling and connection management for Redis client&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2025-06-07"&gt;2025-06-07&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/bots.clj.social"&gt;avelino/bots.clj.social&lt;/a&gt;: &lt;a href="https://github.com/avelino/bots.clj.social/pull/180"&gt;fix: improve Redis client connection handling and async processing&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2025-06-05"&gt;2025-06-05&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/training-personal-data"&gt;avelino/training-personal-data&lt;/a&gt;: &lt;a href="https://github.com/avelino/training-personal-data/pull/8"&gt;refactor: implement pipeline design to simplify data flow chaining&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2025-06-02"&gt;2025-06-02&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/bots.clj.social"&gt;avelino/bots.clj.social&lt;/a&gt;: &lt;a href="https://github.com/avelino/bots.clj.social/pull/177#pullrequestreview-2887664998"&gt;build(deps): bump yaml from 2.7.1 to 2.8.0&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/bots.clj.social"&gt;avelino/bots.clj.social&lt;/a&gt;: &lt;a href="https://github.com/avelino/bots.clj.social/pull/179#pullrequestreview-2887663210"&gt;build(deps): bump redis from 5.0.1 to 5.1.1&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/avelino.run"&gt;avelino/avelino.run&lt;/a&gt;: 8 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/avelino.run/commits?author=avelino&amp;amp;since=2025-06-01T00:00:00Z&amp;amp;until=2025-06-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/bots.clj.social"&gt;avelino/bots.clj.social&lt;/a&gt;: 7 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/bots.clj.social/commits?author=avelino&amp;amp;since=2025-06-01T00:00:00Z&amp;amp;until=2025-06-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/dotfiles"&gt;avelino/dotfiles&lt;/a&gt;: 5 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/dotfiles/commits?author=avelino&amp;amp;since=2025-06-01T00:00:00Z&amp;amp;until=2025-06-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/training-personal-data"&gt;avelino/training-personal-data&lt;/a&gt;: 3 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/training-personal-data/commits?author=avelino&amp;amp;since=2025-06-01T00:00:00Z&amp;amp;until=2025-06-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 0 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Mental Obesity: When Consuming Knowledge Becomes a Cognitive Burden</title><link>https://avelino.run/mental-obesity-consuming-knowledge-cognitive-burden/</link><pubDate>Thu, 01 May 2025 00:00:00 +0000</pubDate><guid>https://avelino.run/mental-obesity-consuming-knowledge-cognitive-burden/</guid><description>&lt;p&gt;We live in the age of information, where access to knowledge is virtually limitless. Books, courses, podcasts, articles, videos — everything is just a click away. For ambitious professionals, this abundance seems like a blessing. But increasingly, many people find themselves consuming content relentlessly without applying what they learn in real life. This phenomenon is known as &lt;strong&gt;mental obesity&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;&lt;img src="https://avelino.run/blog/mental-obesity-consuming-knowledge-cognitive-burden.png" alt="Mental Obesity: When Consuming Knowledge Becomes a Cognitive Burden"&gt;&lt;/p&gt;
&lt;h2 id="what-is-mental-obesity"&gt;What Is Mental Obesity?&lt;/h2&gt;
&lt;p&gt;Mental obesity refers to the excessive accumulation of information without proper digestion, reflection, or practical implementation. Just as physical obesity results from consuming more calories than the body can burn, mental obesity stems from absorbing more knowledge than the mind can process or transform into action.&lt;/p&gt;</description></item><item><title>Open Source Contributions - May 2025</title><link>https://avelino.run/foss/2025/05/</link><pubDate>Thu, 01 May 2025 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2025/05/</guid><description>&lt;p&gt;In May 2025, the contributions across 11 repositories marked a significant month of collaboration and development. With a total of 46 events comprising pushes, pull requests, and issues, this timeline showcases the ongoing commitment to enhancing project features, improving documentation, and addressing user needs. Explore the detailed contributions that shaped this dynamic month.&lt;/p&gt;
&lt;h2 id="2025-05-30"&gt;2025-05-30&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/flexoki-logseq"&gt;avelino/flexoki-logseq&lt;/a&gt;: &lt;a href="https://github.com/avelino/flexoki-logseq/pull/4"&gt;feat: improve block embed styling and focus states&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/flexoki-logseq"&gt;avelino/flexoki-logseq&lt;/a&gt;: &lt;a href="https://github.com/avelino/flexoki-logseq/pull/3"&gt;feat: add enhanced styling for numbered lists in flexoki theme&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/flexoki-logseq"&gt;avelino/flexoki-logseq&lt;/a&gt;: &lt;a href="https://github.com/avelino/flexoki-logseq/pull/2"&gt;feat: major v2.0 design system overhaul with accessibility and performance improvements&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2025-05-28"&gt;2025-05-28&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/logseq/marketplace"&gt;logseq/marketplace&lt;/a&gt;: &lt;a href="https://github.com/logseq/marketplace/pull/654"&gt;feat: add Flexoki theme for Logseq&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/flexoki-logseq"&gt;avelino/flexoki-logseq&lt;/a&gt;: &lt;a href="https://github.com/avelino/flexoki-logseq/pull/1#pullrequestreview-2873353283"&gt;[ImgBot] Optimize images&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2025-05-24"&gt;2025-05-24&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/pull/325"&gt;docs: restructure documentation for better organization&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/pull/324#pullrequestreview-2866561440"&gt;build(deps): bump DavidAnson/markdownlint-cli2-action from 19 to 20&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2025-05-19"&gt;2025-05-19&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/bots.clj.social"&gt;avelino/bots.clj.social&lt;/a&gt;: &lt;a href="https://github.com/avelino/bots.clj.social/pull/176#pullrequestreview-2851960228"&gt;build(deps): bump nbb from 1.3.196 to 1.3.204&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/bots.clj.social"&gt;avelino/bots.clj.social&lt;/a&gt;: &lt;a href="https://github.com/avelino/bots.clj.social/pull/175#pullrequestreview-2851959672"&gt;build(deps): bump @extractus/feed-extractor from 7.1.4 to 7.1.6&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/bots.clj.social"&gt;avelino/bots.clj.social&lt;/a&gt;: &lt;a href="https://github.com/avelino/bots.clj.social/pull/173#pullrequestreview-2851958439"&gt;build(deps): bump masto from 6.10.3 to 7.1.0&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/bots.clj.social"&gt;avelino/bots.clj.social&lt;/a&gt;: &lt;a href="https://github.com/avelino/bots.clj.social/pull/172#pullrequestreview-2851742684"&gt;build(deps): bump redis from 4.7.0 to 5.0.1&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/bots.clj.social"&gt;avelino/bots.clj.social&lt;/a&gt;: &lt;a href="https://github.com/avelino/bots.clj.social/pull/171#pullrequestreview-2851741516"&gt;build(deps): bump fast-xml-parser from 5.0.9 to 5.2.3&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2025-05-16"&gt;2025-05-16&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/moclojer/chrondb"&gt;moclojer/chrondb&lt;/a&gt;: &lt;a href="https://github.com/moclojer/chrondb/issues/42"&gt;Time Series Query Support&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/moclojer/chrondb"&gt;moclojer/chrondb&lt;/a&gt;: &lt;a href="https://github.com/moclojer/chrondb/issues/41"&gt;Integration with CDC (Change Data Capture) Tools&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/moclojer/chrondb"&gt;moclojer/chrondb&lt;/a&gt;: &lt;a href="https://github.com/moclojer/chrondb/issues/40"&gt;Multi-tenancy Support and Isolation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/moclojer/chrondb"&gt;moclojer/chrondb&lt;/a&gt;: &lt;a href="https://github.com/moclojer/chrondb/issues/39"&gt;Advanced Query and Index Support with Lucene&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/moclojer/chrondb"&gt;moclojer/chrondb&lt;/a&gt;: &lt;a href="https://github.com/moclojer/chrondb/issues/38"&gt;Authentication and Access Control&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/moclojer/chrondb"&gt;moclojer/chrondb&lt;/a&gt;: &lt;a href="https://github.com/moclojer/chrondb/issues/37"&gt;Implementation of Compression and Storage Optimization&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/moclojer/chrondb"&gt;moclojer/chrondb&lt;/a&gt;: &lt;a href="https://github.com/moclojer/chrondb/issues/36"&gt;Notification and Event Support for Database Changes - hooks architecture&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/moclojer/chrondb"&gt;moclojer/chrondb&lt;/a&gt;: &lt;a href="https://github.com/moclojer/chrondb/issues/35"&gt;Backup and Restore Implementation&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2025-05-09"&gt;2025-05-09&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/nexpress"&gt;avelino/nexpress&lt;/a&gt;: &lt;a href="https://github.com/avelino/nexpress/pull/4"&gt;feat: add npm package build and publish workflow&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/nexpress"&gt;avelino/nexpress&lt;/a&gt;: &lt;a href="https://github.com/avelino/nexpress/pull/3"&gt;test: add more unit tests for nexpress&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/avelino.run"&gt;avelino/avelino.run&lt;/a&gt;: &lt;a href="https://github.com/avelino/avelino.run/pull/57"&gt;feat: add code review contributions to GitHub activity&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/logseq-export-block"&gt;avelino/logseq-export-block&lt;/a&gt;: &lt;a href="https://github.com/avelino/logseq-export-block/pull/9"&gt;fix: improve italic and strikethrough formatting&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/logseq-export-block"&gt;avelino/logseq-export-block&lt;/a&gt;: &lt;a href="https://github.com/avelino/logseq-export-block/pull/8#pullrequestreview-2829419796"&gt;build(deps-dev): Bump vite from 6.2.4 to 6.2.7&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2025-05-08"&gt;2025-05-08&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/nexpress"&gt;avelino/nexpress&lt;/a&gt;: &lt;a href="https://github.com/avelino/nexpress/pull/2"&gt;ci: add GitHub Actions workflow for running tests&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/nexpress"&gt;avelino/nexpress&lt;/a&gt;: &lt;a href="https://github.com/avelino/nexpress/pull/1"&gt;feat: initial project structure and documentation&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2025-05-07"&gt;2025-05-07&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/moclojer/chrondb"&gt;moclojer/chrondb&lt;/a&gt;: &lt;a href="https://github.com/moclojer/chrondb/pull/34"&gt;docs: improve documentation structure and content&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2025-05-04"&gt;2025-05-04&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/moclojer/chrondb"&gt;moclojer/chrondb&lt;/a&gt;: &lt;a href="https://github.com/moclojer/chrondb/pull/31"&gt;feat: Add SQL history functions for document versioning&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/moclojer/chrondb"&gt;moclojer/chrondb&lt;/a&gt;: &lt;a href="https://github.com/moclojer/chrondb/issues/33"&gt;Refactor Error Handling and Add Retries for I/O Operations&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/moclojer/chrondb"&gt;moclojer/chrondb&lt;/a&gt;: &lt;a href="https://github.com/moclojer/chrondb/issues/32"&gt;Standardize ChronDB Logging System&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2025-05-02"&gt;2025-05-02&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/moclojer/chrondb"&gt;moclojer/chrondb&lt;/a&gt;: &lt;a href="https://github.com/moclojer/chrondb/pull/29"&gt;feat: change license from MIT to GPLv3&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/moclojer/chrondb"&gt;moclojer/chrondb&lt;/a&gt;: &lt;a href="https://github.com/moclojer/chrondb/issues/30"&gt;Implement SQL functions for document history access&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/moclojer/chrondb"&gt;moclojer/chrondb&lt;/a&gt;: &lt;a href="https://github.com/moclojer/chrondb/issues/28"&gt;License Conflict: Proposal to Relicense ChronDB as GPLv3&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2025-05-01"&gt;2025-05-01&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/moclojer/chrondb"&gt;moclojer/chrondb&lt;/a&gt;: &lt;a href="https://github.com/moclojer/chrondb/pull/27"&gt;feat(version-control): add Git-based document history access&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/avelino.run"&gt;avelino/avelino.run&lt;/a&gt;: 6 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/avelino.run/commits?author=avelino&amp;amp;since=2025-05-01T00:00:00Z&amp;amp;until=2025-05-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/dotfiles"&gt;avelino/dotfiles&lt;/a&gt;: 4 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/dotfiles/commits?author=avelino&amp;amp;since=2025-05-01T00:00:00Z&amp;amp;until=2025-05-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: 7 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/moclojer/moclojer/commits?author=avelino&amp;amp;since=2025-05-01T00:00:00Z&amp;amp;until=2025-05-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/moclojer/moclojer.com"&gt;moclojer/moclojer.com&lt;/a&gt;: 2 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/moclojer/moclojer.com/commits?author=avelino&amp;amp;since=2025-05-01T00:00:00Z&amp;amp;until=2025-05-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/logseq/marketplace"&gt;logseq/marketplace&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/logseq/marketplace/commits?author=avelino&amp;amp;since=2025-05-01T00:00:00Z&amp;amp;until=2025-05-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/flexoki-logseq"&gt;avelino/flexoki-logseq&lt;/a&gt;: 14 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/flexoki-logseq/commits?author=avelino&amp;amp;since=2025-05-01T00:00:00Z&amp;amp;until=2025-05-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/avelino"&gt;avelino/avelino&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/avelino/commits?author=avelino&amp;amp;since=2025-05-01T00:00:00Z&amp;amp;until=2025-05-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/bots.clj.social"&gt;avelino/bots.clj.social&lt;/a&gt;: 5 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/bots.clj.social/commits?author=avelino&amp;amp;since=2025-05-01T00:00:00Z&amp;amp;until=2025-05-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/logseq-export-block"&gt;avelino/logseq-export-block&lt;/a&gt;: 2 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/logseq-export-block/commits?author=avelino&amp;amp;since=2025-05-01T00:00:00Z&amp;amp;until=2025-05-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/nexpress"&gt;avelino/nexpress&lt;/a&gt;: 7 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/nexpress/commits?author=avelino&amp;amp;since=2025-05-01T00:00:00Z&amp;amp;until=2025-05-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/moclojer/chrondb"&gt;moclojer/chrondb&lt;/a&gt;: 16 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/moclojer/chrondb/commits?author=avelino&amp;amp;since=2025-05-01T00:00:00Z&amp;amp;until=2025-05-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 0 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>The Power of Two Days: Neuroscience Behind the 48-Hour Rule for Effective Feedback</title><link>https://avelino.run/the-power-of-two-days-neuroscience-behind-the-48-hour-rule-for-effective-feedback/</link><pubDate>Mon, 21 Apr 2025 00:00:00 +0000</pubDate><guid>https://avelino.run/the-power-of-two-days-neuroscience-behind-the-48-hour-rule-for-effective-feedback/</guid><description>&lt;p&gt;Experienced leaders know that giving feedback is not about pointing out mistakes — it's about &lt;strong&gt;fostering development without damaging psychological safety&lt;/strong&gt;. The practice of &lt;strong&gt;waiting up to 48 hours after an incident to give feedback&lt;/strong&gt; is rooted not just in behavioral wisdom but also in &lt;strong&gt;neuroscience&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;&lt;img src="https://avelino.run/blog/the-power-of-two-days-neuroscience-behind-the-48-hour-rule-for-effective-feedback.png" alt="The Power of Two Days: Neuroscience Behind the 48-Hour Rule for Effective Feedback"&gt;&lt;/p&gt;
&lt;p&gt;This article deeply explores, through the lens of &lt;em&gt;Your Brain at Work&lt;/em&gt; (&lt;a href="https://www.amazon.com/dp/0061771295"&gt;Amazon&lt;/a&gt;), by organizational neuroscientist &lt;strong&gt;David Rock&lt;/strong&gt;, the brain mechanisms that make this time window the most effective for transforming feedback into growth — not trauma.&lt;/p&gt;</description></item><item><title>Sometimes we try to escape from some technology, but it's no use!</title><link>https://avelino.run/quote/2025-04-03-735-/</link><pubDate>Thu, 03 Apr 2025 00:00:00 +0000</pubDate><guid>https://avelino.run/quote/2025-04-03-735-/</guid><description>&lt;p&gt;It's common at the beginning of a software engineering career to want to &lt;em&gt;&amp;quot;escape&amp;quot;&lt;/em&gt; from certain technology stacks (for example JavaScript, Java, etc).&lt;/p&gt;
&lt;p&gt;After I understood that &lt;strong&gt;adding value is the delivery to the business&lt;/strong&gt;, it made me not care about the stack I'm using.&lt;/p&gt;
&lt;p&gt;I enjoy programming and it's possible to write good software &lt;strong&gt;regardless of the stack&lt;/strong&gt;.&lt;/p&gt;</description></item><item><title>Why We Changed the Site's Color Palette — Making Reading a More Pleasant Experience</title><link>https://avelino.run/why-we-changed-the-site-color-palette-2025/</link><pubDate>Wed, 02 Apr 2025 00:00:00 +0000</pubDate><guid>https://avelino.run/why-we-changed-the-site-color-palette-2025/</guid><description>&lt;p&gt;If you’ve visited &lt;a href="https://avelino.run"&gt;avelino.run&lt;/a&gt; recently, you may have noticed: the visual vibe is softer, calmer — and that’s completely intentional.&lt;/p&gt;
&lt;p&gt;We redesigned the site’s color palette with one goal in mind: &lt;strong&gt;to make your reading experience more comfortable&lt;/strong&gt;. And yes, there’s science behind it.&lt;/p&gt;
&lt;p&gt;&lt;img src="https://avelino.run/blog/why-we-changed-the-site-color-palette.png" alt="Why We Changed the Site's Color Palette — Making Reading a More Pleasant Experience"&gt;&lt;/p&gt;
&lt;h2 id="-the-psychology-of-color-and-visual-fatigue"&gt;🧠 The Psychology of Color and Visual Fatigue&lt;/h2&gt;
&lt;p&gt;Studies in interface design and cognitive neuroscience show that &lt;strong&gt;pure white backgrounds and high-contrast elements&lt;/strong&gt; can cause eye strain during extended reading sessions. A study published in the &lt;em&gt;International Journal of Human-Computer Studies&lt;/em&gt; points out that soft, lightly tinted backgrounds can reduce visual stress and help readers stay focused for longer.&lt;/p&gt;</description></item><item><title>Communication: The Hidden Backbone of Successful Open Source Projects</title><link>https://avelino.run/communication-the-hidden-backbone-of-successful-open-source-rojects/</link><pubDate>Tue, 01 Apr 2025 00:00:00 +0000</pubDate><guid>https://avelino.run/communication-the-hidden-backbone-of-successful-open-source-rojects/</guid><description>&lt;p&gt;In the open source ecosystem, code is often celebrated as the star. However, behind every thriving open source project lies a less visible yet crucial factor: effective communication. Successful maintainers recognize that writing good code is just a small fraction of their responsibility; their primary role revolves around fostering community engagement, clarifying project goals, and facilitating collaboration.&lt;/p&gt;
&lt;p&gt;&lt;img src="https://avelino.run/blog/communication-the-hidden-backbone-of-successful-open-source-rojects.png" alt="Communication: The Hidden Backbone of Successful Open Source Projects"&gt;&lt;/p&gt;
&lt;h2 id="why-communication-trumps-code-in-open-source-maintenance"&gt;Why Communication Trumps Code in Open Source Maintenance&lt;/h2&gt;
&lt;p&gt;Open source maintainers face the dual challenge of advancing technical excellence while simultaneously nurturing a vibrant community. Nadia Eghbal, in her seminal work &lt;em&gt;&lt;a href="https://www.amazon.com/Working-Public-Making-Maintenance-Software/dp/0578675862"&gt;&amp;quot;Working in Public: The Making and Maintenance of Open Source Software&amp;quot;&lt;/a&gt;&lt;/em&gt;, highlights this evolution, stressing that maintainers today spend significantly more time managing communication channels, contributions, and relationships than simply coding.&lt;/p&gt;</description></item><item><title>Open Source Contributions - April 2025</title><link>https://avelino.run/foss/2025/04/</link><pubDate>Tue, 01 Apr 2025 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2025/04/</guid><description>&lt;p&gt;In April 2025, the development community made notable strides across six repositories, marked by a total of 17 contributions. This timeline highlights key events, including 10 newly opened pull requests that enhanced SQL functionalities and infrastructure, showcasing the collaborative efforts driving innovation in the projects.&lt;/p&gt;
&lt;h2 id="2025-04-11"&gt;2025-04-11&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/moclojer/chrondb"&gt;moclojer/chrondb&lt;/a&gt;: &lt;a href="https://github.com/moclojer/chrondb/pull/26"&gt;feat: Add SQL Protocol Benchmark Infrastructure&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/moclojer/chrondb"&gt;moclojer/chrondb&lt;/a&gt;: &lt;a href="https://github.com/moclojer/chrondb/pull/25"&gt;refactor: improve SQL implementation and protocol handling&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/logseq-export-block"&gt;avelino/logseq-export-block&lt;/a&gt;: &lt;a href="https://github.com/avelino/logseq-export-block/pull/6#pullrequestreview-2760332071"&gt;Update build script&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2025-04-10"&gt;2025-04-10&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/moclojer/chrondb"&gt;moclojer/chrondb&lt;/a&gt;: &lt;a href="https://github.com/moclojer/chrondb/pull/24"&gt;feat(sql): implement INNER/LEFT JOIN support&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2025-04-08"&gt;2025-04-08&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/moclojer/chrondb"&gt;moclojer/chrondb&lt;/a&gt;: &lt;a href="https://github.com/moclojer/chrondb/pull/23"&gt;feat: Add full-text search support via PostgreSQL to_tsquery syntax&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/moclojer/chrondb"&gt;moclojer/chrondb&lt;/a&gt;: &lt;a href="https://github.com/moclojer/chrondb/pull/22"&gt;fix(sql): case-insensitive LIKE operator and normalize operator compa…&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/moclojer/chrondb"&gt;moclojer/chrondb&lt;/a&gt;: &lt;a href="https://github.com/moclojer/chrondb/pull/21"&gt;feat: add SQL schema support for multi-tenant data isolation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/moclojer/chrondb"&gt;moclojer/chrondb&lt;/a&gt;: &lt;a href="https://github.com/moclojer/chrondb/pull/20"&gt;refactor: improve storage structure documentation and implementation&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2025-04-07"&gt;2025-04-07&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/moclojer/chrondb"&gt;moclojer/chrondb&lt;/a&gt;: &lt;a href="https://github.com/moclojer/chrondb/pull/19"&gt;feat: improve numeric ID handling in SQL functions&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/wellwelwel/awesomeyou"&gt;wellwelwel/awesomeyou&lt;/a&gt;: &lt;a href="https://github.com/wellwelwel/awesomeyou/pull/27"&gt;feat(avelino): add prestd and moclojer&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2025-04-05"&gt;2025-04-05&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/moclojer/chrondb"&gt;moclojer/chrondb&lt;/a&gt;: &lt;a href="https://github.com/moclojer/chrondb/pull/18"&gt;feat(sql): add welcome message on client connection&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/avelino.run"&gt;avelino/avelino.run&lt;/a&gt;: 37 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/avelino.run/commits?author=avelino&amp;amp;since=2025-04-01T00:00:00Z&amp;amp;until=2025-04-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/moclojer/chrondb"&gt;moclojer/chrondb&lt;/a&gt;: 31 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/moclojer/chrondb/commits?author=avelino&amp;amp;since=2025-04-01T00:00:00Z&amp;amp;until=2025-04-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/moclojer/moclojer.com"&gt;moclojer/moclojer.com&lt;/a&gt;: 5 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/moclojer/moclojer.com/commits?author=avelino&amp;amp;since=2025-04-01T00:00:00Z&amp;amp;until=2025-04-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/dotfiles"&gt;avelino/dotfiles&lt;/a&gt;: 3 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/dotfiles/commits?author=avelino&amp;amp;since=2025-04-01T00:00:00Z&amp;amp;until=2025-04-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/logseq-export-block"&gt;avelino/logseq-export-block&lt;/a&gt;: 2 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/logseq-export-block/commits?author=avelino&amp;amp;since=2025-04-01T00:00:00Z&amp;amp;until=2025-04-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/wellwelwel/awesomeyou"&gt;wellwelwel/awesomeyou&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/wellwelwel/awesomeyou/commits?author=avelino&amp;amp;since=2025-04-01T00:00:00Z&amp;amp;until=2025-04-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 0 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>The Power of Deliberate Focus: Eliminating Distractions in a World of Informational Abundance</title><link>https://avelino.run/the-power-of-deliberate-focus-eliminating-distractions-in-a-world-of-informational-abundance/</link><pubDate>Fri, 07 Mar 2025 00:00:00 +0000</pubDate><guid>https://avelino.run/the-power-of-deliberate-focus-eliminating-distractions-in-a-world-of-informational-abundance/</guid><description>&lt;p&gt;Explore advanced strategies to systematically eliminate distractions and cultivate deep focus in a hyperconnected world. Discover how the strategic subtraction of stimuli can amplify results and bring mental clarity to your most significant goals.&lt;/p&gt;
&lt;p&gt;&lt;img src="https://avelino.run/blog/the-power-of-deliberate-focus-eliminating-distractions-in-a-world-of-informational-abundance.png" alt="The Power of Deliberate Focus: Eliminating Distractions in a World of Informational Abundance"&gt;&lt;/p&gt;
&lt;h2 id="the-attention-economy-our-scarcest-resource"&gt;The Attention Economy: Our Scarcest Resource&lt;/h2&gt;
&lt;p&gt;In an era where information is infinite, our attention has become the most valuable and contested resource. As Thomas Davenport observes in &amp;quot;The Attention Economy,&amp;quot; we live in a paradox: while information multiplies exponentially, our capacity to process it remains limited. This discrepancy creates what psychologists call &amp;quot;attention poverty&amp;quot; – a condition where our cognitive capacity is constantly fragmented among multiple stimuli.&lt;/p&gt;</description></item><item><title>Open Source Contributions - March 2025</title><link>https://avelino.run/foss/2025/03/</link><pubDate>Sat, 01 Mar 2025 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2025/03/</guid><description>&lt;p&gt;Explore the contributions made in March 2025, highlighting key activities across 14 repositories. This timeline captures the collaborative efforts, including open pull requests, reviews, and issues raised, reflecting the vibrant development community's progress and innovations.&lt;/p&gt;
&lt;h2 id="2025-03-31"&gt;2025-03-31&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/bots.clj.social"&gt;avelino/bots.clj.social&lt;/a&gt;: &lt;a href="https://github.com/avelino/bots.clj.social/pull/162#pullrequestreview-2728496242"&gt;build(deps): bump yaml from 2.7.0 to 2.7.1&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/bmorphism/babashka-mcp-server"&gt;bmorphism/babashka-mcp-server&lt;/a&gt;: &lt;a href="https://github.com/bmorphism/babashka-mcp-server/issues/2"&gt;Port the project's Javascript code to ClojureScript&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2025-03-29"&gt;2025-03-29&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/training-personal-data"&gt;avelino/training-personal-data&lt;/a&gt;: &lt;a href="https://github.com/avelino/training-personal-data/pull/7"&gt;feat: add weekly health insights workflow by GPT&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/logseq/marketplace"&gt;logseq/marketplace&lt;/a&gt;: &lt;a href="https://github.com/logseq/marketplace/pull/635"&gt;feat(plugin): add Export Block plugin&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/logseq-export-block"&gt;avelino/logseq-export-block&lt;/a&gt;: &lt;a href="https://github.com/avelino/logseq-export-block/pull/2#pullrequestreview-2727201270"&gt;[ImgBot] Optimize images&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/logseq-export-block"&gt;avelino/logseq-export-block&lt;/a&gt;: &lt;a href="https://github.com/avelino/logseq-export-block/pull/1#pullrequestreview-2727200868"&gt;Bump esbuild and vite&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/monotropic-theme-vscode"&gt;avelino/monotropic-theme-vscode&lt;/a&gt;: &lt;a href="https://github.com/avelino/monotropic-theme-vscode/pull/23#pullrequestreview-2727314745"&gt;Bump tar-fs from 2.1.1 to 2.1.2&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2025-03-24"&gt;2025-03-24&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/pull/323#pullrequestreview-2711408746"&gt;build(deps): bump actions/upload-artifact from 4.6.1 to 4.6.2&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2025-03-23"&gt;2025-03-23&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/moclojer/chrondb"&gt;moclojer/chrondb&lt;/a&gt;: &lt;a href="https://github.com/moclojer/chrondb/pull/17"&gt;fix: groupby applied unnecessarily in SQL execution&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2025-03-20"&gt;2025-03-20&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/pull/319"&gt;docs: add Moclojer configuration specification&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/pull/318"&gt;feat: add websocket support and upgrade clojure version to 1.12.0&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/issues/321"&gt;Fix flaky latency tests by adding tolerance buffer&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/issues/320"&gt;Change clj-http to http-kit&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2025-03-18"&gt;2025-03-18&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/chhabrakadabra/logseq-plugin-copilot"&gt;chhabrakadabra/logseq-plugin-copilot&lt;/a&gt;: &lt;a href="https://github.com/chhabrakadabra/logseq-plugin-copilot/issues/30"&gt;support for multiple LLMs&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/chhabrakadabra/logseq-plugin-copilot"&gt;chhabrakadabra/logseq-plugin-copilot&lt;/a&gt;: &lt;a href="https://github.com/chhabrakadabra/logseq-plugin-copilot/issues/29"&gt;format markdown output&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2025-03-17"&gt;2025-03-17&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/bots.clj.social"&gt;avelino/bots.clj.social&lt;/a&gt;: &lt;a href="https://github.com/avelino/bots.clj.social/pull/161#pullrequestreview-2689773559"&gt;build(deps): bump fast-xml-parser from 4.5.1 to 5.0.9&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/bots.clj.social"&gt;avelino/bots.clj.social&lt;/a&gt;: &lt;a href="https://github.com/avelino/bots.clj.social/pull/158#pullrequestreview-2689771057"&gt;build(deps): bump @extractus/feed-extractor from 7.1.3 to 7.1.4&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/issues/316"&gt;websocket support&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2025-03-12"&gt;2025-03-12&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/moclojer/chrondb"&gt;moclojer/chrondb&lt;/a&gt;: &lt;a href="https://github.com/moclojer/chrondb/pull/16"&gt;Add PostgreSQL protocol support to ChronDB&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/moclojer/chrondb"&gt;moclojer/chrondb&lt;/a&gt;: &lt;a href="https://github.com/moclojer/chrondb/issues/15"&gt;support for the postgresql protocol&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2025-03-11"&gt;2025-03-11&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/kepano/flexoki"&gt;kepano/flexoki&lt;/a&gt;: &lt;a href="https://github.com/kepano/flexoki/issues/107"&gt;logseq theme&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2025-03-10"&gt;2025-03-10&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/pull/314#pullrequestreview-2671884375"&gt;build(deps): bump actions/cache from 3 to 4&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/pull/315#pullrequestreview-2671882894"&gt;build(deps): bump DeLaGuardo/setup-clojure from 13.1 to 13.2&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2025-03-08"&gt;2025-03-08&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/moclojer/chrondb"&gt;moclojer/chrondb&lt;/a&gt;: &lt;a href="https://github.com/moclojer/chrondb/issues/14"&gt;function to bring key history&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2025-03-05"&gt;2025-03-05&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/moclojer/chrondb"&gt;moclojer/chrondb&lt;/a&gt;: &lt;a href="https://github.com/moclojer/chrondb/pull/13"&gt;WIP: feat: add GraalVM native-image support&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/moclojer/chrondb"&gt;moclojer/chrondb&lt;/a&gt;: &lt;a href="https://github.com/moclojer/chrondb/issues/12"&gt;Implement GraalVM Native Image support for binary distribution&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2025-03-04"&gt;2025-03-04&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/moclojer/chrondb"&gt;moclojer/chrondb&lt;/a&gt;: &lt;a href="https://github.com/moclojer/chrondb/pull/11"&gt;feat(redis): Redis protocol server implementation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/moclojer/chrondb"&gt;moclojer/chrondb&lt;/a&gt;: &lt;a href="https://github.com/moclojer/chrondb/issues/10"&gt;support for the redis protocol&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2025-03-03"&gt;2025-03-03&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/moclojer/chrondb"&gt;moclojer/chrondb&lt;/a&gt;: &lt;a href="https://github.com/moclojer/chrondb/pull/9"&gt;refactor: rewrite git storage implementation to use virtual commits&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/pull/310#pullrequestreview-2654780338"&gt;build(deps): bump actions/upload-artifact from 4.6.0 to 4.6.1&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/pull/313#pullrequestreview-2654778466"&gt;build(deps): bump actions/cache from 4.2.0 to 4.2.2&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2025-03-01"&gt;2025-03-01&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/pull/312"&gt;fix: handle json parse error in build-body function&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/avelino.run"&gt;avelino/avelino.run&lt;/a&gt;: 25 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/avelino.run/commits?author=avelino&amp;amp;since=2025-03-01T00:00:00Z&amp;amp;until=2025-03-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/training-personal-data"&gt;avelino/training-personal-data&lt;/a&gt;: 3 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/training-personal-data/commits?author=avelino&amp;amp;since=2025-03-01T00:00:00Z&amp;amp;until=2025-03-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/dotfiles"&gt;avelino/dotfiles&lt;/a&gt;: 8 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/dotfiles/commits?author=avelino&amp;amp;since=2025-03-01T00:00:00Z&amp;amp;until=2025-03-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: 55 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/moclojer/moclojer/commits?author=avelino&amp;amp;since=2025-03-01T00:00:00Z&amp;amp;until=2025-03-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/moclojer/moclojer.com"&gt;moclojer/moclojer.com&lt;/a&gt;: 3 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/moclojer/moclojer.com/commits?author=avelino&amp;amp;since=2025-03-01T00:00:00Z&amp;amp;until=2025-03-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/logseq/marketplace"&gt;logseq/marketplace&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/logseq/marketplace/commits?author=avelino&amp;amp;since=2025-03-01T00:00:00Z&amp;amp;until=2025-03-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/bots.clj.social"&gt;avelino/bots.clj.social&lt;/a&gt;: 3 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/bots.clj.social/commits?author=avelino&amp;amp;since=2025-03-01T00:00:00Z&amp;amp;until=2025-03-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/moclojer/.github"&gt;moclojer/.github&lt;/a&gt;: 4 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/moclojer/.github/commits?author=avelino&amp;amp;since=2025-03-01T00:00:00Z&amp;amp;until=2025-03-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/logseq-export-block"&gt;avelino/logseq-export-block&lt;/a&gt;: 9 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/logseq-export-block/commits?author=avelino&amp;amp;since=2025-03-01T00:00:00Z&amp;amp;until=2025-03-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/moclojer/chrondb"&gt;moclojer/chrondb&lt;/a&gt;: 49 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/moclojer/chrondb/commits?author=avelino&amp;amp;since=2025-03-01T00:00:00Z&amp;amp;until=2025-03-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 0 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>The Importance of Selecting Your Company: Free Yourself from Those Who Harm You</title><link>https://avelino.run/the-importance-of-selecting-your-company-free-yourself-from-those-who-harm-you/</link><pubDate>Sun, 23 Feb 2025 00:00:00 +0000</pubDate><guid>https://avelino.run/the-importance-of-selecting-your-company-free-yourself-from-those-who-harm-you/</guid><description>&lt;p&gt;&lt;img src="https://avelino.run/blog/the-importance-of-selecting-your-company-free-yourself-from-those-who-harm-you.png" alt="The Importance of Selecting Your Company: Free Yourself from Those Who Harm You"&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Have you ever stopped to think about how the people around you influence your life?&lt;/strong&gt;
Often, we get used to certain companions without realizing that they might be harming us. In this post, we'll explore the importance of carefully selecting the people we surround ourselves with and how this can positively impact our well-being.&lt;/p&gt;
&lt;h2 id="why-select-your-company"&gt;Why select your company?&lt;/h2&gt;
&lt;p&gt;Living with toxic, negative people or those who don't share our values can generate stress, anxiety and even low self-esteem. These relationships can drain our energy, prevent us from achieving our goals and compromise our happiness.&lt;/p&gt;</description></item><item><title>From Experiment to Classroom: The Unexpected Journey of RumLang and the Power of Open Source</title><link>https://avelino.run/from-experiment-to-classroom-rumlang-journey-and-open-source/</link><pubDate>Wed, 19 Feb 2025 00:00:00 +0000</pubDate><guid>https://avelino.run/from-experiment-to-classroom-rumlang-journey-and-open-source/</guid><description>&lt;p&gt;&lt;img src="https://avelino.run/blog/runlang-mascot.png" alt="RumLang Mascot"&gt;&lt;/p&gt;
&lt;p&gt;During a Go conference, an experiment was born that no one could have predicted its educational reach. RumLang emerged not from an elaborate plan, but from the confluence between a love for Common Lisp and the opportune moment of a Go conference. This functional language, which harmonizes Lisp's elegance with the practicality of the Go ecosystem, demonstrates how moments of creativity can transcend their modest origins.&lt;/p&gt;
&lt;h2 id="the-theoretical-foundation"&gt;The Theoretical Foundation&lt;/h2&gt;
&lt;p&gt;Programming language development has a rich academic tradition, documented in seminal works such as &amp;quot;Concepts of Programming Languages&amp;quot; by Robert W. Sebesta &lt;a href="https://www.amazon.com/Concepts-Programming-Languages-Robert-Sebesta/dp/013394302X"&gt;Source&lt;/a&gt; and &amp;quot;Programming Language Pragmatics&amp;quot; by Michael L. Scott &lt;a href="https://www.amazon.com/Programming-Language-Pragmatics-Michael-Scott/dp/0124104096"&gt;Source&lt;/a&gt;. RumLang, although born as a &amp;quot;playful experiment,&amp;quot; incorporates fundamental principles from these works in its implementation.&lt;/p&gt;</description></item><item><title>ClojureScript Wrapper for @logseq/libs - Build Better Logseq Plugins</title><link>https://avelino.run/logseq-libs-cljs/</link><pubDate>Sun, 16 Feb 2025 00:00:00 +0000</pubDate><guid>https://avelino.run/logseq-libs-cljs/</guid><description>&lt;p&gt;&lt;img src="https://cljsocial.sfo3.cdn.digitaloceanspaces.com/accounts/avatars/111/393/159/877/487/513/original/4e74f973683a2f29.png" alt="Logseq Logo"&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;@logseq/libs&lt;/strong&gt; for &lt;em&gt;ClojureScript&lt;/em&gt; provides a native bridge for developing Logseq plugins using ClojureScript. This wrapper transforms the TypeScript-based plugin API into an idiomatic ClojureScript interface, allowing developers to leverage functional programming and REPL-driven development while maintaining full compatibility with the Logseq ecosystem.&lt;/p&gt;
&lt;h2 id="key-features"&gt;Key Features&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Write plugins in the same language as Logseq's core&lt;/li&gt;
&lt;li&gt;Leverage ClojureScript's elegant syntax and functional programming paradigms&lt;/li&gt;
&lt;li&gt;Benefit from ClojureScript's type system while maintaining JavaScript interop&lt;/li&gt;
&lt;li&gt;Seamless integration with existing Logseq plugin ecosystem&lt;/li&gt;
&lt;li&gt;Access to both ClojureScript and JavaScript libraries&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="getting-started"&gt;Getting Started&lt;/h2&gt;
&lt;p&gt;To get started, add the following dependency to your &lt;code&gt;deps.edn&lt;/code&gt;:&lt;/p&gt;</description></item><item><title>Open Source Contributions - February 2025</title><link>https://avelino.run/foss/2025/02/</link><pubDate>Sat, 01 Feb 2025 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2025/02/</guid><description>&lt;p&gt;Explore the timeline of contributions for February 2025, highlighting significant activities across 12 repositories. This month featured 30 contributions, including 7 pull requests and 14 issues, reflecting a vibrant and dynamic development environment.&lt;/p&gt;
&lt;h2 id="2025-02-25"&gt;2025-02-25&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/buserbrasil/barte-python-sdk"&gt;buserbrasil/barte-python-sdk&lt;/a&gt;: &lt;a href="https://github.com/buserbrasil/barte-python-sdk/pull/27#pullrequestreview-2642105422"&gt;Add User-Agent header with sdk version&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2025-02-24"&gt;2025-02-24&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/Exafunction/codeium-parse"&gt;Exafunction/codeium-parse&lt;/a&gt;: &lt;a href="https://github.com/Exafunction/codeium-parse/issues/31"&gt;readme: &amp;quot;codeium search&amp;quot; link 404&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2025-02-21"&gt;2025-02-21&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/buserbrasil/santander-python-sdk"&gt;buserbrasil/santander-python-sdk&lt;/a&gt;: &lt;a href="https://github.com/buserbrasil/santander-python-sdk/pull/16"&gt;docs: improve project description and documentation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/buserbrasil/santander-python-sdk"&gt;buserbrasil/santander-python-sdk&lt;/a&gt;: &lt;a href="https://github.com/buserbrasil/santander-python-sdk/issues/20"&gt;Delete old merged branches&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/buserbrasil/santander-python-sdk"&gt;buserbrasil/santander-python-sdk&lt;/a&gt;: &lt;a href="https://github.com/buserbrasil/santander-python-sdk/issues/19"&gt;Why do we maintain an abstract class for the client?&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/buserbrasil/santander-python-sdk"&gt;buserbrasil/santander-python-sdk&lt;/a&gt;: &lt;a href="https://github.com/buserbrasil/santander-python-sdk/issues/18"&gt;santander status desc: could be &lt;code&gt;enum&lt;/code&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/buserbrasil/santander-python-sdk"&gt;buserbrasil/santander-python-sdk&lt;/a&gt;: &lt;a href="https://github.com/buserbrasil/santander-python-sdk/issues/17"&gt;doc: add official documentation link in readme&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/buserbrasil/santander-python-sdk"&gt;buserbrasil/santander-python-sdk&lt;/a&gt;: &lt;a href="https://github.com/buserbrasil/santander-python-sdk/issues/15"&gt;&lt;code&gt;SantanderApiClient&lt;/code&gt; receives a configuration class, raising the complexity level to use&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2025-02-18"&gt;2025-02-18&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/logseq/marketplace"&gt;logseq/marketplace&lt;/a&gt;: &lt;a href="https://github.com/logseq/marketplace/pull/624"&gt;chore: remove logseq-omnivore plugin&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2025-02-17"&gt;2025-02-17&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/logseq/logseq"&gt;logseq/logseq&lt;/a&gt;: &lt;a href="https://github.com/logseq/logseq/issues/11741"&gt;block code &lt;code&gt;:results&lt;/code&gt; without horizontal scroll&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2025-02-14"&gt;2025-02-14&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/logseq-summarize"&gt;avelino/logseq-summarize&lt;/a&gt;: &lt;a href="https://github.com/avelino/logseq-summarize/pull/25"&gt;fix: correcting md-link-&amp;gt;str function to properly extract markdown link and label&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2025-02-13"&gt;2025-02-13&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/pull/308"&gt;WIP: feat(log): add support to export logs to file&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/issues/307"&gt;Request Recording: save logs to file as an option&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/logseq-summarize"&gt;avelino/logseq-summarize&lt;/a&gt;: &lt;a href="https://github.com/avelino/logseq-summarize/issues/24"&gt;&lt;code&gt;/sum&lt;/code&gt; command fails to identify URLs in lines starting with &lt;code&gt;TODO&lt;/code&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2025-02-10"&gt;2025-02-10&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/pull/304"&gt;feat(chaos): add chaos testing support&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/pull/302"&gt;feat(middleware): add rate limit and latency middleware&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/issues/303"&gt;Implementation of Chaos Testing&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/issues/301"&gt;Latency Simulation and Rate Limiting Middleware&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2025-02-02"&gt;2025-02-02&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/training-personal-data"&gt;avelino/training-personal-data&lt;/a&gt;: &lt;a href="https://github.com/avelino/training-personal-data/issues/6"&gt;strava integration&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/training-personal-data"&gt;avelino/training-personal-data&lt;/a&gt;: &lt;a href="https://github.com/avelino/training-personal-data/issues/5"&gt;wahoo integration&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2025-02-01"&gt;2025-02-01&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/training-personal-data"&gt;avelino/training-personal-data&lt;/a&gt;: &lt;a href="https://github.com/avelino/training-personal-data/pull/4"&gt;WIP: feat(wahoo): initial wahoo integration&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/raphamorim/rio"&gt;raphamorim/rio&lt;/a&gt;: &lt;a href="https://github.com/raphamorim/rio/issues/932"&gt;rendering with some bug - rioterm 0.1.17 (install via nixpkg)&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/dotfiles"&gt;avelino/dotfiles&lt;/a&gt;: 20 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/dotfiles/commits?author=avelino&amp;amp;since=2025-02-01T00:00:00Z&amp;amp;until=2025-02-28T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: 7 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/moclojer/moclojer/commits?author=avelino&amp;amp;since=2025-02-01T00:00:00Z&amp;amp;until=2025-02-28T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/avelino.run"&gt;avelino/avelino.run&lt;/a&gt;: 5 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/avelino.run/commits?author=avelino&amp;amp;since=2025-02-01T00:00:00Z&amp;amp;until=2025-02-28T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/logseq-summarize"&gt;avelino/logseq-summarize&lt;/a&gt;: 4 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/logseq-summarize/commits?author=avelino&amp;amp;since=2025-02-01T00:00:00Z&amp;amp;until=2025-02-28T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/training-personal-data"&gt;avelino/training-personal-data&lt;/a&gt;: 3 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/training-personal-data/commits?author=avelino&amp;amp;since=2025-02-01T00:00:00Z&amp;amp;until=2025-02-28T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/buserbrasil/santander-python-sdk"&gt;buserbrasil/santander-python-sdk&lt;/a&gt;: 2 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/buserbrasil/santander-python-sdk/commits?author=avelino&amp;amp;since=2025-02-01T00:00:00Z&amp;amp;until=2025-02-28T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/logseq-libs"&gt;avelino/logseq-libs&lt;/a&gt;: 2 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/logseq-libs/commits?author=avelino&amp;amp;since=2025-02-01T00:00:00Z&amp;amp;until=2025-02-28T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/logseq/marketplace"&gt;logseq/marketplace&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/logseq/marketplace/commits?author=avelino&amp;amp;since=2025-02-01T00:00:00Z&amp;amp;until=2025-02-28T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 0 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Strategic Non-Action in Leadership: A Guide to Better People Management</title><link>https://avelino.run/strategic-non-action-in-leadership-guide/</link><pubDate>Mon, 27 Jan 2025 00:00:00 +0000</pubDate><guid>https://avelino.run/strategic-non-action-in-leadership-guide/</guid><description>&lt;p&gt;&lt;img src="https://avelino.run/blog/strategic-non-action-in-leadership-guide.png" alt="Strategic Non-Action in Leadership: A Guide to Better People Management"&gt;&lt;/p&gt;
&lt;p&gt;Strategic non-action during critical management moments isn't merely a decision absence but a sophisticated leadership approach. According to Amy Edmondson, Harvard Business School professor, this approach is intrinsically linked to building psychological safety in teams, allowing natural patterns of leadership and collaboration to emerge organically.&lt;/p&gt;
&lt;h2 id="the-immediate-replacement-myth"&gt;The Immediate Replacement Myth&lt;/h2&gt;
&lt;p&gt;The pressure to quickly fill vacant leadership positions often leads to hasty decisions. McKinsey research shows that resilient organizations are built on foundations of psychological safety, adaptable leadership, and cohesive culture - elements that cannot be instantly imported through external hires.&lt;/p&gt;</description></item><item><title>Open Source Contributions - January 2025</title><link>https://avelino.run/foss/2025/01/</link><pubDate>Wed, 01 Jan 2025 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2025/01/</guid><description>&lt;p&gt;Explore the key contributions and developments made in January 2025 across multiple repositories. This timeline highlights 61 contributions, including 16 pull requests and 25 newly opened issues, showcasing a collaborative effort to enhance software projects and address challenges within the community.&lt;/p&gt;
&lt;h2 id="2025-01-27"&gt;2025-01-27&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/logseq-summarize"&gt;avelino/logseq-summarize&lt;/a&gt;: &lt;a href="https://github.com/avelino/logseq-summarize/pull/22"&gt;feat: add visual feedback while processing tldr.chat request&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/logseq-summarize"&gt;avelino/logseq-summarize&lt;/a&gt;: &lt;a href="https://github.com/avelino/logseq-summarize/issues/23"&gt;tldr.chat returning 404 - IP blocked due to too many requests&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/logseq-summarize"&gt;avelino/logseq-summarize&lt;/a&gt;: &lt;a href="https://github.com/avelino/logseq-summarize/issues/21"&gt;visual feedback to the user that the request is being processed&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2025-01-26"&gt;2025-01-26&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/logseq-libs"&gt;avelino/logseq-libs&lt;/a&gt;: &lt;a href="https://github.com/avelino/logseq-libs/pull/11"&gt;refactor: use macro to generate API functions&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/logseq-libs"&gt;avelino/logseq-libs&lt;/a&gt;: &lt;a href="https://github.com/avelino/logseq-libs/pull/9"&gt;feat: add insertBatchBlock! function to editor module&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/logseq-libs"&gt;avelino/logseq-libs&lt;/a&gt;: &lt;a href="https://github.com/avelino/logseq-libs/pull/8"&gt;feat(editor): add getEditingBlockContent! function&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/logseq-summarize"&gt;avelino/logseq-summarize&lt;/a&gt;: &lt;a href="https://github.com/avelino/logseq-summarize/pull/19"&gt;refactor: extract process-body function to handle response formatting&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/logseq-summarize"&gt;avelino/logseq-summarize&lt;/a&gt;: &lt;a href="https://github.com/avelino/logseq-summarize/issues/18"&gt;tldr.chat: format return that breaks in logseq&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/logseq-libs"&gt;avelino/logseq-libs&lt;/a&gt;: &lt;a href="https://github.com/avelino/logseq-libs/issues/10"&gt;clojure macro: simplify package maintenance&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/logseq-libs"&gt;avelino/logseq-libs&lt;/a&gt;: &lt;a href="https://github.com/avelino/logseq-libs/issues/7"&gt;test environment: do not do via mock, use the native lib&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2025-01-25"&gt;2025-01-25&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/logseq-libs"&gt;avelino/logseq-libs&lt;/a&gt;: &lt;a href="https://github.com/avelino/logseq-libs/pull/6"&gt;feat: add test infrastructure and mock system&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/logseq-summarize"&gt;avelino/logseq-summarize&lt;/a&gt;: &lt;a href="https://github.com/avelino/logseq-summarize/pull/15"&gt;feat: refactor tldr.cljs to simplify API interaction&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/logseq-summarize"&gt;avelino/logseq-summarize&lt;/a&gt;: &lt;a href="https://github.com/avelino/logseq-summarize/issues/17"&gt;&lt;code&gt;/sum&lt;/code&gt;: support multiple URLs&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/logseq-summarize"&gt;avelino/logseq-summarize&lt;/a&gt;: &lt;a href="https://github.com/avelino/logseq-summarize/issues/16"&gt;&lt;code&gt;/sum&lt;/code&gt;: ignores/removes all text and keeps only the URL to send to tldr.chat&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/logseq-summarize"&gt;avelino/logseq-summarize&lt;/a&gt;: &lt;a href="https://github.com/avelino/logseq-summarize/issues/14"&gt;tldr.chat: loop until returning http status code 200&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/logseq-libs"&gt;avelino/logseq-libs&lt;/a&gt;: &lt;a href="https://github.com/avelino/logseq-libs/issues/5"&gt;have test environment: some functions are not behaving as they should&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/logseq-libs"&gt;avelino/logseq-libs&lt;/a&gt;: &lt;a href="https://github.com/avelino/logseq-libs/issues/4"&gt;implement method: &lt;code&gt;logseq.Editor.insertBatchBlock&lt;/code&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/logseq-libs"&gt;avelino/logseq-libs&lt;/a&gt;: &lt;a href="https://github.com/avelino/logseq-libs/issues/3"&gt;implement method: &lt;code&gt;logseq.Editor.getEditingBlockContent&lt;/code&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/training-personal-data"&gt;avelino/training-personal-data&lt;/a&gt;: &lt;a href="https://github.com/avelino/training-personal-data/issues/3"&gt;google health (ex fit)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/training-personal-data"&gt;avelino/training-personal-data&lt;/a&gt;: &lt;a href="https://github.com/avelino/training-personal-data/issues/2"&gt;nutrition API&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2025-01-24"&gt;2025-01-24&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/logseq-summarize"&gt;avelino/logseq-summarize&lt;/a&gt;: &lt;a href="https://github.com/avelino/logseq-summarize/issues/13"&gt;use logseq-libs (cljs) as a lib to interact with logseq&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2025-01-20"&gt;2025-01-20&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/bots.clj.social"&gt;avelino/bots.clj.social&lt;/a&gt;: &lt;a href="https://github.com/avelino/bots.clj.social/pull/155#pullrequestreview-2562173695"&gt;build(deps): bump yaml from 2.6.1 to 2.7.0&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/bots.clj.social"&gt;avelino/bots.clj.social&lt;/a&gt;: &lt;a href="https://github.com/avelino/bots.clj.social/pull/154#pullrequestreview-2562170112"&gt;build(deps): bump cross-fetch from 4.0.0 to 4.1.0&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/bots.clj.social"&gt;avelino/bots.clj.social&lt;/a&gt;: &lt;a href="https://github.com/avelino/bots.clj.social/pull/157#pullrequestreview-2562169068"&gt;build(deps): bump masto from 6.10.1 to 6.10.3&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/pull/297#pullrequestreview-2562661314"&gt;build(deps): bump DavidAnson/markdownlint-cli2-action from 18 to 19&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/pull/298#pullrequestreview-2562659595"&gt;build(deps): bump actions/upload-artifact from 4.4.3 to 4.6.0&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2025-01-18"&gt;2025-01-18&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/logseq-libs"&gt;avelino/logseq-libs&lt;/a&gt;: &lt;a href="https://github.com/avelino/logseq-libs/pull/2"&gt;clojars deploy&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/jarodise/logseq-copilot"&gt;jarodise/logseq-copilot&lt;/a&gt;: &lt;a href="https://github.com/jarodise/logseq-copilot/pull/5"&gt;migration from javascript codebase to clojurescript&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/logseq-libs"&gt;avelino/logseq-libs&lt;/a&gt;: &lt;a href="https://github.com/avelino/logseq-libs/issues/1"&gt;clojars: register package to simplify usage&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/logseq/logseq"&gt;logseq/logseq&lt;/a&gt;: &lt;a href="https://github.com/logseq/logseq/issues/11689"&gt;&lt;code&gt;@logseq/libs&lt;/code&gt; written in ClojureScript and exported to JavaScript&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2025-01-12"&gt;2025-01-12&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/dotfiles"&gt;avelino/dotfiles&lt;/a&gt;: &lt;a href="https://github.com/avelino/dotfiles/pull/5"&gt;chore: migrate from brew to nix&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2025-01-10"&gt;2025-01-10&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/moclojer/chrondb"&gt;moclojer/chrondb&lt;/a&gt;: &lt;a href="https://github.com/moclojer/chrondb/pull/7"&gt;WIP: refactor: new package architecture&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2025-01-09"&gt;2025-01-09&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/moclojer/chrondb"&gt;moclojer/chrondb&lt;/a&gt;: &lt;a href="https://github.com/moclojer/chrondb/pull/6"&gt;feat: add support for file repository&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/moclojer/mockingbird"&gt;moclojer/mockingbird&lt;/a&gt;: &lt;a href="https://github.com/moclojer/mockingbird/pull/12"&gt;chore(deps): upgrade tailwindcss to v4 beta&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/buserbrasil/barte-python-sdk"&gt;buserbrasil/barte-python-sdk&lt;/a&gt;: &lt;a href="https://github.com/buserbrasil/barte-python-sdk/pull/4#pullrequestreview-2540316659"&gt;Migrate from setup.py to &lt;code&gt;pyproject.toml&lt;/code&gt;&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/buserbrasil/barte-python-sdk"&gt;buserbrasil/barte-python-sdk&lt;/a&gt;: &lt;a href="https://github.com/buserbrasil/barte-python-sdk/issues/5"&gt;Remove HTTP layer knowledge from model classes&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/moclojer/chrondb"&gt;moclojer/chrondb&lt;/a&gt;: &lt;a href="https://github.com/moclojer/chrondb/issues/5"&gt;refactor: Replace filesystem operations with JGit internal tree API for commit handling&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/moclojer/mockingbird"&gt;moclojer/mockingbird&lt;/a&gt;: &lt;a href="https://github.com/moclojer/mockingbird/issues/11"&gt;tailwindcss upgrade to v4&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2025-01-08"&gt;2025-01-08&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/buserbrasil/barte-python-sdk"&gt;buserbrasil/barte-python-sdk&lt;/a&gt;: &lt;a href="https://github.com/buserbrasil/barte-python-sdk/pull/1"&gt;refactor: change to complex objects instead of raw dictionaries&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/buserbrasil/barte-python-sdk"&gt;buserbrasil/barte-python-sdk&lt;/a&gt;: &lt;a href="https://github.com/buserbrasil/barte-python-sdk/issues/3"&gt;Migrate from setup.py to &lt;code&gt;pyproject.toml&lt;/code&gt; for Modern Python Packaging&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/buserbrasil/barte-python-sdk"&gt;buserbrasil/barte-python-sdk&lt;/a&gt;: &lt;a href="https://github.com/buserbrasil/barte-python-sdk/issues/2"&gt;Implement &lt;code&gt;responses&lt;/code&gt; library for HTTP Layer Integration Testing&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2025-01-05"&gt;2025-01-05&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/raphamorim/rio"&gt;raphamorim/rio&lt;/a&gt;: &lt;a href="https://github.com/raphamorim/rio/issues/874"&gt;vscode theme auto convert to rio theme&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/raphamorim/rio-terminal-themes"&gt;raphamorim/rio-terminal-themes&lt;/a&gt;: &lt;a href="https://github.com/raphamorim/rio-terminal-themes/issues/5"&gt;port bearded theme to rio&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2025-01-03"&gt;2025-01-03&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/babashka/babashka-sql-pods"&gt;babashka/babashka-sql-pods&lt;/a&gt;: &lt;a href="https://github.com/babashka/babashka-sql-pods/pull/64"&gt;initial support for DuckDB&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/r0man/cljs-http"&gt;r0man/cljs-http&lt;/a&gt;: &lt;a href="https://github.com/r0man/cljs-http/pull/139"&gt;upgrade noencore to 0.3.8&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/training-personal-data"&gt;avelino/training-personal-data&lt;/a&gt;: &lt;a href="https://github.com/avelino/training-personal-data/pull/1#pullrequestreview-2529369925"&gt;build(deps): bump turtlequeue/setup-babashka from 1.5.2 to 1.7.0&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/babashka/babashka-sql-pods"&gt;babashka/babashka-sql-pods&lt;/a&gt;: &lt;a href="https://github.com/babashka/babashka-sql-pods/issues/63"&gt;duckdb support&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/r0man/noencore"&gt;r0man/noencore&lt;/a&gt;: &lt;a href="https://github.com/r0man/noencore/issues/8"&gt;warnings are annoying, why not rename the functions?&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/avelino.run"&gt;avelino/avelino.run&lt;/a&gt;: 5 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/avelino.run/commits?author=avelino&amp;amp;since=2025-01-01T00:00:00Z&amp;amp;until=2025-01-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/logseq-libs"&gt;avelino/logseq-libs&lt;/a&gt;: 31 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/logseq-libs/commits?author=avelino&amp;amp;since=2025-01-01T00:00:00Z&amp;amp;until=2025-01-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/moclojer/mockingbird"&gt;moclojer/mockingbird&lt;/a&gt;: 2 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/moclojer/mockingbird/commits?author=avelino&amp;amp;since=2025-01-01T00:00:00Z&amp;amp;until=2025-01-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/babashka/babashka-sql-pods"&gt;babashka/babashka-sql-pods&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/babashka/babashka-sql-pods/commits?author=avelino&amp;amp;since=2025-01-01T00:00:00Z&amp;amp;until=2025-01-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/training-personal-data"&gt;avelino/training-personal-data&lt;/a&gt;: 37 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/training-personal-data/commits?author=avelino&amp;amp;since=2025-01-01T00:00:00Z&amp;amp;until=2025-01-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/dotfiles"&gt;avelino/dotfiles&lt;/a&gt;: 64 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/dotfiles/commits?author=avelino&amp;amp;since=2025-01-01T00:00:00Z&amp;amp;until=2025-01-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/moclojer/moclojer/commits?author=avelino&amp;amp;since=2025-01-01T00:00:00Z&amp;amp;until=2025-01-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/buserbrasil/databricks-sql-driver"&gt;buserbrasil/databricks-sql-driver&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/buserbrasil/databricks-sql-driver/commits?author=avelino&amp;amp;since=2025-01-01T00:00:00Z&amp;amp;until=2025-01-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/bots.clj.social"&gt;avelino/bots.clj.social&lt;/a&gt;: 3 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/bots.clj.social/commits?author=avelino&amp;amp;since=2025-01-01T00:00:00Z&amp;amp;until=2025-01-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/logseq-summarize"&gt;avelino/logseq-summarize&lt;/a&gt;: 10 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/logseq-summarize/commits?author=avelino&amp;amp;since=2025-01-01T00:00:00Z&amp;amp;until=2025-01-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/r0man/cljs-http"&gt;r0man/cljs-http&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/r0man/cljs-http/commits?author=avelino&amp;amp;since=2025-01-01T00:00:00Z&amp;amp;until=2025-01-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/buserbrasil/barte-python-sdk"&gt;buserbrasil/barte-python-sdk&lt;/a&gt;: 26 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/buserbrasil/barte-python-sdk/commits?author=avelino&amp;amp;since=2025-01-01T00:00:00Z&amp;amp;until=2025-01-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/moclojer/chrondb"&gt;moclojer/chrondb&lt;/a&gt;: 29 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/moclojer/chrondb/commits?author=avelino&amp;amp;since=2025-01-01T00:00:00Z&amp;amp;until=2025-01-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 0 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Reflections of a CTO: Learnings, Mistakes, and the Strength of the Team</title><link>https://avelino.run/reflections-of-a-cto-learnings-mistakes-and-the-strength-of-the-team/</link><pubDate>Wed, 04 Dec 2024 00:00:00 +0000</pubDate><guid>https://avelino.run/reflections-of-a-cto-learnings-mistakes-and-the-strength-of-the-team/</guid><description>&lt;p&gt;&lt;img src="https://avelino.run/blog/reflections-of-a-cto-learnings-mistakes-and-the-strength-of-the-team.png" alt="Reflections of a CTO: Learnings, Mistakes, and the Strength of the Team"&gt;&lt;/p&gt;
&lt;p&gt;Yesterday was awesome! A day to bring together the technology team of &lt;a href="https://buser.com.br"&gt;Buser Brasil&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;An important day to reinforce what really matters: the unity of the team. We paused to look back, revisit what went right and, most importantly, what didn’t. Not to point fingers, but to ensure that these same mistakes won’t be repeated in 2025. Reflection without witch hunts, filled with a lot of learning.&lt;/p&gt;</description></item><item><title>Learnings from startups: don't get attached to projects or products to maximize value</title><link>https://avelino.run/learnings-from-startups-dont-get-attached-to-projects-or-products-to-maximize-value/</link><pubDate>Tue, 03 Dec 2024 00:00:00 +0000</pubDate><guid>https://avelino.run/learnings-from-startups-dont-get-attached-to-projects-or-products-to-maximize-value/</guid><description>&lt;p&gt;&lt;img src="https://avelino.run/blog/learnings-from-startups-dont-get-attached-to-projects-or-products-to-maximize-value.png" alt="Learnings from startups: don't get attached to projects or products to maximize value"&gt;&lt;/p&gt;
&lt;p&gt;In the fast-paced world of startups and agile companies, one of the most valuable learnings is: don't get attached to a project or product. This advice is crucial to ensure that teams remain focused on delivering value to the business, rather than clinging to solutions that no longer add value.&lt;/p&gt;
&lt;h2 id="why-not-get-attached"&gt;Why not get attached?&lt;/h2&gt;
&lt;p&gt;In a startup, the ability to adapt is essential. If a product is not generating the expected user engagement, persisting in its development can result in maintenance costs without return. As Eric Ries discusses in &amp;quot;The Lean Startup,&amp;quot; it is vital that companies are able to pivot quickly, redirecting efforts to initiatives that truly meet market needs and contribute to the company's strategic goals.&lt;/p&gt;</description></item><item><title>Open Source Contributions - December 2024</title><link>https://avelino.run/foss/2024/12/</link><pubDate>Sun, 01 Dec 2024 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2024/12/</guid><description>&lt;p&gt;Welcome to the December 2024 contributions timeline, where we highlight significant activities across 9 repositories. This month saw 5 new pull requests, 10 reviews, and 7 issues, showcasing the collaborative efforts that enhance our projects. Explore the details of each contribution and their impact on the community.&lt;/p&gt;
&lt;h2 id="2024-12-30"&gt;2024-12-30&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/logseq-summarize"&gt;avelino/logseq-summarize&lt;/a&gt;: &lt;a href="https://github.com/avelino/logseq-summarize/pull/12"&gt;organize how i structure packages&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2024-12-20"&gt;2024-12-20&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/dotfiles"&gt;avelino/dotfiles&lt;/a&gt;: &lt;a href="https://github.com/avelino/dotfiles/pull/4"&gt;clear initials modules, l oad specialized modules&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/dotfiles"&gt;avelino/dotfiles&lt;/a&gt;: &lt;a href="https://github.com/avelino/dotfiles/pull/3#pullrequestreview-2517234960"&gt;[ImgBot] Optimize images&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2024-12-18"&gt;2024-12-18&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/jarodise/logseq-copilot"&gt;jarodise/logseq-copilot&lt;/a&gt;: &lt;a href="https://github.com/jarodise/logseq-copilot/pull/2"&gt;toolbar icon: change emoji to svg icon&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/jarodise/logseq-copilot"&gt;jarodise/logseq-copilot&lt;/a&gt;: &lt;a href="https://github.com/jarodise/logseq-copilot/issues/4"&gt;llm output compatible with markdown formatting&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/jarodise/logseq-copilot"&gt;jarodise/logseq-copilot&lt;/a&gt;: &lt;a href="https://github.com/jarodise/logseq-copilot/issues/3"&gt;proposal: replace javascript with clojurescript&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/jarodise/logseq-copilot"&gt;jarodise/logseq-copilot&lt;/a&gt;: &lt;a href="https://github.com/jarodise/logseq-copilot/issues/1"&gt;support for other llms, e.g. claude&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/missuo/claude2openai"&gt;missuo/claude2openai&lt;/a&gt;: &lt;a href="https://github.com/missuo/claude2openai/issues/5"&gt;distribute on homebrew&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2024-12-16"&gt;2024-12-16&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/bots.clj.social"&gt;avelino/bots.clj.social&lt;/a&gt;: &lt;a href="https://github.com/avelino/bots.clj.social/pull/151#pullrequestreview-2505480292"&gt;build(deps): bump yaml from 2.6.0 to 2.6.1&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/bots.clj.social"&gt;avelino/bots.clj.social&lt;/a&gt;: &lt;a href="https://github.com/avelino/bots.clj.social/pull/152#pullrequestreview-2505478083"&gt;build(deps): bump nbb from 1.3.195 to 1.3.196&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/bots.clj.social"&gt;avelino/bots.clj.social&lt;/a&gt;: &lt;a href="https://github.com/avelino/bots.clj.social/pull/153#pullrequestreview-2505476518"&gt;build(deps): bump fast-xml-parser from 4.4.1 to 4.5.1&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/pull/296#pullrequestreview-2506862227"&gt;build(deps): bump DeLaGuardo/setup-clojure from 13.0 to 13.1&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2024-12-13"&gt;2024-12-13&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/logseq-summarize"&gt;avelino/logseq-summarize&lt;/a&gt;: &lt;a href="https://github.com/avelino/logseq-summarize/pull/11"&gt;implement infinite loop in request to handle status code in return for the loop&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/zen-browser/desktop"&gt;zen-browser/desktop&lt;/a&gt;: &lt;a href="https://github.com/zen-browser/desktop/issues/3720"&gt;pin notification (green) in center tab&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2024-12-12"&gt;2024-12-12&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/logseq-summarize"&gt;avelino/logseq-summarize&lt;/a&gt;: &lt;a href="https://github.com/avelino/logseq-summarize/pull/9#pullrequestreview-2500909896"&gt;Bump ws from 7.5.9 to 7.5.10&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/logseq-summarize"&gt;avelino/logseq-summarize&lt;/a&gt;: &lt;a href="https://github.com/avelino/logseq-summarize/pull/8#pullrequestreview-2500909184"&gt;Bump elliptic from 6.5.4 to 6.6.1&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/logseq-summarize"&gt;avelino/logseq-summarize&lt;/a&gt;: &lt;a href="https://github.com/avelino/logseq-summarize/issues/10"&gt;handle request loop (long jump) for the API&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2024-12-09"&gt;2024-12-09&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/pull/294#pullrequestreview-2489597995"&gt;build(deps): bump actions/cache from 4.1.2 to 4.2.0&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2024-12-04"&gt;2024-12-04&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/zen-browser/desktop"&gt;zen-browser/desktop&lt;/a&gt;: &lt;a href="https://github.com/zen-browser/desktop/pull/3309#pullrequestreview-2479370786"&gt;Change file extension of source file compressed with zstd from .tar.gz to .tar.zst&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/zen-browser/desktop"&gt;zen-browser/desktop&lt;/a&gt;: &lt;a href="https://github.com/zen-browser/desktop/pull/2411#pullrequestreview-2479363550"&gt;bugfix: Fix Temporary Containers Automatic mode | change firefox -&amp;gt; zen for default cookiestore id&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2024-12-03"&gt;2024-12-03&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/logseq/logseq"&gt;logseq/logseq&lt;/a&gt;: &lt;a href="https://github.com/logseq/logseq/pull/11628"&gt;frontend/block code: set ClojureScript as a Clojure language&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/logseq/logseq"&gt;logseq/logseq&lt;/a&gt;: &lt;a href="https://github.com/logseq/logseq/issues/11627"&gt;ClojureScript code block with &lt;code&gt;:results&lt;/code&gt; does not work&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/dotfiles"&gt;avelino/dotfiles&lt;/a&gt;: 11 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/dotfiles/commits?author=avelino&amp;amp;since=2024-12-01T00:00:00Z&amp;amp;until=2024-12-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/avelino.run"&gt;avelino/avelino.run&lt;/a&gt;: 7 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/avelino.run/commits?author=avelino&amp;amp;since=2024-12-01T00:00:00Z&amp;amp;until=2024-12-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/logseq-summarize"&gt;avelino/logseq-summarize&lt;/a&gt;: 6 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/logseq-summarize/commits?author=avelino&amp;amp;since=2024-12-01T00:00:00Z&amp;amp;until=2024-12-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/bots.clj.social"&gt;avelino/bots.clj.social&lt;/a&gt;: 3 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/bots.clj.social/commits?author=avelino&amp;amp;since=2024-12-01T00:00:00Z&amp;amp;until=2024-12-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/jarodise/logseq-copilot"&gt;jarodise/logseq-copilot&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/jarodise/logseq-copilot/commits?author=avelino&amp;amp;since=2024-12-01T00:00:00Z&amp;amp;until=2024-12-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/logseq/logseq"&gt;logseq/logseq&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/logseq/logseq/commits?author=avelino&amp;amp;since=2024-12-01T00:00:00Z&amp;amp;until=2024-12-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 0 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Open Source Contributions - November 2024</title><link>https://avelino.run/foss/2024/11/</link><pubDate>Fri, 01 Nov 2024 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2024/11/</guid><description>&lt;p&gt;Explore the timeline of contributions for November 2024, highlighting a total of 19 activities across 9 repositories. This month featured significant push events and thorough pull request reviews, reflecting a strong collaborative spirit within the community.&lt;/p&gt;
&lt;h2 id="2024-11-28"&gt;2024-11-28&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/906#pullrequestreview-2468186850"&gt;Bump github.com/stretchr/testify from 1.9.0 to 1.10.0&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/905#pullrequestreview-2468185620"&gt;Bump github.com/lestrrat-go/jwx/v2 from 2.1.2 to 2.1.3&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2024-11-26"&gt;2024-11-26&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/5490#pullrequestreview-2461995905"&gt;Cleanup on Web Frameworks&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2024-11-18"&gt;2024-11-18&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/pull/291#pullrequestreview-2443353035"&gt;build(deps): bump DeLaGuardo/setup-clojure from 12.6 to 13.0&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/pull/292#pullrequestreview-2443351931"&gt;build(deps): bump DavidAnson/markdownlint-cli2-action from 17 to 18&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2024-11-11"&gt;2024-11-11&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/pull/290#pullrequestreview-2428007224"&gt;build(deps): bump DeLaGuardo/setup-clojure from 12.5 to 12.6&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/bots.clj.social"&gt;avelino/bots.clj.social&lt;/a&gt;: &lt;a href="https://github.com/avelino/bots.clj.social/pull/145#pullrequestreview-2426426378"&gt;build(deps): bump yaml from 2.5.0 to 2.6.0&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/bots.clj.social"&gt;avelino/bots.clj.social&lt;/a&gt;: &lt;a href="https://github.com/avelino/bots.clj.social/pull/149#pullrequestreview-2426425077"&gt;build(deps): bump masto from 6.8.0 to 6.10.1&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/bots.clj.social"&gt;avelino/bots.clj.social&lt;/a&gt;: &lt;a href="https://github.com/avelino/bots.clj.social/pull/150#pullrequestreview-2426420887"&gt;build(deps): bump nbb from 1.2.192 to 1.3.195&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2024-11-04"&gt;2024-11-04&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/logseq-summarize"&gt;avelino/logseq-summarize&lt;/a&gt;: &lt;a href="https://github.com/avelino/logseq-summarize/pull/7#pullrequestreview-2413550662"&gt;Bump elliptic from 6.5.7 to 6.6.0&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2024-11-03"&gt;2024-11-03&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/cover.run"&gt;avelino/cover.run&lt;/a&gt;: &lt;a href="https://github.com/avelino/cover.run/pull/30#pullrequestreview-2411948877"&gt;Address outstanding issues, and prepare for additional changes&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/microsoft/vcpkg"&gt;microsoft/vcpkg&lt;/a&gt;: &lt;a href="https://github.com/microsoft/vcpkg/issues/41936"&gt;[libpng] Build error on arm64-osx&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2024-11-02"&gt;2024-11-02&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/5469#pullrequestreview-2411744749"&gt;Added &lt;code&gt;go-slice/slice&lt;/code&gt;&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/5473#pullrequestreview-2411744331"&gt;contributing guide: add 5-month maturity quality standard.&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/dotfiles"&gt;avelino/dotfiles&lt;/a&gt;: 13 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/dotfiles/commits?author=avelino&amp;amp;since=2024-11-01T00:00:00Z&amp;amp;until=2024-11-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/logseq-summarize"&gt;avelino/logseq-summarize&lt;/a&gt;: 4 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/logseq-summarize/commits?author=avelino&amp;amp;since=2024-11-01T00:00:00Z&amp;amp;until=2024-11-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/bots.clj.social"&gt;avelino/bots.clj.social&lt;/a&gt;: 4 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/bots.clj.social/commits?author=avelino&amp;amp;since=2024-11-01T00:00:00Z&amp;amp;until=2024-11-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/avelino.run"&gt;avelino/avelino.run&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/avelino.run/commits?author=avelino&amp;amp;since=2024-11-01T00:00:00Z&amp;amp;until=2024-11-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/awesome-go/commits?author=avelino&amp;amp;since=2024-11-01T00:00:00Z&amp;amp;until=2024-11-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 0 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Open Source Contributions - October 2024</title><link>https://avelino.run/foss/2024/10/</link><pubDate>Tue, 01 Oct 2024 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2024/10/</guid><description>&lt;p&gt;In October 2024, contributors made notable advancements in various projects, with a total of 11 contributions including pushes, issues, and pull requests. This timeline highlights key activities and their impact on ongoing development efforts.&lt;/p&gt;
&lt;h2 id="2024-10-28"&gt;2024-10-28&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/pull/289#pullrequestreview-2399622448"&gt;build(deps): bump actions/cache from 4.1.1 to 4.1.2&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2024-10-25"&gt;2024-10-25&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/moclojer/moclojer-app"&gt;moclojer/moclojer-app&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer-app/issues/368"&gt;Private notification regarding moclojer.com's improper MTA-STS configuration&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/moclojer/moclojer-app"&gt;moclojer/moclojer-app&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer-app/issues/365"&gt;revisar telas (UX/UI figma) de admin para ORG&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2024-10-24"&gt;2024-10-24&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/5415#pullrequestreview-2391883752"&gt;add go-events&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2024-10-22"&gt;2024-10-22&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/buserbrasil/databricks-sql-driver"&gt;buserbrasil/databricks-sql-driver&lt;/a&gt;: &lt;a href="https://github.com/buserbrasil/databricks-sql-driver/pull/17"&gt;WIP: force close connection if databricks exception sql exec timeout&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2024-10-15"&gt;2024-10-15&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/pull/288#pullrequestreview-2368807791"&gt;build(deps): bump actions/cache from 4.1.0 to 4.1.1&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/pull/287#pullrequestreview-2368804708"&gt;build(deps): bump actions/upload-artifact from 4.4.0 to 4.4.3&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2024-10-07"&gt;2024-10-07&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/pull/284#pullrequestreview-2352594956"&gt;build(deps): bump DavidAnson/markdownlint-cli2-action from 16 to 17&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/pull/286#pullrequestreview-2352594063"&gt;build(deps): bump actions/cache from 4.0.2 to 4.1.0&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/dotfiles"&gt;avelino/dotfiles&lt;/a&gt;: 3 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/dotfiles/commits?author=avelino&amp;amp;since=2024-10-01T00:00:00Z&amp;amp;until=2024-10-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/moclojer/moclojer.com"&gt;moclojer/moclojer.com&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/moclojer/moclojer.com/commits?author=avelino&amp;amp;since=2024-10-01T00:00:00Z&amp;amp;until=2024-10-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 0 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Leadership by example, managing people shouldn't be a full-time job</title><link>https://avelino.run/leadership-by-example-managing-people-shouldnt-be-a-full-time-job/</link><pubDate>Mon, 02 Sep 2024 00:00:00 +0000</pubDate><guid>https://avelino.run/leadership-by-example-managing-people-shouldnt-be-a-full-time-job/</guid><description>&lt;p&gt;I can't believe that it's the best choice for companies to have people 100% in &lt;em&gt;&amp;quot;management positions&amp;quot;&lt;/em&gt;, this isn't new, it's been true since I started leading teams.&lt;/p&gt;
&lt;p&gt;The manager's job is to help people evolve professionally and to help them deliver for the company. In software engineering, there's nothing better than leadership by example.&lt;/p&gt;
&lt;h2 id="blogpost-relacionado"&gt;Blogpost relacionado:&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://world.hey.com/dhh/we-once-more-have-no-full-time-managers-at-37signals-f8611085"&gt;We once more have no full-time managers at 37signals&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Open Source Contributions - September 2024</title><link>https://avelino.run/foss/2024/09/</link><pubDate>Sun, 01 Sep 2024 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2024/09/</guid><description>&lt;p&gt;Explore the contributions made in September 2024, featuring a diverse range of activities across six repositories. This timeline captures key events including pushes, issue openings, and pull request reviews, illustrating the vibrant development efforts during the month.&lt;/p&gt;
&lt;h2 id="2024-09-05"&gt;2024-09-05&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/issues/282"&gt;Upgrade clojure to 1.12.0&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2024-09-04"&gt;2024-09-04&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;💬 Reviewed PR in &lt;a href="https://github.com/moclojer/clj-rq"&gt;moclojer/clj-rq&lt;/a&gt;: &lt;a href="https://github.com/moclojer/clj-rq/pull/18#pullrequestreview-2281221824"&gt;Dynamically generating queue functions from Jedis' source code&lt;/a&gt; (Commented)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2024-09-02"&gt;2024-09-02&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/pull/281#pullrequestreview-2275870025"&gt;build(deps): bump actions/upload-artifact from 4.3.6 to 4.4.0&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/bots.clj.social"&gt;avelino/bots.clj.social&lt;/a&gt;: &lt;a href="https://github.com/avelino/bots.clj.social/pull/142#pullrequestreview-2275850418"&gt;build(deps): bump nbb from 1.2.191 to 1.2.192&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/issues/279"&gt;clojars auto release via pipeline&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/moclojer/mockingbird"&gt;moclojer/mockingbird&lt;/a&gt;: 3 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/moclojer/mockingbird/commits?author=avelino&amp;amp;since=2024-09-01T00:00:00Z&amp;amp;until=2024-09-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/dotfiles"&gt;avelino/dotfiles&lt;/a&gt;: 2 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/dotfiles/commits?author=avelino&amp;amp;since=2024-09-01T00:00:00Z&amp;amp;until=2024-09-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: 2 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/moclojer/moclojer/commits?author=avelino&amp;amp;since=2024-09-01T00:00:00Z&amp;amp;until=2024-09-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/bots.clj.social"&gt;avelino/bots.clj.social&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/bots.clj.social/commits?author=avelino&amp;amp;since=2024-09-01T00:00:00Z&amp;amp;until=2024-09-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/avelino.run"&gt;avelino/avelino.run&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/avelino.run/commits?author=avelino&amp;amp;since=2024-09-01T00:00:00Z&amp;amp;until=2024-09-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 0 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Open Source Contributions - August 2024</title><link>https://avelino.run/foss/2024/08/</link><pubDate>Thu, 01 Aug 2024 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2024/08/</guid><description>&lt;p&gt;Explore the timeline of contributions for August 2024, highlighting the collaborative efforts across 11 repositories. This month featured 5 pull requests, 13 reviews, and 5 issues, showcasing a vibrant open-source community dedicated to enhancing software development.&lt;/p&gt;
&lt;h2 id="2024-08-30"&gt;2024-08-30&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/pull/262#pullrequestreview-2272289741"&gt;Adding swagger to moclojer&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/898#pullrequestreview-2271730922"&gt;Bump github.com/rs/cors from 1.11.0 to 1.11.1&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2024-08-29"&gt;2024-08-29&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;💬 Reviewed PR in &lt;a href="https://github.com/moclojer/mockingbird"&gt;moclojer/mockingbird&lt;/a&gt;: &lt;a href="https://github.com/moclojer/mockingbird/pull/4#pullrequestreview-2270185459"&gt;WIP: initial config for mockingbird&lt;/a&gt; (Commented)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2024-08-27"&gt;2024-08-27&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/pull/274#pullrequestreview-2263215095"&gt;Correct small typos on the documentation&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2024-08-25"&gt;2024-08-25&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/pull/272#pullrequestreview-2259242312"&gt;Using webhook headers on its requests by default&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2024-08-22"&gt;2024-08-22&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/pull/271#pullrequestreview-2255545625"&gt;Bumping to v0.3.3.1&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2024-08-20"&gt;2024-08-20&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/pull/269#pullrequestreview-2249011465"&gt;Load parsed body correctly&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2024-08-16"&gt;2024-08-16&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;💬 Reviewed PR in &lt;a href="https://github.com/moclojer/moclojer-app"&gt;moclojer/moclojer-app&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer-app/pull/352#pullrequestreview-2242287292"&gt;historico de alteração de um yml&lt;/a&gt; (Commented)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2024-08-14"&gt;2024-08-14&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;💬 Reviewed PR in &lt;a href="https://github.com/moclojer/clj-rq"&gt;moclojer/clj-rq&lt;/a&gt;: &lt;a href="https://github.com/moclojer/clj-rq/pull/18#pullrequestreview-2238968551"&gt;Dynamically generating queue functions from Jedis' source code&lt;/a&gt; (Commented)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2024-08-12"&gt;2024-08-12&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/pull/267#pullrequestreview-2233980446"&gt;build(deps): bump actions/upload-artifact from 4.3.5 to 4.3.6&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2024-08-11"&gt;2024-08-11&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/moclojer/clj-rq"&gt;moclojer/clj-rq&lt;/a&gt;: &lt;a href="https://github.com/moclojer/clj-rq/issues/19"&gt;documentation site clj-rq.moclojer.com&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2024-08-09"&gt;2024-08-09&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/moclojer/moclojer-app"&gt;moclojer/moclojer-app&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer-app/pull/342#pullrequestreview-2229735874"&gt;Servico único para os jobs recorrentes&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2024-08-08"&gt;2024-08-08&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/moclojer/clj-rq"&gt;moclojer/clj-rq&lt;/a&gt;: &lt;a href="https://github.com/moclojer/clj-rq/pull/18"&gt;Dynamically generating queue functions from Jedis' source code&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2024-08-06"&gt;2024-08-06&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/moclojer/moclojer-app"&gt;moclojer/moclojer-app&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer-app/issues/351"&gt;design system foss&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/moclojer/moclojer-app"&gt;moclojer/moclojer-app&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer-app/issues/350"&gt;UX/UI para criar mock - não só editor&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/moclojer/moclojer-app"&gt;moclojer/moclojer-app&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer-app/issues/349"&gt;Visão de curto prazo: o que precisamos ter para o lançamento? Ser usuário ativo do moclojer&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2024-08-05"&gt;2024-08-05&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/pull/266#pullrequestreview-2219394261"&gt;build(deps): bump actions/upload-artifact from 4.3.4 to 4.3.5&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/bots.clj.social"&gt;avelino/bots.clj.social&lt;/a&gt;: &lt;a href="https://github.com/avelino/bots.clj.social/pull/141#pullrequestreview-2219021775"&gt;build(deps): bump redis from 4.6.15 to 4.7.0&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2024-08-03"&gt;2024-08-03&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/buserbrasil/mentirinha"&gt;buserbrasil/mentirinha&lt;/a&gt;: &lt;a href="https://github.com/buserbrasil/mentirinha/pull/5"&gt;db: set app name&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2024-08-01"&gt;2024-08-01&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/buserbrasil/databricks-sql-driver"&gt;buserbrasil/databricks-sql-driver&lt;/a&gt;: &lt;a href="https://github.com/buserbrasil/databricks-sql-driver/pull/16"&gt;docker/make: change --mount to -v (volume), clear&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/buserbrasil/databricks-sql-driver"&gt;buserbrasil/databricks-sql-driver&lt;/a&gt;: &lt;a href="https://github.com/buserbrasil/databricks-sql-driver/pull/15"&gt;use &lt;code&gt;close&lt;/code&gt; made in the decorator&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/buserbrasil/databricks-sql-driver"&gt;buserbrasil/databricks-sql-driver&lt;/a&gt;: &lt;a href="https://github.com/buserbrasil/databricks-sql-driver/pull/14"&gt;do not use str import, conflict with &lt;code&gt;str&lt;/code&gt; package from clojure &lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/buserbrasil/databricks-sql-driver"&gt;buserbrasil/databricks-sql-driver&lt;/a&gt;: &lt;a href="https://github.com/buserbrasil/databricks-sql-driver/issues/13"&gt;connection remaining open from databricks sql after timeout&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/dotfiles"&gt;avelino/dotfiles&lt;/a&gt;: 4 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/dotfiles/commits?author=avelino&amp;amp;since=2024-08-01T00:00:00Z&amp;amp;until=2024-08-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/moclojer/moclojer.com"&gt;moclojer/moclojer.com&lt;/a&gt;: 4 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/moclojer/moclojer.com/commits?author=avelino&amp;amp;since=2024-08-01T00:00:00Z&amp;amp;until=2024-08-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/buserbrasil/mentirinha"&gt;buserbrasil/mentirinha&lt;/a&gt;: 4 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/buserbrasil/mentirinha/commits?author=avelino&amp;amp;since=2024-08-01T00:00:00Z&amp;amp;until=2024-08-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/buserbrasil/databricks-sql-driver"&gt;buserbrasil/databricks-sql-driver&lt;/a&gt;: 4 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/buserbrasil/databricks-sql-driver/commits?author=avelino&amp;amp;since=2024-08-01T00:00:00Z&amp;amp;until=2024-08-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/moclojer/mockingbird"&gt;moclojer/mockingbird&lt;/a&gt;: 3 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/moclojer/mockingbird/commits?author=avelino&amp;amp;since=2024-08-01T00:00:00Z&amp;amp;until=2024-08-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/moclojer/moclojer/commits?author=avelino&amp;amp;since=2024-08-01T00:00:00Z&amp;amp;until=2024-08-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/talkdai/landing-page"&gt;talkdai/landing-page&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/talkdai/landing-page/commits?author=avelino&amp;amp;since=2024-08-01T00:00:00Z&amp;amp;until=2024-08-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/bots.clj.social"&gt;avelino/bots.clj.social&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/bots.clj.social/commits?author=avelino&amp;amp;since=2024-08-01T00:00:00Z&amp;amp;until=2024-08-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 0 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Open Source Contributions - July 2024</title><link>https://avelino.run/foss/2024/07/</link><pubDate>Mon, 01 Jul 2024 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2024/07/</guid><description>&lt;p&gt;Explore the timeline of contributions for July 2024, highlighting significant activities across 14 repositories. This month features 3 open pull requests, 21 reviews, and 3 newly opened issues, reflecting a vibrant community engagement and continuous improvement in projects.&lt;/p&gt;
&lt;h2 id="2024-07-31"&gt;2024-07-31&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/buserbrasil/databricks-sql-driver"&gt;buserbrasil/databricks-sql-driver&lt;/a&gt;: &lt;a href="https://github.com/buserbrasil/databricks-sql-driver/pull/12"&gt;convert token field to secret (extend password field)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/buserbrasil/databricks-sql-driver"&gt;buserbrasil/databricks-sql-driver&lt;/a&gt;: &lt;a href="https://github.com/buserbrasil/databricks-sql-driver/issues/11"&gt;token field should be secret&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2024-07-30"&gt;2024-07-30&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/894#pullrequestreview-2207604708"&gt;Bump github.com/lestrrat-go/jwx/v2 from 2.0.21 to 2.1.1&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/888#pullrequestreview-2207598909"&gt;Bump github.com/spf13/cobra from 1.8.0 to 1.8.1&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/logseq-summarize"&gt;avelino/logseq-summarize&lt;/a&gt;: &lt;a href="https://github.com/avelino/logseq-summarize/pull/5#pullrequestreview-2207597630"&gt;Bump ws from 7.5.9 to 7.5.10&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2024-07-29"&gt;2024-07-29&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/bots.clj.social"&gt;avelino/bots.clj.social&lt;/a&gt;: &lt;a href="https://github.com/avelino/bots.clj.social/pull/139#pullrequestreview-2204498622"&gt;build(deps): bump yaml from 2.4.5 to 2.5.0&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/bots.clj.social"&gt;avelino/bots.clj.social&lt;/a&gt;: &lt;a href="https://github.com/avelino/bots.clj.social/pull/138#pullrequestreview-2204493992"&gt;build(deps): bump nbb from 1.2.188 to 1.2.191&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/bots.clj.social"&gt;avelino/bots.clj.social&lt;/a&gt;: &lt;a href="https://github.com/avelino/bots.clj.social/pull/137#pullrequestreview-2204492032"&gt;build(deps): bump redis from 4.6.14 to 4.6.15&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/bots.clj.social"&gt;avelino/bots.clj.social&lt;/a&gt;: &lt;a href="https://github.com/avelino/bots.clj.social/pull/135#pullrequestreview-2204491121"&gt;build(deps): bump ws from 8.17.0 to 8.17.1&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/bots.clj.social"&gt;avelino/bots.clj.social&lt;/a&gt;: &lt;a href="https://github.com/avelino/bots.clj.social/pull/140#pullrequestreview-2204489800"&gt;build(deps): bump fast-xml-parser from 4.4.0 to 4.4.1&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2024-07-24"&gt;2024-07-24&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/moclojer/moclojer-app"&gt;moclojer/moclojer-app&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer-app/pull/345#pullrequestreview-2197611195"&gt;Normalizando schemas do DB&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;💬 Reviewed PR in &lt;a href="https://github.com/moclojer/moclojer-app"&gt;moclojer/moclojer-app&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer-app/pull/342#pullrequestreview-2197439689"&gt;Servico único para os jobs recorrentes&lt;/a&gt; (Commented)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/moclojer/moclojer.com"&gt;moclojer/moclojer.com&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer.com/pull/9#pullrequestreview-2196870596"&gt;[ImgBot] Optimize images&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2024-07-22"&gt;2024-07-22&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;💬 Reviewed PR in &lt;a href="https://github.com/Lyokone/flutterlocation"&gt;Lyokone/flutterlocation&lt;/a&gt;: &lt;a href="https://github.com/Lyokone/flutterlocation/pull/970#pullrequestreview-2192141856"&gt;Set foreground service type to &lt;code&gt;FOREGROUND_SERVICE_TYPE_LOCATION&lt;/code&gt;&lt;/a&gt; (Commented)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2024-07-19"&gt;2024-07-19&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/moclojer/moclojer-app"&gt;moclojer/moclojer-app&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer-app/pull/339#pullrequestreview-2188981640"&gt;open nrepl server on startup&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2024-07-18"&gt;2024-07-18&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/vmesel/vmesel.github.io"&gt;vmesel/vmesel.github.io&lt;/a&gt;: &lt;a href="https://github.com/vmesel/vmesel.github.io/pull/4"&gt;communications: add refe link in Avelino people&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/892#pullrequestreview-2185680377"&gt;Update README.md&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/zed-industries/extensions"&gt;zed-industries/extensions&lt;/a&gt;: &lt;a href="https://github.com/zed-industries/extensions/issues/1084"&gt;d2 language&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2024-07-17"&gt;2024-07-17&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/moclojer/moclojer.com"&gt;moclojer/moclojer.com&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer.com/pull/8"&gt;Update clj-rq-is-finally-stable.md&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/moclojer/moclojer-app"&gt;moclojer/moclojer-app&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer-app/pull/336#pullrequestreview-2181525409"&gt;switching to clj-rq through components&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2024-07-14"&gt;2024-07-14&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/talkdai/dialog"&gt;talkdai/dialog&lt;/a&gt;: &lt;a href="https://github.com/talkdai/dialog/pull/220#pullrequestreview-2176727209"&gt;Adds our current sponsors to README&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2024-07-13"&gt;2024-07-13&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/talkdai/dialog"&gt;talkdai/dialog&lt;/a&gt;: &lt;a href="https://github.com/talkdai/dialog/pull/219#pullrequestreview-2176473608"&gt;Bumps dialog lib to the latest version, in order to keep compatibility with the latest version&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2024-07-11"&gt;2024-07-11&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/moclojer/moclojer-app"&gt;moclojer/moclojer-app&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer-app/issues/335"&gt;sidebar &amp;quot;escondendo&amp;quot; da impressão que o dashboard fica mexendo&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2024-07-08"&gt;2024-07-08&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/pull/265#pullrequestreview-2163756728"&gt;build(deps): bump actions/upload-artifact from 4.3.3 to 4.3.4&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/talkdai/dialog-lib"&gt;talkdai/dialog-lib&lt;/a&gt;: &lt;a href="https://github.com/talkdai/dialog-lib/pull/9#pullrequestreview-2162815244"&gt;Bump certifi from 2024.6.2 to 2024.7.4 in the pip group across 1 directory&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2024-07-05"&gt;2024-07-05&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/moclojer/clj-rq"&gt;moclojer/clj-rq&lt;/a&gt;: &lt;a href="https://github.com/moclojer/clj-rq/pull/6#pullrequestreview-2161124512"&gt;Fault tolerant mechanisms&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2024-07-03"&gt;2024-07-03&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/moclojer/clj-rq"&gt;moclojer/clj-rq&lt;/a&gt;: &lt;a href="https://github.com/moclojer/clj-rq/pull/5#pullrequestreview-2157134561"&gt;API improvement refactor&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/moclojer/moclojer.com"&gt;moclojer/moclojer.com&lt;/a&gt;: 12 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/moclojer/moclojer.com/commits?author=avelino&amp;amp;since=2024-07-01T00:00:00Z&amp;amp;until=2024-07-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/dotfiles"&gt;avelino/dotfiles&lt;/a&gt;: 9 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/dotfiles/commits?author=avelino&amp;amp;since=2024-07-01T00:00:00Z&amp;amp;until=2024-07-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/bots.clj.social"&gt;avelino/bots.clj.social&lt;/a&gt;: 5 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/bots.clj.social/commits?author=avelino&amp;amp;since=2024-07-01T00:00:00Z&amp;amp;until=2024-07-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/moclojer/clj-rq"&gt;moclojer/clj-rq&lt;/a&gt;: 4 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/moclojer/clj-rq/commits?author=avelino&amp;amp;since=2024-07-01T00:00:00Z&amp;amp;until=2024-07-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/buserbrasil/databricks-sql-driver"&gt;buserbrasil/databricks-sql-driver&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/buserbrasil/databricks-sql-driver/commits?author=avelino&amp;amp;since=2024-07-01T00:00:00Z&amp;amp;until=2024-07-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/vmesel/vmesel.github.io"&gt;vmesel/vmesel.github.io&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/vmesel/vmesel.github.io/commits?author=avelino&amp;amp;since=2024-07-01T00:00:00Z&amp;amp;until=2024-07-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 0 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Interactions: IRL vs. Social Media - What Really Matters?</title><link>https://avelino.run/interactions-irl-vs-social-media-what-really-matters/</link><pubDate>Sun, 09 Jun 2024 00:00:00 +0000</pubDate><guid>https://avelino.run/interactions-irl-vs-social-media-what-really-matters/</guid><description>&lt;p&gt;&lt;img src="https://avelino.run/blog/interactions-irl-vs-social-media-what-really-matters.png" alt="Interactions: IRL vs. Social Media - What Really Matters?"&gt;&lt;/p&gt;
&lt;p&gt;These days, the line between our offline and online interactions is super blurry. But have you ever thought about what we actually remember from these interactions? Let’s dive into why a lot of our conversations and posts lose their importance over time.&lt;/p&gt;
&lt;h2 id="memory-in-real-life-interactions"&gt;Memory in Real-Life Interactions&lt;/h2&gt;
&lt;p&gt;Do you remember everything from your last hangout with friends? Probably not. An old study by &lt;a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4492928/"&gt;Ebbinghaus (1885)&lt;/a&gt; showed that we forget info quickly if we don't reinforce it. Plus, Daniel Kahneman's book, &lt;a href="https://www.businessinsider.com/guides/learning/thinking-fast-and-slow-book-summary-review"&gt;&amp;quot;Thinking, Fast and Slow&amp;quot;&lt;/a&gt;, explains that our memory only keeps the stuff with the most emotional impact.&lt;/p&gt;</description></item><item><title>Open Source Contributions - June 2024</title><link>https://avelino.run/foss/2024/06/</link><pubDate>Sat, 01 Jun 2024 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2024/06/</guid><description>&lt;p&gt;Explore the contributions made in June 2024, where 15 repositories engaged in a dynamic array of activities, including 29 events that highlight the collaborative spirit of our community. From pushes to pull request reviews, this timeline captures the essence of our ongoing development efforts.&lt;/p&gt;
&lt;h2 id="2024-06-28"&gt;2024-06-28&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/moclojer/moclojer-app"&gt;moclojer/moclojer-app&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer-app/pull/327#pullrequestreview-2148674461"&gt;Separação de mocks pertencentes a &lt;code&gt;customers&lt;/code&gt; e &lt;code&gt;orgs&lt;/code&gt;&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2024-06-24"&gt;2024-06-24&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/raphamorim/rio"&gt;raphamorim/rio&lt;/a&gt;: &lt;a href="https://github.com/raphamorim/rio/issues/558"&gt;macOS 15 beta 2: Rio crash, not opening&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2024-06-20"&gt;2024-06-20&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/talkdai/dialog"&gt;talkdai/dialog&lt;/a&gt;: &lt;a href="https://github.com/talkdai/dialog/pull/211#pullrequestreview-2129217251"&gt;Adds docs for new endpoints for different models&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2024-06-18"&gt;2024-06-18&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/moclojer/moclojer-app"&gt;moclojer/moclojer-app&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer-app/pull/322#pullrequestreview-2126376699"&gt;Remoção de sub-domínios do Cloudflare e DigitalOcean&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/moclojer/moclojer-app"&gt;moclojer/moclojer-app&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer-app/issues/324"&gt;separar mocks unicos de mocks de um grupo de usuarios (orgs)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/moclojer/moclojer-app"&gt;moclojer/moclojer-app&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer-app/issues/323"&gt;separar jobs em servico único&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2024-06-17"&gt;2024-06-17&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/pull/264#pullrequestreview-2123260591"&gt;build(deps): bump docker/build-push-action from 5 to 6&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2024-06-15"&gt;2024-06-15&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/5334#pullrequestreview-2120502122"&gt;Add sturdyc&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2024-06-13"&gt;2024-06-13&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/talkdai/dialog"&gt;talkdai/dialog&lt;/a&gt;: &lt;a href="https://github.com/talkdai/dialog/issues/209"&gt;Log Injection&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2024-06-12"&gt;2024-06-12&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/buserbrasil/databricks-sql-driver"&gt;buserbrasil/databricks-sql-driver&lt;/a&gt;: &lt;a href="https://github.com/buserbrasil/databricks-sql-driver/pull/9#pullrequestreview-2114021265"&gt;fix connection&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2024-06-11"&gt;2024-06-11&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/avelino.run"&gt;avelino/avelino.run&lt;/a&gt;: &lt;a href="https://github.com/avelino/avelino.run/pull/54#pullrequestreview-2109222842"&gt;[ImgBot] Optimize images&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2024-06-10"&gt;2024-06-10&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/5332#pullrequestreview-2107566517"&gt;Add EchoVault to Database, Caches&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/bots.clj.social"&gt;avelino/bots.clj.social&lt;/a&gt;: &lt;a href="https://github.com/avelino/bots.clj.social/pull/134#pullrequestreview-2108661454"&gt;build(deps): bump yaml from 2.4.3 to 2.4.5&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/bots.clj.social"&gt;avelino/bots.clj.social&lt;/a&gt;: &lt;a href="https://github.com/avelino/bots.clj.social/pull/133#pullrequestreview-2108660393"&gt;build(deps): bump masto from 6.7.7 to 6.8.0&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2024-06-07"&gt;2024-06-07&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/5330#pullrequestreview-2104230019"&gt;Add go-mongox&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/5325#pullrequestreview-2104192475"&gt;Add Fastschema: A flexible Go web framework and Headless CMS.&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/887#pullrequestreview-2104173230"&gt;Bump github.com/urfave/negroni/v3 from 3.1.0 to 3.1.1&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2024-06-05"&gt;2024-06-05&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/moclojer/clj-rq"&gt;moclojer/clj-rq&lt;/a&gt;: &lt;a href="https://github.com/moclojer/clj-rq/pull/3"&gt;gh action: deploy to clojars in tags generate&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2024-06-03"&gt;2024-06-03&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/bots.clj.social"&gt;avelino/bots.clj.social&lt;/a&gt;: &lt;a href="https://github.com/avelino/bots.clj.social/pull/132#pullrequestreview-2094509698"&gt;build(deps): bump yaml from 2.4.2 to 2.4.3&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2024-06-01"&gt;2024-06-01&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/moclojer/moclojer.com"&gt;moclojer/moclojer.com&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer.com/pull/6#pullrequestreview-2092043092"&gt;[ImgBot] Optimize images&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/avelino.run"&gt;avelino/avelino.run&lt;/a&gt;: 2 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/avelino.run/commits?author=avelino&amp;amp;since=2024-06-01T00:00:00Z&amp;amp;until=2024-06-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/moclojer/clojure-to-digitalocean-app-platform"&gt;moclojer/clojure-to-digitalocean-app-platform&lt;/a&gt;: 2 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/moclojer/clojure-to-digitalocean-app-platform/commits?author=avelino&amp;amp;since=2024-06-01T00:00:00Z&amp;amp;until=2024-06-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/dotfiles"&gt;avelino/dotfiles&lt;/a&gt;: 11 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/dotfiles/commits?author=avelino&amp;amp;since=2024-06-01T00:00:00Z&amp;amp;until=2024-06-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/moclojer/moclojer.com"&gt;moclojer/moclojer.com&lt;/a&gt;: 6 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/moclojer/moclojer.com/commits?author=avelino&amp;amp;since=2024-06-01T00:00:00Z&amp;amp;until=2024-06-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/buserbrasil/databricks-sql-driver"&gt;buserbrasil/databricks-sql-driver&lt;/a&gt;: 2 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/buserbrasil/databricks-sql-driver/commits?author=avelino&amp;amp;since=2024-06-01T00:00:00Z&amp;amp;until=2024-06-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/moclojer/clj-rq"&gt;moclojer/clj-rq&lt;/a&gt;: 7 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/moclojer/clj-rq/commits?author=avelino&amp;amp;since=2024-06-01T00:00:00Z&amp;amp;until=2024-06-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/bots.clj.social"&gt;avelino/bots.clj.social&lt;/a&gt;: 3 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/bots.clj.social/commits?author=avelino&amp;amp;since=2024-06-01T00:00:00Z&amp;amp;until=2024-06-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/moclojer/components"&gt;moclojer/components&lt;/a&gt;: 2 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/moclojer/components/commits?author=avelino&amp;amp;since=2024-06-01T00:00:00Z&amp;amp;until=2024-06-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/logseq-languagetool"&gt;avelino/logseq-languagetool&lt;/a&gt;: 6 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/logseq-languagetool/commits?author=avelino&amp;amp;since=2024-06-01T00:00:00Z&amp;amp;until=2024-06-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 0 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>The Challenge of Maintaining Open Source Projects: Why Your Project Might Not Be Used in the Future</title><link>https://avelino.run/the-challenge-of-maintaining-open-source-projects-why-your-project-might-not-be-used-in-the-future/</link><pubDate>Tue, 28 May 2024 00:00:00 +0000</pubDate><guid>https://avelino.run/the-challenge-of-maintaining-open-source-projects-why-your-project-might-not-be-used-in-the-future/</guid><description>&lt;p&gt;&lt;img src="https://avelino.run/blog/the-challenge-of-maintaining-open-source-projects-why-your-project-might-not-be-used-in-the-future.png" alt="The Challenge of Maintaining Open Source Projects: Why Your Project Might Not Be Used in the Future"&gt;&lt;/p&gt;
&lt;p&gt;We usually kick off (or get involved in) open source projects because we have a need and believe our problem, in an abstract form, could also solve issues for others. We’re driven by endorphins (or whatever kind of motivation) and start cranking out code like there’s no tomorrow.
However, it doesn’t take long to realize that just focusing on the code isn’t sustainable. We need proper documentation to help people use and chip in on the project. After months of working &amp;quot;solo&amp;quot;, a few folks might show interest – that’s when the repository transitions into a true open source project.&lt;/p&gt;</description></item><item><title>Founders are special; founders need to be in charge</title><link>https://avelino.run/founders-are-special-founders-need-to-be-in-charge/</link><pubDate>Fri, 03 May 2024 00:00:00 +0000</pubDate><guid>https://avelino.run/founders-are-special-founders-need-to-be-in-charge/</guid><description>&lt;blockquote&gt;
&lt;p&gt;&amp;quot;Founders are special; founders need to be in charge. The founders are difficult to work with. Push people hard to achieve success. As much as we can dislike Elon's personal behavior, look at what he gets out of people.&amp;quot;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;by &lt;a href="https://www.linkedin.com/in/eric-e-schmidt/"&gt;Eric Schmidt&lt;/a&gt; ex CEO at Google&lt;/p&gt;</description></item><item><title>Open Source Contributions - May 2024</title><link>https://avelino.run/foss/2024/05/</link><pubDate>Wed, 01 May 2024 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2024/05/</guid><description>&lt;p&gt;May 2024 was a dynamic month for our development community, showcasing a total of 31 contributions across 13 repositories. The timeline below details key activities, including push events, pull requests, and issue tracking, reflecting our commitment to continuous improvement and collaboration.&lt;/p&gt;
&lt;h2 id="2024-05-30"&gt;2024-05-30&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/moclojer/moclojer.com"&gt;moclojer/moclojer.com&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer.com/pull/4#pullrequestreview-2088654013"&gt;[ImgBot] Optimize images&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2024-05-28"&gt;2024-05-28&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;💬 Reviewed PR in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/pull/262#pullrequestreview-2081628324"&gt;Adding swagger to moclojer&lt;/a&gt; (Commented)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2024-05-23"&gt;2024-05-23&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/5312#pullrequestreview-2073078087"&gt;chore: track code coverage in PRs&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2024-05-21"&gt;2024-05-21&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/talkdai/dialog"&gt;talkdai/dialog&lt;/a&gt;: &lt;a href="https://github.com/talkdai/dialog/pull/192#pullrequestreview-2068143090"&gt;Bump requests from 2.31.0 to 2.32.0 in the pip group across 1 directory&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2024-05-20"&gt;2024-05-20&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/bots.clj.social"&gt;avelino/bots.clj.social&lt;/a&gt;: &lt;a href="https://github.com/avelino/bots.clj.social/pull/130#pullrequestreview-2065764557"&gt;build(deps): bump fast-xml-parser from 4.3.6 to 4.4.0&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/bots.clj.social"&gt;avelino/bots.clj.social&lt;/a&gt;: &lt;a href="https://github.com/avelino/bots.clj.social/pull/131#pullrequestreview-2065753524"&gt;build(deps): bump redis from 4.6.13 to 4.6.14&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2024-05-16"&gt;2024-05-16&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/moclojer/p001"&gt;moclojer/p001&lt;/a&gt;: &lt;a href="https://github.com/moclojer/p001/pull/2#pullrequestreview-2060889340"&gt;Load and expose environment on entrypoint&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2024-05-15"&gt;2024-05-15&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/moclojer/p001"&gt;moclojer/p001&lt;/a&gt;: &lt;a href="https://github.com/moclojer/p001/pull/1"&gt;WIP: change debian to ubuntu: squid deb&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2024-05-13"&gt;2024-05-13&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/bots.clj.social"&gt;avelino/bots.clj.social&lt;/a&gt;: &lt;a href="https://github.com/avelino/bots.clj.social/pull/129#pullrequestreview-2052177862"&gt;build(deps): bump @extractus/feed-extractor from 7.1.2 to 7.1.3&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2024-05-12"&gt;2024-05-12&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/talkdai/dialog"&gt;talkdai/dialog&lt;/a&gt;: &lt;a href="https://github.com/talkdai/dialog/pull/185#pullrequestreview-2051456736"&gt;Adds LCEL and Langserve support &lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2024-05-10"&gt;2024-05-10&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/pull/260"&gt;dev/build: distribute the jar for software should use uberjar&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/issues/259"&gt;docker imagem error on run &lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2024-05-09"&gt;2024-05-09&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/talkdai/dialog"&gt;talkdai/dialog&lt;/a&gt;: &lt;a href="https://github.com/talkdai/dialog/pull/184#pullrequestreview-2048146522"&gt;Bump tqdm from 4.66.2 to 4.66.3 in the pip group across 1 directory&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/issues/258"&gt;Error in webhook request&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2024-05-06"&gt;2024-05-06&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/bots.clj.social"&gt;avelino/bots.clj.social&lt;/a&gt;: &lt;a href="https://github.com/avelino/bots.clj.social/pull/128#pullrequestreview-2040455564"&gt;build(deps): bump masto from 6.7.5 to 6.7.7&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2024-05-04"&gt;2024-05-04&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/thunderbird/thunderbird-website"&gt;thunderbird/thunderbird-website&lt;/a&gt;: &lt;a href="https://github.com/thunderbird/thunderbird-website/issues/572"&gt;Caldata &lt;code&gt;Brazil-Holidays.ics&lt;/code&gt; 404&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2024-05-03"&gt;2024-05-03&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/moclojer/moclojer-app"&gt;moclojer/moclojer-app&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer-app/pull/294#pullrequestreview-2038686007"&gt;Bug &lt;code&gt;unauthorized&lt;/code&gt; na criacao de dominio&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/avelino.run"&gt;avelino/avelino.run&lt;/a&gt;: &lt;a href="https://github.com/avelino/avelino.run/pull/53#pullrequestreview-2037970925"&gt;[ImgBot] Optimize images&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2024-05-02"&gt;2024-05-02&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/bots.clj.social"&gt;avelino/bots.clj.social&lt;/a&gt;: &lt;a href="https://github.com/avelino/bots.clj.social/pull/127#pullrequestreview-2035599580"&gt;build(deps): bump @extractus/feed-extractor from 7.1.0 to 7.1.2&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/bots.clj.social"&gt;avelino/bots.clj.social&lt;/a&gt;: &lt;a href="https://github.com/avelino/bots.clj.social/pull/126#pullrequestreview-2035598828"&gt;build(deps): bump masto from 6.7.2 to 6.7.5&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/bots.clj.social"&gt;avelino/bots.clj.social&lt;/a&gt;: &lt;a href="https://github.com/avelino/bots.clj.social/pull/125#pullrequestreview-2035598085"&gt;build(deps): bump yaml from 2.4.1 to 2.4.2&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/avelino.run"&gt;avelino/avelino.run&lt;/a&gt;: 4 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/avelino.run/commits?author=avelino&amp;amp;since=2024-05-01T00:00:00Z&amp;amp;until=2024-05-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/moclojer/clojure-to-digitalocean-app-platform"&gt;moclojer/clojure-to-digitalocean-app-platform&lt;/a&gt;: 2 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/moclojer/clojure-to-digitalocean-app-platform/commits?author=avelino&amp;amp;since=2024-05-01T00:00:00Z&amp;amp;until=2024-05-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/dotfiles"&gt;avelino/dotfiles&lt;/a&gt;: 7 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/dotfiles/commits?author=avelino&amp;amp;since=2024-05-01T00:00:00Z&amp;amp;until=2024-05-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: 7 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/moclojer/moclojer/commits?author=avelino&amp;amp;since=2024-05-01T00:00:00Z&amp;amp;until=2024-05-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/moclojer/moclojer.com"&gt;moclojer/moclojer.com&lt;/a&gt;: 12 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/moclojer/moclojer.com/commits?author=avelino&amp;amp;since=2024-05-01T00:00:00Z&amp;amp;until=2024-05-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/moclojer/clj-rq"&gt;moclojer/clj-rq&lt;/a&gt;: 22 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/moclojer/clj-rq/commits?author=avelino&amp;amp;since=2024-05-01T00:00:00Z&amp;amp;until=2024-05-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/bots.clj.social"&gt;avelino/bots.clj.social&lt;/a&gt;: 7 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/bots.clj.social/commits?author=avelino&amp;amp;since=2024-05-01T00:00:00Z&amp;amp;until=2024-05-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/talkdai/dialog"&gt;talkdai/dialog&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/talkdai/dialog/commits?author=avelino&amp;amp;since=2024-05-01T00:00:00Z&amp;amp;until=2024-05-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/moclojer/p001"&gt;moclojer/p001&lt;/a&gt;: 18 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/moclojer/p001/commits?author=avelino&amp;amp;since=2024-05-01T00:00:00Z&amp;amp;until=2024-05-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/moclojer/components"&gt;moclojer/components&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/moclojer/components/commits?author=avelino&amp;amp;since=2024-05-01T00:00:00Z&amp;amp;until=2024-05-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 0 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Open Source Contributions - April 2024</title><link>https://avelino.run/foss/2024/04/</link><pubDate>Mon, 01 Apr 2024 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2024/04/</guid><description>&lt;p&gt;Welcome to the April 2024 contributions timeline. This month highlights a robust collaborative effort across 10 repositories, with 41 contributions including open pull requests and newly opened issues, reflecting the community's commitment to enhancing project development.&lt;/p&gt;
&lt;h2 id="2024-04-30"&gt;2024-04-30&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/moclojer/moclojer-app"&gt;moclojer/moclojer-app&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer-app/pull/288#pullrequestreview-2031932097"&gt;WIP Jedis Implementation&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2024-04-29"&gt;2024-04-29&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/pull/257#pullrequestreview-2029244442"&gt;build(deps): bump actions/upload-artifact from 4.3.2 to 4.3.3&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2024-04-26"&gt;2024-04-26&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/pull/256"&gt;code style linter, used clojure-lsp&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2024-04-25"&gt;2024-04-25&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/pull/255"&gt;we should be able to create a dev and prod config&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/pull/254"&gt;handler erro exception easy return, but maintains error 500&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/879#pullrequestreview-2022467187"&gt;Bump github.com/rs/cors from 1.10.1 to 1.11.0&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/issues/253"&gt;Improve error handler on the route level&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2024-04-24"&gt;2024-04-24&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/pull/252"&gt;doc/template: write example read dynamic http header request&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2024-04-23"&gt;2024-04-23&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/pull/246#pullrequestreview-2016894198"&gt;json output format support&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/issues/251"&gt;HTTP header parameters as variables&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2024-04-22"&gt;2024-04-22&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/pull/250"&gt;doc/release: update changelog&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/pull/249#pullrequestreview-2015341333"&gt;build(deps): bump actions/upload-artifact from 4.3.1 to 4.3.2&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/bots.clj.social"&gt;avelino/bots.clj.social&lt;/a&gt;: &lt;a href="https://github.com/avelino/bots.clj.social/pull/123#pullrequestreview-2014251397"&gt;build(deps): bump masto from 6.7.0 to 6.7.2&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/bots.clj.social"&gt;avelino/bots.clj.social&lt;/a&gt;: &lt;a href="https://github.com/avelino/bots.clj.social/pull/122#pullrequestreview-2014249909"&gt;build(deps): bump turtlequeue/setup-babashka from 1.5.2 to 1.7.0&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/bots.clj.social"&gt;avelino/bots.clj.social&lt;/a&gt;: &lt;a href="https://github.com/avelino/bots.clj.social/pull/120#pullrequestreview-2014249151"&gt;build(deps): bump @extractus/feed-extractor from 7.0.9 to 7.1.0&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/bots.clj.social"&gt;avelino/bots.clj.social&lt;/a&gt;: &lt;a href="https://github.com/avelino/bots.clj.social/pull/124#pullrequestreview-2014224853"&gt;build(deps): bump nbb from 1.2.187 to 1.2.188&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2024-04-20"&gt;2024-04-20&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/moclojer/moclojer-app"&gt;moclojer/moclojer-app&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer-app/issues/279"&gt;histórico de alteração do yaml - estrutura de dados&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2024-04-19"&gt;2024-04-19&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/swyxio/devtools-angels"&gt;swyxio/devtools-angels&lt;/a&gt;: &lt;a href="https://github.com/swyxio/devtools-angels/pull/57"&gt;Add me :D&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2024-04-18"&gt;2024-04-18&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/issues/245"&gt;Documentation of the moclojer specification (moclojer yaml)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/issues/244"&gt;logger encoder output format (json)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/moclojer/moclojer-app"&gt;moclojer/moclojer-app&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer-app/issues/275"&gt;&lt;code&gt;:webhook :if&lt;/code&gt; é &amp;quot;opcional&amp;quot;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2024-04-17"&gt;2024-04-17&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/pull/242"&gt;log/request: add host request&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/talkdai/dialog"&gt;talkdai/dialog&lt;/a&gt;: &lt;a href="https://github.com/talkdai/dialog/pull/179#pullrequestreview-2004819453"&gt;Bump idna from 3.6 to 3.7 in the pip group across 1 directory&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/issues/241"&gt;log request: host/domain improve&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2024-04-16"&gt;2024-04-16&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/moclojer/moclojer-app"&gt;moclojer/moclojer-app&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer-app/issues/273"&gt;&lt;code&gt;configurar logtail:&lt;/code&gt; centralizar logs em um unico lugar&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2024-04-08"&gt;2024-04-08&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/pull/237"&gt; Do not generate the jar with uberjar, but with &lt;code&gt;b/jar&lt;/code&gt; instead&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/pull/238#pullrequestreview-1986976751"&gt;build(deps): bump DavidAnson/markdownlint-cli2-action from 15 to 16&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2024-04-07"&gt;2024-04-07&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/pull/236"&gt;conditions to control execution, &lt;code&gt;:if&lt;/code&gt; in spec&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/moclojer/moclojer-app"&gt;moclojer/moclojer-app&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer-app/issues/267"&gt;yaml linter: validar estrutura do webhook&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2024-04-05"&gt;2024-04-05&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/issues/235"&gt;webhook: conditions to control execution aka &lt;code&gt;if&lt;/code&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2024-04-04"&gt;2024-04-04&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/talkdai/dialog"&gt;talkdai/dialog&lt;/a&gt;: &lt;a href="https://github.com/talkdai/dialog/pull/167#pullrequestreview-1979378520"&gt;Bump the pip group across 1 directory with 1 update&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/talkdai/dialog"&gt;talkdai/dialog&lt;/a&gt;: &lt;a href="https://github.com/talkdai/dialog/issues/170"&gt;Add support to LangServe with FastAPI&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2024-04-03"&gt;2024-04-03&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/moclojer/moclojer-app"&gt;moclojer/moclojer-app&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer-app/issues/265"&gt;status do dns na pagina de detalhe (editor) do mock&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2024-04-02"&gt;2024-04-02&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/moclojer/moclojer-app"&gt;moclojer/moclojer-app&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer-app/issues/262"&gt;&lt;code&gt;:malli.core/invalid-type in []&lt;/code&gt;: erro na validação do yaml - impossibilitando salvar&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: 43 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/moclojer/moclojer/commits?author=avelino&amp;amp;since=2024-04-01T00:00:00Z&amp;amp;until=2024-04-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/avelino.run"&gt;avelino/avelino.run&lt;/a&gt;: 13 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/avelino.run/commits?author=avelino&amp;amp;since=2024-04-01T00:00:00Z&amp;amp;until=2024-04-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/moclojer/moclojer.com"&gt;moclojer/moclojer.com&lt;/a&gt;: 11 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/moclojer/moclojer.com/commits?author=avelino&amp;amp;since=2024-04-01T00:00:00Z&amp;amp;until=2024-04-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/dotfiles"&gt;avelino/dotfiles&lt;/a&gt;: 10 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/dotfiles/commits?author=avelino&amp;amp;since=2024-04-01T00:00:00Z&amp;amp;until=2024-04-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/bots.clj.social"&gt;avelino/bots.clj.social&lt;/a&gt;: 4 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/bots.clj.social/commits?author=avelino&amp;amp;since=2024-04-01T00:00:00Z&amp;amp;until=2024-04-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/talkdai/dialog-server-tutorial"&gt;talkdai/dialog-server-tutorial&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/talkdai/dialog-server-tutorial/commits?author=avelino&amp;amp;since=2024-04-01T00:00:00Z&amp;amp;until=2024-04-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/talkdai/dialog"&gt;talkdai/dialog&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/talkdai/dialog/commits?author=avelino&amp;amp;since=2024-04-01T00:00:00Z&amp;amp;until=2024-04-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 0 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>The Importance of Business Metrics for Senior Software Engineers</title><link>https://avelino.run/the-importance-of-business-metrics-for-senior-software-engineers/</link><pubDate>Mon, 01 Apr 2024 00:00:00 +0000</pubDate><guid>https://avelino.run/the-importance-of-business-metrics-for-senior-software-engineers/</guid><description>&lt;p&gt;&lt;img src="https://avelino.run/blog/the-importance-of-business-metrics-for-senior-software-engineers.jpg" alt="The Importance of Business Metrics for Senior Software Engineers"&gt;&lt;/p&gt;
&lt;p&gt;In the career evolution of a software engineer, an increase in technical skill and the ability to solve complex problems is observed, as well as a significant expansion in the scope of their responsibilities. As engineers advance to more senior roles – including positions like Staff Engineer – it becomes imperative to align even more closely with the business metrics and objectives of the organization. But why is this alignment so crucial, and how does it manifest in practice?&lt;/p&gt;</description></item><item><title>Why We Avoid Leaving the Comfort Zone: Perspectives from Psychology and Neuroscience</title><link>https://avelino.run/why-we-avoid-leaving-the-comfort-zone-perspectives-from-psychology-and-neuroscience/</link><pubDate>Sun, 03 Mar 2024 00:00:00 +0000</pubDate><guid>https://avelino.run/why-we-avoid-leaving-the-comfort-zone-perspectives-from-psychology-and-neuroscience/</guid><description>&lt;p&gt;&lt;img src="https://avelino.run/blog/why-we-avoid-leaving-the-comfort-zone-perspectives-from-psychology-and-neuroscience.jpg" alt="Why We Avoid Leaving the Comfort Zone: Perspectives from Psychology and Neuroscience"&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;A large part of the people who read my texts are software engineers, so I decided to write speaking to them (software engineers), most likely you! 😊&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Software engineers are no exception when it comes to avoiding the unknown and uncertainty. Biological, psychological, and sociocultural inclinations interact to keep software engineers in a psychological comfort zone.&lt;/p&gt;
&lt;h2 id="evolutionary-adaptation"&gt;Evolutionary Adaptation&lt;/h2&gt;
&lt;p&gt;We humans naturally favor the safety of familiarity. Our evolutionary past has shaped our brain to favor the &amp;quot;known&amp;quot; at the expense of the &lt;em&gt;&amp;quot;unknown&amp;quot;&lt;/em&gt;. For a software engineer, this may manifest as a hesitation to learn a new programming language or adopt new methodologies.&lt;/p&gt;</description></item><item><title>Open Source Contributions - March 2024</title><link>https://avelino.run/foss/2024/03/</link><pubDate>Fri, 01 Mar 2024 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2024/03/</guid><description>&lt;p&gt;In March 2024, the development landscape was bustling with activity across 7 repositories. This timeline highlights key contributions, including new pull requests, reviews, and issues that reflect ongoing collaboration and innovation within the community.&lt;/p&gt;
&lt;h2 id="2024-03-30"&gt;2024-03-30&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/moclojer/moclojer.com"&gt;moclojer/moclojer.com&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer.com/pull/3#pullrequestreview-1970031360"&gt;[ImgBot] Optimize images&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/moclojer/moclojer-app"&gt;moclojer/moclojer-app&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer-app/issues/257"&gt;feature: sync em repositório git&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2024-03-28"&gt;2024-03-28&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/pull/233#pullrequestreview-1965821270"&gt;build(deps): bump actions/cache from 4.0.1 to 4.0.2&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2024-03-27"&gt;2024-03-27&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/moclojer/moclojer-app"&gt;moclojer/moclojer-app&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer-app/issues/253"&gt;validar ser o json de retorno do body é valido quando content-type é &lt;code&gt;application/json&lt;/code&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2024-03-18"&gt;2024-03-18&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/bots.clj.social"&gt;avelino/bots.clj.social&lt;/a&gt;: &lt;a href="https://github.com/avelino/bots.clj.social/pull/115#pullrequestreview-1942526651"&gt;build(deps): bump yaml from 2.4.0 to 2.4.1&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/bots.clj.social"&gt;avelino/bots.clj.social&lt;/a&gt;: &lt;a href="https://github.com/avelino/bots.clj.social/pull/118#pullrequestreview-1942525574"&gt;build(deps): bump fast-xml-parser from 4.3.5 to 4.3.6&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/bots.clj.social"&gt;avelino/bots.clj.social&lt;/a&gt;: &lt;a href="https://github.com/avelino/bots.clj.social/pull/116#pullrequestreview-1942524700"&gt;build(deps): bump nbb from 1.2.182 to 1.2.187&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/bots.clj.social"&gt;avelino/bots.clj.social&lt;/a&gt;: &lt;a href="https://github.com/avelino/bots.clj.social/pull/117#pullrequestreview-1942513348"&gt;build(deps): bump masto from 6.6.1 to 6.7.0&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2024-03-15"&gt;2024-03-15&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/moclojer/moclojer-app"&gt;moclojer/moclojer-app&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer-app/issues/241"&gt;mock/create: não está publicando dns&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2024-03-14"&gt;2024-03-14&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;💬 Reviewed PR in &lt;a href="https://github.com/talkdai/dialog"&gt;talkdai/dialog&lt;/a&gt;: &lt;a href="https://github.com/talkdai/dialog/pull/162#pullrequestreview-1937252471"&gt;Adds testing to abstract llm and simplifies fallback handling&lt;/a&gt; (Commented)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/moclojer/moclojer-app"&gt;moclojer/moclojer-app&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer-app/issues/240"&gt;teste manualmente do fluxo completo - deixar o produto usável&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2024-03-13"&gt;2024-03-13&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/talkdai/dialog"&gt;talkdai/dialog&lt;/a&gt;: &lt;a href="https://github.com/talkdai/dialog/pull/153#pullrequestreview-1935076705"&gt;concat cols correctly for embedding generation&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2024-03-12"&gt;2024-03-12&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/moclojer/moclojer-app"&gt;moclojer/moclojer-app&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer-app/issues/237"&gt;ambiente de teste que identifique problemas antes do software ir para produção &lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/moclojer/moclojer-app"&gt;moclojer/moclojer-app&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer-app/issues/236"&gt;login: link email mandando pagina login (digitar e-mail)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/moclojer/moclojer-app"&gt;moclojer/moclojer-app&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer-app/issues/235"&gt;login com &amp;quot;pagina em branco&amp;quot;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2024-03-11"&gt;2024-03-11&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/talkdai/dialog"&gt;talkdai/dialog&lt;/a&gt;: &lt;a href="https://github.com/talkdai/dialog/pull/150"&gt;db/session: use context manager&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/talkdai/dialog"&gt;talkdai/dialog&lt;/a&gt;: &lt;a href="https://github.com/talkdai/dialog/issues/149"&gt;PendingRollbackError&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2024-03-07"&gt;2024-03-07&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/talkdai/dialog"&gt;talkdai/dialog&lt;/a&gt;: &lt;a href="https://github.com/talkdai/dialog/pull/147"&gt;load_csv/feat: support multi csv field&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/talkdai/dialog"&gt;talkdai/dialog&lt;/a&gt;: &lt;a href="https://github.com/talkdai/dialog/issues/146"&gt;embedding multiple fields, not just content/document&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2024-03-06"&gt;2024-03-06&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/talkdai/dialog"&gt;talkdai/dialog&lt;/a&gt;: &lt;a href="https://github.com/talkdai/dialog/pull/144"&gt;not having a recommended question in the know base&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;💬 Reviewed PR in &lt;a href="https://github.com/talkdai/dialog"&gt;talkdai/dialog&lt;/a&gt;: &lt;a href="https://github.com/talkdai/dialog/pull/144#pullrequestreview-1920545815"&gt;not having a recommended question in the know base&lt;/a&gt; (Commented)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2024-03-04"&gt;2024-03-04&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/pull/232#pullrequestreview-1915136459"&gt;build(deps): bump actions/cache from 4.0.0 to 4.0.1&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/talkdai/dialog"&gt;talkdai/dialog&lt;/a&gt;: 12 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/talkdai/dialog/commits?author=avelino&amp;amp;since=2024-03-01T00:00:00Z&amp;amp;until=2024-03-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/bots.clj.social"&gt;avelino/bots.clj.social&lt;/a&gt;: 4 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/bots.clj.social/commits?author=avelino&amp;amp;since=2024-03-01T00:00:00Z&amp;amp;until=2024-03-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/avelino.run"&gt;avelino/avelino.run&lt;/a&gt;: 3 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/avelino.run/commits?author=avelino&amp;amp;since=2024-03-01T00:00:00Z&amp;amp;until=2024-03-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/moclojer/moclojer.com"&gt;moclojer/moclojer.com&lt;/a&gt;: 2 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/moclojer/moclojer.com/commits?author=avelino&amp;amp;since=2024-03-01T00:00:00Z&amp;amp;until=2024-03-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/dotfiles"&gt;avelino/dotfiles&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/dotfiles/commits?author=avelino&amp;amp;since=2024-03-01T00:00:00Z&amp;amp;until=2024-03-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 0 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Open Source Contributions - February 2024</title><link>https://avelino.run/foss/2024/02/</link><pubDate>Thu, 01 Feb 2024 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2024/02/</guid><description>&lt;p&gt;Explore the timeline of contributions for February 2024, highlighting significant activities across 10 repositories. This month featured a total of 41 events, including 8 new pull requests and 20 reviews, showcasing increased collaboration and development progress in the community.&lt;/p&gt;
&lt;h2 id="2024-02-28"&gt;2024-02-28&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/talkdai/dialog"&gt;talkdai/dialog&lt;/a&gt;: &lt;a href="https://github.com/talkdai/dialog/pull/141"&gt;&lt;code&gt;load_csv&lt;/code&gt;: clear all table rows&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/talkdai/dialog"&gt;talkdai/dialog&lt;/a&gt;: &lt;a href="https://github.com/talkdai/dialog/pull/142#pullrequestreview-1906271441"&gt;Better plugins installation&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/talkdai/dialog"&gt;talkdai/dialog&lt;/a&gt;: &lt;a href="https://github.com/talkdai/dialog/pull/139#pullrequestreview-1905715279"&gt;fix fallback usage&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/866#pullrequestreview-1905718199"&gt;Bump github.com/urfave/negroni/v3 from 3.0.0 to 3.1.0&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2024-02-26"&gt;2024-02-26&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/bots.clj.social"&gt;avelino/bots.clj.social&lt;/a&gt;: &lt;a href="https://github.com/avelino/bots.clj.social/pull/111#pullrequestreview-1900982753"&gt;build(deps): bump masto from 6.5.2 to 6.6.1&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/bots.clj.social"&gt;avelino/bots.clj.social&lt;/a&gt;: &lt;a href="https://github.com/avelino/bots.clj.social/pull/112#pullrequestreview-1900982008"&gt;build(deps): bump yaml from 2.3.4 to 2.4.0&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/bots.clj.social"&gt;avelino/bots.clj.social&lt;/a&gt;: &lt;a href="https://github.com/avelino/bots.clj.social/pull/113#pullrequestreview-1900981194"&gt;build(deps): bump fast-xml-parser from 4.3.4 to 4.3.5&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2024-02-23"&gt;2024-02-23&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/talkdai/dialog"&gt;talkdai/dialog&lt;/a&gt;: &lt;a href="https://github.com/talkdai/dialog/pull/123#pullrequestreview-1897698258"&gt;add samples for langsmith logging&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2024-02-22"&gt;2024-02-22&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/talkdai/dialog"&gt;talkdai/dialog&lt;/a&gt;: &lt;a href="https://github.com/talkdai/dialog/pull/121#pullrequestreview-1896741254"&gt;Copy static folder&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/talkdai/dialog"&gt;talkdai/dialog&lt;/a&gt;: &lt;a href="https://github.com/talkdai/dialog/pull/116#pullrequestreview-1896284584"&gt;Change document retrieval to cosine distances&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2024-02-21"&gt;2024-02-21&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/pull/231"&gt;test: uri with multi path&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;💬 Reviewed PR in &lt;a href="https://github.com/moclojer/moclojer-app"&gt;moclojer/moclojer-app&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer-app/pull/214#pullrequestreview-1892603008"&gt;feat: compile release bundle only once&lt;/a&gt; (Commented)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2024-02-20"&gt;2024-02-20&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/talkdai/dialog"&gt;talkdai/dialog&lt;/a&gt;: &lt;a href="https://github.com/talkdai/dialog/pull/113"&gt;settings: llm config via config&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/talkdai/dialog"&gt;talkdai/dialog&lt;/a&gt;: &lt;a href="https://github.com/talkdai/dialog/pull/112#pullrequestreview-1890622790"&gt;Dont run docker build job on forks&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/bots.clj.social"&gt;avelino/bots.clj.social&lt;/a&gt;: &lt;a href="https://github.com/avelino/bots.clj.social/pull/110#pullrequestreview-1889698445"&gt;build(deps): bump nbb from 1.2.179 to 1.2.182&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/bots.clj.social"&gt;avelino/bots.clj.social&lt;/a&gt;: &lt;a href="https://github.com/avelino/bots.clj.social/pull/109#pullrequestreview-1889697830"&gt;build(deps): bump redis from 4.6.12 to 4.6.13&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/bots.clj.social"&gt;avelino/bots.clj.social&lt;/a&gt;: &lt;a href="https://github.com/avelino/bots.clj.social/pull/107#pullrequestreview-1889697352"&gt;build(deps): bump fast-xml-parser from 4.3.3 to 4.3.4&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2024-02-19"&gt;2024-02-19&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/LGUG2Z/helix-vim"&gt;LGUG2Z/helix-vim&lt;/a&gt;: &lt;a href="https://github.com/LGUG2Z/helix-vim/pull/30"&gt;save and quit (&lt;code&gt;ZZ&lt;/code&gt;)&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2024-02-18"&gt;2024-02-18&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/pull/229"&gt;add sentry support, used raven-clj 1.7.0&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2024-02-16"&gt;2024-02-16&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/moclojer/moclojer-app"&gt;moclojer/moclojer-app&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer-app/pull/207"&gt;improve text on the signing screen, where the magic link is sent&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2024-02-15"&gt;2024-02-15&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/talkdai/dialog"&gt;talkdai/dialog&lt;/a&gt;: &lt;a href="https://github.com/talkdai/dialog/pull/104"&gt;upgrade langchain to 0.1.7&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/talkdai/dialog"&gt;talkdai/dialog&lt;/a&gt;: &lt;a href="https://github.com/talkdai/dialog/pull/100"&gt;fixed load csv if empty db&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/talkdai/dialog"&gt;talkdai/dialog&lt;/a&gt;: &lt;a href="https://github.com/talkdai/dialog/pull/103#pullrequestreview-1883755614"&gt;Bump the pip group across 1 directories with 1 update&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/talkdai/dialog"&gt;talkdai/dialog&lt;/a&gt;: &lt;a href="https://github.com/talkdai/dialog/pull/102#pullrequestreview-1883536098"&gt;Bump aiohttp from 3.9.0 to 3.9.2&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/talkdai/dialog"&gt;talkdai/dialog&lt;/a&gt;: &lt;a href="https://github.com/talkdai/dialog/pull/101#pullrequestreview-1883535085"&gt;Bump fastapi from 0.104.1 to 0.109.1&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/pull/228#pullrequestreview-1881645347"&gt;build(deps): bump DeLaGuardo/setup-clojure from 12.3 to 12.5&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/pull/227#pullrequestreview-1881644149"&gt;build(deps): bump actions/upload-artifact from 4.3.0 to 4.3.1&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/talkdai/dialog"&gt;talkdai/dialog&lt;/a&gt;: &lt;a href="https://github.com/talkdai/dialog/issues/99"&gt;empty database is not populating the db&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/talkdai/dialog"&gt;talkdai/dialog&lt;/a&gt;: &lt;a href="https://github.com/talkdai/dialog/issues/98"&gt;AWarning: Did not recognize type 'vector' of column 'embedding'&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/talkdai/dialog"&gt;talkdai/dialog&lt;/a&gt;: &lt;a href="https://github.com/talkdai/dialog/issues/97"&gt;langchain version upgrade, to &lt;code&gt;+v0.1.7&lt;/code&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2024-02-13"&gt;2024-02-13&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/moclojer/moclojer-app"&gt;moclojer/moclojer-app&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer-app/issues/204"&gt;Tag Google Analytics&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2024-02-10"&gt;2024-02-10&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/vim-airline/vim-airline-themes"&gt;vim-airline/vim-airline-themes&lt;/a&gt;: &lt;a href="https://github.com/vim-airline/vim-airline-themes/issues/280"&gt;theme rose pine support&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2024-02-07"&gt;2024-02-07&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;💬 Reviewed PR in &lt;a href="https://github.com/talkdai/dialog"&gt;talkdai/dialog&lt;/a&gt;: &lt;a href="https://github.com/talkdai/dialog/pull/88#pullrequestreview-1868659535"&gt;Fix Dockerfile&lt;/a&gt; (Commented)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2024-02-01"&gt;2024-02-01&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/talkdai/dialog"&gt;talkdai/dialog&lt;/a&gt;: &lt;a href="https://github.com/talkdai/dialog/issues/87"&gt;plugin: error initial load&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/talkdai/dialog"&gt;talkdai/dialog&lt;/a&gt;: 20 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/talkdai/dialog/commits?author=avelino&amp;amp;since=2024-02-01T00:00:00Z&amp;amp;until=2024-02-29T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/moclojer/moclojer.com"&gt;moclojer/moclojer.com&lt;/a&gt;: 14 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/moclojer/moclojer.com/commits?author=avelino&amp;amp;since=2024-02-01T00:00:00Z&amp;amp;until=2024-02-29T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: 9 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/moclojer/moclojer/commits?author=avelino&amp;amp;since=2024-02-01T00:00:00Z&amp;amp;until=2024-02-29T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/bots.clj.social"&gt;avelino/bots.clj.social&lt;/a&gt;: 6 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/bots.clj.social/commits?author=avelino&amp;amp;since=2024-02-01T00:00:00Z&amp;amp;until=2024-02-29T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/moclojer/moclojer-app"&gt;moclojer/moclojer-app&lt;/a&gt;: 3 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/moclojer/moclojer-app/commits?author=avelino&amp;amp;since=2024-02-01T00:00:00Z&amp;amp;until=2024-02-29T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/dotfiles"&gt;avelino/dotfiles&lt;/a&gt;: 2 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/dotfiles/commits?author=avelino&amp;amp;since=2024-02-01T00:00:00Z&amp;amp;until=2024-02-29T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/talkdai/dialog-api-key"&gt;talkdai/dialog-api-key&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/talkdai/dialog-api-key/commits?author=avelino&amp;amp;since=2024-02-01T00:00:00Z&amp;amp;until=2024-02-29T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 0 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Atypical Journey: From Anonymous Silence to CTO Stage (on Buser)</title><link>https://avelino.run/from-anonymous-silence-to-cto-stage/</link><pubDate>Sun, 07 Jan 2024 00:00:00 +0000</pubDate><guid>https://avelino.run/from-anonymous-silence-to-cto-stage/</guid><description>&lt;p&gt;&lt;img src="https://avelino.run/blog/from-anonymous-silence-to-cto-stage-buser.jpg" alt="embark on this journey to become a buser cto with me"&gt;&lt;/p&gt;
&lt;p&gt;While the path to the position of Chief Technology Officer (CTO) may seem similar to many, each story is uniquely extraordinary, colored by the unique combination of experiences, struggles and intensive learning. In &lt;em&gt;&lt;a href="https://www.researchgate.net/publication/284499397_Invisible_Learnings_A_commentary_on_John_Hattie%27s_book_visible_learning_A_synthesis_of_over_800_metaanalyses_relating_to_achievement"&gt;&amp;quot;Invisible Learning&amp;quot;&lt;/a&gt;&lt;/em&gt;, John Seely Brown and David Thomas discuss how learning is often an invisible path, rooted not only in formalities, but also deeply woven into the fabric of our life experiences. This is my story within &lt;a href="https://www.buser.com.br/"&gt;Buser&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>Open Source Contributions - January 2024</title><link>https://avelino.run/foss/2024/01/</link><pubDate>Mon, 01 Jan 2024 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2024/01/</guid><description>&lt;p&gt;Explore the contributions made in January 2024 across 13 repositories. This timeline highlights key events, including pull requests, issues, and push activities, showcasing the vibrant collaboration and continuous improvement within the open-source ecosystem.&lt;/p&gt;
&lt;h2 id="2024-01-29"&gt;2024-01-29&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/pull/224#pullrequestreview-1849199759"&gt;build(deps): bump actions/upload-artifact from 4.2.0 to 4.3.0&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/bots.clj.social"&gt;avelino/bots.clj.social&lt;/a&gt;: &lt;a href="https://github.com/avelino/bots.clj.social/pull/106#pullrequestreview-1848050684"&gt;build(deps): bump @extractus/feed-extractor from 7.0.8 to 7.0.9&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/haydenull/logseq-plugin-agenda"&gt;haydenull/logseq-plugin-agenda&lt;/a&gt;: &lt;a href="https://github.com/haydenull/logseq-plugin-agenda/issues/287"&gt;todoist: automatic synchronization&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/haydenull/logseq-plugin-agenda"&gt;haydenull/logseq-plugin-agenda&lt;/a&gt;: &lt;a href="https://github.com/haydenull/logseq-plugin-agenda/issues/286"&gt;todoist: synchronize comments to logseq&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2024-01-24"&gt;2024-01-24&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;💬 Reviewed PR in &lt;a href="https://github.com/moclojer/moclojer-app"&gt;moclojer/moclojer-app&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer-app/pull/176#pullrequestreview-1840148632"&gt;feat: use proxy on cloudflare requests&lt;/a&gt; (Commented)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2024-01-22"&gt;2024-01-22&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/pull/221#pullrequestreview-1837101637"&gt;build(deps): bump actions/cache from 3.3.3 to 4.0.0&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/pull/222#pullrequestreview-1837040026"&gt;build(deps): bump actions/upload-artifact from 4.1.0 to 4.2.0&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/pull/223#pullrequestreview-1837039398"&gt;build(deps): bump DavidAnson/markdownlint-cli2-action from 14 to 15&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2024-01-21"&gt;2024-01-21&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/haydenull/logseq-plugin-agenda"&gt;haydenull/logseq-plugin-agenda&lt;/a&gt;: &lt;a href="https://github.com/haydenull/logseq-plugin-agenda/issues/283"&gt;Subscription: create a record in journal (sync)&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2024-01-18"&gt;2024-01-18&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/5172#pullrequestreview-1829831708"&gt;[FEATURE] : added &lt;code&gt;/impl&lt;/code&gt; directory for algorithms implementation and other utility Go programs.&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2024-01-16"&gt;2024-01-16&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/pacifiquem/awesome-go"&gt;pacifiquem/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/pacifiquem/awesome-go/issues/45"&gt;help maintain awesome-go&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2024-01-15"&gt;2024-01-15&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/pull/218#pullrequestreview-1822137762"&gt;build(deps): bump DeLaGuardo/setup-clojure from 12.2 to 12.3&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/pull/220#pullrequestreview-1822104311"&gt;build(deps): bump actions/cache from 3.3.2 to 3.3.3&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/pull/219#pullrequestreview-1822103989"&gt;build(deps): bump actions/upload-artifact from 4.0.0 to 4.1.0&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/bots.clj.social"&gt;avelino/bots.clj.social&lt;/a&gt;: &lt;a href="https://github.com/avelino/bots.clj.social/pull/105#pullrequestreview-1821239543"&gt;build(deps): bump fast-xml-parser from 4.3.2 to 4.3.3&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2024-01-10"&gt;2024-01-10&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/logseq/marketplace"&gt;logseq/marketplace&lt;/a&gt;: &lt;a href="https://github.com/logseq/marketplace/pull/512"&gt;add summarize plugin - tldr.chat&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2024-01-09"&gt;2024-01-09&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/logseq-summarize"&gt;avelino/logseq-summarize&lt;/a&gt;: &lt;a href="https://github.com/avelino/logseq-summarize/pull/3#pullrequestreview-1810534404"&gt;Use tldr.chat public API&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2024-01-08"&gt;2024-01-08&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/pull/216"&gt;change version local set&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/pull/215"&gt;moclojer/log: create interceptor request-log&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/pull/217#pullrequestreview-1809525000"&gt;build(deps): bump DeLaGuardo/setup-clojure from 12.1 to 12.2&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/issues/214"&gt;improve request logs&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/moclojer/moclojer-app"&gt;moclojer/moclojer-app&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer-app/issues/150"&gt;executar os testes quando tiver alteração - monorepo e seus desafios&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2024-01-07"&gt;2024-01-07&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/moclojer/moclojer-app"&gt;moclojer/moclojer-app&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer-app/pull/120#pullrequestreview-1807658337"&gt; start moclojer foss&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2024-01-06"&gt;2024-01-06&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/pull/213#pullrequestreview-1807099265"&gt;fix typo on function&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2024-01-05"&gt;2024-01-05&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/pull/211"&gt;docker: fix the problem of uploading/running the docker image&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/issues/210"&gt;docker no main manifest attribute, in /app/moclojer.jar&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/logseq-summarize"&gt;avelino/logseq-summarize&lt;/a&gt;: &lt;a href="https://github.com/avelino/logseq-summarize/issues/2"&gt;use moclojer to mock api (tldr.chat endpoints)&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2024-01-04"&gt;2024-01-04&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/logseq-summarize"&gt;avelino/logseq-summarize&lt;/a&gt;: &lt;a href="https://github.com/avelino/logseq-summarize/pull/1#pullrequestreview-1803419544"&gt;Bump browserify-sign from 4.2.1 to 4.2.2&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2024-01-01"&gt;2024-01-01&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/bots.clj.social"&gt;avelino/bots.clj.social&lt;/a&gt;: &lt;a href="https://github.com/avelino/bots.clj.social/pull/104#pullrequestreview-1799770507"&gt;build(deps): bump masto from 6.5.1 to 6.5.2&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/avelino.run"&gt;avelino/avelino.run&lt;/a&gt;: 4 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/avelino.run/commits?author=avelino&amp;amp;since=2024-01-01T00:00:00Z&amp;amp;until=2024-01-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/logseq-libs"&gt;avelino/logseq-libs&lt;/a&gt;: 2 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/logseq-libs/commits?author=avelino&amp;amp;since=2024-01-01T00:00:00Z&amp;amp;until=2024-01-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/moclojer/codemirror-cljs"&gt;moclojer/codemirror-cljs&lt;/a&gt;: 2 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/moclojer/codemirror-cljs/commits?author=avelino&amp;amp;since=2024-01-01T00:00:00Z&amp;amp;until=2024-01-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/dotfiles"&gt;avelino/dotfiles&lt;/a&gt;: 3 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/dotfiles/commits?author=avelino&amp;amp;since=2024-01-01T00:00:00Z&amp;amp;until=2024-01-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: 10 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/moclojer/moclojer/commits?author=avelino&amp;amp;since=2024-01-01T00:00:00Z&amp;amp;until=2024-01-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/moclojer/moclojer.com"&gt;moclojer/moclojer.com&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/moclojer/moclojer.com/commits?author=avelino&amp;amp;since=2024-01-01T00:00:00Z&amp;amp;until=2024-01-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/logseq/marketplace"&gt;logseq/marketplace&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/logseq/marketplace/commits?author=avelino&amp;amp;since=2024-01-01T00:00:00Z&amp;amp;until=2024-01-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/bots.clj.social"&gt;avelino/bots.clj.social&lt;/a&gt;: 3 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/bots.clj.social/commits?author=avelino&amp;amp;since=2024-01-01T00:00:00Z&amp;amp;until=2024-01-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/logseq-summarize"&gt;avelino/logseq-summarize&lt;/a&gt;: 16 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/logseq-summarize/commits?author=avelino&amp;amp;since=2024-01-01T00:00:00Z&amp;amp;until=2024-01-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 0 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Challenge, Comfort and Growth: The Art of Being Addicted to Change</title><link>https://avelino.run/challenge-comfort-and-growth-the-art-of-being-addicted-to-change/</link><pubDate>Thu, 28 Dec 2023 00:00:00 +0000</pubDate><guid>https://avelino.run/challenge-comfort-and-growth-the-art-of-being-addicted-to-change/</guid><description>&lt;p&gt;&lt;img src="https://avelino.run/blog/2023-12-28-challenge-comfort-and-growth-the-art-of-being-addicted-to-change.jpg" alt="Challenge, Comfort and Growth: The Art of Being Addicted to Change"&gt;&lt;/p&gt;
&lt;p&gt;Change is a constant in my life, and I accept each one with a resilient countenance and an open heart. The discomfort generated by each transformation is not an enemy, but a stimulus that I use to improve my environment and who I am on the inside.&lt;/p&gt;
&lt;p&gt;If a change doesn't produce the expected results, instead of giving in to discouragement, I return to where I started. I treat each failure as a learning opportunity, a challenge to improve my understanding and adapt my next agenda for change.&lt;/p&gt;</description></item><item><title>Zero acceleration</title><link>https://avelino.run/zero-acceleration/</link><pubDate>Wed, 20 Dec 2023 00:00:00 +0000</pubDate><guid>https://avelino.run/zero-acceleration/</guid><description>&lt;p&gt;I have been pondering about the ideas of two articles:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://elevatesociety.com/enthusiasm-is-common-endurance-is/"&gt;Enthusiasm is Common. Endurance is Rare&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://jamesclear.com/average-speed"&gt;What is Your “Average Speed” in Your Life, Your Health, and Your Work?&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Both gravitates to the same idea, zero acceleration. The key is to keep a sustainable rhythm.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;BUT&lt;/strong&gt; never zero acceleration at zero speed.&lt;/p&gt;
&lt;p&gt;Drip by drip. Keep showing up, every day. One is better than zero.&lt;/p&gt;</description></item><item><title>Open Source Contributions - December 2023</title><link>https://avelino.run/foss/2023/12/</link><pubDate>Fri, 01 Dec 2023 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2023/12/</guid><description>&lt;p&gt;Explore the December 2023 timeline showcasing significant contributions across 16 repositories. With a total of 52 actions, including 7 pull requests and 16 issues, this month highlights the collaborative efforts and advancements within the community.&lt;/p&gt;
&lt;h2 id="2023-12-31"&gt;2023-12-31&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/extractus/feed-extractor"&gt;extractus/feed-extractor&lt;/a&gt;: &lt;a href="https://github.com/extractus/feed-extractor/issues/121"&gt;fetch error: cert invalid &lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/bots.clj.social"&gt;avelino/bots.clj.social&lt;/a&gt;: &lt;a href="https://github.com/avelino/bots.clj.social/issues/103"&gt;fetch error: cert invalid &lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-12-28"&gt;2023-12-28&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/avelino.run"&gt;avelino/avelino.run&lt;/a&gt;: &lt;a href="https://github.com/avelino/avelino.run/pull/51#pullrequestreview-1798336998"&gt;[ImgBot] Optimize images&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/avelino"&gt;avelino/avelino&lt;/a&gt;: &lt;a href="https://github.com/avelino/avelino/pull/2#pullrequestreview-1798330971"&gt;u8views pixel&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/matheusfrancisco/berry"&gt;matheusfrancisco/berry&lt;/a&gt;: &lt;a href="https://github.com/matheusfrancisco/berry/issues/10"&gt;markdown header fields support&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-12-27"&gt;2023-12-27&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/pull/209#pullrequestreview-1797285200"&gt;Edit watcher server to restart the server when file change&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-12-26"&gt;2023-12-26&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/matheusfrancisco/berry"&gt;matheusfrancisco/berry&lt;/a&gt;: &lt;a href="https://github.com/matheusfrancisco/berry/issues/9"&gt;berry cli: native image distro (binary)&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-12-25"&gt;2023-12-25&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/bots.clj.social"&gt;avelino/bots.clj.social&lt;/a&gt;: &lt;a href="https://github.com/avelino/bots.clj.social/pull/102#pullrequestreview-1795943955"&gt;build(deps): bump redis from 4.6.11 to 4.6.12&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-12-23"&gt;2023-12-23&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/pull/207"&gt;WIP doc/swagger support&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/pull/206"&gt;WIP: swagger/ui support&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/issues/205"&gt;automatically generate documentation - openAPI (swagger)&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-12-21"&gt;2023-12-21&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/5127#pullrequestreview-1792818518"&gt;Fix stale repos test&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-12-20"&gt;2023-12-20&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/talkdai/dialog"&gt;talkdai/dialog&lt;/a&gt;: &lt;a href="https://github.com/talkdai/dialog/pull/80#pullrequestreview-1790414834"&gt;Modularized LLM model and changes from PR #76&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-12-19"&gt;2023-12-19&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/pull/204#pullrequestreview-1789760871"&gt;[issue 199] fix error unsupported operation exception&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-12-18"&gt;2023-12-18&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/pull/203#pullrequestreview-1787228827"&gt;build(deps): bump github/codeql-action from 2 to 3&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/pull/202#pullrequestreview-1787227584"&gt;build(deps): bump actions/upload-artifact from 3.1.3 to 4.0.0&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/moclojer/moclojer-app"&gt;moclojer/moclojer-app&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer-app/issues/122"&gt;atualizar logo - esta com a versão antiga&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/moclojer/moclojer-app"&gt;moclojer/moclojer-app&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer-app/issues/121"&gt;gravatar: coloca foto de profile no dash&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-12-15"&gt;2023-12-15&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/moclojer/moclojer-app"&gt;moclojer/moclojer-app&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer-app/pull/117"&gt;fixed mock link in sidebar&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/moclojer/moclojer-app"&gt;moclojer/moclojer-app&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer-app/pull/115"&gt;fixed/view: login email sent&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/pull/197#pullrequestreview-1785048029"&gt;Update README.md&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/moclojer/moclojer-app"&gt;moclojer/moclojer-app&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer-app/issues/116"&gt;link do mock no sidebar esta com link errado&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/moclojer/moclojer-app"&gt;moclojer/moclojer-app&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer-app/issues/114"&gt;login: pagina de envio de e-mail &amp;quot;torta&amp;quot;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-12-12"&gt;2023-12-12&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;💬 Reviewed PR in &lt;a href="https://github.com/talkdai/dialog"&gt;talkdai/dialog&lt;/a&gt;: &lt;a href="https://github.com/talkdai/dialog/pull/76#pullrequestreview-1778417590"&gt;Improves prompting for RAG, enabling better handling on messages that we have no context and adds plugin system&lt;/a&gt; (Commented)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-12-11"&gt;2023-12-11&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/issues/196"&gt;swagger in docs&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/issues/195"&gt;sentry support&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-12-10"&gt;2023-12-10&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/pull/190"&gt;specify support for the use of frameworks &lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/issues/191"&gt;specify support for the use of frameworks &lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-12-09"&gt;2023-12-09&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/pull/189"&gt;structure to receive vector with configuration not &amp;quot;only&amp;quot; file in FS&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/issues/188"&gt;create server with vector list base&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-12-06"&gt;2023-12-06&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;💬 Reviewed PR in &lt;a href="https://github.com/talkdai/dialog"&gt;talkdai/dialog&lt;/a&gt;: &lt;a href="https://github.com/talkdai/dialog/pull/69#pullrequestreview-1767819147"&gt;Adding WhatsApp serializer and default structure for webhooks&lt;/a&gt; (Commented)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/talkdai/dialog"&gt;talkdai/dialog&lt;/a&gt;: &lt;a href="https://github.com/talkdai/dialog/pull/66#pullrequestreview-1766453698"&gt;refactor llm configs &lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-12-04"&gt;2023-12-04&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/bots.clj.social"&gt;avelino/bots.clj.social&lt;/a&gt;: &lt;a href="https://github.com/avelino/bots.clj.social/pull/101#pullrequestreview-1761798896"&gt;build(deps): bump @extractus/feed-extractor from 7.0.7 to 7.0.8&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/issues/187"&gt;Bruno uses plain-text files organized in related folders, in order to declare an API client tester.&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-12-03"&gt;2023-12-03&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/moclojer/moclojer-app"&gt;moclojer/moclojer-app&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer-app/pull/88#pullrequestreview-1761353661"&gt;add build and dockerfile and app.yml&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/moclojer/moclojer-app"&gt;moclojer/moclojer-app&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer-app/issues/89"&gt;Documentar como subir o ambiente de desenvolvimento&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/rose-pine/rose-pine-theme"&gt;rose-pine/rose-pine-theme&lt;/a&gt;: &lt;a href="https://github.com/rose-pine/rose-pine-theme/issues/126"&gt;New theme for Rio Terminal&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-12-02"&gt;2023-12-02&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/talkdai/dialog"&gt;talkdai/dialog&lt;/a&gt;: &lt;a href="https://github.com/talkdai/dialog/pull/70#pullrequestreview-1760844043"&gt;Bump aiohttp from 3.8.6 to 3.9.0&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-12-01"&gt;2023-12-01&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/talkdai/dialog"&gt;talkdai/dialog&lt;/a&gt;: &lt;a href="https://github.com/talkdai/dialog/pull/68"&gt;devcontainer support &lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/avelino.run"&gt;avelino/avelino.run&lt;/a&gt;: 3 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/avelino.run/commits?author=avelino&amp;amp;since=2023-12-01T00:00:00Z&amp;amp;until=2023-12-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/buserbrasil/connexion-faker"&gt;buserbrasil/connexion-faker&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/buserbrasil/connexion-faker/commits?author=avelino&amp;amp;since=2023-12-01T00:00:00Z&amp;amp;until=2023-12-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/rose-pine/rio-terminal"&gt;rose-pine/rio-terminal&lt;/a&gt;: 3 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/rose-pine/rio-terminal/commits?author=avelino&amp;amp;since=2023-12-01T00:00:00Z&amp;amp;until=2023-12-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/talkdai/dialog-whatsapp"&gt;talkdai/dialog-whatsapp&lt;/a&gt;: 2 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/talkdai/dialog-whatsapp/commits?author=avelino&amp;amp;since=2023-12-01T00:00:00Z&amp;amp;until=2023-12-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/dotfiles"&gt;avelino/dotfiles&lt;/a&gt;: 2 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/dotfiles/commits?author=avelino&amp;amp;since=2023-12-01T00:00:00Z&amp;amp;until=2023-12-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: 30 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/moclojer/moclojer/commits?author=avelino&amp;amp;since=2023-12-01T00:00:00Z&amp;amp;until=2023-12-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/moclojer/moclojer.com"&gt;moclojer/moclojer.com&lt;/a&gt;: 3 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/moclojer/moclojer.com/commits?author=avelino&amp;amp;since=2023-12-01T00:00:00Z&amp;amp;until=2023-12-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/moclojer/moclojer-app"&gt;moclojer/moclojer-app&lt;/a&gt;: 12 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/moclojer/moclojer-app/commits?author=avelino&amp;amp;since=2023-12-01T00:00:00Z&amp;amp;until=2023-12-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/avelino"&gt;avelino/avelino&lt;/a&gt;: 2 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/avelino/commits?author=avelino&amp;amp;since=2023-12-01T00:00:00Z&amp;amp;until=2023-12-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/awesome-go/commits?author=avelino&amp;amp;since=2023-12-01T00:00:00Z&amp;amp;until=2023-12-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/bots.clj.social"&gt;avelino/bots.clj.social&lt;/a&gt;: 7 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/bots.clj.social/commits?author=avelino&amp;amp;since=2023-12-01T00:00:00Z&amp;amp;until=2023-12-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/talkdai/dialog"&gt;talkdai/dialog&lt;/a&gt;: 10 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/talkdai/dialog/commits?author=avelino&amp;amp;since=2023-12-01T00:00:00Z&amp;amp;until=2023-12-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/estimaai.com"&gt;avelino/estimaai.com&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/estimaai.com/commits?author=avelino&amp;amp;since=2023-12-01T00:00:00Z&amp;amp;until=2023-12-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 0 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Tech-Enabled Companies Shaping the Future</title><link>https://avelino.run/tech-enabled-companies-shaping-the-future/</link><pubDate>Fri, 01 Dec 2023 00:00:00 +0000</pubDate><guid>https://avelino.run/tech-enabled-companies-shaping-the-future/</guid><description>&lt;p&gt;&lt;img src="https://avelino.run/blog/tech-enabled-companies-shaping-the-future.png" alt="Tech-Enabled Companies Shaping the Future"&gt;&lt;/p&gt;
&lt;p&gt;In the digital age we live in today, technology plays an essential role in all industries. Companies that use technology as a key part of their business strategy are at a competitive advantage, driving innovation and achieving success at a rapid pace. These companies are called &lt;strong&gt;&amp;quot;tech-enabled companies&amp;quot;&lt;/strong&gt;.&lt;/p&gt;
&lt;h2 id="what-is-a-tech-enabled-company"&gt;What is a tech-enabled company?&lt;/h2&gt;
&lt;p&gt;A tech-enabled company is one that incorporates technology into its &lt;em&gt;DNA&lt;/em&gt;. It recognizes the importance of adapting and leveraging technological solutions to optimize its internal operations, boost efficiency and improve the customer experience. Technology is not just a support for these companies, but a central element of their &lt;strong&gt;business strategy&lt;/strong&gt;.&lt;/p&gt;</description></item><item><title>Why talent density is crucial to long-term business success</title><link>https://avelino.run/why-talent-density-is-crucial-to-long-term-business-success/</link><pubDate>Fri, 03 Nov 2023 00:00:00 +0000</pubDate><guid>https://avelino.run/why-talent-density-is-crucial-to-long-term-business-success/</guid><description>&lt;p&gt;&lt;img src="https://avelino.run/blog/why-talent-density-is-crucial-to-long-term-business-success.jpeg" alt="Why talent density is crucial to long-term business success"&gt;&lt;/p&gt;
&lt;p&gt;The concept of talent density is a pivotal factor in the sustainable growth and long-term success of any business. It’s a strategy that has been championed by leading companies like Netflix and has become a cornerstone of their corporate culture. Talent density refers to the concentration of high-performing individuals within an organization. It’s not just about having a few star players, but rather ensuring that every team member is a key contributor to the company’s success.&lt;/p&gt;</description></item><item><title>Open Source Contributions - November 2023</title><link>https://avelino.run/foss/2023/11/</link><pubDate>Wed, 01 Nov 2023 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2023/11/</guid><description>&lt;p&gt;Explore the significant contributions made in November 2023 across 18 repositories. This timeline highlights 93 total contributions, including 23 pull requests and 27 reviews, showcasing the collaborative efforts that drive innovation and quality improvements in our projects.&lt;/p&gt;
&lt;h2 id="2023-11-30"&gt;2023-11-30&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/logseq/publish-spa"&gt;logseq/publish-spa&lt;/a&gt;: &lt;a href="https://github.com/logseq/publish-spa/pull/16"&gt;doc: update the example to use version 0.3.0&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-11-29"&gt;2023-11-29&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/pull/185#pullrequestreview-1754927151"&gt;build(deps): bump DavidAnson/markdownlint-cli2-action from 13 to 14&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-11-27"&gt;2023-11-27&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/bots.clj.social"&gt;avelino/bots.clj.social&lt;/a&gt;: &lt;a href="https://github.com/avelino/bots.clj.social/pull/100#pullrequestreview-1749837236"&gt;build(deps): bump redis from 4.6.10 to 4.6.11&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-11-26"&gt;2023-11-26&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/talkdai/dialog"&gt;talkdai/dialog&lt;/a&gt;: &lt;a href="https://github.com/talkdai/dialog/pull/65"&gt;memory/llm: optional append in prompt&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/talkdai/dialog"&gt;talkdai/dialog&lt;/a&gt;: &lt;a href="https://github.com/talkdai/dialog/issues/64"&gt;append memory to the prompt should be optional, is added by default&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/talkdai/dialog"&gt;talkdai/dialog&lt;/a&gt;: &lt;a href="https://github.com/talkdai/dialog/issues/63"&gt;whatsapp support&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-11-25"&gt;2023-11-25&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/talkdai/dialog"&gt;talkdai/dialog&lt;/a&gt;: &lt;a href="https://github.com/talkdai/dialog/pull/62#pullrequestreview-1749199665"&gt;add simple answer time logging&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-11-24"&gt;2023-11-24&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/talkdai/dialog"&gt;talkdai/dialog&lt;/a&gt;: &lt;a href="https://github.com/talkdai/dialog/pull/51#pullrequestreview-1748208092"&gt;Allow setting &lt;code&gt;model_name&lt;/code&gt; in the prompt's TOML&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/talkdai/dialog"&gt;talkdai/dialog&lt;/a&gt;: &lt;a href="https://github.com/talkdai/dialog/pull/54#pullrequestreview-1747841512"&gt;Feature/database migrations&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/talkdai/dialog"&gt;talkdai/dialog&lt;/a&gt;: &lt;a href="https://github.com/talkdai/dialog/pull/59#pullrequestreview-1747831954"&gt;add temperature option to toml&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/talkdai/dialog"&gt;talkdai/dialog&lt;/a&gt;: &lt;a href="https://github.com/talkdai/dialog/pull/58#pullrequestreview-1747829917"&gt;fix file name in command&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/4682#pullrequestreview-1748341564"&gt;Add reeflective/console&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/4706#pullrequestreview-1748340478"&gt;Update README.md&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-11-23"&gt;2023-11-23&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/talkdai/dialog"&gt;talkdai/dialog&lt;/a&gt;: &lt;a href="https://github.com/talkdai/dialog/pull/45"&gt;fixed bug: fallback prompt, does not exist&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/talkdai/dialog"&gt;talkdai/dialog&lt;/a&gt;: &lt;a href="https://github.com/talkdai/dialog/pull/43"&gt;docker image&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/talkdai/dialog"&gt;talkdai/dialog&lt;/a&gt;: &lt;a href="https://github.com/talkdai/dialog/pull/50#pullrequestreview-1746814588"&gt;Adds virtualenvs.create as False - installing on root Python&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/talkdai/dialog"&gt;talkdai/dialog&lt;/a&gt;: &lt;a href="https://github.com/talkdai/dialog/issues/47"&gt;slow request for gpt when prompt is large&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/talkdai/dialog"&gt;talkdai/dialog&lt;/a&gt;: &lt;a href="https://github.com/talkdai/dialog/issues/46"&gt;&lt;code&gt;process_user_intent&lt;/code&gt;: this is very logical&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/talkdai/dialog"&gt;talkdai/dialog&lt;/a&gt;: &lt;a href="https://github.com/talkdai/dialog/issues/44"&gt;when fallback config does not exist in toml&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/raycast/extensions"&gt;raycast/extensions&lt;/a&gt;: &lt;a href="https://github.com/raycast/extensions/issues/9386"&gt;[Browser Bookmarks]...&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-11-22"&gt;2023-11-22&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/talkdai/dialog"&gt;talkdai/dialog&lt;/a&gt;: &lt;a href="https://github.com/talkdai/dialog/pull/36#pullrequestreview-1745496275"&gt;Adds censorship to requests that don't match our message embeddings&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/talkdai/dialog"&gt;talkdai/dialog&lt;/a&gt;: &lt;a href="https://github.com/talkdai/dialog/pull/39#pullrequestreview-1744884985"&gt;Refactor chat memory usage&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-11-21"&gt;2023-11-21&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/talkdai/dialog"&gt;talkdai/dialog&lt;/a&gt;: &lt;a href="https://github.com/talkdai/dialog/pull/35"&gt;WIP: populate &lt;code&gt;BaseMemory&lt;/code&gt; with &lt;code&gt;PostgresChatMessageHistory&lt;/code&gt; data&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/bots.clj.social"&gt;avelino/bots.clj.social&lt;/a&gt;: &lt;a href="https://github.com/avelino/bots.clj.social/pull/99#pullrequestreview-1741904293"&gt;build(deps): bump masto from 6.5.0 to 6.5.1&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/talkdai/dialog"&gt;talkdai/dialog&lt;/a&gt;: &lt;a href="https://github.com/talkdai/dialog/issues/34"&gt;send memory to LLM&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/talkdai/dialog"&gt;talkdai/dialog&lt;/a&gt;: &lt;a href="https://github.com/talkdai/dialog/issues/33"&gt;hallucination: when asking a question outside the content base you are responding to, we must limit&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/talkdai/dialog"&gt;talkdai/dialog&lt;/a&gt;: &lt;a href="https://github.com/talkdai/dialog/issues/32"&gt;temperature in toml&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/talkdai/dialog"&gt;talkdai/dialog&lt;/a&gt;: &lt;a href="https://github.com/talkdai/dialog/issues/31"&gt;model in toml&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/talkdai/dialog"&gt;talkdai/dialog&lt;/a&gt;: &lt;a href="https://github.com/talkdai/dialog/issues/30"&gt;docker image distribution&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-11-19"&gt;2023-11-19&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/talkdai/dialog"&gt;talkdai/dialog&lt;/a&gt;: &lt;a href="https://github.com/talkdai/dialog/pull/26"&gt;parent rule when adding msg (reply) from llm&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/pull/184"&gt;WIP: excel: add support in &lt;code&gt;.xls&lt;/code&gt; format&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/pull/183"&gt;change &lt;code&gt;apache.POI&lt;/code&gt; to &lt;code&gt;bb-excel&lt;/code&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/talkdai/dialog"&gt;talkdai/dialog&lt;/a&gt;: &lt;a href="https://github.com/talkdai/dialog/pull/27#pullrequestreview-1738636109"&gt;Cast function to load project config from toml&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/talkdai/dialog"&gt;talkdai/dialog&lt;/a&gt;: &lt;a href="https://github.com/talkdai/dialog/issues/28"&gt;message bucket: collect messages and send in a single prompt&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/issues/182"&gt;remove &lt;code&gt;apache.POI&lt;/code&gt; dependency - &lt;code&gt;native-image&lt;/code&gt; support&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/kbosompem/bb-excel"&gt;kbosompem/bb-excel&lt;/a&gt;: &lt;a href="https://github.com/kbosompem/bb-excel/issues/13"&gt;can't find sheet name in &lt;code&gt;.xls&lt;/code&gt; file&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/kbosompem/bb-excel"&gt;kbosompem/bb-excel&lt;/a&gt;: &lt;a href="https://github.com/kbosompem/bb-excel/issues/12"&gt;option to remove &lt;code&gt;:_r&lt;/code&gt; key indicating&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-11-18"&gt;2023-11-18&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/talkdai/dialog"&gt;talkdai/dialog&lt;/a&gt;: &lt;a href="https://github.com/talkdai/dialog/pull/25"&gt;Categories conversation history in background&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/talkdai/dialog"&gt;talkdai/dialog&lt;/a&gt;: &lt;a href="https://github.com/talkdai/dialog/pull/23"&gt;llm/prompt: carregar header sub categoria&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/talkdai/dialog"&gt;talkdai/dialog&lt;/a&gt;: &lt;a href="https://github.com/talkdai/dialog/issues/24"&gt;categorização por sessão - o que foi conversado na sessão&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/talkdai/dialog"&gt;talkdai/dialog&lt;/a&gt;: &lt;a href="https://github.com/talkdai/dialog/issues/22"&gt;prompt por sub-categoria&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/talkdai/dialog"&gt;talkdai/dialog&lt;/a&gt;: &lt;a href="https://github.com/talkdai/dialog/issues/21"&gt;&amp;quot;relationship&amp;quot; of the answer to the question&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/talkdai/dialog"&gt;talkdai/dialog&lt;/a&gt;: &lt;a href="https://github.com/talkdai/dialog/issues/20"&gt;OpenAI sensitive data is putting &lt;code&gt;XXXXXXXXXX&lt;/code&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/talkdai/dialog"&gt;talkdai/dialog&lt;/a&gt;: &lt;a href="https://github.com/talkdai/dialog/issues/19"&gt;embedding: regenerate and popularize vector when changing scope&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/talkdai/dialog"&gt;talkdai/dialog&lt;/a&gt;: &lt;a href="https://github.com/talkdai/dialog/issues/18"&gt;improve prompt (logic) for not identifying as AI - &amp;quot;Peço desculpas, mas como assistente de IA&amp;quot;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-11-17"&gt;2023-11-17&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/lichti/aws-draw"&gt;lichti/aws-draw&lt;/a&gt;: &lt;a href="https://github.com/lichti/aws-draw/pull/1"&gt;devx&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/lichti/count_aws_public_ipv4"&gt;lichti/count_aws_public_ipv4&lt;/a&gt;: &lt;a href="https://github.com/lichti/count_aws_public_ipv4/pull/1"&gt;how to run: make it more user-friendly (beautiful)&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-11-16"&gt;2023-11-16&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/timescale/python-vector"&gt;timescale/python-vector&lt;/a&gt;: &lt;a href="https://github.com/timescale/python-vector/issues/9"&gt;add sqlalchemy support&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-11-15"&gt;2023-11-15&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/talkdai/dialog"&gt;talkdai/dialog&lt;/a&gt;: &lt;a href="https://github.com/talkdai/dialog/pull/15"&gt;force the prompt not to say you're a model/ai&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/talkdai/dialog"&gt;talkdai/dialog&lt;/a&gt;: &lt;a href="https://github.com/talkdai/dialog/pull/13"&gt;docker organize file structure&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/rose-pine/rio-terminal"&gt;rose-pine/rio-terminal&lt;/a&gt;: &lt;a href="https://github.com/rose-pine/rio-terminal/pull/1"&gt;fixed selection color: with background and foreground&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/talkdai/dialog"&gt;talkdai/dialog&lt;/a&gt;: &lt;a href="https://github.com/talkdai/dialog/pull/17#pullrequestreview-1733205414"&gt;Adds timestamp through custom memory class&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/talkdai/dialog"&gt;talkdai/dialog&lt;/a&gt;: &lt;a href="https://github.com/talkdai/dialog/issues/14"&gt;not externalise that it's bot&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/talkdai/dialog"&gt;talkdai/dialog&lt;/a&gt;: &lt;a href="https://github.com/talkdai/dialog/issues/11"&gt;replace &lt;code&gt;pgvector&lt;/code&gt; with &lt;code&gt;timescaledb&lt;/code&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/talkdai/dialog"&gt;talkdai/dialog&lt;/a&gt;: &lt;a href="https://github.com/talkdai/dialog/issues/8"&gt;docker: build error&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/talkdai/dialog"&gt;talkdai/dialog&lt;/a&gt;: &lt;a href="https://github.com/talkdai/dialog/issues/7"&gt;fastapi config recommendation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/talkdai/dialog"&gt;talkdai/dialog&lt;/a&gt;: &lt;a href="https://github.com/talkdai/dialog/issues/6"&gt;&lt;code&gt;DATABASE_URL&lt;/code&gt; env var&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-11-13"&gt;2023-11-13&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/bots.clj.social"&gt;avelino/bots.clj.social&lt;/a&gt;: &lt;a href="https://github.com/avelino/bots.clj.social/pull/98#pullrequestreview-1726783259"&gt;build(deps): bump masto from 6.4.2 to 6.5.0&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/bots.clj.social"&gt;avelino/bots.clj.social&lt;/a&gt;: &lt;a href="https://github.com/avelino/bots.clj.social/pull/97#pullrequestreview-1726782353"&gt;build(deps): bump @extractus/feed-extractor from 7.0.6 to 7.0.7&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-11-12"&gt;2023-11-12&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/pull/181"&gt;receive a map and destructuring&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/pull/179"&gt;test: unify server creation in fn&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/pull/177"&gt;webhook support&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/RiverPhillips/blog"&gt;RiverPhillips/blog&lt;/a&gt;: &lt;a href="https://github.com/RiverPhillips/blog/pull/4"&gt;Go-CFS.md: fixed typo&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;💬 Reviewed PR in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/pull/177#pullrequestreview-1726328400"&gt;webhook support&lt;/a&gt; (Commented)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/issues/178"&gt;tests: reuse server object&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/issues/176"&gt;webhook support: background execution, with waiting time before executing&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-11-11"&gt;2023-11-11&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/bots.clj.social"&gt;avelino/bots.clj.social&lt;/a&gt;: &lt;a href="https://github.com/avelino/bots.clj.social/pull/96"&gt;filter in word processing before publication&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/bots.clj.social"&gt;avelino/bots.clj.social&lt;/a&gt;: &lt;a href="https://github.com/avelino/bots.clj.social/pull/95"&gt;Revert &amp;quot;filter in word processing before publication&amp;quot;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/bots.clj.social"&gt;avelino/bots.clj.social&lt;/a&gt;: &lt;a href="https://github.com/avelino/bots.clj.social/pull/94"&gt;filter in word processing before publication&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/babashka/nbb"&gt;babashka/nbb&lt;/a&gt;: &lt;a href="https://github.com/babashka/nbb/issues/342"&gt;Could not resolve symbol: &lt;code&gt;re-matcher&lt;/code&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/bots.clj.social"&gt;avelino/bots.clj.social&lt;/a&gt;: &lt;a href="https://github.com/avelino/bots.clj.social/issues/93"&gt;word filter before publishing&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-11-09"&gt;2023-11-09&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/cheeaun/phanpy"&gt;cheeaun/phanpy&lt;/a&gt;: &lt;a href="https://github.com/cheeaun/phanpy/issues/314"&gt;lemmy link support &lt;code&gt;!&lt;/code&gt; no &lt;code&gt;@&lt;/code&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-11-07"&gt;2023-11-07&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/5098#pullrequestreview-1717445560"&gt;Add meetups in Berne and Zurich, Switzerland&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-11-06"&gt;2023-11-06&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/pull/175"&gt;readme: update appearance&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/bots.clj.social"&gt;avelino/bots.clj.social&lt;/a&gt;: &lt;a href="https://github.com/avelino/bots.clj.social/pull/91#pullrequestreview-1714592609"&gt;build(deps): bump yaml from 2.3.3 to 2.3.4&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/bots.clj.social"&gt;avelino/bots.clj.social&lt;/a&gt;: &lt;a href="https://github.com/avelino/bots.clj.social/pull/92#pullrequestreview-1714591318"&gt;build(deps): bump masto from 6.4.0 to 6.4.2&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;💬 Reviewed PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/830#pullrequestreview-1714766245"&gt;Issue 746&lt;/a&gt; (Commented)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/837#pullrequestreview-1714730517"&gt;Bump github.com/gorilla/mux from 1.8.0 to 1.8.1&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-11-03"&gt;2023-11-03&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/4917#pullrequestreview-1712464750"&gt;Adding Checker library to Forms section.&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/5060#pullrequestreview-1712458194"&gt;Update main.go&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/5070#pullrequestreview-1712452468"&gt;fix comment&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/5087#pullrequestreview-1712451068"&gt;Fix repository url for etcd&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-11-02"&gt;2023-11-02&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/phanpy-app"&gt;avelino/phanpy-app&lt;/a&gt;: &lt;a href="https://github.com/avelino/phanpy-app/issues/2"&gt;react native (clojure)&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/avelino.run"&gt;avelino/avelino.run&lt;/a&gt;: 13 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/avelino.run/commits?author=avelino&amp;amp;since=2023-11-01T00:00:00Z&amp;amp;until=2023-11-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/lichti/aws-draw"&gt;lichti/aws-draw&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/lichti/aws-draw/commits?author=avelino&amp;amp;since=2023-11-01T00:00:00Z&amp;amp;until=2023-11-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/rose-pine/rio-terminal"&gt;rose-pine/rio-terminal&lt;/a&gt;: 4 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/rose-pine/rio-terminal/commits?author=avelino&amp;amp;since=2023-11-01T00:00:00Z&amp;amp;until=2023-11-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/lichti/count_aws_public_ipv4"&gt;lichti/count_aws_public_ipv4&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/lichti/count_aws_public_ipv4/commits?author=avelino&amp;amp;since=2023-11-01T00:00:00Z&amp;amp;until=2023-11-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/dotfiles"&gt;avelino/dotfiles&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/dotfiles/commits?author=avelino&amp;amp;since=2023-11-01T00:00:00Z&amp;amp;until=2023-11-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: 32 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/moclojer/moclojer/commits?author=avelino&amp;amp;since=2023-11-01T00:00:00Z&amp;amp;until=2023-11-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/logseq/publish-spa"&gt;logseq/publish-spa&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/logseq/publish-spa/commits?author=avelino&amp;amp;since=2023-11-01T00:00:00Z&amp;amp;until=2023-11-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/bots.clj.social"&gt;avelino/bots.clj.social&lt;/a&gt;: 26 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/bots.clj.social/commits?author=avelino&amp;amp;since=2023-11-01T00:00:00Z&amp;amp;until=2023-11-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/talkdai/dialog"&gt;talkdai/dialog&lt;/a&gt;: 33 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/talkdai/dialog/commits?author=avelino&amp;amp;since=2023-11-01T00:00:00Z&amp;amp;until=2023-11-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/prest/prest/commits?author=avelino&amp;amp;since=2023-11-01T00:00:00Z&amp;amp;until=2023-11-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 0 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>The Power of Writing in English for the Global Open Source Community</title><link>https://avelino.run/the-power-of-writing-in-english-for-the-global-open-source-community/</link><pubDate>Tue, 24 Oct 2023 00:00:00 +0000</pubDate><guid>https://avelino.run/the-power-of-writing-in-english-for-the-global-open-source-community/</guid><description>&lt;p&gt;&lt;img src="https://avelino.run/blog/the-power-of-writing-in-english-for-the-global-open-source-community.png" alt="The Power of Writing in English for the Global Open Source Community"&gt;&lt;/p&gt;
&lt;p&gt;In today’s interconnected world, &lt;strong&gt;writing in English for the open source community&lt;/strong&gt; has become a pivotal step for many professionals. It’s not just about language proficiency; it’s about bridging gaps, fostering collaboration, and amplifying the impact of open source projects on a global scale.&lt;/p&gt;
&lt;h2 id="the-journey-to-global-connection"&gt;The Journey to Global Connection&lt;/h2&gt;
&lt;p&gt;It’s often said that taking the first step is the hardest. For many, including myself, the decision to write in English was a calculated one, influenced by the desire to connect with a broader audience and the recognition of English as a common language in the tech world. This step, although seemingly daunting, is crucial for one’s professional trajectory.&lt;/p&gt;</description></item><item><title>Open Source Contributions - October 2023</title><link>https://avelino.run/foss/2023/10/</link><pubDate>Sun, 01 Oct 2023 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2023/10/</guid><description>&lt;p&gt;Explore the timeline of contributions for October 2023, highlighting significant activities across 9 repositories. This month featured 40 total contributions, including 8 pull requests and 11 issues, reflecting a vibrant development community dedicated to enhancing projects and collaboration.&lt;/p&gt;
&lt;h2 id="2023-10-31"&gt;2023-10-31&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/pull/171#pullrequestreview-1705311984"&gt;build(deps): bump actions/checkout from 3 to 4&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/pull/172#pullrequestreview-1705311706"&gt;build(deps): bump DavidAnson/markdownlint-cli2-action from 11 to 13&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-10-30"&gt;2023-10-30&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/bots.clj.social"&gt;avelino/bots.clj.social&lt;/a&gt;: &lt;a href="https://github.com/avelino/bots.clj.social/pull/90#pullrequestreview-1703584197"&gt;build(deps): bump actions/setup-node from 3 to 4&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/bots.clj.social"&gt;avelino/bots.clj.social&lt;/a&gt;: &lt;a href="https://github.com/avelino/bots.clj.social/pull/89#pullrequestreview-1703581828"&gt;build(deps): bump masto from 6.3.3 to 6.4.0&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-10-29"&gt;2023-10-29&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/bots.clj.social"&gt;avelino/bots.clj.social&lt;/a&gt;: &lt;a href="https://github.com/avelino/bots.clj.social/pull/87#pullrequestreview-1702933761"&gt;build(deps): bump yaml from 2.3.2 to 2.3.3&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/bots.clj.social"&gt;avelino/bots.clj.social&lt;/a&gt;: &lt;a href="https://github.com/avelino/bots.clj.social/pull/88#pullrequestreview-1702933707"&gt;build(deps): bump masto from 6.3.1 to 6.3.3&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-10-27"&gt;2023-10-27&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/pull/169"&gt;gh/action: markdown lint checker&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/issues/168"&gt;check markdown lint&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-10-21"&gt;2023-10-21&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/pull/167"&gt;path with template render, possibility of a dynamic path&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/pull/165"&gt;doc: template eng&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/pull/164"&gt;script install fixed bash syntax typo&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/issues/166"&gt;&lt;code&gt;extend-body.path&lt;/code&gt;: dynamic path support based on request&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/issues/163"&gt;doc/body: how the template works&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-10-20"&gt;2023-10-20&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/pull/162"&gt;bash/install: fix script pos disable native-image&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/pull/161"&gt;external-body: implementation of providers (text and xlsx)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/issues/160"&gt;include file in body endpoint return&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/issues/158"&gt;binary distribution: graalvm support (native-image)&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-10-18"&gt;2023-10-18&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/avelino.run"&gt;avelino/avelino.run&lt;/a&gt;: &lt;a href="https://github.com/avelino/avelino.run/pull/50#pullrequestreview-1684972281"&gt;build(deps): bump bl from 6.0.4 to 6.0.7&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-10-15"&gt;2023-10-15&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/bots.clj.social"&gt;avelino/bots.clj.social&lt;/a&gt;: &lt;a href="https://github.com/avelino/bots.clj.social/pull/86#pullrequestreview-1678778967"&gt;build(deps): bump nbb from 1.2.178 to 1.2.179&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/bots.clj.social"&gt;avelino/bots.clj.social&lt;/a&gt;: &lt;a href="https://github.com/avelino/bots.clj.social/pull/85#pullrequestreview-1678778902"&gt;build(deps): bump fast-xml-parser from 4.3.1 to 4.3.2&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/issues/154"&gt;Improve build pipeline (jar and native-image)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/andrewberls/predis"&gt;andrewberls/predis&lt;/a&gt;: &lt;a href="https://github.com/andrewberls/predis/issues/10"&gt;Carmine version 3 support&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-10-14"&gt;2023-10-14&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/pull/153"&gt;endpoint xlsx content support&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/issues/152"&gt;endpoint with &lt;code&gt;xlsx&lt;/code&gt; content&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/mjul/docjure"&gt;mjul/docjure&lt;/a&gt;: &lt;a href="https://github.com/mjul/docjure/issues/110"&gt;ODS file support&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-10-12"&gt;2023-10-12&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/open-sauced/app"&gt;open-sauced/app&lt;/a&gt;: &lt;a href="https://github.com/open-sauced/app/issues/1878"&gt;Feature: clojure/clojurescript in interests list&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-10-06"&gt;2023-10-06&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/pull/151"&gt;log/jetty.server: only error&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/moclojer/moclojer-app"&gt;moclojer/moclojer-app&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer-app/issues/79"&gt;serviço para gerar o &lt;code&gt;yaml&lt;/code&gt; &amp;quot;único&amp;quot; para o serviço moclojer&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-10-04"&gt;2023-10-04&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/5033#pullrequestreview-1657944924"&gt;Fix #4939&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-10-02"&gt;2023-10-02&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/bots.clj.social"&gt;avelino/bots.clj.social&lt;/a&gt;: &lt;a href="https://github.com/avelino/bots.clj.social/pull/79#pullrequestreview-1652275724"&gt;build(deps): bump actions/checkout from 3 to 4&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/bots.clj.social"&gt;avelino/bots.clj.social&lt;/a&gt;: &lt;a href="https://github.com/avelino/bots.clj.social/pull/83#pullrequestreview-1652274742"&gt;build(deps): bump fast-xml-parser from 4.2.7 to 4.3.1&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/bots.clj.social"&gt;avelino/bots.clj.social&lt;/a&gt;: &lt;a href="https://github.com/avelino/bots.clj.social/pull/81#pullrequestreview-1652273936"&gt;build(deps): bump redis from 4.6.8 to 4.6.10&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/bots.clj.social"&gt;avelino/bots.clj.social&lt;/a&gt;: &lt;a href="https://github.com/avelino/bots.clj.social/pull/84#pullrequestreview-1652270749"&gt;build(deps): bump masto from 6.2.0 to 6.3.1&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/4615#pullrequestreview-1652278324"&gt;remove the package resize under images&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/5024#pullrequestreview-1652271982"&gt;remove mob&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: 72 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/moclojer/moclojer/commits?author=avelino&amp;amp;since=2023-10-01T00:00:00Z&amp;amp;until=2023-10-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/bots.clj.social"&gt;avelino/bots.clj.social&lt;/a&gt;: 10 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/bots.clj.social/commits?author=avelino&amp;amp;since=2023-10-01T00:00:00Z&amp;amp;until=2023-10-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/avelino.run"&gt;avelino/avelino.run&lt;/a&gt;: 9 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/avelino.run/commits?author=avelino&amp;amp;since=2023-10-01T00:00:00Z&amp;amp;until=2023-10-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/dotfiles"&gt;avelino/dotfiles&lt;/a&gt;: 2 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/dotfiles/commits?author=avelino&amp;amp;since=2023-10-01T00:00:00Z&amp;amp;until=2023-10-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/awesome-go/commits?author=avelino&amp;amp;since=2023-10-01T00:00:00Z&amp;amp;until=2023-10-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 0 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Open Source Contributions - September 2023</title><link>https://avelino.run/foss/2023/09/</link><pubDate>Fri, 01 Sep 2023 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2023/09/</guid><description>&lt;p&gt;Explore the contributions made in September 2023, showcasing a dynamic month with 28 total activities across 8 repositories. This timeline captures the collaborative efforts, including new pull requests and reviews, reflecting the vibrant community engagement within our projects.&lt;/p&gt;
&lt;h2 id="2023-09-28"&gt;2023-09-28&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/buserbrasil/databricks-sql-driver"&gt;buserbrasil/databricks-sql-driver&lt;/a&gt;: &lt;a href="https://github.com/buserbrasil/databricks-sql-driver/pull/4"&gt;style: fixed document references&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/pull/150#pullrequestreview-1647783233"&gt;build(deps): bump graalvm/setup-graalvm from 1.1.3 to 1.1.4&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-09-23"&gt;2023-09-23&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/pull/149#pullrequestreview-1640764718"&gt;build(deps): bump docker/build-push-action from 4 to 5&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/pull/147#pullrequestreview-1640764675"&gt;build(deps): bump docker/login-action from 2 to 3&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/pull/148#pullrequestreview-1640764558"&gt;build(deps): bump docker/setup-buildx-action from 2 to 3&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-09-18"&gt;2023-09-18&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/bots.clj.social"&gt;avelino/bots.clj.social&lt;/a&gt;: &lt;a href="https://github.com/avelino/bots.clj.social/pull/80#pullrequestreview-1630783027"&gt;build(deps): bump @extractus/feed-extractor from 7.0.5 to 7.0.6&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-09-16"&gt;2023-09-16&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/pull/146"&gt;dev/build: import moclojer version&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/pull/142#pullrequestreview-1629970848"&gt;build(deps): bump graalvm/setup-graalvm from 1.1.2 to 1.1.3&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/pull/143#pullrequestreview-1629970818"&gt;build(deps): bump actions/upload-artifact from 3.1.2 to 3.1.3&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/pull/144#pullrequestreview-1629970759"&gt;build(deps): bump actions/cache from 3.3.1 to 3.3.2&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-09-14"&gt;2023-09-14&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/avelino.run"&gt;avelino/avelino.run&lt;/a&gt;: &lt;a href="https://github.com/avelino/avelino.run/pull/47#pullrequestreview-1627380191"&gt;[ImgBot] Optimize images&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-09-13"&gt;2023-09-13&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/omnivore-app/omnivore"&gt;omnivore-app/omnivore&lt;/a&gt;: &lt;a href="https://github.com/omnivore-app/omnivore/issues/2761"&gt;Kindle highlights get to omnivore &lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-09-11"&gt;2023-09-11&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/pull/145#pullrequestreview-1620554246"&gt;build(deps): bump DeLaGuardo/setup-clojure from 11.0 to 12.1&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-09-10"&gt;2023-09-10&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/raphamorim/rio"&gt;raphamorim/rio&lt;/a&gt;: &lt;a href="https://github.com/raphamorim/rio/pull/211"&gt;demo/emacs: better screenshot&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/raphamorim/rio"&gt;raphamorim/rio&lt;/a&gt;: &lt;a href="https://github.com/raphamorim/rio/issues/212"&gt;Failed to spawn command, no such file or directory&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-09-05"&gt;2023-09-05&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/pull/141#pullrequestreview-1611425703"&gt;build(deps): bump actions/checkout from 3 to 4&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-09-04"&gt;2023-09-04&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/bots.clj.social"&gt;avelino/bots.clj.social&lt;/a&gt;: &lt;a href="https://github.com/avelino/bots.clj.social/pull/75#pullrequestreview-1608950516"&gt;build(deps): bump redis from 4.6.7 to 4.6.8&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/bots.clj.social"&gt;avelino/bots.clj.social&lt;/a&gt;: &lt;a href="https://github.com/avelino/bots.clj.social/pull/74#pullrequestreview-1608949234"&gt;build(deps): bump turtlequeue/setup-babashka from 1.5.0 to 1.5.2&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/bots.clj.social"&gt;avelino/bots.clj.social&lt;/a&gt;: &lt;a href="https://github.com/avelino/bots.clj.social/pull/76#pullrequestreview-1608948299"&gt;build(deps): bump masto from 6.1.0 to 6.2.0&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/bots.clj.social"&gt;avelino/bots.clj.social&lt;/a&gt;: &lt;a href="https://github.com/avelino/bots.clj.social/pull/77#pullrequestreview-1608947527"&gt;build(deps): bump @extractus/feed-extractor from 7.0.2 to 7.0.5&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/bots.clj.social"&gt;avelino/bots.clj.social&lt;/a&gt;: &lt;a href="https://github.com/avelino/bots.clj.social/pull/78#pullrequestreview-1608946393"&gt;build(deps): bump yaml from 2.3.1 to 2.3.2&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/bots.clj.social"&gt;avelino/bots.clj.social&lt;/a&gt;: 6 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/bots.clj.social/commits?author=avelino&amp;amp;since=2023-09-01T00:00:00Z&amp;amp;until=2023-09-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/dotfiles"&gt;avelino/dotfiles&lt;/a&gt;: 6 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/dotfiles/commits?author=avelino&amp;amp;since=2023-09-01T00:00:00Z&amp;amp;until=2023-09-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/avelino.run"&gt;avelino/avelino.run&lt;/a&gt;: 2 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/avelino.run/commits?author=avelino&amp;amp;since=2023-09-01T00:00:00Z&amp;amp;until=2023-09-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/buserbrasil/databricks-sql-driver"&gt;buserbrasil/databricks-sql-driver&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/buserbrasil/databricks-sql-driver/commits?author=avelino&amp;amp;since=2023-09-01T00:00:00Z&amp;amp;until=2023-09-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/moclojer/moclojer/commits?author=avelino&amp;amp;since=2023-09-01T00:00:00Z&amp;amp;until=2023-09-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/raphamorim/rio"&gt;raphamorim/rio&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/raphamorim/rio/commits?author=avelino&amp;amp;since=2023-09-01T00:00:00Z&amp;amp;until=2023-09-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/cljam/jam-session-components"&gt;cljam/jam-session-components&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/cljam/jam-session-components/commits?author=avelino&amp;amp;since=2023-09-01T00:00:00Z&amp;amp;until=2023-09-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 0 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Como criar e manter uma cultura organizacional forte com base em valores e visão</title><link>https://avelino.run/como-criar-e-manter-uma-cultura-organizacional-forte-com-base-em-valores-e-visao/</link><pubDate>Fri, 11 Aug 2023 00:00:00 +0000</pubDate><guid>https://avelino.run/como-criar-e-manter-uma-cultura-organizacional-forte-com-base-em-valores-e-visao/</guid><description>&lt;p&gt;&lt;img src="https://avelino.run/blog/como-criar-uma-cultura-de-empresa-forte-com-base-em-valores-e-visao.jpg" alt="Como criar e manter uma cultura organizacional forte com base em valores e visão"&gt;&lt;/p&gt;
&lt;p&gt;A cultura organizacional é o conjunto de valores, crenças e comportamentos compartilhados pelos membros de uma organização. Ela é criada ao longo do tempo (mesmo muitas pessoas dizendo que a cultura é encontrada não criada) e é moldada por uma variedade de fatores, incluindo a história da organização, sua missão, seus valores e suas lideranças.&lt;/p&gt;
&lt;p&gt;Uma &lt;strong&gt;cultura forte pode ser um ativo valioso&lt;/strong&gt; para a organização. Ela pode ajudar a &lt;strong&gt;atrair e reter&lt;/strong&gt; os melhores talentos, principalmente &lt;del&gt;expurgar&lt;/del&gt; as pessoas que não tem aderencia com a cultura, possívelmente aumentar a produtividade e melhorar a satisfação dos clientes.&lt;/p&gt;</description></item><item><title>Open Source Contributions - August 2023</title><link>https://avelino.run/foss/2023/08/</link><pubDate>Tue, 01 Aug 2023 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2023/08/</guid><description>&lt;p&gt;Explore the contributions made in August 2023 across our repositories. This timeline highlights a total of 37 events, including pushes, pull requests, and issues that showcase the collaborative efforts and progress of our projects.&lt;/p&gt;
&lt;h2 id="2023-08-30"&gt;2023-08-30&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;💬 Reviewed PR in &lt;a href="https://github.com/moclojer/moclojer-app"&gt;moclojer/moclojer-app&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer-app/pull/47#pullrequestreview-1602568143"&gt; Add mock APIs&lt;/a&gt; (Commented)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/buserbrasil/django-query-prefixer"&gt;buserbrasil/django-query-prefixer&lt;/a&gt;: &lt;a href="https://github.com/buserbrasil/django-query-prefixer/issues/2"&gt;update readme with example and project description&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-08-21"&gt;2023-08-21&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/bots.clj.social"&gt;avelino/bots.clj.social&lt;/a&gt;: &lt;a href="https://github.com/avelino/bots.clj.social/pull/73"&gt;readme: italic nbb used&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/bots.clj.social"&gt;avelino/bots.clj.social&lt;/a&gt;: &lt;a href="https://github.com/avelino/bots.clj.social/pull/71#pullrequestreview-1586566414"&gt;build(deps): bump nbb from 1.2.175 to 1.2.178&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/bots.clj.social"&gt;avelino/bots.clj.social&lt;/a&gt;: &lt;a href="https://github.com/avelino/bots.clj.social/pull/72#pullrequestreview-1586565363"&gt;build(deps): bump @extractus/feed-extractor from 7.0.1 to 7.0.2&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-08-14"&gt;2023-08-14&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/bots.clj.social"&gt;avelino/bots.clj.social&lt;/a&gt;: &lt;a href="https://github.com/avelino/bots.clj.social/pull/70#pullrequestreview-1576571268"&gt;build(deps): bump masto from 6.0.5 to 6.1.0&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-08-12"&gt;2023-08-12&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/moclojer/moclojer-app"&gt;moclojer/moclojer-app&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer-app/issues/72"&gt;organizar gestão de projeto no GitHub Projects&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-08-11"&gt;2023-08-11&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/logseq/logseq"&gt;logseq/logseq&lt;/a&gt;: &lt;a href="https://github.com/logseq/logseq/pull/10018#pullrequestreview-1573238973"&gt;fix(whiteboard) page sidebar empty string&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/moclojer/moclojer-app"&gt;moclojer/moclojer-app&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer-app/issues/71"&gt;Criar um endpoint para editar username&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/moclojer/moclojer-app"&gt;moclojer/moclojer-app&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer-app/issues/70"&gt;Primeiro login, quando o usuário logar e não tiver um username deve redirecionar para criar um username&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/moclojer/moclojer-app"&gt;moclojer/moclojer-app&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer-app/issues/69"&gt;Criar modal para criar um novo mock de api&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/moclojer/moclojer-app"&gt;moclojer/moclojer-app&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer-app/issues/68"&gt;Implementar o editor para criar/editar mock de api&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/moclojer/moclojer-app"&gt;moclojer/moclojer-app&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer-app/issues/67"&gt;Implementar a tela de listagem de mocks de api&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/moclojer/moclojer-app"&gt;moclojer/moclojer-app&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer-app/issues/66"&gt;Quando o usuário logar salvar no backend os dados do usuário authtorizado no supabase&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/moclojer/moclojer-app"&gt;moclojer/moclojer-app&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer-app/issues/65"&gt;Escrevendo o cliente open source para o supabase v0.1&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/moclojer/moclojer-app"&gt;moclojer/moclojer-app&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer-app/issues/64"&gt;Escrever moclojer-front docs para auth com supabase&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/moclojer/moclojer-app"&gt;moclojer/moclojer-app&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer-app/issues/63"&gt;Configurar os testes para rodar no backend&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/moclojer/moclojer-app"&gt;moclojer/moclojer-app&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer-app/issues/62"&gt;Adicionar um component de postgres e configurar as migrations para o banco no backend&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/moclojer/moclojer-app"&gt;moclojer/moclojer-app&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer-app/issues/61"&gt;Limpar o código do projeto (remover versão antiga)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/moclojer/moclojer-app"&gt;moclojer/moclojer-app&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer-app/issues/60"&gt;Login com supabase.&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/moclojer/moclojer-app"&gt;moclojer/moclojer-app&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer-app/issues/59"&gt;Desenhar o dashboard com o template flowbite&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/moclojer/moclojer-app"&gt;moclojer/moclojer-app&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer-app/issues/58"&gt;Logout e comportamento na interface do dashboard&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/moclojer/moclojer-app"&gt;moclojer/moclojer-app&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer-app/issues/57"&gt;Design das novas telas&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/moclojer/moclojer-app"&gt;moclojer/moclojer-app&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer-app/issues/56"&gt;Adicionar testes para login e para logout no dasbhoard&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/moclojer/moclojer-app"&gt;moclojer/moclojer-app&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer-app/issues/55"&gt;Conectar o front end com os endpoints do backend. Criar mocks, listar mocks&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/moclojer/moclojer-app"&gt;moclojer/moclojer-app&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer-app/issues/54"&gt;Adicionar comportamento nas telas de frontend, tela de mock e listagem de api&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/moclojer/moclojer-app"&gt;moclojer/moclojer-app&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer-app/issues/53"&gt;Build para o &lt;code&gt;jar&lt;/code&gt; (front e api) e fazer o deploy no cloud (DigitalOcean)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/moclojer/moclojer-app"&gt;moclojer/moclojer-app&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer-app/issues/52"&gt;Implementar endpoint de get que retorne todos os mocks de um usuário autenticado&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/moclojer/moclojer-app"&gt;moclojer/moclojer-app&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer-app/issues/51"&gt;Implementar o endpoint para salvar mock no backend&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-08-09"&gt;2023-08-09&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/bots.clj.social"&gt;avelino/bots.clj.social&lt;/a&gt;: &lt;a href="https://github.com/avelino/bots.clj.social/pull/69#pullrequestreview-1569261529"&gt;build(deps): bump masto from 6.0.3 to 6.0.5&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-08-01"&gt;2023-08-01&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/bots.clj.social"&gt;avelino/bots.clj.social&lt;/a&gt;: &lt;a href="https://github.com/avelino/bots.clj.social/pull/68"&gt;masto: fixed pkg/api call&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/bots.clj.social"&gt;avelino/bots.clj.social&lt;/a&gt;: 8 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/bots.clj.social/commits?author=avelino&amp;amp;since=2023-08-01T00:00:00Z&amp;amp;until=2023-08-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/avelino.run"&gt;avelino/avelino.run&lt;/a&gt;: 8 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/avelino.run/commits?author=avelino&amp;amp;since=2023-08-01T00:00:00Z&amp;amp;until=2023-08-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/dotfiles"&gt;avelino/dotfiles&lt;/a&gt;: 4 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/dotfiles/commits?author=avelino&amp;amp;since=2023-08-01T00:00:00Z&amp;amp;until=2023-08-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/buserbrasil/django-query-prefixer"&gt;buserbrasil/django-query-prefixer&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/buserbrasil/django-query-prefixer/commits?author=avelino&amp;amp;since=2023-08-01T00:00:00Z&amp;amp;until=2023-08-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/cljam/.github"&gt;cljam/.github&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/cljam/.github/commits?author=avelino&amp;amp;since=2023-08-01T00:00:00Z&amp;amp;until=2023-08-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/awesome-go/commits?author=avelino&amp;amp;since=2023-08-01T00:00:00Z&amp;amp;until=2023-08-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 0 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Como os resultados podem tornar seu storytelling mais envolvente</title><link>https://avelino.run/como-os-resultados-podem-tornar-seu-storytelling-mais-envolvente/</link><pubDate>Sat, 15 Jul 2023 00:00:00 +0000</pubDate><guid>https://avelino.run/como-os-resultados-podem-tornar-seu-storytelling-mais-envolvente/</guid><description>&lt;p&gt;&lt;img src="https://avelino.run/blog/como-os-resultados-podem-tornar-seu-storytelling-mais-envolvente.png" alt="Como os resultados podem tornar seu storytelling mais envolvente"&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Contra fatos (resultado) não há argumentos, essa é muito utilizada, mas não é simples aplicar no dia-a-dia.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;O storytelling é uma forma poderosa de comunicar idéias e gerar conexão com seu público. Ao contar uma história com dados reais, você compartilhar seus conhecimentos, experiências e perspectivas de uma forma que seja memorável.&lt;/p&gt;
&lt;p&gt;Os resultados são fatos e estatísticas que apoiam sua história e ajudam a torná-la mais credível e convincente.&lt;/p&gt;</description></item><item><title>Open Source Contributions - July 2023</title><link>https://avelino.run/foss/2023/07/</link><pubDate>Sat, 01 Jul 2023 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2023/07/</guid><description>&lt;p&gt;Explore the highlights of July 2023, where contributors engaged in 51 total activities across 18 repositories. This timeline showcases significant pull requests, reviews, and pushes, reflecting a vibrant community of developers working together to enhance their projects.&lt;/p&gt;
&lt;h2 id="2023-07-31"&gt;2023-07-31&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/pull/138"&gt;relicensing: we keep MIT, avelino to cljazz&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/bots.clj.social"&gt;avelino/bots.clj.social&lt;/a&gt;: &lt;a href="https://github.com/avelino/bots.clj.social/pull/67#pullrequestreview-1554378015"&gt;build(deps): bump masto from 5.11.4 to 6.0.3&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/bots.clj.social"&gt;avelino/bots.clj.social&lt;/a&gt;: &lt;a href="https://github.com/avelino/bots.clj.social/pull/66#pullrequestreview-1554315743"&gt;build(deps): bump nbb from 1.2.174 to 1.2.175&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/bots.clj.social"&gt;avelino/bots.clj.social&lt;/a&gt;: &lt;a href="https://github.com/avelino/bots.clj.social/pull/65#pullrequestreview-1554314720"&gt;build(deps): bump fast-xml-parser from 4.2.6 to 4.2.7&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/pull/139#pullrequestreview-1555336005"&gt;build(deps): bump graalvm/setup-graalvm from 1.1.1 to 1.1.2&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-07-25"&gt;2023-07-25&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/bots.clj.social"&gt;avelino/bots.clj.social&lt;/a&gt;: &lt;a href="https://github.com/avelino/bots.clj.social/pull/63#pullrequestreview-1545050214"&gt;build(deps): bump fast-xml-parser from 4.2.5 to 4.2.6&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/bots.clj.social"&gt;avelino/bots.clj.social&lt;/a&gt;: &lt;a href="https://github.com/avelino/bots.clj.social/pull/64#pullrequestreview-1545048882"&gt;build(deps): bump @extractus/feed-extractor from 7.0.0 to 7.0.1&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-07-24"&gt;2023-07-24&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/pull/136#pullrequestreview-1544160112"&gt;build(deps): bump graalvm/setup-graalvm from 1.1.0 to 1.1.1&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-07-23"&gt;2023-07-23&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/moclojer/moclojer-app"&gt;moclojer/moclojer-app&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer-app/pull/46"&gt;WIP: docker and DigitalOcean PaaS&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-07-22"&gt;2023-07-22&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/bots.clj.social"&gt;avelino/bots.clj.social&lt;/a&gt;: &lt;a href="https://github.com/avelino/bots.clj.social/pull/62"&gt;when the status code is not 200 publish as private&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/pull/135#pullrequestreview-1542106916"&gt;Discussion log/level-min&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-07-21"&gt;2023-07-21&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/4938#pullrequestreview-1540345437"&gt;Update README.md&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/4937#pullrequestreview-1540344839"&gt;Added grapher to the Query Language section&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/4933#pullrequestreview-1540344361"&gt;Add monkey&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/4935#pullrequestreview-1540343583"&gt;Add hex-monscape&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/4936#pullrequestreview-1540342503"&gt;Add bubble-table&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/bots.clj.social"&gt;avelino/bots.clj.social&lt;/a&gt;: &lt;a href="https://github.com/avelino/bots.clj.social/issues/61"&gt;do not share a link that does not exist&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-07-17"&gt;2023-07-17&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/bots.clj.social"&gt;avelino/bots.clj.social&lt;/a&gt;: &lt;a href="https://github.com/avelino/bots.clj.social/pull/59#pullrequestreview-1532918760"&gt;build(deps): bump @extractus/feed-extractor from 6.3.0 to 7.0.0&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/bots.clj.social"&gt;avelino/bots.clj.social&lt;/a&gt;: &lt;a href="https://github.com/avelino/bots.clj.social/pull/60#pullrequestreview-1532917783"&gt;build(deps): bump masto from 5.11.3 to 5.11.4&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/clj-jgit/clj-jgit"&gt;clj-jgit/clj-jgit&lt;/a&gt;: &lt;a href="https://github.com/clj-jgit/clj-jgit/issues/82"&gt;can i create file in memory (not in file system) and generate commit?&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-07-16"&gt;2023-07-16&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/github/explore"&gt;github/explore&lt;/a&gt;: &lt;a href="https://github.com/github/explore/pull/3807"&gt;add rio term in brazil&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/cljam/supabase-clj"&gt;cljam/supabase-clj&lt;/a&gt;: &lt;a href="https://github.com/cljam/supabase-clj/pull/10"&gt;deploy: write deploy script for clojars&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-07-15"&gt;2023-07-15&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/avelino.run"&gt;avelino/avelino.run&lt;/a&gt;: &lt;a href="https://github.com/avelino/avelino.run/pull/45#pullrequestreview-1531592624"&gt;Bump semver from 5.7.1 to 5.7.2&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/avelino.run"&gt;avelino/avelino.run&lt;/a&gt;: &lt;a href="https://github.com/avelino/avelino.run/pull/44#pullrequestreview-1531592313"&gt;Bump bl from 6.0.1 to 6.0.3&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/athul/archie"&gt;athul/archie&lt;/a&gt;: &lt;a href="https://github.com/athul/archie/issues/94"&gt;GA4 support&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-07-14"&gt;2023-07-14&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/pull/134"&gt;leave core package clean (low cognitive load)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/raphamorim/rio"&gt;raphamorim/rio&lt;/a&gt;: &lt;a href="https://github.com/raphamorim/rio/pull/142"&gt;set macOS shell default empty, get SHELL env&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/raphamorim/rio"&gt;raphamorim/rio&lt;/a&gt;: &lt;a href="https://github.com/raphamorim/rio/issues/140"&gt;shell settings: default value via &lt;code&gt;$SHELL&lt;/code&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-07-13"&gt;2023-07-13&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/pull/131#pullrequestreview-1528631815"&gt;Adds header to allow any request&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/buserbrasil/simple-token-bucket"&gt;buserbrasil/simple-token-bucket&lt;/a&gt;: &lt;a href="https://github.com/buserbrasil/simple-token-bucket/issues/1"&gt;example of use in README&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-07-10"&gt;2023-07-10&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/bots.clj.social"&gt;avelino/bots.clj.social&lt;/a&gt;: &lt;a href="https://github.com/avelino/bots.clj.social/pull/57#pullrequestreview-1523078982"&gt;build(deps): bump cross-fetch from 3.1.8 to 4.0.0&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/bots.clj.social"&gt;avelino/bots.clj.social&lt;/a&gt;: &lt;a href="https://github.com/avelino/bots.clj.social/pull/58#pullrequestreview-1523078383"&gt;build(deps): bump @extractus/feed-extractor from 6.2.3 to 6.3.0&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/clojars/administration"&gt;clojars/administration&lt;/a&gt;: &lt;a href="https://github.com/clojars/administration/issues/337"&gt;verify co.cljazz&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-07-08"&gt;2023-07-08&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/pull/126"&gt;fix: make watcher work again&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/pull/125#pullrequestreview-1520702048"&gt;Fixes watcher not updating routes&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-07-07"&gt;2023-07-07&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/pull/121#pullrequestreview-1517673808"&gt;Simplify the implementation and understanding of the specification&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/omnivore-app/logseq-omnivore"&gt;omnivore-app/logseq-omnivore&lt;/a&gt;: &lt;a href="https://github.com/omnivore-app/logseq-omnivore/issues/119"&gt;duplicate &lt;code&gt;## 🔖 Articles&lt;/code&gt; node&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-07-03"&gt;2023-07-03&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/pull/122"&gt;devcontainer: add feature clojure&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/bots.clj.social"&gt;avelino/bots.clj.social&lt;/a&gt;: &lt;a href="https://github.com/avelino/bots.clj.social/pull/56#pullrequestreview-1510667186"&gt;build(deps): bump cross-fetch from 3.1.6 to 3.1.8&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-07-01"&gt;2023-07-01&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/github/brasil"&gt;github/brasil&lt;/a&gt;: &lt;a href="https://github.com/github/brasil/pull/50#pullrequestreview-1509103357"&gt;Add a project template for Django and VueJS&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/xyhp915/logseq-fenced-code-plus"&gt;xyhp915/logseq-fenced-code-plus&lt;/a&gt;: &lt;a href="https://github.com/xyhp915/logseq-fenced-code-plus/issues/28"&gt;d2lang support&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/avelino.run"&gt;avelino/avelino.run&lt;/a&gt;: 5 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/avelino.run/commits?author=avelino&amp;amp;since=2023-07-01T00:00:00Z&amp;amp;until=2023-07-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/cljam/supabase-clj"&gt;cljam/supabase-clj&lt;/a&gt;: 3 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/cljam/supabase-clj/commits?author=avelino&amp;amp;since=2023-07-01T00:00:00Z&amp;amp;until=2023-07-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/github/explore"&gt;github/explore&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/github/explore/commits?author=avelino&amp;amp;since=2023-07-01T00:00:00Z&amp;amp;until=2023-07-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/dotfiles"&gt;avelino/dotfiles&lt;/a&gt;: 7 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/dotfiles/commits?author=avelino&amp;amp;since=2023-07-01T00:00:00Z&amp;amp;until=2023-07-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: 20 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/moclojer/moclojer/commits?author=avelino&amp;amp;since=2023-07-01T00:00:00Z&amp;amp;until=2023-07-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/avelino"&gt;avelino/avelino&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/avelino/commits?author=avelino&amp;amp;since=2023-07-01T00:00:00Z&amp;amp;until=2023-07-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/bots.clj.social"&gt;avelino/bots.clj.social&lt;/a&gt;: 12 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/bots.clj.social/commits?author=avelino&amp;amp;since=2023-07-01T00:00:00Z&amp;amp;until=2023-07-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/moclojer/clj-workos"&gt;moclojer/clj-workos&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/moclojer/clj-workos/commits?author=avelino&amp;amp;since=2023-07-01T00:00:00Z&amp;amp;until=2023-07-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/buserbrasil/simple-token-bucket"&gt;buserbrasil/simple-token-bucket&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/buserbrasil/simple-token-bucket/commits?author=avelino&amp;amp;since=2023-07-01T00:00:00Z&amp;amp;until=2023-07-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/raphamorim/rio"&gt;raphamorim/rio&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/raphamorim/rio/commits?author=avelino&amp;amp;since=2023-07-01T00:00:00Z&amp;amp;until=2023-07-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 0 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Open Source Contributions - June 2023</title><link>https://avelino.run/foss/2023/06/</link><pubDate>Thu, 01 Jun 2023 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2023/06/</guid><description>&lt;p&gt;In June 2023, the development community made significant strides, contributing to 18 repositories with a total of 52 activities. This timeline highlights the key events, including pull requests, reviews, and issues, reflecting the collaborative spirit and continuous improvement within the projects.&lt;/p&gt;
&lt;h2 id="2023-06-29"&gt;2023-06-29&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/avelino.run"&gt;avelino/avelino.run&lt;/a&gt;: &lt;a href="https://github.com/avelino/avelino.run/pull/43"&gt;Avelino/change layout to archie&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/avelino.run"&gt;avelino/avelino.run&lt;/a&gt;: &lt;a href="https://github.com/avelino/avelino.run/pull/42"&gt;change themes/archie&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-06-27"&gt;2023-06-27&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/bots.clj.social"&gt;avelino/bots.clj.social&lt;/a&gt;: &lt;a href="https://github.com/avelino/bots.clj.social/pull/54"&gt;fix: fast-xml-parser regex vulnerability patch&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-06-25"&gt;2023-06-25&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/raphamorim/rio"&gt;raphamorim/rio&lt;/a&gt;: &lt;a href="https://github.com/raphamorim/rio/issues/106"&gt;Distribution for Linux &lt;code&gt;.rpm&lt;/code&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/raphamorim/rio"&gt;raphamorim/rio&lt;/a&gt;: &lt;a href="https://github.com/raphamorim/rio/issues/105"&gt;Distribution for Linux .deb and .rpm&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-06-24"&gt;2023-06-24&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-racket"&gt;avelino/awesome-racket&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-racket/pull/18#pullrequestreview-1496393839"&gt;Add rebellion library.&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-06-22"&gt;2023-06-22&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/bots.clj.social"&gt;avelino/bots.clj.social&lt;/a&gt;: &lt;a href="https://github.com/avelino/bots.clj.social/pull/53"&gt;toots: post with public status (for the whole fediverse)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/4907#pullrequestreview-1493077506"&gt;Add Zax logger&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/4908#pullrequestreview-1493074040"&gt;adding a high performance race free gocache with auto expring&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/4678#pullrequestreview-1493050624"&gt;Add gofn&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-06-21"&gt;2023-06-21&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/raphamorim/rio"&gt;raphamorim/rio&lt;/a&gt;: &lt;a href="https://github.com/raphamorim/rio/issues/103"&gt;tmux pane: “leaking information” at the time of re-rendering&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/extractus/feed-extractor"&gt;extractus/feed-extractor&lt;/a&gt;: &lt;a href="https://github.com/extractus/feed-extractor/issues/92"&gt;fast-xml-parser regex vulnerability patch could be improved from a safety perspective&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-06-20"&gt;2023-06-20&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/pull/118"&gt;babashka/cli upgrade to 0.7.51&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;💬 Reviewed PR in &lt;a href="https://github.com/Homebrew/homebrew-core"&gt;Homebrew/homebrew-core&lt;/a&gt;: &lt;a href="https://github.com/Homebrew/homebrew-core/pull/134295#pullrequestreview-1488998747"&gt;rio 0.0.7 (new formula)&lt;/a&gt; (Commented)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/issues/119"&gt;babashka cli: clojure.lang.Named.getNamespace() becuase x is null&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-06-19"&gt;2023-06-19&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/bots.clj.social"&gt;avelino/bots.clj.social&lt;/a&gt;: &lt;a href="https://github.com/avelino/bots.clj.social/pull/52#pullrequestreview-1485876094"&gt;build(deps): bump @extractus/feed-extractor from 6.2.2 to 6.2.3&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/pull/117#pullrequestreview-1486522540"&gt;build(deps): bump graalvm/setup-graalvm from 1.0.11 to 1.1.0&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-06-17"&gt;2023-06-17&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/monotropic-theme-vscode"&gt;avelino/monotropic-theme-vscode&lt;/a&gt;: &lt;a href="https://github.com/avelino/monotropic-theme-vscode/pull/22"&gt;sec: xml2js is vulnerable&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;💬 Reviewed PR in &lt;a href="https://github.com/moclojer/moclojer-app"&gt;moclojer/moclojer-app&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer-app/pull/38#pullrequestreview-1484908861"&gt;refact: remove components ununsed from old template&lt;/a&gt; (Commented)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/monotropic-theme-vscode"&gt;avelino/monotropic-theme-vscode&lt;/a&gt;: &lt;a href="https://github.com/avelino/monotropic-theme-vscode/issues/21"&gt;xml2js is vulnerable to prototype pollution&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-06-16"&gt;2023-06-16&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/moclojer/moclojer-app"&gt;moclojer/moclojer-app&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer-app/pull/36"&gt;node: package upgrade&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/moclojer/moclojer-app"&gt;moclojer/moclojer-app&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer-app/pull/34"&gt;login logout rules&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/moclojer/moclojer-app"&gt;moclojer/moclojer-app&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer-app/pull/35#pullrequestreview-1483456128"&gt;Feat/dashboard effects&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-06-15"&gt;2023-06-15&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/github/brasil"&gt;github/brasil&lt;/a&gt;: &lt;a href="https://github.com/github/brasil/pull/38#pullrequestreview-1482516303"&gt;Update maintainers.yml, add giggio&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/github/brasil"&gt;github/brasil&lt;/a&gt;: &lt;a href="https://github.com/github/brasil/pull/37#pullrequestreview-1482516053"&gt;Update projects.yml, add node-chromedriver&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-06-14"&gt;2023-06-14&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/resend/resend-python"&gt;resend/resend-python&lt;/a&gt;: &lt;a href="https://github.com/resend/resend-python/pull/37#pullrequestreview-1478828425"&gt;chore(deps): update dependency requests to v2.31.0 [security]&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-06-10"&gt;2023-06-10&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/github-linguist/linguist"&gt;github-linguist/linguist&lt;/a&gt;: &lt;a href="https://github.com/github-linguist/linguist/pull/6445"&gt;languages: ClojureDart support &lt;code&gt;.cljd&lt;/code&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/4904#pullrequestreview-1473368732"&gt;Add Twigo to Bot Building&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/4880#pullrequestreview-1473368545"&gt;Add Cerbos to Authentication &amp;amp; OAuth&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/phanpy-app"&gt;avelino/phanpy-app&lt;/a&gt;: &lt;a href="https://github.com/avelino/phanpy-app/pull/1#pullrequestreview-1473364431"&gt;[ImgBot] Optimize images&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-06-08"&gt;2023-06-08&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/bots.clj.social"&gt;avelino/bots.clj.social&lt;/a&gt;: &lt;a href="https://github.com/avelino/bots.clj.social/pull/51"&gt;upgrade feed fetch, before process xml&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/raphamorim/rio"&gt;raphamorim/rio&lt;/a&gt;: &lt;a href="https://github.com/raphamorim/rio/issues/90"&gt;GitHub issue templates&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/Tensegritics/ClojureDart"&gt;Tensegritics/ClojureDart&lt;/a&gt;: &lt;a href="https://github.com/Tensegritics/ClojureDart/issues/237"&gt;type 'Future&lt;void&gt;' is not a subtype of type 'WebViewController' in type cast&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-06-07"&gt;2023-06-07&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/bots.clj.social"&gt;avelino/bots.clj.social&lt;/a&gt;: &lt;a href="https://github.com/avelino/bots.clj.social/pull/50"&gt;upgrade feed fetch&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/4906#pullrequestreview-1468242434"&gt;Update Keygen sponsor tagline&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/moclojer/moclojer-app"&gt;moclojer/moclojer-app&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer-app/pull/30#pullrequestreview-1467376823"&gt;add: flowbite lib&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/avelino.run"&gt;avelino/avelino.run&lt;/a&gt;: &lt;a href="https://github.com/avelino/avelino.run/pull/41#pullrequestreview-1468241745"&gt;Update Keygen sponsor logo&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-06-06"&gt;2023-06-06&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/4902#pullrequestreview-1464968444"&gt;Add Pnutmux to README.md&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/bots.clj.social"&gt;avelino/bots.clj.social&lt;/a&gt;: &lt;a href="https://github.com/avelino/bots.clj.social/pull/49#pullrequestreview-1466263843"&gt;Bump fast-xml-parser from 4.0.12 to 4.2.4&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-06-05"&gt;2023-06-05&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/bots.clj.social"&gt;avelino/bots.clj.social&lt;/a&gt;: &lt;a href="https://github.com/avelino/bots.clj.social/pull/48#pullrequestreview-1462015835"&gt;Bump redis from 4.6.6 to 4.6.7&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-06-03"&gt;2023-06-03&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/825#pullrequestreview-1460105198"&gt;docs: move to discord&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-06-02"&gt;2023-06-02&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/github/brasil"&gt;github/brasil&lt;/a&gt;: &lt;a href="https://github.com/github/brasil/pull/20"&gt;add awesome-go&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-06-01"&gt;2023-06-01&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/raphamorim/rio"&gt;raphamorim/rio&lt;/a&gt;: &lt;a href="https://github.com/raphamorim/rio/issues/75"&gt;thema with problem in version 0.0.5&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/avelino.run"&gt;avelino/avelino.run&lt;/a&gt;: 3 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/avelino.run/commits?author=avelino&amp;amp;since=2023-06-01T00:00:00Z&amp;amp;until=2023-06-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/cljam/supabase-clj"&gt;cljam/supabase-clj&lt;/a&gt;: 3 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/cljam/supabase-clj/commits?author=avelino&amp;amp;since=2023-06-01T00:00:00Z&amp;amp;until=2023-06-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: 2 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/moclojer/moclojer/commits?author=avelino&amp;amp;since=2023-06-01T00:00:00Z&amp;amp;until=2023-06-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/moclojer/moclojer-app"&gt;moclojer/moclojer-app&lt;/a&gt;: 7 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/moclojer/moclojer-app/commits?author=avelino&amp;amp;since=2023-06-01T00:00:00Z&amp;amp;until=2023-06-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/github/brasil"&gt;github/brasil&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/github/brasil/commits?author=avelino&amp;amp;since=2023-06-01T00:00:00Z&amp;amp;until=2023-06-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/phanpy-app"&gt;avelino/phanpy-app&lt;/a&gt;: 12 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/phanpy-app/commits?author=avelino&amp;amp;since=2023-06-01T00:00:00Z&amp;amp;until=2023-06-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/cljam/careers"&gt;cljam/careers&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/cljam/careers/commits?author=avelino&amp;amp;since=2023-06-01T00:00:00Z&amp;amp;until=2023-06-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/bots.clj.social"&gt;avelino/bots.clj.social&lt;/a&gt;: 17 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/bots.clj.social/commits?author=avelino&amp;amp;since=2023-06-01T00:00:00Z&amp;amp;until=2023-06-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/monotropic-theme-vscode"&gt;avelino/monotropic-theme-vscode&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/monotropic-theme-vscode/commits?author=avelino&amp;amp;since=2023-06-01T00:00:00Z&amp;amp;until=2023-06-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 0 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Fale com confiança como se você estivesse certo, mas escute com atenção como se estivesse errado</title><link>https://avelino.run/fale-com-confianca-como-se-voce-estivesse-certo-mas-escute-com-atencao-como-se-estivesse-errado/</link><pubDate>Wed, 03 May 2023 00:00:00 +0000</pubDate><guid>https://avelino.run/fale-com-confianca-como-se-voce-estivesse-certo-mas-escute-com-atencao-como-se-estivesse-errado/</guid><description>&lt;p&gt;&lt;img src="https://avelino.run/blog/fale-com-confianca-como-se-voce-estivesse-certo-mas-escute-com-atencao-como-se-estivesse-errado.jpeg" alt="Fale com confiança como se você estivesse certo, mas escute com atenção como se estivesse errado"&gt;&lt;/p&gt;
&lt;p&gt;Um aspecto crucial do autoaperfeiçoamento é atingir o equilíbrio certo entre confiança e humildade, especialmente em nossa comunicação com as outras pessoas.&lt;/p&gt;
&lt;p&gt;&amp;quot;Devemos sempre ouvir atentamente os outros porque eles podem nos dar o conhecimento que nos falta às vezes e nos ajudar a corrigir alguns erros que estamos cometendo inconscientemente&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Confiança:&lt;/strong&gt; chave de ouro para uma comunicação clara&lt;/p&gt;</description></item><item><title>Open Source Contributions - May 2023</title><link>https://avelino.run/foss/2023/05/</link><pubDate>Mon, 01 May 2023 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2023/05/</guid><description>&lt;p&gt;In May 2023, the contributions across 22 repositories highlighted a vibrant month of development. With a total of 60 contributions, including 12 new pull requests and 16 reviews, this timeline showcases the collaborative spirit and innovative progress made by contributors. Explore the details of each contribution to see how they shaped the projects.&lt;/p&gt;
&lt;h2 id="2023-05-31"&gt;2023-05-31&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/824#pullrequestreview-1452863424"&gt;Bump github.com/spf13/viper from 1.15.0 to 1.16.0&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-05-30"&gt;2023-05-30&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/4683#pullrequestreview-1450698470"&gt;Add reeflective/readline&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-05-29"&gt;2023-05-29&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/4901#pullrequestreview-1448637737"&gt;Add ergo-services/ergo&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-05-28"&gt;2023-05-28&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/raphamorim/rio"&gt;raphamorim/rio&lt;/a&gt;: &lt;a href="https://github.com/raphamorim/rio/pull/65"&gt;gh action/release: no condition needed, 'ON' already validates the branch and tag&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/sinaptik-ai/pandas-ai"&gt;sinaptik-ai/pandas-ai&lt;/a&gt;: &lt;a href="https://github.com/sinaptik-ai/pandas-ai/pull/186#pullrequestreview-1448326014"&gt;docs: update dependency install instructions&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/github/brasil"&gt;github/brasil&lt;/a&gt;: &lt;a href="https://github.com/github/brasil/pull/17#pullrequestreview-1448423572"&gt;Add Rio terminal&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-05-27"&gt;2023-05-27&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/raphamorim/rio"&gt;raphamorim/rio&lt;/a&gt;: &lt;a href="https://github.com/raphamorim/rio/pull/61"&gt;testimonial: avelino&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/raphamorim/rio"&gt;raphamorim/rio&lt;/a&gt;: &lt;a href="https://github.com/raphamorim/rio/pull/59"&gt;gh action: build on arm and x86 (macOS)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/rio"&gt;avelino/rio&lt;/a&gt;: &lt;a href="https://github.com/avelino/rio/pull/1"&gt;Avelino/build matrix&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/raphamorim/rio"&gt;raphamorim/rio&lt;/a&gt;: &lt;a href="https://github.com/raphamorim/rio/issues/60"&gt;hyperlink in url&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/raphamorim/rio"&gt;raphamorim/rio&lt;/a&gt;: &lt;a href="https://github.com/raphamorim/rio/issues/58"&gt;error: No 'package' info found in 'Cargo.toml'&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-05-26"&gt;2023-05-26&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/logseq/publish-spa"&gt;logseq/publish-spa&lt;/a&gt;: &lt;a href="https://github.com/logseq/publish-spa/pull/7"&gt;readme: use release 0.2.0 in example&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-05-25"&gt;2023-05-25&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/raphamorim/rio"&gt;raphamorim/rio&lt;/a&gt;: &lt;a href="https://github.com/raphamorim/rio/issues/53"&gt;&lt;code&gt;shift+arrows&lt;/code&gt; stopped working on tmux (&lt;code&gt;-&amp;gt;&lt;/code&gt; and &lt;code&gt;&amp;lt;-&lt;/code&gt;)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/raphamorim/rio"&gt;raphamorim/rio&lt;/a&gt;: &lt;a href="https://github.com/raphamorim/rio/issues/51"&gt;cursor hidden on htop&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-05-23"&gt;2023-05-23&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/raphamorim/rio"&gt;raphamorim/rio&lt;/a&gt;: &lt;a href="https://github.com/raphamorim/rio/issues/43"&gt;Specification to Rio themes (folder pattern)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/raphamorim/rio"&gt;raphamorim/rio&lt;/a&gt;: &lt;a href="https://github.com/raphamorim/rio/issues/42"&gt;specification to Rio themes (folder pattern)&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-05-22"&gt;2023-05-22&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/4896#pullrequestreview-1437420975"&gt;build(ci): fix first comment github action&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-05-19"&gt;2023-05-19&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/822#pullrequestreview-1434159666"&gt;Bump github.com/stretchr/testify from 1.8.2 to 1.8.3&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-05-18"&gt;2023-05-18&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/sinaptik-ai/pandas-ai"&gt;sinaptik-ai/pandas-ai&lt;/a&gt;: &lt;a href="https://github.com/sinaptik-ai/pandas-ai/pull/120#pullrequestreview-1432722699"&gt;added google sheets functionality&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/feast-dev/feast"&gt;feast-dev/feast&lt;/a&gt;: &lt;a href="https://github.com/feast-dev/feast/pull/3633#pullrequestreview-1432695299"&gt;fix: Implements connection pool for postgres online store&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-05-12"&gt;2023-05-12&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/logseq/logseq"&gt;logseq/logseq&lt;/a&gt;: &lt;a href="https://github.com/logseq/logseq/pull/9383"&gt;enhance: split language translations into one file per language&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-05-11"&gt;2023-05-11&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/sinaptik-ai/pandas-ai"&gt;sinaptik-ai/pandas-ai&lt;/a&gt;: &lt;a href="https://github.com/sinaptik-ai/pandas-ai/pull/107#pullrequestreview-1422072495"&gt;CLI&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/logseq/publish-spa"&gt;logseq/publish-spa&lt;/a&gt;: &lt;a href="https://github.com/logseq/publish-spa/issues/6"&gt;images within a public page&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-05-09"&gt;2023-05-09&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/pull/114"&gt;WIP: simplify specification and flow&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/issues/113"&gt;Reduce maintenance complexity caused by the &lt;code&gt;OpenAPI&lt;/code&gt; specification&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-05-08"&gt;2023-05-08&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/sinaptik-ai/pandas-ai"&gt;sinaptik-ai/pandas-ai&lt;/a&gt;: &lt;a href="https://github.com/sinaptik-ai/pandas-ai/pull/84#pullrequestreview-1416011723"&gt;Using pytest fixtures instead of multiple function calls&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-05-07"&gt;2023-05-07&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/github/brasil"&gt;github/brasil&lt;/a&gt;: &lt;a href="https://github.com/github/brasil/pull/10#pullrequestreview-1415838014"&gt;Rename CONTRIBUTING.MD to CONTRIBUTING.md&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/logseq-languagetool"&gt;avelino/logseq-languagetool&lt;/a&gt;: &lt;a href="https://github.com/avelino/logseq-languagetool/issues/11"&gt;command to check text&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/parenthesin/components"&gt;parenthesin/components&lt;/a&gt;: &lt;a href="https://github.com/parenthesin/components/issues/8"&gt;htmx support&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-05-06"&gt;2023-05-06&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/github/brasil"&gt;github/brasil&lt;/a&gt;: &lt;a href="https://github.com/github/brasil/pull/8"&gt;maintainers: add me (avelino)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/github/brasil"&gt;github/brasil&lt;/a&gt;: &lt;a href="https://github.com/github/brasil/pull/7#pullrequestreview-1415762684"&gt;Update maintainers.yml&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/issues/818"&gt;Fix code scanning alert – Database query built from user-controlled sources&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-05-04"&gt;2023-05-04&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/sinaptik-ai/pandas-ai"&gt;sinaptik-ai/pandas-ai&lt;/a&gt;: &lt;a href="https://github.com/sinaptik-ai/pandas-ai/pull/44"&gt;ignore .DS_Store&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/sinaptik-ai/pandas-ai"&gt;sinaptik-ai/pandas-ai&lt;/a&gt;: &lt;a href="https://github.com/sinaptik-ai/pandas-ai/pull/33"&gt;interpret json when llm returns json code&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;💬 Reviewed PR in &lt;a href="https://github.com/sinaptik-ai/pandas-ai"&gt;sinaptik-ai/pandas-ai&lt;/a&gt;: &lt;a href="https://github.com/sinaptik-ai/pandas-ai/pull/39#pullrequestreview-1413091626"&gt;Feature/cohere LLM&lt;/a&gt; (Commented)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/sinaptik-ai/pandas-ai"&gt;sinaptik-ai/pandas-ai&lt;/a&gt;: &lt;a href="https://github.com/sinaptik-ai/pandas-ai/issues/43"&gt;&lt;code&gt;exec&lt;/code&gt; is risky&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/sinaptik-ai/pandas-ai"&gt;sinaptik-ai/pandas-ai&lt;/a&gt;: &lt;a href="https://github.com/sinaptik-ai/pandas-ai/issues/32"&gt;error requesting data in &lt;code&gt;json&lt;/code&gt; format&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/andre-noel/leitura"&gt;andre-noel/leitura&lt;/a&gt;: &lt;a href="https://github.com/andre-noel/leitura/issues/2"&gt;o software é licenciado sobre qual licença?&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-05-03"&gt;2023-05-03&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/resend/resend-python"&gt;resend/resend-python&lt;/a&gt;: &lt;a href="https://github.com/resend/resend-python/pull/23"&gt;api: change print to warn&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/resend/resend-python"&gt;resend/resend-python&lt;/a&gt;: &lt;a href="https://github.com/resend/resend-python/pull/22"&gt;readme/example: fixed typo&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-05-01"&gt;2023-05-01&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/pull/109#pullrequestreview-1408083367"&gt;build(deps): bump docker/build-push-action from 2 to 4&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/pull/110#pullrequestreview-1408082967"&gt;build(deps): bump actions/cache from 2 to 3&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/avelino.run"&gt;avelino/avelino.run&lt;/a&gt;: 4 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/avelino.run/commits?author=avelino&amp;amp;since=2023-05-01T00:00:00Z&amp;amp;until=2023-05-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/monotropic-coffee-hyper"&gt;avelino/monotropic-coffee-hyper&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/monotropic-coffee-hyper/commits?author=avelino&amp;amp;since=2023-05-01T00:00:00Z&amp;amp;until=2023-05-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/dotfiles"&gt;avelino/dotfiles&lt;/a&gt;: 6 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/dotfiles/commits?author=avelino&amp;amp;since=2023-05-01T00:00:00Z&amp;amp;until=2023-05-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: 4 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/moclojer/moclojer/commits?author=avelino&amp;amp;since=2023-05-01T00:00:00Z&amp;amp;until=2023-05-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/hugo-theme-sarah"&gt;avelino/hugo-theme-sarah&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/hugo-theme-sarah/commits?author=avelino&amp;amp;since=2023-05-01T00:00:00Z&amp;amp;until=2023-05-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/github/brasil"&gt;github/brasil&lt;/a&gt;: 2 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/github/brasil/commits?author=avelino&amp;amp;since=2023-05-01T00:00:00Z&amp;amp;until=2023-05-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/cljam/careers"&gt;cljam/careers&lt;/a&gt;: 2 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/cljam/careers/commits?author=avelino&amp;amp;since=2023-05-01T00:00:00Z&amp;amp;until=2023-05-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/sinaptik-ai/pandas-ai"&gt;sinaptik-ai/pandas-ai&lt;/a&gt;: 4 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/sinaptik-ai/pandas-ai/commits?author=avelino&amp;amp;since=2023-05-01T00:00:00Z&amp;amp;until=2023-05-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/opps/opps/commits?author=avelino&amp;amp;since=2023-05-01T00:00:00Z&amp;amp;until=2023-05-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/logseq/logseq"&gt;logseq/logseq&lt;/a&gt;: 6 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/logseq/logseq/commits?author=avelino&amp;amp;since=2023-05-01T00:00:00Z&amp;amp;until=2023-05-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/prest/sentry-prestd-plugin"&gt;prest/sentry-prestd-plugin&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/prest/sentry-prestd-plugin/commits?author=avelino&amp;amp;since=2023-05-01T00:00:00Z&amp;amp;until=2023-05-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: 4 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/awesome-go/commits?author=avelino&amp;amp;since=2023-05-01T00:00:00Z&amp;amp;until=2023-05-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/logseq/publish-spa"&gt;logseq/publish-spa&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/logseq/publish-spa/commits?author=avelino&amp;amp;since=2023-05-01T00:00:00Z&amp;amp;until=2023-05-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/bots.clj.social"&gt;avelino/bots.clj.social&lt;/a&gt;: 6 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/bots.clj.social/commits?author=avelino&amp;amp;since=2023-05-01T00:00:00Z&amp;amp;until=2023-05-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/resend/resend-python"&gt;resend/resend-python&lt;/a&gt;: 5 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/resend/resend-python/commits?author=avelino&amp;amp;since=2023-05-01T00:00:00Z&amp;amp;until=2023-05-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/prest/prest/commits?author=avelino&amp;amp;since=2023-05-01T00:00:00Z&amp;amp;until=2023-05-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/raphamorim/rio"&gt;raphamorim/rio&lt;/a&gt;: 3 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/raphamorim/rio/commits?author=avelino&amp;amp;since=2023-05-01T00:00:00Z&amp;amp;until=2023-05-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/logseq-languagetool"&gt;avelino/logseq-languagetool&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/logseq-languagetool/commits?author=avelino&amp;amp;since=2023-05-01T00:00:00Z&amp;amp;until=2023-05-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 0 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>How to reuse workflow in GitHub Action pipeline</title><link>https://avelino.run/how-to-reuse-workflow-in-github-action-pipeline/</link><pubDate>Thu, 27 Apr 2023 00:00:00 +0000</pubDate><guid>https://avelino.run/how-to-reuse-workflow-in-github-action-pipeline/</guid><description>&lt;p&gt;&lt;img src="https://avelino.run/blog/how-to-reuse-workflow-in-github-action-pipeline.jpg" alt="How to reuse workflow in GitHub Action pipeline"&gt;&lt;/p&gt;
&lt;p&gt;Before I tell you how to do it, I will describe the problem I needed to solve and why I believed that reuse would be the best option to reduce duplicate code.&lt;/p&gt;
&lt;p&gt;I maintain an Open Source project called &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer&lt;/a&gt; written in &lt;strong&gt;Clojure&lt;/strong&gt; and we use &lt;a href="https://www.graalvm.org/22.0/reference-manual/native-image/"&gt;GraalVM Native Imagem&lt;/a&gt; to distribute the software in binary format (with everything self-contained).
The configuration of native-image receives several parameters, some refer to libraries used in the project code and it depends on a &lt;code&gt;.jar&lt;/code&gt; file, so there are some steps before &amp;quot;running&amp;quot; the command that generates the binary.&lt;/p&gt;</description></item><item><title>Reporting a problem in an Open Source project is as important as contributing code</title><link>https://avelino.run/reporting-problem-in-open-source-project-is-important-contributing-code/</link><pubDate>Sat, 22 Apr 2023 00:00:00 +0000</pubDate><guid>https://avelino.run/reporting-problem-in-open-source-project-is-important-contributing-code/</guid><description>&lt;p&gt;&lt;img src="https://avelino.run/blog/reporting-problem-in-open-source-project-is-important-contributing-code.jpg" alt="Reporting a problem in an Open Source project is as important as contributing code"&gt;&lt;/p&gt;
&lt;p&gt;I constantly hear people saying that to contribute to an Open Source project you need to be able to program very well, have a lot of knowledge, be able to handle code criticism, etc.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;I see the above statements as excuses and focus in the wrong place.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;In the last few months, I haven't had as much time to contribute to open source projects as I like (writing code), but that didn't stop me from contributing. Actually, the lack of priority (not lack of time) has made me contribute by reporting problems that I run into in the projects/software I use in my day-to-day life and this has been more work than writing code with a defined specification (issue that someone invested time detailing).&lt;/p&gt;</description></item><item><title>Open Source Contributions - April 2023</title><link>https://avelino.run/foss/2023/04/</link><pubDate>Sat, 01 Apr 2023 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2023/04/</guid><description>&lt;p&gt;Explore the timeline of contributions from April 2023, highlighting a productive month with significant activity across 22 repositories. With 20 pull requests and 19 reviews, the development community demonstrated robust engagement and collaboration. Discover key events and contributions that shaped this month.&lt;/p&gt;
&lt;h2 id="2023-04-30"&gt;2023-04-30&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/logseq-languagetool"&gt;avelino/logseq-languagetool&lt;/a&gt;: &lt;a href="https://github.com/avelino/logseq-languagetool/pull/10"&gt;does not process (sends to api/check) if there is no change&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/logseq-languagetool"&gt;avelino/logseq-languagetool&lt;/a&gt;: &lt;a href="https://github.com/avelino/logseq-languagetool/pull/8"&gt;languagetool api (http)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/logseq-languagetool"&gt;avelino/logseq-languagetool&lt;/a&gt;: &lt;a href="https://github.com/avelino/logseq-languagetool/issues/9"&gt;no equal text for api&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-04-29"&gt;2023-04-29&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/logseq-languagetool"&gt;avelino/logseq-languagetool&lt;/a&gt;: &lt;a href="https://github.com/avelino/logseq-languagetool/pull/7"&gt;devx: inject @logseq/libs into the javascript file generated&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/logseq-languagetool"&gt;avelino/logseq-languagetool&lt;/a&gt;: &lt;a href="https://github.com/avelino/logseq-languagetool/pull/4"&gt;identify active block change&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/logseq-languagetool"&gt;avelino/logseq-languagetool&lt;/a&gt;: &lt;a href="https://github.com/avelino/logseq-languagetool/issues/6"&gt;remove &lt;code&gt;@logseq/libs&lt;/code&gt; import from html&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/logseq-languagetool"&gt;avelino/logseq-languagetool&lt;/a&gt;: &lt;a href="https://github.com/avelino/logseq-languagetool/issues/5"&gt;languagetool api integration&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-04-27"&gt;2023-04-27&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/vercel/hyper-site"&gt;vercel/hyper-site&lt;/a&gt;: &lt;a href="https://github.com/vercel/hyper-site/pull/294"&gt;plugins/theme: add Monotropic Coffee&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-04-26"&gt;2023-04-26&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/812#pullrequestreview-1401700005"&gt;Bump github.com/lib/pq from 1.10.8 to 1.10.9&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;💬 Reviewed PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/798#pullrequestreview-1401103534"&gt;plugin: middleware architecture&lt;/a&gt; (Commented)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-04-25"&gt;2023-04-25&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/pull/104"&gt;WIP: gh action release issue 102&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/pull/103"&gt;dependabot: add maven repo&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/bots.clj.social"&gt;avelino/bots.clj.social&lt;/a&gt;: &lt;a href="https://github.com/avelino/bots.clj.social/pull/43#pullrequestreview-1400814802"&gt;Bump yaml from 2.2.1 to 2.2.2&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-04-24"&gt;2023-04-24&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/pull/101"&gt;created bug report flow&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/pull/99"&gt;use initial setting in xdg's default folder&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/bots.clj.social"&gt;avelino/bots.clj.social&lt;/a&gt;: &lt;a href="https://github.com/avelino/bots.clj.social/pull/42#pullrequestreview-1397461197"&gt;Bump masto from 5.11.1 to 5.11.2&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/issues/102"&gt;release process does not work&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-04-22"&gt;2023-04-22&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/811#pullrequestreview-1396667941"&gt;Issue802&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/moclojer/moclojer-app"&gt;moclojer/moclojer-app&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer-app/issues/26"&gt;Remover uso do MSW e colocar endpoints no backend&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/omnivore-app/logseq-omnivore"&gt;omnivore-app/logseq-omnivore&lt;/a&gt;: &lt;a href="https://github.com/omnivore-app/logseq-omnivore/issues/99"&gt;TODO control&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-04-21"&gt;2023-04-21&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/pull/98"&gt;clj-kondo: upgrate to v2023.04.14&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/monotropic-theme-vscode"&gt;avelino/monotropic-theme-vscode&lt;/a&gt;: &lt;a href="https://github.com/avelino/monotropic-theme-vscode/pull/20"&gt;slack theme: initial coffee&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-04-20"&gt;2023-04-20&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/toeverything/AFFiNE"&gt;toeverything/AFFiNE&lt;/a&gt;: &lt;a href="https://github.com/toeverything/AFFiNE/issues/2051"&gt;​support folder structure (not just page)&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-04-18"&gt;2023-04-18&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/RocketChat/Rocket.Chat"&gt;RocketChat/Rocket.Chat&lt;/a&gt;: &lt;a href="https://github.com/RocketChat/Rocket.Chat/issues/28956"&gt;file sharing being opened in the same &amp;quot;tab&amp;quot; and not in a new tab (even with target &lt;code&gt;_black&lt;/code&gt;)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/logseq/logseq"&gt;logseq/logseq&lt;/a&gt;: &lt;a href="https://github.com/logseq/logseq/issues/9147"&gt;&lt;code&gt;:scheduled/future-days&lt;/code&gt; set to 0 - UI error&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-04-17"&gt;2023-04-17&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/pull/97#pullrequestreview-1388510820"&gt;build(deps): bump graalvm/setup-graalvm from 1.0.10 to 1.0.11&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/pull/96#pullrequestreview-1388510079"&gt;build(deps): bump DeLaGuardo/setup-clojure from 10.2 to 10.3&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-04-15"&gt;2023-04-15&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/806#pullrequestreview-1386536463"&gt;issue325&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;💬 Reviewed PR in &lt;a href="https://github.com/babashka/nbb"&gt;babashka/nbb&lt;/a&gt;: &lt;a href="https://github.com/babashka/nbb/pull/321#pullrequestreview-1386282038"&gt;Add &lt;code&gt;--print-classpath&lt;/code&gt; global option&lt;/a&gt; (Commented)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-04-14"&gt;2023-04-14&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/omnivore-app/omnivore"&gt;omnivore-app/omnivore&lt;/a&gt;: &lt;a href="https://github.com/omnivore-app/omnivore/issues/2050"&gt;pocket integration: Cannot POST &lt;code&gt;/api/integration/pocket/auth&lt;/code&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-04-13"&gt;2023-04-13&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/803"&gt;refactor github issue template to form&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/4710#pullrequestreview-1384206092"&gt;Add Weaviate&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-04-12"&gt;2023-04-12&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/omnivore-app/omnivore"&gt;omnivore-app/omnivore&lt;/a&gt;: &lt;a href="https://github.com/omnivore-app/omnivore/issues/2029"&gt;Feed/rss support&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-04-10"&gt;2023-04-10&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/801"&gt;WIP: w.Write: replace to &lt;code&gt;http.ResponseWriter.Write&lt;/code&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/RocketChat/Rocket.Chat"&gt;RocketChat/Rocket.Chat&lt;/a&gt;: &lt;a href="https://github.com/RocketChat/Rocket.Chat/pull/28861"&gt;fix(docs,readme): use raw image url&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-04-09"&gt;2023-04-09&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/799"&gt;docs/Server Configuration: correct pg_ssl variable name and improve formatting&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/798"&gt;plugin: middleware architecture&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/logseq-languagetool"&gt;avelino/logseq-languagetool&lt;/a&gt;: &lt;a href="https://github.com/avelino/logseq-languagetool/issues/3"&gt;modal for word correction&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/logseq-languagetool"&gt;avelino/logseq-languagetool&lt;/a&gt;: &lt;a href="https://github.com/avelino/logseq-languagetool/issues/2"&gt;Identify active block change&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/issues/800"&gt;lint: error return value of &lt;code&gt;w.Write&lt;/code&gt; is not checked (errcheck)&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-04-08"&gt;2023-04-08&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/789#pullrequestreview-1376816205"&gt;test(samples): added postman sample to start the regression tests&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-04-07"&gt;2023-04-07&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/debanjandhar12/logseq-chatgpt-plugin"&gt;debanjandhar12/logseq-chatgpt-plugin&lt;/a&gt;: &lt;a href="https://github.com/debanjandhar12/logseq-chatgpt-plugin/pull/15"&gt;readme: add shortcut list&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/796#pullrequestreview-1376662336"&gt;update negroni to v3&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-04-06"&gt;2023-04-06&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/RocketChat/Rocket.Chat"&gt;RocketChat/Rocket.Chat&lt;/a&gt;: &lt;a href="https://github.com/RocketChat/Rocket.Chat/pull/28830"&gt;feat: add GA4 support&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/793#pullrequestreview-1375131746"&gt;issue_783&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/RocketChat/Rocket.Chat"&gt;RocketChat/Rocket.Chat&lt;/a&gt;: &lt;a href="https://github.com/RocketChat/Rocket.Chat/issues/28829"&gt;Google Analytics GA4 support&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-04-05"&gt;2023-04-05&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/pluwen/awesome-testflight-link"&gt;pluwen/awesome-testflight-link&lt;/a&gt;: &lt;a href="https://github.com/pluwen/awesome-testflight-link/pull/121"&gt;ios/ipad: rocket.chat app&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/4829"&gt;pull-request-first-comment: use avelino personal token&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/794#pullrequestreview-1372641166"&gt;Bump github.com/spf13/cobra from 1.6.1 to 1.7.0&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-04-04"&gt;2023-04-04&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/4821#pullrequestreview-1370740664"&gt;Update README.md&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-04-03"&gt;2023-04-03&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/4819#pullrequestreview-1368832210"&gt;@golang_discussions&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/4818#pullrequestreview-1368830539"&gt;@GoDiscussions&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/4820#pullrequestreview-1368829365"&gt;Golang Weekly&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-04-02"&gt;2023-04-02&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/issues/792"&gt;roreleaser upload error&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/issues/4824"&gt;Investigate repositories with more than 1 year without update - 2023-04-02&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-04-01"&gt;2023-04-01&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/791#pullrequestreview-1367821825"&gt;issue_775_root_fatal&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/avelino.run"&gt;avelino/avelino.run&lt;/a&gt;: 9 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/avelino.run/commits?author=avelino&amp;amp;since=2023-04-01T00:00:00Z&amp;amp;until=2023-04-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/logseq-libs"&gt;avelino/logseq-libs&lt;/a&gt;: 6 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/logseq-libs/commits?author=avelino&amp;amp;since=2023-04-01T00:00:00Z&amp;amp;until=2023-04-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/debanjandhar12/logseq-chatgpt-plugin"&gt;debanjandhar12/logseq-chatgpt-plugin&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/debanjandhar12/logseq-chatgpt-plugin/commits?author=avelino&amp;amp;since=2023-04-01T00:00:00Z&amp;amp;until=2023-04-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/monotropic-coffee-hyper"&gt;avelino/monotropic-coffee-hyper&lt;/a&gt;: 4 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/monotropic-coffee-hyper/commits?author=avelino&amp;amp;since=2023-04-01T00:00:00Z&amp;amp;until=2023-04-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: 35 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/moclojer/moclojer/commits?author=avelino&amp;amp;since=2023-04-01T00:00:00Z&amp;amp;until=2023-04-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/hugo-theme-sarah"&gt;avelino/hugo-theme-sarah&lt;/a&gt;: 2 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/hugo-theme-sarah/commits?author=avelino&amp;amp;since=2023-04-01T00:00:00Z&amp;amp;until=2023-04-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/cljam/.github"&gt;cljam/.github&lt;/a&gt;: 2 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/cljam/.github/commits?author=avelino&amp;amp;since=2023-04-01T00:00:00Z&amp;amp;until=2023-04-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/moclojer/moclojer-app"&gt;moclojer/moclojer-app&lt;/a&gt;: 15 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/moclojer/moclojer-app/commits?author=avelino&amp;amp;since=2023-04-01T00:00:00Z&amp;amp;until=2023-04-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/cljam/careers"&gt;cljam/careers&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/cljam/careers/commits?author=avelino&amp;amp;since=2023-04-01T00:00:00Z&amp;amp;until=2023-04-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: 6 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/awesome-go/commits?author=avelino&amp;amp;since=2023-04-01T00:00:00Z&amp;amp;until=2023-04-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/bots.clj.social"&gt;avelino/bots.clj.social&lt;/a&gt;: 6 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/bots.clj.social/commits?author=avelino&amp;amp;since=2023-04-01T00:00:00Z&amp;amp;until=2023-04-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/monotropic-theme-vscode"&gt;avelino/monotropic-theme-vscode&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/monotropic-theme-vscode/commits?author=avelino&amp;amp;since=2023-04-01T00:00:00Z&amp;amp;until=2023-04-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/RocketChat/Rocket.Chat"&gt;RocketChat/Rocket.Chat&lt;/a&gt;: 2 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/RocketChat/Rocket.Chat/commits?author=avelino&amp;amp;since=2023-04-01T00:00:00Z&amp;amp;until=2023-04-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: 8 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/prest/prest/commits?author=avelino&amp;amp;since=2023-04-01T00:00:00Z&amp;amp;until=2023-04-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/logseq-languagetool"&gt;avelino/logseq-languagetool&lt;/a&gt;: 26 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/logseq-languagetool/commits?author=avelino&amp;amp;since=2023-04-01T00:00:00Z&amp;amp;until=2023-04-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 0 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>O trabalho é subconjunto da vida, não superconjunto</title><link>https://avelino.run/o-trabalho-eh-subconjunto-da-vida-nao-superconjunto/</link><pubDate>Tue, 21 Mar 2023 00:00:00 +0000</pubDate><guid>https://avelino.run/o-trabalho-eh-subconjunto-da-vida-nao-superconjunto/</guid><description>&lt;p&gt;&lt;img src="https://avelino.run/blog/o-trabalho-eh-subconjunto-da-vida-nao-superconjunto.jpeg" alt="Ilustração: GoLimitlesss"&gt;&lt;/p&gt;
&lt;p&gt;Como &lt;strong&gt;ex-viciado&lt;/strong&gt; no trabalho, eu amo orientações que reforça para mim como continuo mantendo equilíbrio entre vida profissional e pessoal :)&lt;/p&gt;
&lt;p&gt;Nossa vida é uma coleção de vários componentes que a tornam completa e estabelecer um equilíbrio entre eles é a chave para alcançar a felicidade (possivelmente o sucesso a longo prazo, independente do que seja sucesso para você). Passamos boa parte do nosso tempo no trabalho ou pensando no trabalho, é crucial reconhecê-lo como trabalho e ele não deve ser o único fator em nossa vida.&lt;/p&gt;</description></item><item><title>Open Source Contributions - March 2023</title><link>https://avelino.run/foss/2023/03/</link><pubDate>Wed, 01 Mar 2023 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2023/03/</guid><description>&lt;p&gt;Explore the contributions made in March 2023, highlighting key activities across 17 repositories. This timeline showcases the collaborative efforts, including pull requests, reviews, and issue tracking that shaped the month.&lt;/p&gt;
&lt;h2 id="2023-03-31"&gt;2023-03-31&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/4792#pullrequestreview-1367128572"&gt;Add kazhuravlev/just&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-03-30"&gt;2023-03-30&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/pull/95"&gt;using native-image in docker image&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/791#pullrequestreview-1366067773"&gt;issue_775_root_fatal&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-03-29"&gt;2023-03-29&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/4573#pullrequestreview-1362797614"&gt;Add fluentassert to Testing&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-03-28"&gt;2023-03-28&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/4812#pullrequestreview-1360485595"&gt;Update the contribution guidelines link&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/788#pullrequestreview-1360454909"&gt;fix(migrate_up): added string interpolation to migration&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-03-26"&gt;2023-03-26&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/debanjandhar12/logseq-chatgpt-plugin"&gt;debanjandhar12/logseq-chatgpt-plugin&lt;/a&gt;: &lt;a href="https://github.com/debanjandhar12/logseq-chatgpt-plugin/pull/8"&gt;set shortcut to ChatGPT page list&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/debanjandhar12/logseq-chatgpt-plugin"&gt;debanjandhar12/logseq-chatgpt-plugin&lt;/a&gt;: &lt;a href="https://github.com/debanjandhar12/logseq-chatgpt-plugin/pull/7"&gt;fix: &amp;quot;Ask ChatGPT&amp;quot; button is below the page text&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/logseq-chatgpt-plugin"&gt;avelino/logseq-chatgpt-plugin&lt;/a&gt;: &lt;a href="https://github.com/avelino/logseq-chatgpt-plugin/pull/1"&gt;set shortcut to call &amp;quot;ask chatgpt&amp;quot;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/raphamorim/rio"&gt;raphamorim/rio&lt;/a&gt;: &lt;a href="https://github.com/raphamorim/rio/pull/14"&gt;config: use XDG base directory&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/4760#pullrequestreview-1358144545"&gt;&amp;quot;Awesome-go&amp;quot; should be awesome!&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/issues/4809"&gt;Investigate repositories with more than 1 year without update - 2023-03-26&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/debanjandhar12/logseq-chatgpt-plugin"&gt;debanjandhar12/logseq-chatgpt-plugin&lt;/a&gt;: &lt;a href="https://github.com/debanjandhar12/logseq-chatgpt-plugin/issues/6"&gt;&amp;quot;Ask ChatGPT&amp;quot; button is below the page text&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/debanjandhar12/logseq-chatgpt-plugin"&gt;debanjandhar12/logseq-chatgpt-plugin&lt;/a&gt;: &lt;a href="https://github.com/debanjandhar12/logseq-chatgpt-plugin/issues/5"&gt;shortcut to &amp;quot;Ask ChatGPT&amp;quot;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-03-25"&gt;2023-03-25&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/4783#pullrequestreview-1357904283"&gt;Added GoNB to README.md&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-03-24"&gt;2023-03-24&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/789#pullrequestreview-1356493101"&gt;test(samples): added postman sample to start the regression tests&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/RocketChat/Rocket.Chat"&gt;RocketChat/Rocket.Chat&lt;/a&gt;: &lt;a href="https://github.com/RocketChat/Rocket.Chat/issues/28604"&gt;kibana's link does not work &lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-03-22"&gt;2023-03-22&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/786#pullrequestreview-1351562300"&gt;Fixup&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/RocketChat/docs"&gt;RocketChat/docs&lt;/a&gt;: &lt;a href="https://github.com/RocketChat/docs/issues/5"&gt;Reopen PR here?&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-03-21"&gt;2023-03-21&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/yamadashy/slack-channels-grouping"&gt;yamadashy/slack-channels-grouping&lt;/a&gt;: &lt;a href="https://github.com/yamadashy/slack-channels-grouping/issues/34"&gt;rocketchat support&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-03-20"&gt;2023-03-20&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/4658#pullrequestreview-1348080030"&gt;Add library for the crypto NOWPayments API&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/yoyurec/logseq-tabler-picker"&gt;yoyurec/logseq-tabler-picker&lt;/a&gt;: &lt;a href="https://github.com/yoyurec/logseq-tabler-picker/issues/2"&gt;rendering the wrong icon in the title, but it is right in the property&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-03-19"&gt;2023-03-19&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/issues/4802"&gt;Investigate repositories with more than 1 year without update - 2023-03-19&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-03-18"&gt;2023-03-18&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/RocketChat/Docker.Official.Image"&gt;RocketChat/Docker.Official.Image&lt;/a&gt;: &lt;a href="https://github.com/RocketChat/Docker.Official.Image/pull/183"&gt;compose: mongo 5.0&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/4470#pullrequestreview-1346978255"&gt;ADD Go-IPAM&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/4469#pullrequestreview-1346978117"&gt;added fuzzy to list of string libraries in golang. it is used for fuzzy string matching optimized for filenames and code symbols.&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/4468#pullrequestreview-1346978055"&gt;add podinfo in go tools&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/4462#pullrequestreview-1346977895"&gt;Add LibraDB and Chronos&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/4457#pullrequestreview-1346977719"&gt;Add contextplus&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/4330#pullrequestreview-1346977594"&gt;Added giu to GUI&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/4496#pullrequestreview-1346977384"&gt;Added vacuum to the Code Analysis tools&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/4799#pullrequestreview-1346976815"&gt;update redis repo&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/Gswaraw37/ProjectPenjualan"&gt;Gswaraw37/ProjectPenjualan&lt;/a&gt;: &lt;a href="https://github.com/Gswaraw37/ProjectPenjualan/issues/1"&gt;why are you using the awesome-go repository in your project?&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-03-14"&gt;2023-03-14&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/TankCool/logseq-toolbox"&gt;TankCool/logseq-toolbox&lt;/a&gt;: &lt;a href="https://github.com/TankCool/logseq-toolbox/pull/1"&gt;demo: use github raw link&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-03-13"&gt;2023-03-13&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/RocketChat/Rocket.Chat"&gt;RocketChat/Rocket.Chat&lt;/a&gt;: &lt;a href="https://github.com/RocketChat/Rocket.Chat/issues/28400"&gt;SlackBridge: private message going to the general channel (main)&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-03-12"&gt;2023-03-12&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/issues/4794"&gt;Investigate repositories with more than 1 year without update - 2023-03-12&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-03-10"&gt;2023-03-10&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/RocketChat/docs-old"&gt;RocketChat/docs-old&lt;/a&gt;: &lt;a href="https://github.com/RocketChat/docs-old/pull/2104"&gt;oauth/google: Erro 400: redirect_uri_mismatch&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/RocketChat/Rocket.Chat"&gt;RocketChat/Rocket.Chat&lt;/a&gt;: &lt;a href="https://github.com/RocketChat/Rocket.Chat/issues/28364"&gt;import/slack: progress bar does not work in version 6.0.0&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-03-09"&gt;2023-03-09&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/RocketChat/docs-old"&gt;RocketChat/docs-old&lt;/a&gt;: &lt;a href="https://github.com/RocketChat/docs-old/pull/2102"&gt;slack/import: problem with special character in channel name&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-03-05"&gt;2023-03-05&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/issues/4779"&gt;Investigate repositories with more than 1 year without update - 2023-03-05&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/RocketChat/Docker.Official.Image"&gt;RocketChat/Docker.Official.Image&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/RocketChat/Docker.Official.Image/commits?author=avelino&amp;amp;since=2023-03-01T00:00:00Z&amp;amp;until=2023-03-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/avelino.run"&gt;avelino/avelino.run&lt;/a&gt;: 2 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/avelino.run/commits?author=avelino&amp;amp;since=2023-03-01T00:00:00Z&amp;amp;until=2023-03-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/TankCool/logseq-toolbox"&gt;TankCool/logseq-toolbox&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/TankCool/logseq-toolbox/commits?author=avelino&amp;amp;since=2023-03-01T00:00:00Z&amp;amp;until=2023-03-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/debanjandhar12/logseq-chatgpt-plugin"&gt;debanjandhar12/logseq-chatgpt-plugin&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/debanjandhar12/logseq-chatgpt-plugin/commits?author=avelino&amp;amp;since=2023-03-01T00:00:00Z&amp;amp;until=2023-03-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/dotfiles"&gt;avelino/dotfiles&lt;/a&gt;: 6 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/dotfiles/commits?author=avelino&amp;amp;since=2023-03-01T00:00:00Z&amp;amp;until=2023-03-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: 2 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/moclojer/moclojer/commits?author=avelino&amp;amp;since=2023-03-01T00:00:00Z&amp;amp;until=2023-03-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: 9 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/awesome-go/commits?author=avelino&amp;amp;since=2023-03-01T00:00:00Z&amp;amp;until=2023-03-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/bots.clj.social"&gt;avelino/bots.clj.social&lt;/a&gt;: 2 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/bots.clj.social/commits?author=avelino&amp;amp;since=2023-03-01T00:00:00Z&amp;amp;until=2023-03-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/prest/prest/commits?author=avelino&amp;amp;since=2023-03-01T00:00:00Z&amp;amp;until=2023-03-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/RocketChat/docs-old"&gt;RocketChat/docs-old&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/RocketChat/docs-old/commits?author=avelino&amp;amp;since=2023-03-01T00:00:00Z&amp;amp;until=2023-03-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/raphamorim/rio"&gt;raphamorim/rio&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/raphamorim/rio/commits?author=avelino&amp;amp;since=2023-03-01T00:00:00Z&amp;amp;until=2023-03-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 0 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Construindo uma cultura de engenharia de produto</title><link>https://avelino.run/construindo-cultura-de-engenharia-de-produto/</link><pubDate>Sun, 05 Feb 2023 00:00:00 +0000</pubDate><guid>https://avelino.run/construindo-cultura-de-engenharia-de-produto/</guid><description>&lt;p&gt;&lt;img src="https://avelino.run/blog/construindo-cultura-de-engenharia-de-produto.png" alt="Construindo uma cultura de engenharia de produto"&gt;&lt;/p&gt;
&lt;p&gt;Antes de falar sobre como criar cultura de engenharia de produto precisamos alinhar o que é &lt;strong&gt;Engenharia de Produto&lt;/strong&gt; &lt;em&gt;(para pessoa engenheira de software)&lt;/em&gt; e &lt;em&gt;principalmente&lt;/em&gt; o que é &lt;strong&gt;cultura&lt;/strong&gt; (ou pelo menos o que estou chamando de cultura).
&lt;strong&gt;Engenharia de Produto&lt;/strong&gt; é um processo que colocamos nosso usuário como protagonista do &amp;quot;produto&amp;quot; que estamos desenvolvendo e buscamos entender os pontos com maior fricção para priorizar o que precisa ser feito &lt;em&gt;(não só o que queremos)&lt;/em&gt;. Geralmente pessoas engenheiras de produto são apaixonadas em usar tecnologia para resolver problemas e sabe como aplica-la para solucionar problema a curto, médio e longo prazo, começando de forma simples (também podemos chamar de MVP) e conectada com a estratégia de longo prazo. Leia mais &lt;a href="https://avelino.run/pessoas-desenvolvedoras-com-pensamento-de-produto-engenharia-de-produto/"&gt;aqui&lt;/a&gt;.
&lt;strong&gt;Cultura&lt;/strong&gt; é o conjunto de saberes, costumes, tradições e expressões &lt;strong&gt;transmitidas de geração em geração por um grupo de pessoas&lt;/strong&gt;, à forma como essas pessoas encaram o mundo e interagem entre si.&lt;/p&gt;</description></item><item><title>Open Source Contributions - February 2023</title><link>https://avelino.run/foss/2023/02/</link><pubDate>Wed, 01 Feb 2023 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2023/02/</guid><description>&lt;p&gt;Explore the contributions made in February 2023, highlighting key activities across 9 repositories. This timeline showcases significant events including pull requests, reviews, and issues, reflecting the ongoing collaboration and innovation within the community.&lt;/p&gt;
&lt;h2 id="2023-02-26"&gt;2023-02-26&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/issues/4771"&gt;Investigate repositories with more than 1 year without update - 2023-02-26&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-02-24"&gt;2023-02-24&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/4760#pullrequestreview-1314126049"&gt;&amp;quot;Awesome-go&amp;quot; should be awesome!&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-02-19"&gt;2023-02-19&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/issues/4755"&gt;Investigate repositories with more than 1 year without update - 2023-02-19&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/benjypng/logseq-datenlp-plugin"&gt;benjypng/logseq-datenlp-plugin&lt;/a&gt;: &lt;a href="https://github.com/benjypng/logseq-datenlp-plugin/issues/33"&gt;shortcut on dates (alias)&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-02-12"&gt;2023-02-12&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/issues/4744"&gt;Investigate repositories with more than 1 year without update - 2023-02-12&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-02-07"&gt;2023-02-07&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/logseq/logseq"&gt;logseq/logseq&lt;/a&gt;: &lt;a href="https://github.com/logseq/logseq/issues/8537"&gt;Mobile UI config crash&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/jonesmelton/logseq-tufte-theme"&gt;jonesmelton/logseq-tufte-theme&lt;/a&gt;: &lt;a href="https://github.com/jonesmelton/logseq-tufte-theme/issues/2"&gt;option to customize the font&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-02-05"&gt;2023-02-05&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/issues/4732"&gt;Investigate repositories with more than 1 year without update - 2023-02-05&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-02-02"&gt;2023-02-02&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/yoyurec/logseq-awesome-ui"&gt;yoyurec/logseq-awesome-ui&lt;/a&gt;: &lt;a href="https://github.com/yoyurec/logseq-awesome-ui/pull/36"&gt;fixed position searchbox in page&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/vercel/hyper-site"&gt;vercel/hyper-site&lt;/a&gt;: &lt;a href="https://github.com/vercel/hyper-site/pull/288#pullrequestreview-1282012351"&gt;From npms to npmjs registry api&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/bots.clj.social"&gt;avelino/bots.clj.social&lt;/a&gt;: 6 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/bots.clj.social/commits?author=avelino&amp;amp;since=2023-02-01T00:00:00Z&amp;amp;until=2023-02-28T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/avelino.run"&gt;avelino/avelino.run&lt;/a&gt;: 3 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/avelino.run/commits?author=avelino&amp;amp;since=2023-02-01T00:00:00Z&amp;amp;until=2023-02-28T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/dotfiles"&gt;avelino/dotfiles&lt;/a&gt;: 2 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/dotfiles/commits?author=avelino&amp;amp;since=2023-02-01T00:00:00Z&amp;amp;until=2023-02-28T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 0 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Open Source Contributions - January 2023</title><link>https://avelino.run/foss/2023/01/</link><pubDate>Sun, 01 Jan 2023 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2023/01/</guid><description>&lt;p&gt;Explore the highlights of January 2023, where 17 repositories came together to achieve a total of 35 contributions. This timeline captures the collaborative spirit through pull requests, push events, and issue discussions that marked the month.&lt;/p&gt;
&lt;h2 id="2023-01-31"&gt;2023-01-31&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/yamadashy/slack-channels-grouping"&gt;yamadashy/slack-channels-grouping&lt;/a&gt;: &lt;a href="https://github.com/yamadashy/slack-channels-grouping/issues/32"&gt;it is not indenting correctly&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-01-29"&gt;2023-01-29&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/issues/4728"&gt;Investigate repositories with more than 1 year without update - 2023-01-29&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-01-25"&gt;2023-01-25&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/logseq/logseq"&gt;logseq/logseq&lt;/a&gt;: &lt;a href="https://github.com/logseq/logseq/issues/8435"&gt;some scheduled/deadline not complete clicking - not all&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-01-24"&gt;2023-01-24&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;💬 Reviewed PR in &lt;a href="https://github.com/terrastruct/d2"&gt;terrastruct/d2&lt;/a&gt;: &lt;a href="https://github.com/terrastruct/d2/pull/713#pullrequestreview-1267428412"&gt;Dockerfile: Add playwright support for rendering PNGs&lt;/a&gt; (Commented)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-01-23"&gt;2023-01-23&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/yoyurec/logseq-awesome-ui"&gt;yoyurec/logseq-awesome-ui&lt;/a&gt;: &lt;a href="https://github.com/yoyurec/logseq-awesome-ui/issues/33"&gt;search box not visible in &lt;code&gt;logseq/config.edn&lt;/code&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-01-22"&gt;2023-01-22&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/issues/4711"&gt;Investigate repositories with more than 1 year without update - 2023-01-22&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-01-19"&gt;2023-01-19&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/npgrosser/logseq-diagrams-as-code"&gt;npgrosser/logseq-diagrams-as-code&lt;/a&gt;: &lt;a href="https://github.com/npgrosser/logseq-diagrams-as-code/pull/17"&gt;List D2 in readme&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-01-16"&gt;2023-01-16&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/logseq/awesome-logseq"&gt;logseq/awesome-logseq&lt;/a&gt;: &lt;a href="https://github.com/logseq/awesome-logseq/pull/49"&gt;logseq doc new link&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-01-15"&gt;2023-01-15&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/761#pullrequestreview-1249202467"&gt;router: skip init&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/issues/4699"&gt;Investigate repositories with more than 1 year without update - 2023-01-15&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-01-13"&gt;2023-01-13&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/760"&gt;gh action/build: use docker login v2&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/4696"&gt;remove gocover.io&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-01-10"&gt;2023-01-10&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/logseq/logseq"&gt;logseq/logseq&lt;/a&gt;: &lt;a href="https://github.com/logseq/logseq/issues/8296"&gt;Linked references filter not show input field&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-01-09"&gt;2023-01-09&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/pull/86#pullrequestreview-1240863176"&gt;build(deps): bump actions/cache from 3.2.2 to 3.2.3&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/pull/87#pullrequestreview-1240862570"&gt;build(deps): bump actions/upload-artifact from 3.1.1 to 3.1.2&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-01-08"&gt;2023-01-08&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/issues/4680"&gt;Investigate repositories with more than 1 year without update - 2023-01-08&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-01-07"&gt;2023-01-07&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap"&gt;editor-bootstrap/vim-bootstrap&lt;/a&gt;: &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap/pull/427#pullrequestreview-1239698574"&gt;Add material theme&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/walsvid/logseq-emoji-picker-fork"&gt;walsvid/logseq-emoji-picker-fork&lt;/a&gt;: &lt;a href="https://github.com/walsvid/logseq-emoji-picker-fork/issues/3"&gt;support for &lt;code&gt;:emoji name:&lt;/code&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-01-06"&gt;2023-01-06&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/750#pullrequestreview-1238744474"&gt;Adds /_health endpoint for the service&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/dracula/emacs"&gt;dracula/emacs&lt;/a&gt;: &lt;a href="https://github.com/dracula/emacs/pull/97#pullrequestreview-1238894821"&gt;add bookmark-face for emacs@28.1+&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-01-05"&gt;2023-01-05&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/745#pullrequestreview-1237903790"&gt;Add return status code support for plugin functions&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/4599#pullrequestreview-1237669837"&gt;Added Keploy under mocks in Testing&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-01-03"&gt;2023-01-03&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/andorsk/d2-mode"&gt;andorsk/d2-mode&lt;/a&gt;: &lt;a href="https://github.com/andorsk/d2-mode/issues/36"&gt;d2lang syntax highlighting&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2023-01-02"&gt;2023-01-02&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/terrastruct/d2"&gt;terrastruct/d2&lt;/a&gt;: &lt;a href="https://github.com/terrastruct/d2/pull/595"&gt;docker: add ca-certificates package&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/terrastruct/d2"&gt;terrastruct/d2&lt;/a&gt;: &lt;a href="https://github.com/terrastruct/d2/issues/594"&gt;docker: playwright not installed &lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap"&gt;editor-bootstrap/vim-bootstrap&lt;/a&gt;: &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap/issues/426"&gt;neovim config in lua&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/avelino.run"&gt;avelino/avelino.run&lt;/a&gt;: 3 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/avelino.run/commits?author=avelino&amp;amp;since=2023-01-01T00:00:00Z&amp;amp;until=2023-01-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/moclojer/moclojer-app"&gt;moclojer/moclojer-app&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/moclojer/moclojer-app/commits?author=avelino&amp;amp;since=2023-01-01T00:00:00Z&amp;amp;until=2023-01-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/buserbrasil/podman-awscli"&gt;buserbrasil/podman-awscli&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/buserbrasil/podman-awscli/commits?author=avelino&amp;amp;since=2023-01-01T00:00:00Z&amp;amp;until=2023-01-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: 2 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/awesome-go/commits?author=avelino&amp;amp;since=2023-01-01T00:00:00Z&amp;amp;until=2023-01-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/bots.clj.social"&gt;avelino/bots.clj.social&lt;/a&gt;: 9 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/bots.clj.social/commits?author=avelino&amp;amp;since=2023-01-01T00:00:00Z&amp;amp;until=2023-01-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/npgrosser/logseq-diagrams-as-code"&gt;npgrosser/logseq-diagrams-as-code&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/npgrosser/logseq-diagrams-as-code/commits?author=avelino&amp;amp;since=2023-01-01T00:00:00Z&amp;amp;until=2023-01-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: 3 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/prest/prest/commits?author=avelino&amp;amp;since=2023-01-01T00:00:00Z&amp;amp;until=2023-01-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/terrastruct/d2"&gt;terrastruct/d2&lt;/a&gt;: 2 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/terrastruct/d2/commits?author=avelino&amp;amp;since=2023-01-01T00:00:00Z&amp;amp;until=2023-01-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/logseq/awesome-logseq"&gt;logseq/awesome-logseq&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/logseq/awesome-logseq/commits?author=avelino&amp;amp;since=2023-01-01T00:00:00Z&amp;amp;until=2023-01-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 0 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Open Source Contributions - December 2022</title><link>https://avelino.run/foss/2022/12/</link><pubDate>Thu, 01 Dec 2022 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2022/12/</guid><description>&lt;p&gt;Explore the timeline of contributions for December 2022, showcasing the collaborative efforts across 17 repositories. This month featured 27 events, including pull requests, reviews, and issues, reflecting the vibrant activity and engagement within the community.&lt;/p&gt;
&lt;h2 id="2022-12-29"&gt;2022-12-29&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/753#pullrequestreview-1232653548"&gt;Basic ltree query support&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/750#pullrequestreview-1232449211"&gt;Adds /_health endpoint for the service&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2022-12-28"&gt;2022-12-28&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap"&gt;editor-bootstrap/vim-bootstrap&lt;/a&gt;: &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap/pull/425#pullrequestreview-1231928332"&gt;Add new theme onedark&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2022-12-25"&gt;2022-12-25&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/issues/4662"&gt;Investigate repositories with more than 1 year without update - 2022-12-25&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2022-12-23"&gt;2022-12-23&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/npgrosser/logseq-diagrams-as-code"&gt;npgrosser/logseq-diagrams-as-code&lt;/a&gt;: &lt;a href="https://github.com/npgrosser/logseq-diagrams-as-code/issues/12"&gt;D2 lang support&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2022-12-22"&gt;2022-12-22&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/bots.clj.social"&gt;avelino/bots.clj.social&lt;/a&gt;: &lt;a href="https://github.com/avelino/bots.clj.social/pull/15"&gt;publishing status of the bots from &lt;code&gt;public&lt;/code&gt; to &lt;code&gt;unlisted&lt;/code&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/bots.clj.social"&gt;avelino/bots.clj.social&lt;/a&gt;: &lt;a href="https://github.com/avelino/bots.clj.social/issues/14"&gt;bot polluting the local server timeline&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2022-12-18"&gt;2022-12-18&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/issues/4650"&gt;Investigate repositories with more than 1 year without update - 2022-12-18&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2022-12-17"&gt;2022-12-17&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;💬 Reviewed PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/745#pullrequestreview-1221904813"&gt;Add return status code support for plugin functions&lt;/a&gt; (Commented)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/clintmod/macprefs"&gt;clintmod/macprefs&lt;/a&gt;: &lt;a href="https://github.com/clintmod/macprefs/issues/20"&gt;install via homebrew: env: python: No such file or directory&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2022-12-16"&gt;2022-12-16&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/748#pullrequestreview-1220810950"&gt;Adds new Exposure Middleware - creating the protection for /databases, /tables, and /schemas endpoints&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/cuducos/minha-receita"&gt;cuducos/minha-receita&lt;/a&gt;: &lt;a href="https://github.com/cuducos/minha-receita/pull/168#pullrequestreview-1221083611"&gt;Adiciona o pREST como uma possibilidade de API ao serviço&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/hugo-theme-sarah"&gt;avelino/hugo-theme-sarah&lt;/a&gt;: &lt;a href="https://github.com/avelino/hugo-theme-sarah/issues/82"&gt;Auto generate cover image to post &lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2022-12-15"&gt;2022-12-15&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/extractus/feed-extractor"&gt;extractus/feed-extractor&lt;/a&gt;: &lt;a href="https://github.com/extractus/feed-extractor/issues/72"&gt;Content type octet-stream support&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/racket/racket-lang-org"&gt;racket/racket-lang-org&lt;/a&gt;: &lt;a href="https://github.com/racket/racket-lang-org/issues/235"&gt;blog: rss/atom return content type octet-stream&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2022-12-11"&gt;2022-12-11&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/issues/4638"&gt;Investigate repositories with more than 1 year without update - 2022-12-11&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2022-12-09"&gt;2022-12-09&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/doomemacs/doomemacs"&gt;doomemacs/doomemacs&lt;/a&gt;: &lt;a href="https://github.com/doomemacs/doomemacs/pull/6988"&gt;nit(cli): typo, fixed warning msg native compilation param name&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2022-12-04"&gt;2022-12-04&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/issues/4632"&gt;Investigate repositories with more than 1 year without update - 2022-12-04&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/languagetool-org/languagetool"&gt;languagetool-org/languagetool&lt;/a&gt;: &lt;a href="https://github.com/languagetool-org/languagetool/issues/7521"&gt;[Feature Request] plugin for Logseq (a popular note-taking/PKM app)&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2022-12-01"&gt;2022-12-01&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/vipzhicheng/logseq-plugin-comment-block"&gt;vipzhicheng/logseq-plugin-comment-block&lt;/a&gt;: &lt;a href="https://github.com/vipzhicheng/logseq-plugin-comment-block/issues/12"&gt;&lt;code&gt;((null))&lt;/code&gt; block when in selection mode (non-insertion) &lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/bots.clj.social"&gt;avelino/bots.clj.social&lt;/a&gt;: 16 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/bots.clj.social/commits?author=avelino&amp;amp;since=2022-12-01T00:00:00Z&amp;amp;until=2022-12-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/dotfiles"&gt;avelino/dotfiles&lt;/a&gt;: 14 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/dotfiles/commits?author=avelino&amp;amp;since=2022-12-01T00:00:00Z&amp;amp;until=2022-12-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/avelino.run"&gt;avelino/avelino.run&lt;/a&gt;: 4 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/avelino.run/commits?author=avelino&amp;amp;since=2022-12-01T00:00:00Z&amp;amp;until=2022-12-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/cljam/careers"&gt;cljam/careers&lt;/a&gt;: 3 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/cljam/careers/commits?author=avelino&amp;amp;since=2022-12-01T00:00:00Z&amp;amp;until=2022-12-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/cljam/.github"&gt;cljam/.github&lt;/a&gt;: 2 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/cljam/.github/commits?author=avelino&amp;amp;since=2022-12-01T00:00:00Z&amp;amp;until=2022-12-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/cuducos/minha-receita"&gt;cuducos/minha-receita&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/cuducos/minha-receita/commits?author=avelino&amp;amp;since=2022-12-01T00:00:00Z&amp;amp;until=2022-12-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/prest/prest/commits?author=avelino&amp;amp;since=2022-12-01T00:00:00Z&amp;amp;until=2022-12-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 0 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Open Source Contributions - November 2022</title><link>https://avelino.run/foss/2022/11/</link><pubDate>Tue, 01 Nov 2022 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2022/11/</guid><description>&lt;p&gt;Explore the contributions made in November 2022 across 20 repositories, showcasing a total of 52 activities. This timeline highlights the collaborative efforts, including pull requests, reviews, and issues that shaped the month.&lt;/p&gt;
&lt;h2 id="2022-11-30"&gt;2022-11-30&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/bots.clj.social"&gt;avelino/bots.clj.social&lt;/a&gt;: &lt;a href="https://github.com/avelino/bots.clj.social/pull/8"&gt;rollback after toot create&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2022-11-29"&gt;2022-11-29&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/pull/78#pullrequestreview-1197391357"&gt;build(deps): bump docker/login-action from 1 to 2&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/pull/80#pullrequestreview-1197390619"&gt;build(deps): bump actions/cache from 3.0.4 to 3.0.11&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/pull/81#pullrequestreview-1197389608"&gt;build(deps): bump actions/upload-artifact from 3.1.0 to 3.1.1&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/pull/79#pullrequestreview-1197388168"&gt;build(deps): bump actions/checkout from 2 to 3&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/pull/77#pullrequestreview-1197387182"&gt;build(deps): bump graalvm/setup-graalvm from 1.0.6 to 1.0.9&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/bots.clj.social"&gt;avelino/bots.clj.social&lt;/a&gt;: &lt;a href="https://github.com/avelino/bots.clj.social/pull/7#pullrequestreview-1197479352"&gt;Bump nbb from 1.1.149 to 1.1.150&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/bots.clj.social"&gt;avelino/bots.clj.social&lt;/a&gt;: &lt;a href="https://github.com/avelino/bots.clj.social/pull/6#pullrequestreview-1197478928"&gt;Bump masto from 4.6.8 to 4.7.0&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/cuducos/minha-receita"&gt;cuducos/minha-receita&lt;/a&gt;: &lt;a href="https://github.com/cuducos/minha-receita/issues/167"&gt;Usar pREST para expor banco de dados como API REST&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2022-11-28"&gt;2022-11-28&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/bots.clj.social"&gt;avelino/bots.clj.social&lt;/a&gt;: &lt;a href="https://github.com/avelino/bots.clj.social/pull/5"&gt;redis/key: change key from url to hash&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2022-11-27"&gt;2022-11-27&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/issues/4617"&gt;Investigate repositories with more than 1 year without update - 2022-11-27&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2022-11-26"&gt;2022-11-26&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/bots.clj.social"&gt;avelino/bots.clj.social&lt;/a&gt;: &lt;a href="https://github.com/avelino/bots.clj.social/pull/4"&gt;organize action steps and names&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/bots.clj.social"&gt;avelino/bots.clj.social&lt;/a&gt;: &lt;a href="https://github.com/avelino/bots.clj.social/pull/3"&gt;restructure packages&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2022-11-25"&gt;2022-11-25&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/bots.clj.social"&gt;avelino/bots.clj.social&lt;/a&gt;: &lt;a href="https://github.com/avelino/bots.clj.social/pull/2"&gt;fixed redis disconnection&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/pull/76#pullrequestreview-1193724825"&gt;Fixes docker command and some English readability.&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2022-11-24"&gt;2022-11-24&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/babashka/sci.configs"&gt;babashka/sci.configs&lt;/a&gt;: &lt;a href="https://github.com/babashka/sci.configs/pull/16"&gt;WIP: promesa: add &lt;code&gt;done?&lt;/code&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/sci.configs"&gt;avelino/sci.configs&lt;/a&gt;: &lt;a href="https://github.com/avelino/sci.configs/pull/1"&gt;Avelino/promesa doneask&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2022-11-23"&gt;2022-11-23&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/babashka/nbb"&gt;babashka/nbb&lt;/a&gt;: &lt;a href="https://github.com/babashka/nbb/pull/284"&gt;Update sci.config, add promesa future&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/renatolond/mastodon-twitter-poster"&gt;renatolond/mastodon-twitter-poster&lt;/a&gt;: &lt;a href="https://github.com/renatolond/mastodon-twitter-poster/issues/884"&gt;username overwriting from one network to another (mastodon &amp;lt;&amp;gt; twitter)&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2022-11-22"&gt;2022-11-22&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/babashka/nbb"&gt;babashka/nbb&lt;/a&gt;: &lt;a href="https://github.com/babashka/nbb/pull/283"&gt;add redis example&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/ghoseb/planet.clojure"&gt;ghoseb/planet.clojure&lt;/a&gt;: &lt;a href="https://github.com/ghoseb/planet.clojure/pull/342"&gt;add avelino.run clojure tag feed&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/babashka/babashka"&gt;babashka/babashka&lt;/a&gt;: &lt;a href="https://github.com/babashka/babashka/issues/1425"&gt;error working with dependencies clojure (bb.edn) at borkdude.deps$_main.invokeStatic(deps.clj:805)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/babashka/sci.configs"&gt;babashka/sci.configs&lt;/a&gt;: &lt;a href="https://github.com/babashka/sci.configs/issues/14"&gt;run test environment on github actions&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2022-11-21"&gt;2022-11-21&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/babashka/sci.configs"&gt;babashka/sci.configs&lt;/a&gt;: &lt;a href="https://github.com/babashka/sci.configs/pull/13"&gt;add promesa/future in namespace&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/babashka/nbb"&gt;babashka/nbb&lt;/a&gt;: &lt;a href="https://github.com/babashka/nbb/issues/282"&gt;Could not resolve symbol: p/future&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2022-11-20"&gt;2022-11-20&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/bots.clj.social"&gt;avelino/bots.clj.social&lt;/a&gt;: &lt;a href="https://github.com/avelino/bots.clj.social/pull/1"&gt;Create LICENSE&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/issues/4607"&gt;Investigate repositories with more than 1 year without update - 2022-11-20&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2022-11-18"&gt;2022-11-18&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/clojure/clojure-site"&gt;clojure/clojure-site&lt;/a&gt;: &lt;a href="https://github.com/clojure/clojure-site/pull/618"&gt;add clojure community on fediverse&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/metabolist/metatext"&gt;metabolist/metatext&lt;/a&gt;: &lt;a href="https://github.com/metabolist/metatext/issues/193"&gt;Gif (giphy) support &lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/metabolist/metatext"&gt;metabolist/metatext&lt;/a&gt;: &lt;a href="https://github.com/metabolist/metatext/issues/192"&gt;Edit toot support&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2022-11-15"&gt;2022-11-15&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/pixelfed/pixelfed"&gt;pixelfed/pixelfed&lt;/a&gt;: &lt;a href="https://github.com/pixelfed/pixelfed/issues/3777"&gt;UX: Double click on home icon scroll to top&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/pixelfed/pixelfed"&gt;pixelfed/pixelfed&lt;/a&gt;: &lt;a href="https://github.com/pixelfed/pixelfed/issues/3776"&gt;UX: Double click on the image, give heart&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2022-11-14"&gt;2022-11-14&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/740#pullrequestreview-1179173530"&gt;Adds new support for JSONB Objects and Lists&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2022-11-13"&gt;2022-11-13&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/issues/4600"&gt;Investigate repositories with more than 1 year without update - 2022-11-13&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2022-11-12"&gt;2022-11-12&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/fediblock/fediblock"&gt;fediblock/fediblock&lt;/a&gt;: &lt;a href="https://github.com/fediblock/fediblock/pull/1"&gt;Add clj.social&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2022-11-08"&gt;2022-11-08&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/prest/doc-template"&gt;prest/doc-template&lt;/a&gt;: &lt;a href="https://github.com/prest/doc-template/pull/45"&gt;set postgres minimal version to 9.5&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/735"&gt;set postgres minimal version to 9.5&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2022-11-07"&gt;2022-11-07&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/733#pullrequestreview-1170515050"&gt;Change JSON_AGG to JSONB_AGG, enabling better performance on the DBMS&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2022-11-06"&gt;2022-11-06&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/issues/4593"&gt;Investigate repositories with more than 1 year without update - 2022-11-06&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/pixelfed/pixelfed"&gt;pixelfed/pixelfed&lt;/a&gt;: &lt;a href="https://github.com/pixelfed/pixelfed/issues/3724"&gt;Pixelfed and Instagram sync&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/pixelfed/mobile-app"&gt;pixelfed/mobile-app&lt;/a&gt;: &lt;a href="https://github.com/pixelfed/mobile-app/issues/31"&gt;Source code, will it be open source?&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/about.clj.social"&gt;avelino/about.clj.social&lt;/a&gt;: 8 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/about.clj.social/commits?author=avelino&amp;amp;since=2022-11-01T00:00:00Z&amp;amp;until=2022-11-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/dotfiles"&gt;avelino/dotfiles&lt;/a&gt;: 11 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/dotfiles/commits?author=avelino&amp;amp;since=2022-11-01T00:00:00Z&amp;amp;until=2022-11-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: 2 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/moclojer/moclojer/commits?author=avelino&amp;amp;since=2022-11-01T00:00:00Z&amp;amp;until=2022-11-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/babashka/nbb"&gt;babashka/nbb&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/babashka/nbb/commits?author=avelino&amp;amp;since=2022-11-01T00:00:00Z&amp;amp;until=2022-11-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/clojure/clojure-site"&gt;clojure/clojure-site&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/clojure/clojure-site/commits?author=avelino&amp;amp;since=2022-11-01T00:00:00Z&amp;amp;until=2022-11-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/babashka/sci.configs"&gt;babashka/sci.configs&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/babashka/sci.configs/commits?author=avelino&amp;amp;since=2022-11-01T00:00:00Z&amp;amp;until=2022-11-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/avelino"&gt;avelino/avelino&lt;/a&gt;: 3 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/avelino/commits?author=avelino&amp;amp;since=2022-11-01T00:00:00Z&amp;amp;until=2022-11-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/ghoseb/planet.clojure"&gt;ghoseb/planet.clojure&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/ghoseb/planet.clojure/commits?author=avelino&amp;amp;since=2022-11-01T00:00:00Z&amp;amp;until=2022-11-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/bots.clj.social"&gt;avelino/bots.clj.social&lt;/a&gt;: 47 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/bots.clj.social/commits?author=avelino&amp;amp;since=2022-11-01T00:00:00Z&amp;amp;until=2022-11-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/prest/prest/commits?author=avelino&amp;amp;since=2022-11-01T00:00:00Z&amp;amp;until=2022-11-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/prest/doc-template"&gt;prest/doc-template&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/prest/doc-template/commits?author=avelino&amp;amp;since=2022-11-01T00:00:00Z&amp;amp;until=2022-11-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 0 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Open Source Contributions - October 2022</title><link>https://avelino.run/foss/2022/10/</link><pubDate>Sat, 01 Oct 2022 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2022/10/</guid><description>&lt;p&gt;Explore the timeline of contributions for October 2022, where developers engaged in key activities across multiple repositories. This month highlighted a diverse range of contributions, from push events to active issue tracking, reflecting a vibrant development community.&lt;/p&gt;
&lt;h2 id="2022-10-30"&gt;2022-10-30&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/issues/4583"&gt;Investigate repositories with more than 1 year without update - 2022-10-30&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2022-10-29"&gt;2022-10-29&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/pull/75"&gt;isolating openapi into smaller functions&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2022-10-24"&gt;2022-10-24&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/pull/74"&gt;Create CODE_OF_CONDUCT.md&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/issues/73"&gt;Documentation: structure page on how to use moclojer with files exported from OpenAPI&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2022-10-23"&gt;2022-10-23&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/pull/72"&gt;Isolating the code that creates routers&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/CDIGlobalTrack/rxdjango"&gt;CDIGlobalTrack/rxdjango&lt;/a&gt;: &lt;a href="https://github.com/CDIGlobalTrack/rxdjango/pull/2"&gt;Proposed refactoring by sourcery&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/CDIGlobalTrack/rxdjango"&gt;CDIGlobalTrack/rxdjango&lt;/a&gt;: &lt;a href="https://github.com/CDIGlobalTrack/rxdjango/pull/1"&gt;Python syntax highlight in readme example&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/issues/4574"&gt;Investigate repositories with more than 1 year without update - 2022-10-23&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/issues/71"&gt;Build/make dynamic pedestal router&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2022-10-22"&gt;2022-10-22&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/alstr/todo-to-issue-action"&gt;alstr/todo-to-issue-action&lt;/a&gt;: &lt;a href="https://github.com/alstr/todo-to-issue-action/pull/131"&gt;clojure: add support&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/alstr/todo-to-issue-action"&gt;alstr/todo-to-issue-action&lt;/a&gt;: &lt;a href="https://github.com/alstr/todo-to-issue-action/issues/132"&gt;Github Action run unittest&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2022-10-21"&gt;2022-10-21&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/alstr/todo-to-issue-action"&gt;alstr/todo-to-issue-action&lt;/a&gt;: &lt;a href="https://github.com/alstr/todo-to-issue-action/issues/129"&gt;Clojure (lisp dialects support)&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2022-10-19"&gt;2022-10-19&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/pull/70"&gt;openapi spec: remove git submodule&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/issues/69"&gt;Remove git submodule dependence (openapi spec)&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2022-10-18"&gt;2022-10-18&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/4558"&gt;Remove stale action&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/4557#pullrequestreview-1145522692"&gt;Add golang.dk to list of websites&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2022-10-16"&gt;2022-10-16&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/issues/4548"&gt;Investigate repositories with more than 1 year without update - 2022-10-16&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2022-10-10"&gt;2022-10-10&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/raphamorim/rio"&gt;raphamorim/rio&lt;/a&gt;: &lt;a href="https://github.com/raphamorim/rio/pull/5"&gt;readme content&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2022-10-09"&gt;2022-10-09&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/issues/4520"&gt;Investigate repositories with more than 1 year without update - 2022-10-09&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2022-10-08"&gt;2022-10-08&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/pull/68"&gt;jetty/server: set ::http/host with env host&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/issues/67"&gt;Running inside docker in http server is not publicly exposed&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2022-10-07"&gt;2022-10-07&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/allisson/fastqueue"&gt;allisson/fastqueue&lt;/a&gt;: &lt;a href="https://github.com/allisson/fastqueue/issues/30"&gt;Postgres Notify&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2022-10-02"&gt;2022-10-02&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/issues/4476"&gt;Investigate repositories with more than 1 year without update - 2022-10-02&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/dotfiles"&gt;avelino/dotfiles&lt;/a&gt;: 15 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/dotfiles/commits?author=avelino&amp;amp;since=2022-10-01T00:00:00Z&amp;amp;until=2022-10-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: 12 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/moclojer/moclojer/commits?author=avelino&amp;amp;since=2022-10-01T00:00:00Z&amp;amp;until=2022-10-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/CDIGlobalTrack/rxdjango"&gt;CDIGlobalTrack/rxdjango&lt;/a&gt;: 2 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/CDIGlobalTrack/rxdjango/commits?author=avelino&amp;amp;since=2022-10-01T00:00:00Z&amp;amp;until=2022-10-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: 2 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/awesome-go/commits?author=avelino&amp;amp;since=2022-10-01T00:00:00Z&amp;amp;until=2022-10-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/alstr/todo-to-issue-action"&gt;alstr/todo-to-issue-action&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/alstr/todo-to-issue-action/commits?author=avelino&amp;amp;since=2022-10-01T00:00:00Z&amp;amp;until=2022-10-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/raphamorim/rio"&gt;raphamorim/rio&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/raphamorim/rio/commits?author=avelino&amp;amp;since=2022-10-01T00:00:00Z&amp;amp;until=2022-10-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/cljam/.github"&gt;cljam/.github&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/cljam/.github/commits?author=avelino&amp;amp;since=2022-10-01T00:00:00Z&amp;amp;until=2022-10-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 0 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Open Source Contributions - September 2022</title><link>https://avelino.run/foss/2022/09/</link><pubDate>Thu, 01 Sep 2022 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2022/09/</guid><description>&lt;p&gt;Welcome to the September 2022 contributions timeline. This month was marked by a vibrant collaboration across 12 repositories, showcasing a total of 27 contributions. With 7 pull requests opened, 10 issues reported, and 3 pull request reviews conducted, the community made significant strides in enhancing software projects. Explore the details of each contribution to understand the impact of collaborative efforts this month.&lt;/p&gt;
&lt;h2 id="2022-09-29"&gt;2022-09-29&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/pull/65#pullrequestreview-1125887351"&gt;Adds Command Line Interface&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2022-09-25"&gt;2022-09-25&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/vercel/hyper-site"&gt;vercel/hyper-site&lt;/a&gt;: &lt;a href="https://github.com/vercel/hyper-site/pull/281"&gt;Add theme monotropic coffee&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/pull/61#pullrequestreview-1119411212"&gt;Adds manual install script like babashka&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/issues/4456"&gt;Investigate repositories with more than 1 year without update - 2022-09-25&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2022-09-18"&gt;2022-09-18&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/clojure/tools.build"&gt;clojure/tools.build&lt;/a&gt;: &lt;a href="https://github.com/clojure/tools.build/pull/1"&gt;upgrade clj-kondo to 2022.09.08&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/issues/4441"&gt;Investigate repositories with more than 1 year without update - 2022-09-18&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2022-09-17"&gt;2022-09-17&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/pull/60"&gt;better describe the code documentation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/railwaycat/homebrew-emacsmacport"&gt;railwaycat/homebrew-emacsmacport&lt;/a&gt;: &lt;a href="https://github.com/railwaycat/homebrew-emacsmacport/pull/306#pullrequestreview-1111448516"&gt;Update option &lt;code&gt;native-comp&lt;/code&gt; to &lt;code&gt;native-compilation&lt;/code&gt;&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2022-09-16"&gt;2022-09-16&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/pull/59"&gt;devcontainer support&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/issues/58"&gt;clojure devcontainer support&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2022-09-11"&gt;2022-09-11&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/issues/4424"&gt;Investigate repositories with more than 1 year without update - 2022-09-11&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2022-09-08"&gt;2022-09-08&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/wilkerlucio/pathom3"&gt;wilkerlucio/pathom3&lt;/a&gt;: &lt;a href="https://github.com/wilkerlucio/pathom3/issues/155"&gt;FAIL in (run-graph!-batch-test) (runner_test.cljc:2003)&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2022-09-07"&gt;2022-09-07&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/moclojer/moclojer-app"&gt;moclojer/moclojer-app&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer-app/pull/1"&gt;doc: how to prepare the development environment&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2022-09-05"&gt;2022-09-05&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/cadu-leite/pgsrchcorrupt"&gt;cadu-leite/pgsrchcorrupt&lt;/a&gt;: &lt;a href="https://github.com/cadu-leite/pgsrchcorrupt/issues/4"&gt;unit test to validate script functioning&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2022-09-04"&gt;2022-09-04&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/pull/56"&gt;config: try File Not Found&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/pull/55"&gt;fix docker repository&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/issues/4414"&gt;Investigate repositories with more than 1 year without update - 2022-09-04&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/issues/57"&gt;action/release: Zipped Artifact Downloads&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/issues/54"&gt;docker image problem &lt;code&gt;ghcr.io/avelino/moclojer:latest&lt;/code&gt; java exec format error&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/issues/53"&gt;when the configuration file does not exist it gives an error&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: 31 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/moclojer/moclojer/commits?author=avelino&amp;amp;since=2022-09-01T00:00:00Z&amp;amp;until=2022-09-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/dotfiles"&gt;avelino/dotfiles&lt;/a&gt;: 12 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/dotfiles/commits?author=avelino&amp;amp;since=2022-09-01T00:00:00Z&amp;amp;until=2022-09-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/moclojer/moclojer-app"&gt;moclojer/moclojer-app&lt;/a&gt;: 6 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/moclojer/moclojer-app/commits?author=avelino&amp;amp;since=2022-09-01T00:00:00Z&amp;amp;until=2022-09-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/hyper-monotropic-coffee"&gt;avelino/hyper-monotropic-coffee&lt;/a&gt;: 3 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/hyper-monotropic-coffee/commits?author=avelino&amp;amp;since=2022-09-01T00:00:00Z&amp;amp;until=2022-09-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/cljam/.github"&gt;cljam/.github&lt;/a&gt;: 2 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/cljam/.github/commits?author=avelino&amp;amp;since=2022-09-01T00:00:00Z&amp;amp;until=2022-09-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/avelino"&gt;avelino/avelino&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/avelino/commits?author=avelino&amp;amp;since=2022-09-01T00:00:00Z&amp;amp;until=2022-09-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/awesome-go/commits?author=avelino&amp;amp;since=2022-09-01T00:00:00Z&amp;amp;until=2022-09-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 0 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Pessoas desenvolvedoras com pensamento de produto - Engenharia de Produto</title><link>https://avelino.run/pessoas-desenvolvedoras-com-pensamento-de-produto-engenharia-de-produto/</link><pubDate>Thu, 11 Aug 2022 00:00:00 +0000</pubDate><guid>https://avelino.run/pessoas-desenvolvedoras-com-pensamento-de-produto-engenharia-de-produto/</guid><description>&lt;p&gt;&lt;img src="https://avelino.run/blog/buser-pessoas-desenvolvedoras-com-pensamento-de-produto-engenharia-de-produto.png" alt="Pessoas desenvolvedoras com pensamento de produto - Engenharia de Produto"&gt;&lt;/p&gt;
&lt;p&gt;A cada dia que passa é mais comum as empresas querer puxar as pessoas desenvolvedoras para área de negócio, por outro lado, as pessoas desenvolvedoras não querem ir para área de negócio.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Acho meio logico&lt;/em&gt; o porquê as pessoas desenvolvedoras não querem ir para área de negócio, ela estudou (esta estudando) alguma área relacionada com computação, se ela de fato quisesse ir para área de “negocio” provavelmente ela não teria feito computação.&lt;/p&gt;</description></item><item><title>Open Source Contributions - August 2022</title><link>https://avelino.run/foss/2022/08/</link><pubDate>Mon, 01 Aug 2022 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2022/08/</guid><description>&lt;p&gt;This timeline highlights the key contributions made in August 2022, showcasing a total of 11 activities across 5 repositories. With a focus on issue tracking and code enhancements, the month reflects a commitment to improving software quality and community collaboration.&lt;/p&gt;
&lt;h2 id="2022-08-31"&gt;2022-08-31&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/4408#pullrequestreview-1091975858"&gt;Optimize markdown parsing&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2022-08-28"&gt;2022-08-28&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/issues/4403"&gt;Investigate repositories with more than 1 year without update - 2022-08-28&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2022-08-21"&gt;2022-08-21&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/issues/4390"&gt;Investigate repositories with more than 1 year without update - 2022-08-21&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2022-08-17"&gt;2022-08-17&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/yamadashy/slack-channels-grouping"&gt;yamadashy/slack-channels-grouping&lt;/a&gt;: &lt;a href="https://github.com/yamadashy/slack-channels-grouping/issues/27"&gt;safari support&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2022-08-15"&gt;2022-08-15&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/monotropic-theme-vscode"&gt;avelino/monotropic-theme-vscode&lt;/a&gt;: &lt;a href="https://github.com/avelino/monotropic-theme-vscode/pull/18"&gt;fixed tag monochorme to monochrome&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2022-08-14"&gt;2022-08-14&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/issues/4376"&gt;Investigate repositories with more than 1 year without update - 2022-08-14&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2022-08-12"&gt;2022-08-12&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/issues/714"&gt;how to use ssl certificate in prestd on web protocol - write documentation&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2022-08-07"&gt;2022-08-07&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/issues/4367"&gt;Investigate repositories with more than 1 year without update - 2022-08-07&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/avelino.run"&gt;avelino/avelino.run&lt;/a&gt;: 4 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/avelino.run/commits?author=avelino&amp;amp;since=2022-08-01T00:00:00Z&amp;amp;until=2022-08-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/monotropic-theme-vscode"&gt;avelino/monotropic-theme-vscode&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/monotropic-theme-vscode/commits?author=avelino&amp;amp;since=2022-08-01T00:00:00Z&amp;amp;until=2022-08-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/prest/prest/commits?author=avelino&amp;amp;since=2022-08-01T00:00:00Z&amp;amp;until=2022-08-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 0 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Open Source Contributions - July 2022</title><link>https://avelino.run/foss/2022/07/</link><pubDate>Fri, 01 Jul 2022 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2022/07/</guid><description>&lt;p&gt;In July 2022, the development activity was marked by significant contributions across two repositories. This timeline outlines the key events, including the opening of five issues aimed at investigating repositories inactive for over a year, alongside a notable push event. Explore the details of each contribution to understand the ongoing efforts in maintaining and improving the projects.&lt;/p&gt;
&lt;h2 id="2022-07-31"&gt;2022-07-31&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/issues/4352"&gt;Investigate repositories with more than 1 year without update - 2022-07-31&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2022-07-24"&gt;2022-07-24&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/issues/4340"&gt;Investigate repositories with more than 1 year without update - 2022-07-24&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2022-07-17"&gt;2022-07-17&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/issues/4331"&gt;Investigate repositories with more than 1 year without update - 2022-07-17&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2022-07-10"&gt;2022-07-10&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/issues/4321"&gt;Investigate repositories with more than 1 year without update - 2022-07-10&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2022-07-03"&gt;2022-07-03&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/issues/4310"&gt;Investigate repositories with more than 1 year without update - 2022-07-03&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/avelino.run"&gt;avelino/avelino.run&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/avelino.run/commits?author=avelino&amp;amp;since=2022-07-01T00:00:00Z&amp;amp;until=2022-07-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 0 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Gerentes: não ocupem cada minuto de suas agendas, deixem um espaço para reais imprevistos</title><link>https://avelino.run/gerentes-nao-ocupem-cada-minuto-de-suas-agendas-deixem-um-espaco-para-reais-imprevistos/</link><pubDate>Wed, 29 Jun 2022 00:00:00 +0000</pubDate><guid>https://avelino.run/gerentes-nao-ocupem-cada-minuto-de-suas-agendas-deixem-um-espaco-para-reais-imprevistos/</guid><description>&lt;p&gt;A demanda por tempo de um gerente são infinitas e às vezes parece que você é demandado por todas as direções ao mesmo tempo. Provavelmente isso dificulta o foco e habilidade de ter visibilidade dos problemas futuros. Nesse blogpost conversaremos como limitar as pessoas exigirem mais do seu tempo e provavelmente fazer mais com menos.&lt;/p&gt;
&lt;h2 id="contextualizando"&gt;Contextualizando&lt;/h2&gt;
&lt;p&gt;Uma das primeiras coisas que aprendi como gerente foi que se eu não reservar um horário na minha agenda para almoço, provavelmente não almoçaria naquele dia. Quando era engenheiro eu pensava que sabia o que significava ter muitas reuniões, mas minha promoção trouxe muitas pessoas querendo falar comigo e elas raramente pensavam se eu já teria almoçado ou não — as pessoas querem resolver os seus problemas e reunião é uma forma delas resolver, cuidar da nossa saúde deve ser nossa responsabilidade não de outras pessoas.&lt;/p&gt;</description></item><item><title>Palestra: Uma carreira profissional baseada em Open Source - Engenharia de Software</title><link>https://avelino.run/palestra-uma-carreira-profissional-baseada-em-open-source-engenharia-de-software/</link><pubDate>Fri, 17 Jun 2022 00:00:00 +0000</pubDate><guid>https://avelino.run/palestra-uma-carreira-profissional-baseada-em-open-source-engenharia-de-software/</guid><description>&lt;p&gt;&lt;img src="https://avelino.run/blog/avelino-palestra-cpgoias2-2022.jpg#center" alt="Thiago Avelino palestrando sobre como faz para guiar sua carreira profissional com open source"&gt;&lt;/p&gt;
&lt;p&gt;Nessa palestra falo como faço para guiar minha carreira profissional contribuindo com projetos Open Source — já contribuiu com o core da linguagem Go, MongoDB, Riak, Django, ReactiveX e muitos outros projetos.&lt;/p&gt;
&lt;p&gt;A quem acredite que viver financeiramente de Open Source não é possível, mostro como fiz até hoje que doação não é a única opção, mas infelizmente é a primeira opção que vem a mente na maioria das pessoas.&lt;/p&gt;</description></item><item><title>Do querer fazer parte a CTO</title><link>https://avelino.run/do-querer-fazer-parte-a-cto/</link><pubDate>Thu, 02 Jun 2022 00:00:00 +0000</pubDate><guid>https://avelino.run/do-querer-fazer-parte-a-cto/</guid><description>&lt;p&gt;&lt;img src="https://avelino.run/blog/avelino-tony-buser.jpg#center" alt="Do querer fazer parte a CTO"&gt;&lt;/p&gt;
&lt;p&gt;Após ver a iniciativa que a &lt;a href="https://www.linkedin.com/company/buserbrasil/"&gt;Buser&lt;/a&gt; teve de formar pessoas em casa com o programa &lt;a href="https://blog.buser.com.br/novidades/buser-lanca-programa-capacitacao-profissionais-tecnologia/"&gt;Buser Tech&lt;/a&gt;, eu quis me aproximar deles de alguma forma — não sabia como nem o que fazer, mas queria fazer parte da &lt;strong&gt;&amp;quot;festa&amp;quot;&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;Ajudei muitas pessoas engenheiras evoluírem profissionalmente (mesmo que seja 0,001%), mas nunca formei ninguém do zero e senti estar no momento de aprender com quem está fazendo isso há alguns anos.&lt;/p&gt;</description></item><item><title>Open Source Contributions - June 2022</title><link>https://avelino.run/foss/2022/06/</link><pubDate>Wed, 01 Jun 2022 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2022/06/</guid><description>&lt;p&gt;In June 2022, the development landscape was vibrant with notable contributions across multiple repositories. A total of 10 activities were recorded, including 6 pushes, 5 newly opened issues focusing on long-term repository updates, and 2 reviews on pull requests. This timeline captures the ongoing efforts and collaborative spirit within the community during this month.&lt;/p&gt;
&lt;h2 id="2022-06-30"&gt;2022-06-30&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/4279#pullrequestreview-1024874931"&gt;Add sake to Other Software&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2022-06-26"&gt;2022-06-26&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/issues/4301"&gt;Investigate repositories with more than 1 year without update - 2022-06-26&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2022-06-23"&gt;2022-06-23&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/github/gitignore"&gt;github/gitignore&lt;/a&gt;: &lt;a href="https://github.com/github/gitignore/pull/4081#pullrequestreview-1016891035"&gt;Ignore go.work.sum&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2022-06-19"&gt;2022-06-19&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/issues/4288"&gt;Investigate repositories with more than 1 year without update - 2022-06-19&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2022-06-12"&gt;2022-06-12&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/issues/4272"&gt;Investigate repositories with more than 1 year without update - 2022-06-12&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2022-06-11"&gt;2022-06-11&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/businho/django-connexion"&gt;businho/django-connexion&lt;/a&gt;: &lt;a href="https://github.com/businho/django-connexion/issues/9"&gt;Suporte a upload de arquivo&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2022-06-05"&gt;2022-06-05&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/issues/4255"&gt;Investigate repositories with more than 1 year without update - 2022-06-05&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/avelino.run"&gt;avelino/avelino.run&lt;/a&gt;: 6 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/avelino.run/commits?author=avelino&amp;amp;since=2022-06-01T00:00:00Z&amp;amp;until=2022-06-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/oss-news"&gt;avelino/oss-news&lt;/a&gt;: 2 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/oss-news/commits?author=avelino&amp;amp;since=2022-06-01T00:00:00Z&amp;amp;until=2022-06-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/avelino"&gt;avelino/avelino&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/avelino/commits?author=avelino&amp;amp;since=2022-06-01T00:00:00Z&amp;amp;until=2022-06-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 0 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Texto é a forma mais eficiente de escalar sua comunicação</title><link>https://avelino.run/text-e-a-forma-mais-eficiente-de-escalar-sua-comunicacao/</link><pubDate>Thu, 12 May 2022 00:00:00 +0000</pubDate><guid>https://avelino.run/text-e-a-forma-mais-eficiente-de-escalar-sua-comunicacao/</guid><description>&lt;p&gt;&lt;img src="https://avelino.run/blog/text-e-a-forma-mais-eficiente-de-escalar-sua-comunicacao.jpeg" alt="Texto é a forma mais eficiente de escalar sua comunicação"&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;É comum trocar essa falta de texto por call, nos enganando achando que é mais rápido, o grande problema é que dessa forma fazemos N call para tentar deixar todas as pessoas por dentro do assunto.
Deixando a solução &amp;quot;mais rápida&amp;quot; menos eficaz drenando mais tempo do que escrever um bom texto passando contexto para as pessoas envolvidas&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Com a aceleração do trabalho remoto muitas empresas acaba criando uma rotina insana de calls (provavelmente causada pela pandemia), se você olha a agenda dessas pessoas tem um call apos o outro sem ter tempo de planejar o que será discutido e processar o que foi discutido no call anterior porque está atrasado para o próximo call - isso pode piorar, em muitas reuniões não praticamos escuta ativa por ter outros assuntos na cabeça e não ter se preparado para reunião.&lt;/p&gt;</description></item><item><title>Open Source Contributions - May 2022</title><link>https://avelino.run/foss/2022/05/</link><pubDate>Sun, 01 May 2022 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2022/05/</guid><description>&lt;p&gt;Explore the timeline of contributions for May 2022, highlighting key activities including 12 pull requests, 8 issues, and notable push events across 13 repositories. This month reflects a strong collaborative effort, enhancing various projects and driving innovation.&lt;/p&gt;
&lt;h2 id="2022-05-29"&gt;2022-05-29&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/issues/4237"&gt;Investigate repositories with more than 1 year without update - 2022-05-29&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2022-05-27"&gt;2022-05-27&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/dracula/mailspring"&gt;dracula/mailspring&lt;/a&gt;: &lt;a href="https://github.com/dracula/mailspring/pull/14#pullrequestreview-987266861"&gt;Update install instructions&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2022-05-24"&gt;2022-05-24&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/bottlepy/bottle"&gt;bottlepy/bottle&lt;/a&gt;: &lt;a href="https://github.com/bottlepy/bottle/pull/1370#pullrequestreview-982851132"&gt;Add an optional redirect(cache=sec) argument&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/Tensegritics/ClojureDart"&gt;Tensegritics/ClojureDart&lt;/a&gt;: &lt;a href="https://github.com/Tensegritics/ClojureDart/issues/90"&gt;pubspec.yaml in cljd.edn: unify configuration file&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2022-05-23"&gt;2022-05-23&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/moclojer/clj-workos"&gt;moclojer/clj-workos&lt;/a&gt;: &lt;a href="https://github.com/moclojer/clj-workos/pull/1"&gt;workos 2.1.4 lib&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2022-05-22"&gt;2022-05-22&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/monotropic-theme-vscode"&gt;avelino/monotropic-theme-vscode&lt;/a&gt;: &lt;a href="https://github.com/avelino/monotropic-theme-vscode/pull/15"&gt;unit tests to validate the functions&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/issues/4230"&gt;Investigate repositories with more than 1 year without update - 2022-05-22&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2022-05-21"&gt;2022-05-21&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/monotropic-theme-vscode"&gt;avelino/monotropic-theme-vscode&lt;/a&gt;: &lt;a href="https://github.com/avelino/monotropic-theme-vscode/pull/14"&gt;use nbb main function&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/monotropic-theme-vscode"&gt;avelino/monotropic-theme-vscode&lt;/a&gt;: &lt;a href="https://github.com/avelino/monotropic-theme-vscode/pull/12"&gt;migrate code base from js to clojure&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/babashka/nbb"&gt;babashka/nbb&lt;/a&gt;: &lt;a href="https://github.com/babashka/nbb/pull/205"&gt;document how to use main function execution&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/babashka/nbb"&gt;babashka/nbb&lt;/a&gt;: &lt;a href="https://github.com/babashka/nbb/pull/204"&gt;add monotropic in projects using nbb&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/babashka/nbb"&gt;babashka/nbb&lt;/a&gt;: &lt;a href="https://github.com/babashka/nbb/issues/203"&gt;&lt;code&gt;-main&lt;/code&gt; as the default function to start&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2022-05-19"&gt;2022-05-19&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/monotropic-theme-vscode"&gt;avelino/monotropic-theme-vscode&lt;/a&gt;: &lt;a href="https://github.com/avelino/monotropic-theme-vscode/pull/11"&gt;text color improvements&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2022-05-18"&gt;2022-05-18&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/monotropic-theme-vscode"&gt;avelino/monotropic-theme-vscode&lt;/a&gt;: &lt;a href="https://github.com/avelino/monotropic-theme-vscode/pull/9"&gt;gradient theme&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/monotropic-theme-vscode"&gt;avelino/monotropic-theme-vscode&lt;/a&gt;: &lt;a href="https://github.com/avelino/monotropic-theme-vscode/pull/8"&gt;isolate color variables from each theme&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2022-05-16"&gt;2022-05-16&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/monotropic-theme-vscode"&gt;avelino/monotropic-theme-vscode&lt;/a&gt;: &lt;a href="https://github.com/avelino/monotropic-theme-vscode/pull/6"&gt;coffee theme&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2022-05-15"&gt;2022-05-15&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/monotropic-theme-vscode"&gt;avelino/monotropic-theme-vscode&lt;/a&gt;: &lt;a href="https://github.com/avelino/monotropic-theme-vscode/pull/4"&gt;fixed json generate&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/monotropic-theme-vscode"&gt;avelino/monotropic-theme-vscode&lt;/a&gt;: &lt;a href="https://github.com/avelino/monotropic-theme-vscode/pull/3"&gt;GitHub workflows&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/issues/4225"&gt;Investigate repositories with more than 1 year without update - 2022-05-15&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/monotropic-theme-vscode"&gt;avelino/monotropic-theme-vscode&lt;/a&gt;: &lt;a href="https://github.com/avelino/monotropic-theme-vscode/issues/2"&gt;GH action Auto deploy to vscode marketplace &lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/monotropic-theme-vscode"&gt;avelino/monotropic-theme-vscode&lt;/a&gt;: &lt;a href="https://github.com/avelino/monotropic-theme-vscode/issues/1"&gt;GH action release&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2022-05-08"&gt;2022-05-08&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/issues/4214"&gt;Investigate repositories with more than 1 year without update - 2022-05-08&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/avelino.run"&gt;avelino/avelino.run&lt;/a&gt;: 6 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/avelino.run/commits?author=avelino&amp;amp;since=2022-05-01T00:00:00Z&amp;amp;until=2022-05-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/moclojer/moclojer/commits?author=avelino&amp;amp;since=2022-05-01T00:00:00Z&amp;amp;until=2022-05-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/hugo-theme-sarah"&gt;avelino/hugo-theme-sarah&lt;/a&gt;: 4 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/hugo-theme-sarah/commits?author=avelino&amp;amp;since=2022-05-01T00:00:00Z&amp;amp;until=2022-05-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/babashka/nbb"&gt;babashka/nbb&lt;/a&gt;: 2 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/babashka/nbb/commits?author=avelino&amp;amp;since=2022-05-01T00:00:00Z&amp;amp;until=2022-05-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/oss-news"&gt;avelino/oss-news&lt;/a&gt;: 15 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/oss-news/commits?author=avelino&amp;amp;since=2022-05-01T00:00:00Z&amp;amp;until=2022-05-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/avelino"&gt;avelino/avelino&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/avelino/commits?author=avelino&amp;amp;since=2022-05-01T00:00:00Z&amp;amp;until=2022-05-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/monotropic-theme-vscode"&gt;avelino/monotropic-theme-vscode&lt;/a&gt;: 57 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/monotropic-theme-vscode/commits?author=avelino&amp;amp;since=2022-05-01T00:00:00Z&amp;amp;until=2022-05-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/moclojer/clj-workos"&gt;moclojer/clj-workos&lt;/a&gt;: 12 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/moclojer/clj-workos/commits?author=avelino&amp;amp;since=2022-05-01T00:00:00Z&amp;amp;until=2022-05-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/nexpress"&gt;avelino/nexpress&lt;/a&gt;: 3 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/nexpress/commits?author=avelino&amp;amp;since=2022-05-01T00:00:00Z&amp;amp;until=2022-05-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 0 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>O método Pink Dot - minimalismo</title><link>https://avelino.run/metodo-pink-dot-minimalismo/</link><pubDate>Sat, 02 Apr 2022 00:00:00 +0000</pubDate><guid>https://avelino.run/metodo-pink-dot-minimalismo/</guid><description>&lt;p&gt;&lt;img src="https://avelino.run/blog/pink-dot-method.jpg#center" alt="método pink dot"&gt;&lt;/p&gt;
&lt;p&gt;Em 2016 lê o livro &lt;em&gt;&lt;a href="https://www.amazon.com/Essentialism-Disciplined-Pursuit-Greg-McKeown/dp/0804137382"&gt;Essentialism: The Disciplined Pursuit of Less&lt;/a&gt;&lt;/em&gt; e tentei desapegar do máximo de &lt;em&gt;coisas&lt;/em&gt; desnecessárias e de lá para cá, reflito muito sobre tudo que vou comprar, mas desapegar do que já compramos não é uma tarefa muito fácil.&lt;/p&gt;
&lt;p&gt;Enquanto limpava e me livrava das coisas que não usava mais, comecei a encontrar objetos que me faziam pensar que talvez um dia eu precisasse deles. Provavelmente não iria precisar, mas o sentimento de apego pelo que é &lt;em&gt;&amp;quot;meu&amp;quot;&lt;/em&gt; falava mais alto.
Um exemplo disso é uma &lt;del&gt;cafeteira italiana moka&lt;/del&gt; que tinha impressão que usava, mas depois de 1 ano percebi que não tinha usado.&lt;/p&gt;</description></item><item><title>Open Source Contributions - April 2022</title><link>https://avelino.run/foss/2022/04/</link><pubDate>Fri, 01 Apr 2022 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2022/04/</guid><description>&lt;p&gt;In April 2022, contributors made notable strides across various projects, with 43 total contributions, including pushes, pull requests, and issue resolutions. This timeline showcases the collaborative efforts within the community, highlighting key events and contributions that shaped the month.&lt;/p&gt;
&lt;h2 id="2022-04-27"&gt;2022-04-27&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/4202#pullrequestreview-954680197"&gt;Add anorm&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/4179#pullrequestreview-954673953"&gt;Add Watermill&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/4172#pullrequestreview-954671117"&gt;Added gio&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/4178#pullrequestreview-954667595"&gt;Add ramen&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2022-04-26"&gt;2022-04-26&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/mastodon/mastodon-ios"&gt;mastodon/mastodon-ios&lt;/a&gt;: &lt;a href="https://github.com/mastodon/mastodon-ios/issues/383"&gt;[BUG] profile picture not update button bar&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2022-04-25"&gt;2022-04-25&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/4199#pullrequestreview-951668603"&gt;Add Blog Post for JWT Authentication in Golang Rest API&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2022-04-24"&gt;2022-04-24&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/issues/4197"&gt;Investigate repositories with more than 1 year without update - 2022-04-24&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2022-04-19"&gt;2022-04-19&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/clojars/administration"&gt;clojars/administration&lt;/a&gt;: &lt;a href="https://github.com/clojars/administration/issues/243"&gt;Verify run.avelino&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2022-04-17"&gt;2022-04-17&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/Striffly/mailspring-avatars"&gt;Striffly/mailspring-avatars&lt;/a&gt;: &lt;a href="https://github.com/Striffly/mailspring-avatars/pull/5"&gt;gravatar/clearbit: check if the image exists&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/issues/4183"&gt;Investigate repositories with more than 1 year without update - 2022-04-17&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2022-04-16"&gt;2022-04-16&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/Striffly/mailspring-avatars"&gt;Striffly/mailspring-avatars&lt;/a&gt;: &lt;a href="https://github.com/Striffly/mailspring-avatars/pull/4"&gt;fixed steps order install&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/Striffly/mailspring-avatars"&gt;Striffly/mailspring-avatars&lt;/a&gt;: &lt;a href="https://github.com/Striffly/mailspring-avatars/issues/3"&gt;broken image (url does not exist)&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2022-04-15"&gt;2022-04-15&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/issues/695"&gt;CORS error when creating a record (POST)&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2022-04-11"&gt;2022-04-11&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/seancorfield/build-clj"&gt;seancorfield/build-clj&lt;/a&gt;: &lt;a href="https://github.com/seancorfield/build-clj/issues/20"&gt;no main manifest attribute, in target/&lt;NAME&gt;.jar&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2022-04-10"&gt;2022-04-10&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/issues/4174"&gt;Investigate repositories with more than 1 year without update - 2022-04-10&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2022-04-09"&gt;2022-04-09&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/ReactiveX/RxClojure"&gt;ReactiveX/RxClojure&lt;/a&gt;: &lt;a href="https://github.com/ReactiveX/RxClojure/issues/177"&gt;Is the project active?&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2022-04-08"&gt;2022-04-08&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/clj-easy/graalvm-clojure"&gt;clj-easy/graalvm-clojure&lt;/a&gt;: &lt;a href="https://github.com/clj-easy/graalvm-clojure/pull/57"&gt;add pedestal to the list of libraries supported by graalvm&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2022-04-07"&gt;2022-04-07&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/4163#pullrequestreview-935713944"&gt;Data section restructure&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2022-04-05"&gt;2022-04-05&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/pull/46"&gt;add multi-host support&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/issues/47"&gt;support for multiple domains in the specification (configuration)&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2022-04-03"&gt;2022-04-03&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/4145#pullrequestreview-929667806"&gt;Adding go18ds&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/issues/4159"&gt;Investigate repositories with more than 1 year without update - 2022-04-03&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2022-04-02"&gt;2022-04-02&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/4136#pullrequestreview-929554498"&gt;Add twharmon/slices&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/4154#pullrequestreview-929554197"&gt;add reflectutils&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/4152#pullrequestreview-929554076"&gt;add nfigure&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/4151#pullrequestreview-929553933"&gt;add libschema &lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/4144#pullrequestreview-929553467"&gt;Adding webthings package.&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/4142#pullrequestreview-929553135"&gt;Add dynago&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/4141#pullrequestreview-929552996"&gt;Add lru&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/4113#pullrequestreview-929510936"&gt;added Golang CRUD tutorial&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2022-04-01"&gt;2022-04-01&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/691"&gt;fixed contribution link&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/avelino.run"&gt;avelino/avelino.run&lt;/a&gt;: 2 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/avelino.run/commits?author=avelino&amp;amp;since=2022-04-01T00:00:00Z&amp;amp;until=2022-04-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/prest/prestd-buildui"&gt;prest/prestd-buildui&lt;/a&gt;: 5 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/prest/prestd-buildui/commits?author=avelino&amp;amp;since=2022-04-01T00:00:00Z&amp;amp;until=2022-04-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/dotfiles"&gt;avelino/dotfiles&lt;/a&gt;: 18 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/dotfiles/commits?author=avelino&amp;amp;since=2022-04-01T00:00:00Z&amp;amp;until=2022-04-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: 9 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/moclojer/moclojer/commits?author=avelino&amp;amp;since=2022-04-01T00:00:00Z&amp;amp;until=2022-04-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/moclojer/moclojer.com"&gt;moclojer/moclojer.com&lt;/a&gt;: 2 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/moclojer/moclojer.com/commits?author=avelino&amp;amp;since=2022-04-01T00:00:00Z&amp;amp;until=2022-04-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/pqsim/porquesim.org"&gt;pqsim/porquesim.org&lt;/a&gt;: 9 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/pqsim/porquesim.org/commits?author=avelino&amp;amp;since=2022-04-01T00:00:00Z&amp;amp;until=2022-04-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/oss-news"&gt;avelino/oss-news&lt;/a&gt;: 26 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/oss-news/commits?author=avelino&amp;amp;since=2022-04-01T00:00:00Z&amp;amp;until=2022-04-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/clj-easy/graalvm-clojure"&gt;clj-easy/graalvm-clojure&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/clj-easy/graalvm-clojure/commits?author=avelino&amp;amp;since=2022-04-01T00:00:00Z&amp;amp;until=2022-04-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: 3 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/awesome-go/commits?author=avelino&amp;amp;since=2022-04-01T00:00:00Z&amp;amp;until=2022-04-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/prest/prest/commits?author=avelino&amp;amp;since=2022-04-01T00:00:00Z&amp;amp;until=2022-04-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/defer"&gt;avelino/defer&lt;/a&gt;: 2 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/defer/commits?author=avelino&amp;amp;since=2022-04-01T00:00:00Z&amp;amp;until=2022-04-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/moclojer/chrondb"&gt;moclojer/chrondb&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/moclojer/chrondb/commits?author=avelino&amp;amp;since=2022-04-01T00:00:00Z&amp;amp;until=2022-04-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 0 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Tempo sabático focado em experiência da pessoa desenvolvedora (DevX)</title><link>https://avelino.run/tempo-sabatico-focado-em-experiencia-da-pessoa-desenvolvedora-devx/</link><pubDate>Sun, 20 Mar 2022 00:00:00 +0000</pubDate><guid>https://avelino.run/tempo-sabatico-focado-em-experiencia-da-pessoa-desenvolvedora-devx/</guid><description>&lt;p&gt;&lt;img src="https://avelino.run/blog/sabbatical-time-devx.png#center" alt="devx and sabbatical time"&gt;&lt;/p&gt;
&lt;p&gt;O último &lt;em&gt;tempo sabático&lt;/em&gt; que tirei foi no final de 2018 quando sai do dia-a-dia da empresa que fundei em 2015, foram intensos 4 anos de trabalho e precisava parar para oxigenar meu cérebro.&lt;/p&gt;
&lt;p&gt;No meio de 2019 resolvi voltar ao mercado de trabalho para aprender sobre como as empresas de tecnologia estão estruturando time de engenharia de software — vinha empreendendo desde 2012 até 2018 e estruturando time de engenharia como julgava ser a melhor forma, senti precisar ganhar experiencia com quem estava em momento de &lt;em&gt;scaleup&lt;/em&gt;, fazendo com excelência o que eu queria aprender.&lt;/p&gt;</description></item><item><title>Open Source Contributions - March 2022</title><link>https://avelino.run/foss/2022/03/</link><pubDate>Tue, 01 Mar 2022 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2022/03/</guid><description>&lt;p&gt;Explore the contributions made in March 2022, showcasing a total of 54 activities including 12 open pull requests, 19 reviews, and 14 issues across 11 repositories. This timeline captures the collaborative efforts and significant enhancements made during the month.&lt;/p&gt;
&lt;h2 id="2022-03-30"&gt;2022-03-30&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/issues/45"&gt;openapi: specified endpoints are not working&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/issues/44"&gt;Distribution of the final docker image with binary file&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2022-03-27"&gt;2022-03-27&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/issues/4143"&gt;Investigate repositories with more than 1 year without update - 2022-03-27&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2022-03-25"&gt;2022-03-25&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/issues/43"&gt;postman collection spec support&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/rough-stuff/rough"&gt;rough-stuff/rough&lt;/a&gt;: &lt;a href="https://github.com/rough-stuff/rough/issues/203"&gt;mermaid language to rough&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2022-03-23"&gt;2022-03-23&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/4120#pullrequestreview-918696031"&gt;Add Kachit/dusupay-sdk-go package&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2022-03-22"&gt;2022-03-22&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/issues/42"&gt;API Blueprint specification support&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2022-03-21"&gt;2022-03-21&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/hugo-theme-sarah"&gt;avelino/hugo-theme-sarah&lt;/a&gt;: &lt;a href="https://github.com/avelino/hugo-theme-sarah/pull/54"&gt;remove duplicate link &amp;quot;projects&amp;quot; on nav menu&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/hugo-theme-sarah"&gt;avelino/hugo-theme-sarah&lt;/a&gt;: &lt;a href="https://github.com/avelino/hugo-theme-sarah/pull/53"&gt;article title: remove upper case &lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/pull/40#pullrequestreview-915919861"&gt;Add support to save form parameters and document it on README&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;💬 Reviewed PR in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/pull/39#pullrequestreview-915912939"&gt;Using multistage to smaller docker images&lt;/a&gt; (Commented)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2022-03-20"&gt;2022-03-20&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/pull/38"&gt;slugify: remove unused dependency&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/pull/37"&gt;change openjdk 11 to 19&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/pull/36"&gt;fixed ident used clj-kondo&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/issues/4111"&gt;Investigate repositories with more than 1 year without update - 2022-03-20&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2022-03-19"&gt;2022-03-19&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/pull/35"&gt;docker: ignore configuration files (yml/edn) build&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/pull/33#pullrequestreview-915031492"&gt;Watch now only refresh on change&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2022-03-15"&gt;2022-03-15&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/barelyhuman/goblin"&gt;barelyhuman/goblin&lt;/a&gt;: &lt;a href="https://github.com/barelyhuman/goblin/pull/9"&gt;fixed @tj github profile link&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/4102#pullrequestreview-910719995"&gt;Add validator&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/4104#pullrequestreview-910718357"&gt;Add anorm&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/4103#pullrequestreview-910718069"&gt;Add anoweb&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/pull/30#pullrequestreview-909933664"&gt;Rewrite and unify router implementations&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/issues/32"&gt;JWT authentication&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2022-03-14"&gt;2022-03-14&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/pull/29"&gt;generating reflect.config in gaction&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/4090#pullrequestreview-909136085"&gt;Reorganizing text processors&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2022-03-13"&gt;2022-03-13&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/pull/28"&gt;docker file image&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/pull/27"&gt;split build and release into two actions&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/pull/24"&gt;generate version automatically with tag creation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/issues/26"&gt;docker image&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/issues/25"&gt;generate binary version for each architecture&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/issues/4100"&gt;Investigate repositories with more than 1 year without update - 2022-03-13&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2022-03-10"&gt;2022-03-10&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/4093#pullrequestreview-906446376"&gt;Add Mantil to DevOps Tools&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2022-03-08"&gt;2022-03-08&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/graalvm/homebrew-tap"&gt;graalvm/homebrew-tap&lt;/a&gt;: &lt;a href="https://github.com/graalvm/homebrew-tap/issues/43"&gt;Apple M1: bad CPU type in executable&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2022-03-06"&gt;2022-03-06&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/issues/4076"&gt;Investigate repositories with more than 1 year without update - 2022-03-06&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2022-03-04"&gt;2022-03-04&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/issues/20"&gt;endpoint to file upload&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2022-03-03"&gt;2022-03-03&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/4073#pullrequestreview-898807836"&gt;adding github.com/samber/lo&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/pull/16#pullrequestreview-899304985"&gt;[EDN-MOCK-SERVER-SUPPORT]- add edn support to moclojer&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2022-03-02"&gt;2022-03-02&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/4068#pullrequestreview-897896231"&gt;add cdule&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/4064#pullrequestreview-897893127"&gt;Add anok PR&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/4070#pullrequestreview-897887382"&gt;add Gin-vue-admin&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/4051#pullrequestreview-897881123"&gt;Updating contribution guidelines&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/4072#pullrequestreview-897709399"&gt;add artifact web framework&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2022-03-01"&gt;2022-03-01&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/pull/19"&gt;run the tests after the linter&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;💬 Reviewed PR in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/pull/18#pullrequestreview-896809652"&gt;Native Binary build on CI&lt;/a&gt; (Commented)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/bottlepy/bottle"&gt;bottlepy/bottle&lt;/a&gt;: &lt;a href="https://github.com/bottlepy/bottle/pull/1369#pullrequestreview-896810876"&gt;add GitHub URL for PyPi&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/avelino.run"&gt;avelino/avelino.run&lt;/a&gt;: 13 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/avelino.run/commits?author=avelino&amp;amp;since=2022-03-01T00:00:00Z&amp;amp;until=2022-03-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/barelyhuman/goblin"&gt;barelyhuman/goblin&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/barelyhuman/goblin/commits?author=avelino&amp;amp;since=2022-03-01T00:00:00Z&amp;amp;until=2022-03-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/dotfiles"&gt;avelino/dotfiles&lt;/a&gt;: 9 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/dotfiles/commits?author=avelino&amp;amp;since=2022-03-01T00:00:00Z&amp;amp;until=2022-03-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: 84 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/moclojer/moclojer/commits?author=avelino&amp;amp;since=2022-03-01T00:00:00Z&amp;amp;until=2022-03-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/hugo-theme-sarah"&gt;avelino/hugo-theme-sarah&lt;/a&gt;: 5 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/hugo-theme-sarah/commits?author=avelino&amp;amp;since=2022-03-01T00:00:00Z&amp;amp;until=2022-03-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/avelino"&gt;avelino/avelino&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/avelino/commits?author=avelino&amp;amp;since=2022-03-01T00:00:00Z&amp;amp;until=2022-03-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: 8 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/awesome-go/commits?author=avelino&amp;amp;since=2022-03-01T00:00:00Z&amp;amp;until=2022-03-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/bottlepy/bottle"&gt;bottlepy/bottle&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/bottlepy/bottle/commits?author=avelino&amp;amp;since=2022-03-01T00:00:00Z&amp;amp;until=2022-03-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/.emacs"&gt;avelino/.emacs&lt;/a&gt;: 3 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/.emacs/commits?author=avelino&amp;amp;since=2022-03-01T00:00:00Z&amp;amp;until=2022-03-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 0 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>moclojer</title><link>https://avelino.run/projects/moclojer/</link><pubDate>Tue, 22 Feb 2022 00:00:00 +0000</pubDate><guid>https://avelino.run/projects/moclojer/</guid><description>&lt;p&gt;Simple and efficient HTTP &lt;strong&gt;mock server&lt;/strong&gt; &lt;em&gt;open source&lt;/em&gt;, &lt;a href="https://github.com/avelino/moclojer"&gt;project repository&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;The &lt;a href="https://github.com/avelino/moclojer"&gt;&lt;strong&gt;&lt;code&gt;(-&amp;gt; moclojer)&lt;/code&gt;&lt;/strong&gt;&lt;/a&gt; supports API-first development with the API Builder. You can design your API directly with &lt;strong&gt;&lt;code&gt;(-&amp;gt; moclojer)&lt;/code&gt;&lt;/strong&gt; using the &lt;code&gt;yaml&lt;/code&gt;, &lt;code&gt;edn&lt;/code&gt;, and &lt;strong&gt;&lt;code&gt;OpenAPI&lt;/code&gt;&lt;/strong&gt; specification. Your specification can then act as the only source of truth for your API design.&lt;/p&gt;
&lt;!-- more --&gt;
&lt;p&gt;&lt;img src="https://github.com/avelino/moclojer/raw/main/doc/assets/logo.png" alt="mock server - moclojer"&gt;&lt;/p&gt;
&lt;p&gt;You can make requests that return mock data defined within &lt;strong&gt;&lt;code&gt;(-&amp;gt; moclojer)&lt;/code&gt;&lt;/strong&gt; if you do not have a production API ready, or you do not want to run your requests against real data yet. By adding a mock server to your collection and adding examples to your requests, you can simulate the behavior of a real API.&lt;/p&gt;</description></item><item><title>We are more than 75,000 people (stars 🌟) — awesome-go</title><link>https://avelino.run/we-are-more-than-75000-people-awesome-go/</link><pubDate>Thu, 03 Feb 2022 00:00:00 +0000</pubDate><guid>https://avelino.run/we-are-more-than-75000-people-awesome-go/</guid><description>&lt;p&gt;&lt;a href="http://github.com/avelino/awesome-go"&gt;&lt;img src="https://avelino.run/blog/awesome-go-75k.jpeg#center" alt="awesome-go 75k"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I've been meaning to write this blogpost since when we reached 10,000 stars 🌟 (I never imagined it would reach that number of people), but every day I reached more (and more) people and always thought the text would get outdated.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Today is the day to thank everyone who uses, contributes and follows awesome-go, it's time to celebrate 🎉🙌 — regardless of the number we reach and the people we help in some way.&lt;/p&gt;</description></item><item><title>Open Source Contributions - February 2022</title><link>https://avelino.run/foss/2022/02/</link><pubDate>Tue, 01 Feb 2022 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2022/02/</guid><description>&lt;p&gt;Explore the timeline of contributions for February 2022, highlighting the collaborative efforts across 18 repositories. This month featured a total of 58 activities, including 16 pull requests and 19 issues, reflecting the dynamic engagement of contributors in the open-source ecosystem.&lt;/p&gt;
&lt;h2 id="2022-02-28"&gt;2022-02-28&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/pull/14"&gt;implement (body-params/body-params)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/issues/13"&gt;&lt;code&gt;POST&lt;/code&gt; support, read request data parameter&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2022-02-27"&gt;2022-02-27&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/pull/12"&gt;params query support&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/issues/11"&gt;&lt;code&gt;query-params&lt;/code&gt; on request body (template render)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/issues/4065"&gt;Investigate repositories with more than 1 year without update - 2022-02-27&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2022-02-26"&gt;2022-02-26&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/pull/10"&gt;slugify router-name -&amp;gt; remove replace &lt;code&gt;/&lt;/code&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/pull/8"&gt;dynamic endpoint support&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/issues/9"&gt;slugify router-name -&amp;gt; remove replace &lt;code&gt;/&lt;/code&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/issues/7"&gt;dynamic endpoint support&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2022-02-25"&gt;2022-02-25&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/issues/6"&gt;GraalVM: Exception in thread &amp;quot;main&amp;quot; java.lang.ClassNotFoundException: org.yaml.snakeyaml.Yaml&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/issues/5"&gt;OpenAPI: class java.lang.Integer cannot be cast to class java.lang.CharSequence&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: &lt;a href="https://github.com/moclojer/moclojer/issues/4"&gt;binary distribution not &lt;code&gt;.jar&lt;/code&gt; - graalvm support&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2022-02-24"&gt;2022-02-24&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/4055#pullrequestreview-892219775"&gt;feat: add minima in framework section&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/DeLaGuardo/setup-clojure"&gt;DeLaGuardo/setup-clojure&lt;/a&gt;: &lt;a href="https://github.com/DeLaGuardo/setup-clojure/issues/42"&gt;@4.0: UnhandledPromiseRejectionWarning: Error: Unexpected HTTP response: 403&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2022-02-22"&gt;2022-02-22&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/4061#pullrequestreview-889609187"&gt;add go-cleanhttp&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/4054#pullrequestreview-889481463"&gt;Add sqlc in &amp;quot;SQL Query Builder&amp;quot; section&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2022-02-21"&gt;2022-02-21&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/4060#pullrequestreview-888569228"&gt;Update README.md&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2022-02-20"&gt;2022-02-20&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/clojure/clojure-site"&gt;clojure/clojure-site&lt;/a&gt;: &lt;a href="https://github.com/clojure/clojure-site/pull/579"&gt;twitter community&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/java.jdbc"&gt;avelino/java.jdbc&lt;/a&gt;: &lt;a href="https://github.com/avelino/java.jdbc/pull/1"&gt;fixed link: How to reuse database connections&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/issues/4056"&gt;Investigate repositories with more than 1 year without update - 2022-02-20&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2022-02-18"&gt;2022-02-18&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;💬 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/4051#pullrequestreview-887169006"&gt;Updating contribution guidelines&lt;/a&gt; (Commented)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/4053#pullrequestreview-887145079"&gt;add req&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2022-02-15"&gt;2022-02-15&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/LunarVim/LunarVim"&gt;LunarVim/LunarVim&lt;/a&gt;: &lt;a href="https://github.com/LunarVim/LunarVim/issues/2285"&gt;clojure deps&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2022-02-14"&gt;2022-02-14&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/4046#pullrequestreview-882161137"&gt;Add clover to &amp;quot;Database&amp;quot; section&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/4045#pullrequestreview-881481547"&gt;add ThreadComputation&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2022-02-13"&gt;2022-02-13&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/issues/4042"&gt;Investigate repositories with more than 1 year without update - 2022-02-13&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2022-02-10"&gt;2022-02-10&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/4038#pullrequestreview-878950183"&gt;Add pagoda&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/clj-jgit/clj-jgit"&gt;clj-jgit/clj-jgit&lt;/a&gt;: &lt;a href="https://github.com/clj-jgit/clj-jgit/issues/73"&gt;&lt;code&gt;bare&lt;/code&gt; repository, how to create document?&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/raycast/extensions"&gt;raycast/extensions&lt;/a&gt;: &lt;a href="https://github.com/raycast/extensions/issues/854"&gt;terminalfinder: hyper term support&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2022-02-09"&gt;2022-02-09&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/4034#pullrequestreview-877825987"&gt;Add objwalker&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2022-02-08"&gt;2022-02-08&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3995#pullrequestreview-875975051"&gt;add Mailx library&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2022-02-07"&gt;2022-02-07&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/golang/go"&gt;golang/go&lt;/a&gt;: &lt;a href="https://github.com/golang/go/pull/51046"&gt;encoding/json: write doc for the fuzz function&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2022-02-06"&gt;2022-02-06&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/issues/4032"&gt;Investigate repositories with more than 1 year without update - 2022-02-06&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2022-02-05"&gt;2022-02-05&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/golang/go"&gt;golang/go&lt;/a&gt;: &lt;a href="https://github.com/golang/go/pull/51030"&gt;database/sql: document the &lt;code&gt;asString&lt;/code&gt; function&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/golang/go"&gt;golang/go&lt;/a&gt;: &lt;a href="https://github.com/golang/go/pull/51029"&gt;database/sql: use &lt;code&gt;asString&lt;/code&gt; to reduce logic&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2022-02-04"&gt;2022-02-04&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/4027"&gt;sponsor table&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/4024"&gt;markdown structure improvements&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/4021"&gt;remove robbert229/jwt&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/4020"&gt;remove RichardKnop/go-oauth2-server&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/4019"&gt;remove mccoyst/vorbis&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/4022#pullrequestreview-873126212"&gt;Add Trybe's style guide&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/issues/4026"&gt;tests: the sub items (with 3 hash marks &lt;code&gt;###&lt;/code&gt;) are staying in the main list&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/o1egl/paseto"&gt;o1egl/paseto&lt;/a&gt;: &lt;a href="https://github.com/o1egl/paseto/issues/36"&gt;is it still an active project?&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2022-02-03"&gt;2022-02-03&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/betrybe/playbook-go"&gt;betrybe/playbook-go&lt;/a&gt;: &lt;a href="https://github.com/betrybe/playbook-go/pull/4"&gt;initial version in English&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/betrybe/playbook-go"&gt;betrybe/playbook-go&lt;/a&gt;: &lt;a href="https://github.com/betrybe/playbook-go/pull/3"&gt;markdown lint&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/4018#pullrequestreview-871761937"&gt;Add Trybe's style guide&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2022-02-02"&gt;2022-02-02&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/4015#pullrequestreview-871080170"&gt;Add bingo to README&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/ZupIT/horusec"&gt;ZupIT/horusec&lt;/a&gt;: &lt;a href="https://github.com/ZupIT/horusec/issues/969"&gt;vscode: improved description of the plugin&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2022-02-01"&gt;2022-02-01&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/bakpakin/Fennel"&gt;bakpakin/Fennel&lt;/a&gt;: &lt;a href="https://github.com/bakpakin/Fennel/issues/408"&gt;lisp syntax? wouldn't it be lisp dialect?&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/betrybe/playbook-go"&gt;betrybe/playbook-go&lt;/a&gt;: 6 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/betrybe/playbook-go/commits?author=avelino&amp;amp;since=2022-02-01T00:00:00Z&amp;amp;until=2022-02-28T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/avelino.run"&gt;avelino/avelino.run&lt;/a&gt;: 12 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/avelino.run/commits?author=avelino&amp;amp;since=2022-02-01T00:00:00Z&amp;amp;until=2022-02-28T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/dotfiles"&gt;avelino/dotfiles&lt;/a&gt;: 6 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/dotfiles/commits?author=avelino&amp;amp;since=2022-02-01T00:00:00Z&amp;amp;until=2022-02-28T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/moclojer/moclojer"&gt;moclojer/moclojer&lt;/a&gt;: 36 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/moclojer/moclojer/commits?author=avelino&amp;amp;since=2022-02-01T00:00:00Z&amp;amp;until=2022-02-28T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/clojure/clojure-site"&gt;clojure/clojure-site&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/clojure/clojure-site/commits?author=avelino&amp;amp;since=2022-02-01T00:00:00Z&amp;amp;until=2022-02-28T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/avelino"&gt;avelino/avelino&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/avelino/commits?author=avelino&amp;amp;since=2022-02-01T00:00:00Z&amp;amp;until=2022-02-28T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: 13 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/awesome-go/commits?author=avelino&amp;amp;since=2022-02-01T00:00:00Z&amp;amp;until=2022-02-28T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/.emacs"&gt;avelino/.emacs&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/.emacs/commits?author=avelino&amp;amp;since=2022-02-01T00:00:00Z&amp;amp;until=2022-02-28T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/moclojer/chrondb"&gt;moclojer/chrondb&lt;/a&gt;: 13 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/moclojer/chrondb/commits?author=avelino&amp;amp;since=2022-02-01T00:00:00Z&amp;amp;until=2022-02-28T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 0 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Insights/Anotações do mês 01/2022</title><link>https://avelino.run/newsletter/2022-01-anotacoes/</link><pubDate>Sun, 16 Jan 2022 00:00:00 +0000</pubDate><guid>https://avelino.run/newsletter/2022-01-anotacoes/</guid><description>&lt;aside&gt;
📌 *E aiiiii, como esta? Chegou o dia de compartilhar alguns insights/anotações dos conteúdos que lê esse mês, como sempre tive grande dificuldade de escolher esses artigos, espero que eles ajudem você evoluir profissionalmente 🚀*
&lt;/aside&gt;
&lt;h2 id="como-o-medium-lida-com-crescimento-do-time-de-engenharia"&gt;Como o Medium lida com crescimento do time de engenharia?&lt;/h2&gt;
&lt;p&gt;&lt;em&gt;Em 2017 o time de engenharia do Medium começou escrever como crescimento do seu time colocando as pessoas como primeiro plano e em 2019 escreveram um blogpost falando sobre 2 anos pôs publicação do “&lt;a href="https://medium.com/s/engineering-growth-framework/engineering-growth-framework-overview-4e02ab330524"&gt;Engineering growth: framework overview&lt;/a&gt;”.&lt;/em&gt;&lt;/p&gt;</description></item><item><title>Constante trabalho para absorver novas pessoas em time de engenharia</title><link>https://avelino.run/constante-trabalho-para-absorver-novas-pessoas-em-time-de-engenharia/</link><pubDate>Wed, 12 Jan 2022 00:00:00 +0000</pubDate><guid>https://avelino.run/constante-trabalho-para-absorver-novas-pessoas-em-time-de-engenharia/</guid><description>&lt;p&gt;&lt;img src="https://avelino.run/blog/onboarding-engineer-team.png#center" alt="Constante trabalho para absorver novas pessoas em time de engenharia"&gt;&lt;/p&gt;
&lt;p&gt;Desenvolver o processo de &lt;em&gt;“bordo” (onboarding)&lt;/em&gt; para uma nova pessoa em time de engenharia requer muita dedicação e manter esse processo fluido da ainda mais trabalho (gerando o mínimo de fricção).&lt;/p&gt;
&lt;p&gt;Esse assunto é desafiador para qualquer empresa e/ou time trabalhando full time, imagina em projeto &lt;em&gt;Open Source&lt;/em&gt; que geralmente os contribuidores trabalham em seu tempo livre que ele poderia estar com sua familia ou fazendo qualquer outra coisa. Devemos deixar esse processo o mais fluido possível para que as pessoas não desanime com a complexidade para subir o ambiente e testar, até fazer sua primeira contribuição (pull request).&lt;/p&gt;</description></item><item><title>Open Source Contributions - January 2022</title><link>https://avelino.run/foss/2022/01/</link><pubDate>Sat, 01 Jan 2022 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2022/01/</guid><description>&lt;p&gt;Explore the contributions made in January 2022, where 18 repositories engaged in a remarkable total of 85 activities. This timeline highlights key events, including numerous pull requests and pushes that showcase the collaborative spirit and ongoing development efforts within the community.&lt;/p&gt;
&lt;h2 id="2022-01-30"&gt;2022-01-30&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/github/explore"&gt;github/explore&lt;/a&gt;: &lt;a href="https://github.com/github/explore/pull/2902"&gt;add 3 projects that I maintain (@avelino)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/bottlepy/bottle"&gt;bottlepy/bottle&lt;/a&gt;: &lt;a href="https://github.com/bottlepy/bottle/pull/1360#pullrequestreview-867083078"&gt;Fix #1359: check for attribute using hasattr&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/bottlepy/bottle"&gt;bottlepy/bottle&lt;/a&gt;: &lt;a href="https://github.com/bottlepy/bottle/pull/1363#pullrequestreview-867082981"&gt;fix #1361 inclusive language comment&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/bottlepy/bottle"&gt;bottlepy/bottle&lt;/a&gt;: &lt;a href="https://github.com/bottlepy/bottle/pull/1364#pullrequestreview-867079614"&gt;Typo in docstring&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/issues/4016"&gt;Investigate repositories with more than 1 year without update - 2022-01-30&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/bottlepy/bottle"&gt;bottlepy/bottle&lt;/a&gt;: &lt;a href="https://github.com/bottlepy/bottle/issues/1366"&gt;pypy-3.7 and tornado: ERROR:tornado.application:Uncaught exception&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2022-01-29"&gt;2022-01-29&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/prest/prestd-buildui"&gt;prest/prestd-buildui&lt;/a&gt;: &lt;a href="https://github.com/prest/prestd-buildui/pull/26"&gt;Create codeql-analysis.yml&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3997#pullrequestreview-866827887"&gt;add rueidis&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2022-01-28"&gt;2022-01-28&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/prest/prestd-buildui"&gt;prest/prestd-buildui&lt;/a&gt;: &lt;a href="https://github.com/prest/prestd-buildui/pull/24"&gt;remove docs folder&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3916#pullrequestreview-866732462"&gt;Add Plik to the Other Software section&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3917#pullrequestreview-866706884"&gt;ADD binlogo&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;💬 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3905#pullrequestreview-866705222"&gt;Add ChainJacking by Checkmarx&lt;/a&gt; (Commented)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3915#pullrequestreview-866703802"&gt;add casaos&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;💬 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3985#pullrequestreview-866695836"&gt;Add github.com/rsjethani/secret to security&lt;/a&gt; (Commented)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3986#pullrequestreview-866695266"&gt;Adding Mizu open source project writen in Go to 'DevOps Tools' section (#3984)&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3991#pullrequestreview-866693991"&gt;genfuncs entry&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3996#pullrequestreview-866692145"&gt;doc(readme): add go-pkg repository&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3999#pullrequestreview-866688998"&gt;add GoGM&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2022-01-27"&gt;2022-01-27&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/prest/prestd-buildui"&gt;prest/prestd-buildui&lt;/a&gt;: &lt;a href="https://github.com/prest/prestd-buildui/pull/23"&gt;pages new navegate&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/prest/prestd-buildui"&gt;prest/prestd-buildui&lt;/a&gt;: &lt;a href="https://github.com/prest/prestd-buildui/pull/22"&gt;Avelino/database scheme via envvar&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap"&gt;editor-bootstrap/vim-bootstrap&lt;/a&gt;: &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap/pull/405#pullrequestreview-864291786"&gt;fix: use value of &lt;code&gt;nvim&lt;/code&gt; instead of &lt;code&gt;neovim&lt;/code&gt;&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/issues/681"&gt;breadcrumbs component: browsing history&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/issues/680"&gt;Improve screen navigation: database &amp;gt; scheme &amp;gt; table &lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/issues/679"&gt;database and scheme this in hardcode&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/issues/678"&gt;table/delete event: TypeError: Cannot read properties of undefined (reading 'length')&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2022-01-26"&gt;2022-01-26&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/677"&gt;log/pkg: change deprecated package&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/676"&gt;CORS: correction and implementation of the method and header&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/4010"&gt;add structy/log&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/structy/log"&gt;structy/log&lt;/a&gt;: &lt;a href="https://github.com/structy/log/pull/1"&gt;adapter/file: write debug test&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap"&gt;editor-bootstrap/vim-bootstrap&lt;/a&gt;: &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap/pull/404#pullrequestreview-864121730"&gt;fix: Adding title image&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/issues/675"&gt;CORS: implementation problem (confusion)&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2022-01-25"&gt;2022-01-25&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/prest/prestd-buildui"&gt;prest/prestd-buildui&lt;/a&gt;: &lt;a href="https://github.com/prest/prestd-buildui/pull/21"&gt;better document how to raise the environment prestd&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/prest/prestd-buildui"&gt;prest/prestd-buildui&lt;/a&gt;: &lt;a href="https://github.com/prest/prestd-buildui/pull/20"&gt;upgrade any packages&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3982#pullrequestreview-862910247"&gt;added desertbit/grumble CLI and shell to list&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2022-01-24"&gt;2022-01-24&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/prest/prestd-buildui"&gt;prest/prestd-buildui&lt;/a&gt;: &lt;a href="https://github.com/prest/prestd-buildui/pull/19"&gt;check doent's empty table list&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/prest/prestd-buildui"&gt;prest/prestd-buildui&lt;/a&gt;: &lt;a href="https://github.com/prest/prestd-buildui/pull/18"&gt;change createmuitheme to createtheme&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2022-01-23"&gt;2022-01-23&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/issues/4001"&gt;Investigate repositories with more than 1 year without update - 2022-01-23&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2022-01-21"&gt;2022-01-21&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3998#pullrequestreview-859974753"&gt;Add charmbracelet/bubbletea&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3971#pullrequestreview-859972146"&gt;feat: add Jenkins X&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2022-01-18"&gt;2022-01-18&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/673"&gt;count param return list not only object&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2022-01-16"&gt;2022-01-16&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/issues/3988"&gt;Investigate repositories with more than 1 year without update - 2022-01-16&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2022-01-15"&gt;2022-01-15&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/672"&gt;docs: advanced queries, filter range&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-racket"&gt;avelino/awesome-racket&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-racket/pull/17#pullrequestreview-853476805"&gt;Add gui-easy to GUI Development section&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2022-01-14"&gt;2022-01-14&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/awesome-racket"&gt;avelino/awesome-racket&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-racket/pull/16"&gt;use map on check-alphabetically&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/awesome-racket"&gt;avelino/awesome-racket&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-racket/pull/15"&gt;add package Rackt&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/awesome-racket"&gt;avelino/awesome-racket&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-racket/pull/14"&gt;leaving the test in functional format&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/rackt-org/rackt"&gt;rackt-org/rackt&lt;/a&gt;: &lt;a href="https://github.com/rackt-org/rackt/pull/4"&gt;fixed racketscript repo link&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3987#pullrequestreview-852740189"&gt;feat(README): add go-dummy&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2022-01-13"&gt;2022-01-13&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/awesome-racket"&gt;avelino/awesome-racket&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-racket/pull/12"&gt;tests: alphabetically&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/awesome-racket"&gt;avelino/awesome-racket&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-racket/issues/13"&gt;change travis-ci to github actions&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2022-01-12"&gt;2022-01-12&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/awesome-racket"&gt;avelino/awesome-racket&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-racket/pull/11"&gt;writing best practice documents for contribution&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-racket"&gt;avelino/awesome-racket&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-racket/pull/10#pullrequestreview-850345280"&gt;Add deta and threading packages.&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2022-01-09"&gt;2022-01-09&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/issues/3983"&gt;Investigate repositories with more than 1 year without update - 2022-01-09&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2022-01-08"&gt;2022-01-08&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/670"&gt;controlling plugin loading&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/issues/669"&gt;plugins loading control&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2022-01-07"&gt;2022-01-07&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/666"&gt;devcontainers support&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/issues/665"&gt;Onboarding of new contributor: devcontainer setup&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2022-01-05"&gt;2022-01-05&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/664"&gt;how to alter plugin folder?&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/663"&gt;append author login (github account) on changelog&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/goreleaser/goreleaser"&gt;goreleaser/goreleaser&lt;/a&gt;: &lt;a href="https://github.com/goreleaser/goreleaser/pull/2806"&gt;Add prestd on users file&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3964#pullrequestreview-844891667"&gt;doc: add protoncheck&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/jfrog/froggit-go"&gt;jfrog/froggit-go&lt;/a&gt;: &lt;a href="https://github.com/jfrog/froggit-go/pull/24#pullrequestreview-844885141"&gt;Add more tests&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/issues/662"&gt;grpc endpoint plugin system&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2022-01-04"&gt;2022-01-04&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/661"&gt;fixed cache file path&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/659"&gt;endpoint plugin architecture&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/issues/660"&gt;error when caching system is active&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2022-01-03"&gt;2022-01-03&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/ReactiveX/RxGo"&gt;ReactiveX/RxGo&lt;/a&gt;: &lt;a href="https://github.com/ReactiveX/RxGo/pull/336#pullrequestreview-842920740"&gt;Bump github.com/cenkalti/backoff/v4 from 4.1.1 to 4.1.2&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2022-01-02"&gt;2022-01-02&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3978"&gt;remove goji/httpauth&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3977"&gt;essentialkaos/branca&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/issues/3976"&gt;Investigate repositories with more than 1 year without update - 2022-01-02&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2022-01-01"&gt;2022-01-01&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3918#pullrequestreview-842335082"&gt;Add cvt &amp;quot;Convert any value to another type&amp;quot;&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/avelino.run"&gt;avelino/avelino.run&lt;/a&gt;: 9 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/avelino.run/commits?author=avelino&amp;amp;since=2022-01-01T00:00:00Z&amp;amp;until=2022-01-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/goreleaser/goreleaser"&gt;goreleaser/goreleaser&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/goreleaser/goreleaser/commits?author=avelino&amp;amp;since=2022-01-01T00:00:00Z&amp;amp;until=2022-01-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/awesome-racket"&gt;avelino/awesome-racket&lt;/a&gt;: 34 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/awesome-racket/commits?author=avelino&amp;amp;since=2022-01-01T00:00:00Z&amp;amp;until=2022-01-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/prest/prestd-buildui"&gt;prest/prestd-buildui&lt;/a&gt;: 31 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/prest/prestd-buildui/commits?author=avelino&amp;amp;since=2022-01-01T00:00:00Z&amp;amp;until=2022-01-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/dotfiles"&gt;avelino/dotfiles&lt;/a&gt;: 7 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/dotfiles/commits?author=avelino&amp;amp;since=2022-01-01T00:00:00Z&amp;amp;until=2022-01-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/charmbracelet/charm"&gt;charmbracelet/charm&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/charmbracelet/charm/commits?author=avelino&amp;amp;since=2022-01-01T00:00:00Z&amp;amp;until=2022-01-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/avelino"&gt;avelino/avelino&lt;/a&gt;: 3 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/avelino/commits?author=avelino&amp;amp;since=2022-01-01T00:00:00Z&amp;amp;until=2022-01-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: 11 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/awesome-go/commits?author=avelino&amp;amp;since=2022-01-01T00:00:00Z&amp;amp;until=2022-01-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/structy/log"&gt;structy/log&lt;/a&gt;: 5 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/structy/log/commits?author=avelino&amp;amp;since=2022-01-01T00:00:00Z&amp;amp;until=2022-01-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/bottlepy/bottle"&gt;bottlepy/bottle&lt;/a&gt;: 2 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/bottlepy/bottle/commits?author=avelino&amp;amp;since=2022-01-01T00:00:00Z&amp;amp;until=2022-01-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/prest/.github"&gt;prest/.github&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/prest/.github/commits?author=avelino&amp;amp;since=2022-01-01T00:00:00Z&amp;amp;until=2022-01-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: 54 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/prest/prest/commits?author=avelino&amp;amp;since=2022-01-01T00:00:00Z&amp;amp;until=2022-01-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/rackt-org/rackt"&gt;rackt-org/rackt&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/rackt-org/rackt/commits?author=avelino&amp;amp;since=2022-01-01T00:00:00Z&amp;amp;until=2022-01-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/.emacs"&gt;avelino/.emacs&lt;/a&gt;: 7 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/.emacs/commits?author=avelino&amp;amp;since=2022-01-01T00:00:00Z&amp;amp;until=2022-01-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 0 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Open Source Contributions - December 2021</title><link>https://avelino.run/foss/2021/12/</link><pubDate>Wed, 01 Dec 2021 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2021/12/</guid><description>&lt;p&gt;Explore the timeline of contributions for December 2021, highlighting the active engagement across 17 repositories. This month featured a total of 36 pull requests and 12 pushes, reflecting a robust collaborative spirit within the community.&lt;/p&gt;
&lt;h2 id="2021-12-31"&gt;2021-12-31&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/658"&gt;contribution guide in the main documentation repo&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/657"&gt;docs: fixed build typo&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/656"&gt;making the documentation more fluid for the user&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/prest/doc-template"&gt;prest/doc-template&lt;/a&gt;: &lt;a href="https://github.com/prest/doc-template/pull/44"&gt;move to main doc (repo) CoC&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/prest/doc-template"&gt;prest/doc-template&lt;/a&gt;: &lt;a href="https://github.com/prest/doc-template/pull/43"&gt;new theme and support multi docs&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2021-12-30"&gt;2021-12-30&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/charmbracelet/charm"&gt;charmbracelet/charm&lt;/a&gt;: &lt;a href="https://github.com/charmbracelet/charm/pull/53"&gt;clear string formatting in database opening (path)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3961#pullrequestreview-842061785"&gt;ADD binlogo&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/charmbracelet/soft-serve"&gt;charmbracelet/soft-serve&lt;/a&gt;: &lt;a href="https://github.com/charmbracelet/soft-serve/issues/51"&gt;browsing the repository files&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/charmbracelet/charm"&gt;charmbracelet/charm&lt;/a&gt;: &lt;a href="https://github.com/charmbracelet/charm/issues/54"&gt;KV: ttl support&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2021-12-29"&gt;2021-12-29&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/655"&gt;Adding Github Action to detect duplicate issues&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2021-12-26"&gt;2021-12-26&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/hugo-theme-sarah"&gt;avelino/hugo-theme-sarah&lt;/a&gt;: &lt;a href="https://github.com/avelino/hugo-theme-sarah/pull/41"&gt;SEO + package upgrade&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/issues/3963"&gt;Investigate repositories with more than 1 year without update - 2021-12-26&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2021-12-25"&gt;2021-12-25&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/653"&gt;small fix cache db path&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3962"&gt;site: put link to generated page in the menu&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2021-12-24"&gt;2021-12-24&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/652"&gt;cache by endpoint implementation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/golang-queue/queue"&gt;golang-queue/queue&lt;/a&gt;: &lt;a href="https://github.com/golang-queue/queue/issues/42"&gt;RabbitMQ support &lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/golang-queue/queue"&gt;golang-queue/queue&lt;/a&gt;: &lt;a href="https://github.com/golang-queue/queue/issues/41"&gt;Kafka support &lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2021-12-23"&gt;2021-12-23&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/651"&gt;page dedicated to the caching system&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/650"&gt;basic caching system&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/649"&gt;doc: keep correct paging parameter&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/642#pullrequestreview-839128970"&gt;Add ECDSA/RSA-based JWT token support&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/square/go-jose"&gt;square/go-jose&lt;/a&gt;: &lt;a href="https://github.com/square/go-jose/issues/365"&gt;test environment breaking - TravisCI&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2021-12-22"&gt;2021-12-22&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3959"&gt;fixed typo action needs attr&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3958"&gt;generate sub pages by category for SEO&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3950#pullrequestreview-838720537"&gt;Update README.md&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/issues/3957"&gt;generate sub pages by category for SEO&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2021-12-21"&gt;2021-12-21&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/646"&gt;doc docker compose exemplo&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/645"&gt;doc docker compose: remove quote ''&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/644"&gt;build documentation push to main branch&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/prest/doc-template"&gt;prest/doc-template&lt;/a&gt;: &lt;a href="https://github.com/prest/doc-template/pull/42"&gt;fixed param read emgithub&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/issues/3956"&gt;should it count paid books in the list or only free books?&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2021-12-20"&gt;2021-12-20&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/643"&gt;doc/deploy: docker compose example&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/prest/doc-template"&gt;prest/doc-template&lt;/a&gt;: &lt;a href="https://github.com/prest/doc-template/pull/41"&gt;create shortcode emgithub&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3908#pullrequestreview-836747253"&gt;Add ebook 'The Power of Go: Tools'&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2021-12-19"&gt;2021-12-19&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/issues/3951"&gt;Investigate repositories with more than 1 year without update - 2021-12-19&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2021-12-17"&gt;2021-12-17&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/ritchie-cli-archpack"&gt;avelino/ritchie-cli-archpack&lt;/a&gt;: &lt;a href="https://github.com/avelino/ritchie-cli-archpack/pull/1"&gt;Update README.md&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2021-12-16"&gt;2021-12-16&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3947"&gt;change travis badge to gh action&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3946"&gt;Avelino/rename master to main&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3945"&gt;rename all hard ref branch master to main&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/issues/3944"&gt;Rename the master branch to main&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/issues/3943"&gt;travis stopped working, migrate to github actions&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/issues/640"&gt;Documentation Amazon ECS using AWS Copilot&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2021-12-15"&gt;2021-12-15&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3940"&gt;netlify deploy&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2021-12-12"&gt;2021-12-12&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/issues/3934"&gt;Investigate repositories with more than 1 year without update - 2021-12-12&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2021-12-09"&gt;2021-12-09&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/636"&gt;change jwt library to unarchived&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3899#pullrequestreview-827876008"&gt;Add hashicorp / go-retryablehttp&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;💬 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3900#pullrequestreview-827873814"&gt;wgrest addition proposal&lt;/a&gt; (Commented)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2021-12-08"&gt;2021-12-08&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3928#pullrequestreview-826895237"&gt;Added github.com/nikolaydubina/treemap&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3909#pullrequestreview-826893554"&gt;Added vertica-sql-go - Vertica DB driver&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3891#pullrequestreview-826890143"&gt;Adding Mage to build automation tools list&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2021-12-07"&gt;2021-12-07&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/634"&gt;add Opps CMS prest queries&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/opps/prest-queries"&gt;opps/prest-queries&lt;/a&gt;: &lt;a href="https://github.com/opps/prest-queries/pull/2"&gt;add prest link&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/opps/prest-queries"&gt;opps/prest-queries&lt;/a&gt;: &lt;a href="https://github.com/opps/prest-queries/pull/1"&gt;initial sql&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/FerretDB/FerretDB"&gt;FerretDB/FerretDB&lt;/a&gt;: &lt;a href="https://github.com/FerretDB/FerretDB/issues/128"&gt;Support geospatial queries&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2021-12-06"&gt;2021-12-06&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/633"&gt;write recommendation offsetLimit template use&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2021-12-05"&gt;2021-12-05&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/issues/3929"&gt;Investigate repositories with more than 1 year without update - 2021-12-05&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2021-12-04"&gt;2021-12-04&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/631"&gt;dockerfile specific for goreleaser&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/630"&gt;use go mod download all&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2021-12-03"&gt;2021-12-03&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/629"&gt;entrypoint support on env DATABASE_URL&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/628"&gt;CORS documentation improvement&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2021-12-01"&gt;2021-12-01&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3898#pullrequestreview-820132014"&gt;Add new bot builder - larry&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/avelino.run"&gt;avelino/avelino.run&lt;/a&gt;: 6 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/avelino.run/commits?author=avelino&amp;amp;since=2021-12-01T00:00:00Z&amp;amp;until=2021-12-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/prest/prestd-buildui"&gt;prest/prestd-buildui&lt;/a&gt;: 4 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/prest/prestd-buildui/commits?author=avelino&amp;amp;since=2021-12-01T00:00:00Z&amp;amp;until=2021-12-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/dotfiles"&gt;avelino/dotfiles&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/dotfiles/commits?author=avelino&amp;amp;since=2021-12-01T00:00:00Z&amp;amp;until=2021-12-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/hugo-theme-sarah"&gt;avelino/hugo-theme-sarah&lt;/a&gt;: 10 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/hugo-theme-sarah/commits?author=avelino&amp;amp;since=2021-12-01T00:00:00Z&amp;amp;until=2021-12-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/opps/prest-queries"&gt;opps/prest-queries&lt;/a&gt;: 8 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/opps/prest-queries/commits?author=avelino&amp;amp;since=2021-12-01T00:00:00Z&amp;amp;until=2021-12-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/avelino"&gt;avelino/avelino&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/avelino/commits?author=avelino&amp;amp;since=2021-12-01T00:00:00Z&amp;amp;until=2021-12-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/prest/prest-heroku"&gt;prest/prest-heroku&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/prest/prest-heroku/commits?author=avelino&amp;amp;since=2021-12-01T00:00:00Z&amp;amp;until=2021-12-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: 31 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/awesome-go/commits?author=avelino&amp;amp;since=2021-12-01T00:00:00Z&amp;amp;until=2021-12-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/ritchie-cli-archpack"&gt;avelino/ritchie-cli-archpack&lt;/a&gt;: 2 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/ritchie-cli-archpack/commits?author=avelino&amp;amp;since=2021-12-01T00:00:00Z&amp;amp;until=2021-12-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/prest/.github"&gt;prest/.github&lt;/a&gt;: 3 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/prest/.github/commits?author=avelino&amp;amp;since=2021-12-01T00:00:00Z&amp;amp;until=2021-12-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: 92 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/prest/prest/commits?author=avelino&amp;amp;since=2021-12-01T00:00:00Z&amp;amp;until=2021-12-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/prest/doc-template"&gt;prest/doc-template&lt;/a&gt;: 24 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/prest/doc-template/commits?author=avelino&amp;amp;since=2021-12-01T00:00:00Z&amp;amp;until=2021-12-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 55 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Open Source Contributions - November 2021</title><link>https://avelino.run/foss/2021/11/</link><pubDate>Mon, 01 Nov 2021 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2021/11/</guid><description>&lt;p&gt;In November 2021, the collaborative efforts across 8 repositories led to a total of 37 contributions, showcasing a vibrant month of development. This timeline highlights key activities, including pull requests, reviews, and issues that shaped the progress of various projects, emphasizing community involvement and the continuous improvement of open-source resources.&lt;/p&gt;
&lt;h2 id="2021-11-28"&gt;2021-11-28&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/issues/3920"&gt;Investigate repositories with more than 1 year without update - 2021-11-28&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2021-11-25"&gt;2021-11-25&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/metabase/metabase"&gt;metabase/metabase&lt;/a&gt;: &lt;a href="https://github.com/metabase/metabase/issues/19097"&gt;DigitalOcean Marketplace 1-click install&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2021-11-23"&gt;2021-11-23&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/626"&gt;docs: integrations redshift&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2021-11-22"&gt;2021-11-22&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/625"&gt;When passing non-valid paging parameters (conversion to integer) the query will be made with default value&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2021-11-21"&gt;2021-11-21&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/issues/3911"&gt;Investigate repositories with more than 1 year without update - 2021-11-21&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2021-11-19"&gt;2021-11-19&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3902#pullrequestreview-811318238"&gt;add security package github.com/jptosso/coraza-waf&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/runopsio/agent"&gt;runopsio/agent&lt;/a&gt;: &lt;a href="https://github.com/runopsio/agent/issues/32"&gt;migrate for edn to manage dependency&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2021-11-16"&gt;2021-11-16&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3892#pullrequestreview-807684179"&gt;add bqwriter to the list of Third-Party APIs&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2021-11-14"&gt;2021-11-14&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/issues/3894"&gt;Investigate repositories with more than 1 year without update - 2021-11-14&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2021-11-12"&gt;2021-11-12&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3872#pullrequestreview-804826820"&gt;Adding an Alac encoder&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3870#pullrequestreview-804826006"&gt;HnH/di - DI container library&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3869#pullrequestreview-804799318"&gt;add a new networking lib&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2021-11-10"&gt;2021-11-10&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3871#pullrequestreview-802546380"&gt;Add e2e - run workload scenarios in isolation&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3879#pullrequestreview-802530228"&gt;Add LunaSec under Databases&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3866#pullrequestreview-802523774"&gt;Add jackc/pgmock&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3867#pullrequestreview-802517621"&gt;add: shove&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2021-11-09"&gt;2021-11-09&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3774#pullrequestreview-801124497"&gt;Add mock pkg&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3769#pullrequestreview-801121281"&gt;Add tinode/chat under Messaging&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2021-11-08"&gt;2021-11-08&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3860#pullrequestreview-800079480"&gt;add freecache&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2021-11-07"&gt;2021-11-07&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/issues/3889"&gt;Investigate repositories with more than 1 year without update - 2021-11-07&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2021-11-06"&gt;2021-11-06&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3859#pullrequestreview-799424283"&gt;adding almasbub - library to provide an easy and safe datatype cast in Go.&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2021-11-05"&gt;2021-11-05&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3838#pullrequestreview-798978741"&gt;Add C2J package&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3887#pullrequestreview-798876197"&gt;Added AdGuardHome&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3784#pullrequestreview-798874486"&gt;Added grumpy&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3843#pullrequestreview-798866346"&gt;Updating README.md&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3827#pullrequestreview-798855834"&gt;Added go-oidc library&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3853#pullrequestreview-798845674"&gt;Added AdGuardHome&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/qustavo/sqlhooks"&gt;qustavo/sqlhooks&lt;/a&gt;: &lt;a href="https://github.com/qustavo/sqlhooks/issues/48"&gt;add sqlhooks on awesome-go&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2021-11-04"&gt;2021-11-04&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3821#pullrequestreview-797854730"&gt;Add disgord&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3820#pullrequestreview-797849824"&gt;update yml file using comment&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3848#pullrequestreview-797819283"&gt;Add kafka message scheduler&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3825#pullrequestreview-797807443"&gt;Fix patrickmn Cache implementation&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;💬 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3824#pullrequestreview-797760789"&gt;add gocoin - bitcoin implementation&lt;/a&gt; (Commented)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2021-11-02"&gt;2021-11-02&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/daltonmenezes/aura-theme"&gt;daltonmenezes/aura-theme&lt;/a&gt;: &lt;a href="https://github.com/daltonmenezes/aura-theme/issues/74"&gt;port to tmux&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: 32 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/prest/prest/commits?author=avelino&amp;amp;since=2021-11-01T00:00:00Z&amp;amp;until=2021-11-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/prest/prestd-buildui"&gt;prest/prestd-buildui&lt;/a&gt;: 2 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/prest/prestd-buildui/commits?author=avelino&amp;amp;since=2021-11-01T00:00:00Z&amp;amp;until=2021-11-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/dotfiles"&gt;avelino/dotfiles&lt;/a&gt;: 2 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/dotfiles/commits?author=avelino&amp;amp;since=2021-11-01T00:00:00Z&amp;amp;until=2021-11-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 71 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Open Source Contributions - October 2021</title><link>https://avelino.run/foss/2021/10/</link><pubDate>Fri, 01 Oct 2021 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2021/10/</guid><description>&lt;p&gt;Explore the timeline of contributions for October 2021, highlighting key activities across 4 repositories. This month featured 32 contributions, including pull requests, reviews, and issue tracking, showcasing the collaborative efforts and advancements made by contributors.&lt;/p&gt;
&lt;h2 id="2021-10-31"&gt;2021-10-31&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/issues/3881"&gt;Investigate repositories with more than 1 year without update - 2021-10-31&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2021-10-26"&gt;2021-10-26&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3819#pullrequestreview-789759406"&gt;Add git-lfs&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2021-10-25"&gt;2021-10-25&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3779#pullrequestreview-788704354"&gt;added Kopia to Other Software&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3777#pullrequestreview-788703746"&gt;Add Ngamux/Ngamux HTTP Router&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3778#pullrequestreview-788702493"&gt;add: prisma client go orm&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3841#pullrequestreview-787778529"&gt;Add &lt;code&gt;grofer&lt;/code&gt; to list!&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/619#pullrequestreview-788697033"&gt;add adapter docs&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2021-10-24"&gt;2021-10-24&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3763#pullrequestreview-787499643"&gt;Adding k8s go client&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3767#pullrequestreview-787499409"&gt;Add github.com/bobg/hashsplit&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3769#pullrequestreview-787499083"&gt;Add tinode/chat under Messaging&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3771#pullrequestreview-787498731"&gt;Add authzed spicedb to the list of databases&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3772#pullrequestreview-787498670"&gt;Add Database/sqlc entry&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3774#pullrequestreview-787498528"&gt;Add mock pkg&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3775#pullrequestreview-787498403"&gt;Add mockery package&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;💬 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3765#pullrequestreview-787498069"&gt;Add github.com/bobg/modver&lt;/a&gt; (Commented)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/issues/3863"&gt;Investigate repositories with more than 1 year without update - 2021-10-24&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2021-10-22"&gt;2021-10-22&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3818#pullrequestreview-787268640"&gt;Add Kratos to Distributed Systems category&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3849#pullrequestreview-786309887"&gt;Add lazydocker to utilities&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3793#pullrequestreview-786308977"&gt;add teleterm Telegram Bot Exec Terminal Command&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2021-10-21"&gt;2021-10-21&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/mafulong/mafulong"&gt;mafulong/mafulong&lt;/a&gt;: &lt;a href="https://github.com/mafulong/mafulong/pull/1"&gt;Top Langs username typo&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3857#pullrequestreview-785533444"&gt;godal: sql to golang model&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap"&gt;editor-bootstrap/vim-bootstrap&lt;/a&gt;: &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap/pull/396#pullrequestreview-785528418"&gt;Add theme Dogrun&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2021-10-19"&gt;2021-10-19&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3789#pullrequestreview-783399227"&gt;Add Nuclio to DevOps Category&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3753#pullrequestreview-783069138"&gt;Add todocheck to awesome-go&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2021-10-17"&gt;2021-10-17&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/issues/3840"&gt;Investigate repositories with more than 1 year without update - 2021-10-17&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2021-10-10"&gt;2021-10-10&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/617"&gt;WIP: close connect by defer&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap"&gt;editor-bootstrap/vim-bootstrap&lt;/a&gt;: &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap/pull/390#pullrequestreview-775703116"&gt;Add theme Gruvbox&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/issues/3817"&gt;Investigate repositories with more than 1 year without update - 2021-10-10&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/issues/616"&gt;memory leak postgresql close connection&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2021-10-03"&gt;2021-10-03&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/615#pullrequestreview-769771003"&gt;dockerfile: bump netcat from 1.10-41.1 to 1.10-46&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/issues/3786"&gt;Investigate repositories with more than 1 year without update - 2021-10-03&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: 12 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/prest/prest/commits?author=avelino&amp;amp;since=2021-10-01T00:00:00Z&amp;amp;until=2021-10-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 33 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Open Source Contributions - September 2021</title><link>https://avelino.run/foss/2021/09/</link><pubDate>Wed, 01 Sep 2021 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2021/09/</guid><description>&lt;p&gt;In September 2021, our community made remarkable strides across 12 repositories, contributing a total of 52 activities. This timeline highlights key events, including push events, pull requests, and reviews that shaped the month.&lt;/p&gt;
&lt;h2 id="2021-09-26"&gt;2021-09-26&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/issues/3759"&gt;Investigate repositories with more than 1 year without update - 2021-09-26&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2021-09-19"&gt;2021-09-19&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/issues/3752"&gt;Investigate repositories with more than 1 year without update - 2021-09-19&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2021-09-17"&gt;2021-09-17&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3746#pullrequestreview-757735004"&gt;Add go-sitemap package.&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2021-09-15"&gt;2021-09-15&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/issues/606"&gt;health check endpoint&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2021-09-14"&gt;2021-09-14&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/604"&gt;Ignore data path on codeql actions&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2021-09-12"&gt;2021-09-12&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3745"&gt;remove waveform archived&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/issues/3743"&gt;Investigate repositories with more than 1 year without update - 2021-09-12&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2021-09-11"&gt;2021-09-11&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3742#pullrequestreview-751957939"&gt; adding ArgoCD&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2021-09-10"&gt;2021-09-10&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/prest/prestd-buildui"&gt;prest/prestd-buildui&lt;/a&gt;: &lt;a href="https://github.com/prest/prestd-buildui/pull/8"&gt;docker-compose env&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/603#pullrequestreview-751232750"&gt;Extended test coverage for the Postgres package.&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/issues/610"&gt;table edit/create not working&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/issues/609"&gt;page with database listing&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/issues/608"&gt;dynamic database/schema name&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2021-09-09"&gt;2021-09-09&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3723#pullrequestreview-750807572"&gt; Adding in argoproj devops tools&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3727#pullrequestreview-750806237"&gt;add goerd library into Database migration tools&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3728#pullrequestreview-750804100"&gt;Add go clean template&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3729#pullrequestreview-750802210"&gt;add https://github.com/unionj-cloud/go-doudou&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3730#pullrequestreview-750801426"&gt;docs: add gocraft/work (#1)&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3732#pullrequestreview-750800529"&gt;Add new category - Blockchain &lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3739#pullrequestreview-750032969"&gt;Add rookie-ninja/rk-boot under Web Frameworks&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3740#pullrequestreview-750030898"&gt;Add rookie-ninja/rk-gin under Middlewares&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3721#pullrequestreview-749727728"&gt;Add github.com/influxdata/telegraf&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3720#pullrequestreview-749726344"&gt;adding sshman&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3719#pullrequestreview-749724934"&gt;Update README.md&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3718#pullrequestreview-749724077"&gt;Update README.md&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2021-09-08"&gt;2021-09-08&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/602#pullrequestreview-749080526"&gt;set default db from config on execute&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/opensrp/opensrp-client-core"&gt;opensrp/opensrp-client-core&lt;/a&gt;: &lt;a href="https://github.com/opensrp/opensrp-client-core/issues/833"&gt;Documentation (wiki) of the project in &amp;quot;closed&amp;quot; environment&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2021-09-07"&gt;2021-09-07&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3737#pullrequestreview-748220129"&gt;Add Euterpe to the list of servers&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3736#pullrequestreview-748218724"&gt;Add go-req&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2021-09-05"&gt;2021-09-05&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/600"&gt;WIP: form3tech-oss/jwt-go is archived&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/prest/go-jwt-middleware"&gt;prest/go-jwt-middleware&lt;/a&gt;: &lt;a href="https://github.com/prest/go-jwt-middleware/pull/1"&gt;V2 prest&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/issues/601"&gt;database not registered: /{DATABASE}/{SCHEMA}/{TABLE}&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/issues/3731"&gt;Investigate repositories with more than 1 year without update - 2021-09-05&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2021-09-03"&gt;2021-09-03&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/yunionio/sqlchemy"&gt;yunionio/sqlchemy&lt;/a&gt;: &lt;a href="https://github.com/yunionio/sqlchemy/pull/89"&gt;Golang syntax highlighting&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3709#pullrequestreview-745631977"&gt;Add go-conf&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3705#pullrequestreview-745630069"&gt;Add sqlchemy as a ORM project&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3695#pullrequestreview-745620157"&gt;Add golang-jwt/jwt&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3701#pullrequestreview-745617902"&gt;Added 100 Go Mistakes: How to Avoid Them&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/599#pullrequestreview-745984409"&gt;Bump github.com/lib/pq from 1.10.2 to 1.10.3&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2021-09-02"&gt;2021-09-02&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/598"&gt;contribute docs&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2021-09-01"&gt;2021-09-01&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/597"&gt;routers test coverage&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/596"&gt;TestAuth Enable and Disable&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/avelino.run"&gt;avelino/avelino.run&lt;/a&gt;: 2 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/avelino.run/commits?author=avelino&amp;amp;since=2021-09-01T00:00:00Z&amp;amp;until=2021-09-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/dracula/telegram"&gt;dracula/telegram&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/dracula/telegram/commits?author=avelino&amp;amp;since=2021-09-01T00:00:00Z&amp;amp;until=2021-09-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/prest/prestd-buildui"&gt;prest/prestd-buildui&lt;/a&gt;: 3 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/prest/prestd-buildui/commits?author=avelino&amp;amp;since=2021-09-01T00:00:00Z&amp;amp;until=2021-09-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/dotfiles"&gt;avelino/dotfiles&lt;/a&gt;: 8 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/dotfiles/commits?author=avelino&amp;amp;since=2021-09-01T00:00:00Z&amp;amp;until=2021-09-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/yunionio/sqlchemy"&gt;yunionio/sqlchemy&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/yunionio/sqlchemy/commits?author=avelino&amp;amp;since=2021-09-01T00:00:00Z&amp;amp;until=2021-09-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/prest/prest-node"&gt;prest/prest-node&lt;/a&gt;: 3 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/prest/prest-node/commits?author=avelino&amp;amp;since=2021-09-01T00:00:00Z&amp;amp;until=2021-09-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/avelino"&gt;avelino/avelino&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/avelino/commits?author=avelino&amp;amp;since=2021-09-01T00:00:00Z&amp;amp;until=2021-09-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: 2 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/awesome-go/commits?author=avelino&amp;amp;since=2021-09-01T00:00:00Z&amp;amp;until=2021-09-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/prest/.github"&gt;prest/.github&lt;/a&gt;: 4 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/prest/.github/commits?author=avelino&amp;amp;since=2021-09-01T00:00:00Z&amp;amp;until=2021-09-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: 23 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/prest/prest/commits?author=avelino&amp;amp;since=2021-09-01T00:00:00Z&amp;amp;until=2021-09-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 68 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Open Source Contributions - August 2021</title><link>https://avelino.run/foss/2021/08/</link><pubDate>Sun, 01 Aug 2021 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2021/08/</guid><description>&lt;p&gt;Explore the contributions made in August 2021, where a total of 14 repositories engaged in 43 significant events, including 4 pull requests and 15 issues. This timeline highlights the collaborative efforts and impactful developments that shaped the month.&lt;/p&gt;
&lt;h2 id="2021-08-31"&gt;2021-08-31&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/594"&gt;postgres queries test improved&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/issues/595"&gt;auth0 support&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2021-08-30"&gt;2021-08-30&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/592"&gt;active coverage in pipeline (github actions)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/issues/593"&gt;github actions: send coveralls&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/mattn/goveralls"&gt;mattn/goveralls&lt;/a&gt;: &lt;a href="https://github.com/mattn/goveralls/issues/203"&gt;github service error: Couldn't find a repository matching this job&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2021-08-29"&gt;2021-08-29&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/589"&gt;change DCO to CLA&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/issues/591"&gt;write documentation &lt;code&gt;?_returning&lt;/code&gt; filter parameter (query string)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/issues/3724"&gt;Investigate repositories with more than 1 year without update - 2021-08-29&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2021-08-22"&gt;2021-08-22&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/issues/3713"&gt;Investigate repositories with more than 1 year without update - 2021-08-22&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2021-08-16"&gt;2021-08-16&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/584#pullrequestreview-730970776"&gt;add singleDB config&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/cuducos/minha-receita"&gt;cuducos/minha-receita&lt;/a&gt;: &lt;a href="https://github.com/cuducos/minha-receita/issues/42"&gt;Site estático no / explicando como consumir a API&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/cuducos/minha-receita"&gt;cuducos/minha-receita&lt;/a&gt;: &lt;a href="https://github.com/cuducos/minha-receita/issues/41"&gt;Encode de carácteres especiais no Safari&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2021-08-15"&gt;2021-08-15&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/issues/3708"&gt;Investigate repositories with more than 1 year without update - 2021-08-15&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2021-08-14"&gt;2021-08-14&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/rochacbruno/python-project-template"&gt;rochacbruno/python-project-template&lt;/a&gt;: &lt;a href="https://github.com/rochacbruno/python-project-template/issues/1"&gt;Cookiecutter Support &lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2021-08-13"&gt;2021-08-13&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3665#pullrequestreview-729787937"&gt;Add Orion as one of frameworks&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/farseer810/gomigrate"&gt;farseer810/gomigrate&lt;/a&gt;: &lt;a href="https://github.com/farseer810/gomigrate/issues/1"&gt;embed.FS support&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2021-08-12"&gt;2021-08-12&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/jonchun/pathtype"&gt;jonchun/pathtype&lt;/a&gt;: &lt;a href="https://github.com/jonchun/pathtype/pull/1"&gt;syntax highlighting go source on readme&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3700#pullrequestreview-728470543"&gt;add customizable HTTP client library - httpc&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3698#pullrequestreview-728469600"&gt;Add Scout&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3692#pullrequestreview-728465303"&gt;Add m2cgen for transpiling ML models into Go code&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3689#pullrequestreview-728460504"&gt;Add github.com/ferama/rospo&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3684#pullrequestreview-728453063"&gt;Add github.com/bobg/hashsplit&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3681#pullrequestreview-728451838"&gt;Added gotestfmt&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3679#pullrequestreview-728439254"&gt;add tbd - a really simple way to create text templates&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3676#pullrequestreview-728437155"&gt;Add Githooks&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3675#pullrequestreview-728435166"&gt;Add github.com/bobg/mid&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3674#pullrequestreview-728433620"&gt;Add github.com/bobg/subcmd&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3673#pullrequestreview-728429227"&gt;Add modver (https://github.com/bobg/modver)&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3671#pullrequestreview-728426927"&gt;Add bubbletea of advanced console uis list.&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/576#pullrequestreview-728719209"&gt;Add distinct for Queries #569&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2021-08-11"&gt;2021-08-11&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/issues/579"&gt;unit testing without postgres dependency (mock)&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2021-08-08"&gt;2021-08-08&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/issues/3696"&gt;Investigate repositories with more than 1 year without update - 2021-08-08&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2021-08-04"&gt;2021-08-04&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/574#pullrequestreview-722517757"&gt;Update installation.en.md&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/575#pullrequestreview-722517134"&gt;Update _index.en.md&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/Dinius/Brain.fm-Desktop-Client"&gt;Dinius/Brain.fm-Desktop-Client&lt;/a&gt;: &lt;a href="https://github.com/Dinius/Brain.fm-Desktop-Client/issues/28"&gt;macOS play/stop button support&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2021-08-03"&gt;2021-08-03&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/ryanio/focusmusic.fm"&gt;ryanio/focusmusic.fm&lt;/a&gt;: &lt;a href="https://github.com/ryanio/focusmusic.fm/issues/24"&gt;music files - music production by artificial intelligence&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: 85 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/prest/prest/commits?author=avelino&amp;amp;since=2021-08-01T00:00:00Z&amp;amp;until=2021-08-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/aur"&gt;avelino/aur&lt;/a&gt;: 4 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/aur/commits?author=avelino&amp;amp;since=2021-08-01T00:00:00Z&amp;amp;until=2021-08-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/dotfiles"&gt;avelino/dotfiles&lt;/a&gt;: 2 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/dotfiles/commits?author=avelino&amp;amp;since=2021-08-01T00:00:00Z&amp;amp;until=2021-08-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/prest/.github"&gt;prest/.github&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/prest/.github/commits?author=avelino&amp;amp;since=2021-08-01T00:00:00Z&amp;amp;until=2021-08-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap"&gt;editor-bootstrap/vim-bootstrap&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/editor-bootstrap/vim-bootstrap/commits?author=avelino&amp;amp;since=2021-08-01T00:00:00Z&amp;amp;until=2021-08-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/prest/prestd-buildui"&gt;prest/prestd-buildui&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/prest/prestd-buildui/commits?author=avelino&amp;amp;since=2021-08-01T00:00:00Z&amp;amp;until=2021-08-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/jonchun/pathtype"&gt;jonchun/pathtype&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/jonchun/pathtype/commits?author=avelino&amp;amp;since=2021-08-01T00:00:00Z&amp;amp;until=2021-08-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 9 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>7 subjects (and GitHub repositories) to become a better Go Developer</title><link>https://avelino.run/7-subjects-and-github-repositories-to-become-a-better-go-developer/</link><pubDate>Sun, 11 Jul 2021 00:00:00 +0000</pubDate><guid>https://avelino.run/7-subjects-and-github-repositories-to-become-a-better-go-developer/</guid><description>&lt;p&gt;&lt;img src="https://avelino.run/blog/7-subjects-and-github-repositories-to-become-a-better-go-developer.png#center" alt="7 subjects (and GitHub repositories) to become a better Go Developer"&gt;&lt;/p&gt;
&lt;p&gt;With the high adoption of the Go language by developers and large companies, this has led companies to search for engineers with experience in Go.&lt;/p&gt;
&lt;p&gt;This can create a lot of pressure of what to study to become a better engineer, this is very personal, it requires planning of what and when to study other subjects (even outside the engineering area).&lt;/p&gt;</description></item><item><title>Uses</title><link>https://avelino.run/uses/</link><pubDate>Sun, 04 Jul 2021 00:00:00 +0000</pubDate><guid>https://avelino.run/uses/</guid><description>&lt;p&gt;Make sure to check out &lt;a href="https://uses.tech"&gt;uses.tech&lt;/a&gt; for a list of everyone’s &lt;strong&gt;/uses&lt;/strong&gt; pages!&lt;/p&gt;
&lt;p&gt;I constantly get a few emails (my email is public on my &lt;a href="https://github.com/avelino"&gt;github profile&lt;/a&gt;) asking about the software and hardware I use in my day to day life as an open source &lt;em&gt;product/project&lt;/em&gt; maintainer.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;My day job is 100% involved with &lt;strong&gt;open source&lt;/strong&gt; projects, would you like to support any project I help maintain? see how and who currently supports me &lt;a href="https://avelino.run/thanks/"&gt;here&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>Open Source Contributions - July 2021</title><link>https://avelino.run/foss/2021/07/</link><pubDate>Thu, 01 Jul 2021 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2021/07/</guid><description>&lt;p&gt;Explore the timeline of contributions for July 2021, showcasing a dynamic month of activity across 11 repositories. This overview includes key events such as push events, pull requests, and issue discussions, reflecting the collaborative spirit and progress made in the open-source community.&lt;/p&gt;
&lt;h2 id="2021-07-25"&gt;2021-07-25&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/issues/3672"&gt;Investigate repositories with more than 1 year without update - 2021-07-25&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2021-07-23"&gt;2021-07-23&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3668#pullrequestreview-713539068"&gt;Add ach&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3667#pullrequestreview-713536489"&gt;add testza&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3665#pullrequestreview-713534501"&gt;Add Orion as one of frameworks&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3663#pullrequestreview-713531679"&gt;Add bexp - Brace Expansion library&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3662#pullrequestreview-713529209"&gt;add dtm&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3661#pullrequestreview-713527299"&gt;Add go-starter&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3660#pullrequestreview-713525700"&gt;Add simplefeatures&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3659#pullrequestreview-713524181"&gt;Fixed a naming of a package&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2021-07-18"&gt;2021-07-18&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/issues/3664"&gt;Investigate repositories with more than 1 year without update - 2021-07-18&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2021-07-13"&gt;2021-07-13&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/570"&gt;doc/query-statements: fixed distinct typo&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2021-07-11"&gt;2021-07-11&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/issues/3656"&gt;Investigate repositories with more than 1 year without update - 2021-07-11&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2021-07-08"&gt;2021-07-08&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3654#pullrequestreview-701905099"&gt;add Balerter to the DevOps section&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2021-07-06"&gt;2021-07-06&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3647#pullrequestreview-699712890"&gt;Add lingua-go library&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3644#pullrequestreview-699711748"&gt;Add sched&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;💬 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3643#pullrequestreview-699710506"&gt;Added jsonl-graph&lt;/a&gt; (Commented)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3641#pullrequestreview-699707549"&gt;Add zenity&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3640#pullrequestreview-699705713"&gt;Add Shadowsocks&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3634#pullrequestreview-699701606"&gt;Add Easegress&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2021-07-05"&gt;2021-07-05&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/wesbos/awesome-uses"&gt;wesbos/awesome-uses&lt;/a&gt;: &lt;a href="https://github.com/wesbos/awesome-uses/pull/1204"&gt;add @avelino&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2021-07-04"&gt;2021-07-04&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/issues/3653"&gt;Investigate repositories with more than 1 year without update - 2021-07-04&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2021-07-03"&gt;2021-07-03&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/566"&gt;wip: add scorecard check&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/ossf/scorecard"&gt;ossf/scorecard&lt;/a&gt;: &lt;a href="https://github.com/ossf/scorecard/issues/653"&gt;scorecard on github marketplace&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/issues/565"&gt;Measuring Security Risks - Scorecard&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/avelino.run"&gt;avelino/avelino.run&lt;/a&gt;: 9 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/avelino.run/commits?author=avelino&amp;amp;since=2021-07-01T00:00:00Z&amp;amp;until=2021-07-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/prest/prestd-buildui"&gt;prest/prestd-buildui&lt;/a&gt;: 2 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/prest/prestd-buildui/commits?author=avelino&amp;amp;since=2021-07-01T00:00:00Z&amp;amp;until=2021-07-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/dotfiles"&gt;avelino/dotfiles&lt;/a&gt;: 3 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/dotfiles/commits?author=avelino&amp;amp;since=2021-07-01T00:00:00Z&amp;amp;until=2021-07-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/hugo-theme-sarah"&gt;avelino/hugo-theme-sarah&lt;/a&gt;: 6 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/hugo-theme-sarah/commits?author=avelino&amp;amp;since=2021-07-01T00:00:00Z&amp;amp;until=2021-07-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/hmdsefi/gowl"&gt;hmdsefi/gowl&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/hmdsefi/gowl/commits?author=avelino&amp;amp;since=2021-07-01T00:00:00Z&amp;amp;until=2021-07-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/prest/prestd.com"&gt;prest/prestd.com&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/prest/prestd.com/commits?author=avelino&amp;amp;since=2021-07-01T00:00:00Z&amp;amp;until=2021-07-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: 2 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/awesome-go/commits?author=avelino&amp;amp;since=2021-07-01T00:00:00Z&amp;amp;until=2021-07-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: 3 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/prest/prest/commits?author=avelino&amp;amp;since=2021-07-01T00:00:00Z&amp;amp;until=2021-07-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/wesbos/awesome-uses"&gt;wesbos/awesome-uses&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/wesbos/awesome-uses/commits?author=avelino&amp;amp;since=2021-07-01T00:00:00Z&amp;amp;until=2021-07-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap"&gt;editor-bootstrap/vim-bootstrap&lt;/a&gt;: 2 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/editor-bootstrap/vim-bootstrap/commits?author=avelino&amp;amp;since=2021-07-01T00:00:00Z&amp;amp;until=2021-07-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 5 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Decisões na carreira de engenharia de software (desenvolvimento)</title><link>https://avelino.run/decisoes-na-carreira-de-engenharia-de-software-desenvolvimento/</link><pubDate>Fri, 18 Jun 2021 00:00:00 +0000</pubDate><guid>https://avelino.run/decisoes-na-carreira-de-engenharia-de-software-desenvolvimento/</guid><description>&lt;blockquote&gt;
&lt;p&gt;Ao decidir sobre qual passo seguirá em sua trajetória profissional, acredito que vale pena considerar os seguintes fatores (1). Dependendo do seu momento de pessoal e/ou profissional, diferentes fatores será mais (ou menos) importantes (2).&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;strong&gt;Importante:&lt;/strong&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;Assumi-se que você achou melhor se juntar, ao invés de criar (começar uma empresa). Não estou falando de fundar ou não uma empresa, e sim desmitificar auxiliar que queira entrar em uma empresa existente e é parcial com pessoas no início da carreira.&lt;/p&gt;</description></item><item><title>Reconhecimento pelo trabalho com Open Source - GitHub Star</title><link>https://avelino.run/reconhecimento-pelo-trabalho-com-open-source-github-star/</link><pubDate>Thu, 10 Jun 2021 00:00:00 +0000</pubDate><guid>https://avelino.run/reconhecimento-pelo-trabalho-com-open-source-github-star/</guid><description>&lt;p&gt;Tenho a felicidade de compartilhar que fui premiado com o status de GitHub Stars por GitHub e nomeação por diversas pessoas - obrigado a todos, que tornaram isso possível.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://stars.github.com/profiles/avelino/"&gt;&lt;img src="https://avelino.run/blog/github-star-avelino.png#center" alt="GitHub Star Avelino"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Estou contribuindo e criando software Open Source desde 2008. Entrei no GitHub 31 outubro de 2008 e vê um universo de oportunidade para aprender olhando código de softwares que usava no meu dia a dia. No começo tive dificuldade de receber não em minhas contribuições (issues e pull requests), mas depois que entendi a &amp;quot;dinâmica&amp;quot; de um projeto open source comecei encarar o não como oportunidade de aprender.&lt;/p&gt;</description></item><item><title>Open Source Contributions - June 2021</title><link>https://avelino.run/foss/2021/06/</link><pubDate>Tue, 01 Jun 2021 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2021/06/</guid><description>&lt;p&gt;Explore the timeline of contributions for June 2021, showcasing significant activity across 17 repositories. This month featured 56 contributions, including 7 open pull requests and 21 reviews, highlighting the collaborative efforts and advancements in various projects.&lt;/p&gt;
&lt;h2 id="2021-06-30"&gt;2021-06-30&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3633#pullrequestreview-696649526"&gt;Add Githooks&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3632#pullrequestreview-696648266"&gt;Added lestrrat-go/jwx library to Authentication section&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3629#pullrequestreview-696647706"&gt;Add Teleport&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3628#pullrequestreview-696647149"&gt;Add commitlog to list of utilities&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2021-06-27"&gt;2021-06-27&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/issues/3645"&gt;Investigate repositories with more than 1 year without update - 2021-06-27&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2021-06-22"&gt;2021-06-22&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/560"&gt;migrate ci to github actions&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/issues/561"&gt;PREST_SSL_MODE is PostgreSQL config not http ssl - and other ssl variables&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2021-06-20"&gt;2021-06-20&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3622#pullrequestreview-687933415"&gt;Add awesome-go-extra&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3624#pullrequestreview-687933249"&gt;Add Prudence&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/issues/3638"&gt;Investigate repositories with more than 1 year without update - 2021-06-20&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2021-06-19"&gt;2021-06-19&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap"&gt;editor-bootstrap/vim-bootstrap&lt;/a&gt;: &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap/pull/385#pullrequestreview-687840048"&gt;Added some vimrc essential settings&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2021-06-18"&gt;2021-06-18&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/notaapp/talk"&gt;notaapp/talk&lt;/a&gt;: &lt;a href="https://github.com/notaapp/talk/issues/72"&gt;&lt;del&gt;scratch&lt;/del&gt; visual render&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/notaapp/talk"&gt;notaapp/talk&lt;/a&gt;: &lt;a href="https://github.com/notaapp/talk/issues/71"&gt;web version&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/notaapp/talk"&gt;notaapp/talk&lt;/a&gt;: &lt;a href="https://github.com/notaapp/talk/issues/70"&gt;Font family Fira Code support&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/notaapp/talk"&gt;notaapp/talk&lt;/a&gt;: &lt;a href="https://github.com/notaapp/talk/issues/69"&gt;dracula theme support&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2021-06-17"&gt;2021-06-17&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/issues/558"&gt;Report for &lt;code&gt;F&lt;/code&gt; ... is for lots of things to Fix!&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/issues/555"&gt;Change TravisCI to GitHub Actions &lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/issues/554"&gt;&lt;code&gt;ltree&lt;/code&gt; field support&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2021-06-16"&gt;2021-06-16&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/552#pullrequestreview-685470968"&gt;Add support for RSA and ECDSA signed tokens&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2021-06-15"&gt;2021-06-15&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/issues/550"&gt;endpoint to file upload&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2021-06-13"&gt;2021-06-13&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/issues/3630"&gt;Investigate repositories with more than 1 year without update - 2021-06-13&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2021-06-10"&gt;2021-06-10&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap"&gt;editor-bootstrap/vim-bootstrap&lt;/a&gt;: &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap/pull/384#pullrequestreview-680539603"&gt;Update Git commands&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/issues/548"&gt;So would it be possible to implement sending &lt;code&gt;SET ROLE&lt;/code&gt; based on some predefined JWT attributes?&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2021-06-08"&gt;2021-06-08&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap"&gt;editor-bootstrap/vim-bootstrap&lt;/a&gt;: &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap/pull/383"&gt;Avelino/new site layout&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap"&gt;editor-bootstrap/vim-bootstrap&lt;/a&gt;: &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap/pull/382"&gt;atualização da imagem docker&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap"&gt;editor-bootstrap/vim-bootstrap&lt;/a&gt;: &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap/pull/381"&gt;new layout used Dracula UI&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2021-06-06"&gt;2021-06-06&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/issues/3621"&gt;Investigate repositories with more than 1 year without update - 2021-06-06&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/noverde/serpens"&gt;noverde/serpens&lt;/a&gt;: &lt;a href="https://github.com/noverde/serpens/issues/30"&gt;Project description - keep open source project of a lot of work&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2021-06-05"&gt;2021-06-05&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/golang/go"&gt;golang/go&lt;/a&gt;: &lt;a href="https://github.com/golang/go/pull/46585"&gt;go/types: use flag variable goversion&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2021-06-04"&gt;2021-06-04&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/golang/go"&gt;golang/go&lt;/a&gt;: &lt;a href="https://github.com/golang/go/pull/46566"&gt;go/types: use flag variable goVersion&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2021-06-03"&gt;2021-06-03&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/confluentinc/ksql"&gt;confluentinc/ksql&lt;/a&gt;: &lt;a href="https://github.com/confluentinc/ksql/pull/7632#pullrequestreview-675592653"&gt;docs: add note about how to run the ksql cli via Maven&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/golang/appengine"&gt;golang/appengine&lt;/a&gt;: &lt;a href="https://github.com/golang/appengine/pull/243#pullrequestreview-675142663"&gt;Create the v2 in /v2 and revert the base directory back to 1.6.7&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/solanum-ircd/solanum"&gt;solanum-ircd/solanum&lt;/a&gt;: &lt;a href="https://github.com/solanum-ircd/solanum/pull/181#pullrequestreview-674779669"&gt;Improve README.md&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/issues/547"&gt;Support for json style added - Postgres 14&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2021-06-02"&gt;2021-06-02&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/RijulGulati/otpgen"&gt;RijulGulati/otpgen&lt;/a&gt;: &lt;a href="https://github.com/RijulGulati/otpgen/pull/1"&gt;formatting the readme file&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3616#pullrequestreview-674158023"&gt;add ujson&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3617#pullrequestreview-674155985"&gt;added otpgen&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2021-06-01"&gt;2021-06-01&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3615#pullrequestreview-672883530"&gt;Add Walrus&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3612#pullrequestreview-672880044"&gt;Add go-swagger-ui&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3610#pullrequestreview-672877482"&gt;Add astgo&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3606#pullrequestreview-672875002"&gt;Add gortsplib&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3605#pullrequestreview-672871826"&gt;Add project automi&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3602#pullrequestreview-672864571"&gt;Add hoofli&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;💬 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3601#pullrequestreview-672862650"&gt;Add command-chain&lt;/a&gt; (Commented)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/solanum-ircd/solanum"&gt;solanum-ircd/solanum&lt;/a&gt;: &lt;a href="https://github.com/solanum-ircd/solanum/issues/179"&gt;docker image&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/avelino.run"&gt;avelino/avelino.run&lt;/a&gt;: 6 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/avelino.run/commits?author=avelino&amp;amp;since=2021-06-01T00:00:00Z&amp;amp;until=2021-06-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/prest/prestd.com"&gt;prest/prestd.com&lt;/a&gt;: 3 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/prest/prestd.com/commits?author=avelino&amp;amp;since=2021-06-01T00:00:00Z&amp;amp;until=2021-06-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/avelino"&gt;avelino/avelino&lt;/a&gt;: 3 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/avelino/commits?author=avelino&amp;amp;since=2021-06-01T00:00:00Z&amp;amp;until=2021-06-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/liquidluck"&gt;avelino/liquidluck&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/liquidluck/commits?author=avelino&amp;amp;since=2021-06-01T00:00:00Z&amp;amp;until=2021-06-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/awesome-go/commits?author=avelino&amp;amp;since=2021-06-01T00:00:00Z&amp;amp;until=2021-06-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: 30 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/prest/prest/commits?author=avelino&amp;amp;since=2021-06-01T00:00:00Z&amp;amp;until=2021-06-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/RijulGulati/otpgen"&gt;RijulGulati/otpgen&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/RijulGulati/otpgen/commits?author=avelino&amp;amp;since=2021-06-01T00:00:00Z&amp;amp;until=2021-06-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap"&gt;editor-bootstrap/vim-bootstrap&lt;/a&gt;: 6 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/editor-bootstrap/vim-bootstrap/commits?author=avelino&amp;amp;since=2021-06-01T00:00:00Z&amp;amp;until=2021-06-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/golang/gofrontend"&gt;golang/gofrontend&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/golang/gofrontend/commits?author=avelino&amp;amp;since=2021-06-01T00:00:00Z&amp;amp;until=2021-06-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/.emacs"&gt;avelino/.emacs&lt;/a&gt;: 8 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/.emacs/commits?author=avelino&amp;amp;since=2021-06-01T00:00:00Z&amp;amp;until=2021-06-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/prest/doc-template"&gt;prest/doc-template&lt;/a&gt;: 3 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/prest/doc-template/commits?author=avelino&amp;amp;since=2021-06-01T00:00:00Z&amp;amp;until=2021-06-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 6 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Minha meta como gestor é: ser mandado embora no final do dia</title><link>https://avelino.run/minha-meta-como-gestor-eh-ser-mandado-embora-no-final-do-dia/</link><pubDate>Wed, 19 May 2021 00:00:00 +0000</pubDate><guid>https://avelino.run/minha-meta-como-gestor-eh-ser-mandado-embora-no-final-do-dia/</guid><description>&lt;p&gt;&lt;img src="./blog/sucesso.jpg#center" alt="Minha meta como gestor é: ser mandado embora no final do dia - avelino.run"&gt;&lt;/p&gt;
&lt;p&gt;Compartilho com meu time que minha meta é ser &amp;quot;mandado em bora&amp;quot; no final do dia, o que quero dizer com isso?&lt;/p&gt;
&lt;p&gt;Meu trabalho como gestor é fazer meu time trabalhar sem minha dependência, se eles estão conseguindo andar (entregar o combinado, dar suporte a profissionais menos experientes, se comunicar com pessoas não técnicas e etc) sem minha dependência quer dizer que fiz um ótimo trabalho dando a autonomia necessária para todos tomar decisão sem pedir permissão.&lt;/p&gt;</description></item><item><title>Observar nossa vida pela janela também é importante</title><link>https://avelino.run/observar-nossa-vida-pela-janela-tambem-e-importante/</link><pubDate>Sat, 15 May 2021 00:00:00 +0000</pubDate><guid>https://avelino.run/observar-nossa-vida-pela-janela-tambem-e-importante/</guid><description>&lt;p&gt;Essa semana você parou alguns minutos para analisar onde errou e como pode melhor?&lt;/p&gt;
&lt;p&gt;Em desenvolvimento de software (usando metodologias ágies) temos alguns rituais para olhar o que o time fez (tanto de erro e como acerto) para não voltar errar (sempre compartilhando o conhecimento para que todas as pessoas envolvidas possa aprender com o erro) e potencializar os acertos.&lt;/p&gt;
&lt;p&gt;Vejo algumas pessoas vivendo como não houvesse o amanhã, sem planejamento, sem saber onde quer chegar e geralmente não analisando como chegou até o momento atual.
Quando falamos em parar para olhar o que estamos fazendo (olhar nossa própria vida pela janela) soa errado, que estamos perdendo tempo de agir (executar) e mais 1001 desculpas para não sentir novamente a &amp;quot;dor&amp;quot; do erro - &lt;em&gt;quem nunca deixou de acessar a conta bancaria para não saber quanto negativo esta a conta?&lt;/em&gt; Em alguns casos a ignorância é uma virtude, desde que usamos ela para potencializar o aprendizado assim que ganharmos conhecimento sobre nossa ignorância, mas não ficar empurrando com a barriga.&lt;/p&gt;</description></item><item><title>O combinado não sai caro: 'Mentir pra si mesmo é sempre a pior mentira'</title><link>https://avelino.run/o-combinado-nao-sai-caro-mentir-pra-si-mesmo-e-sempre-a-pior-mentira/</link><pubDate>Sun, 09 May 2021 00:00:00 +0000</pubDate><guid>https://avelino.run/o-combinado-nao-sai-caro-mentir-pra-si-mesmo-e-sempre-a-pior-mentira/</guid><description>&lt;p&gt;Constantemente recebo msg dando parabéns pelo meu foco, disciplina, motivação e/ou alguma coisa na linha de me manter treinando todos os dias. Lógico que fico super feliz ao receber esse tipo de mensagem, mostra que estou gerando algum impacto (espero que positivo) na forma que encaro os meus desafios.&lt;/p&gt;
&lt;p&gt;Mas algumas vezes essa msg de &lt;strong&gt;&amp;quot;parabéns&amp;quot;&lt;/strong&gt; vem seguida de &lt;strong&gt;&amp;quot;eu gostaria de ter esse foco&amp;quot;&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Como faço para manter esse bendito foco?&lt;/strong&gt;
Busco entender porque eu quero e porque estou fazendo as coisas (tanto treino como qualquer coisa que faço), quando entendemos o real objetivo/propósito fica mais fácil de levar a sério o que tem que ser feito, caso contrário vamos priorizar outras coisas mais &amp;quot;importantes&amp;quot;.
Isso se torna mais latente quando você está liderando algum time. Eu não culpo ninguém que não está fazendo o que eu acho que deveria fazer primeiro (de maior prioridade), assumo a responsabilidade que não fui capaz de compartilhar os motivos que deveríamos começar pela outra tarefa e não essa.&lt;/p&gt;</description></item><item><title>Configurando limite de recursos em aplicações Java (JVM) no Kubernetes</title><link>https://avelino.run/configurando-limite-de-recursos-em-aplicacoes-java-jvm-no-kubernetes/</link><pubDate>Sat, 01 May 2021 00:00:00 +0000</pubDate><guid>https://avelino.run/configurando-limite-de-recursos-em-aplicacoes-java-jvm-no-kubernetes/</guid><description>&lt;p&gt;Fazer deploy de software desenvolvido usando tecnologias que foram criadas para ter escalabilidade vertical para escalar horizontalmente (&lt;em&gt;micro serviço, nano serviço&lt;/em&gt; e etc) em produção pode gerar alguns desafios que não estamos preparados. Principalmente quando o software esta rodando em JVM e não foi declarado limites de recursos.&lt;/p&gt;
&lt;h2 id="-xms--xmx-e-seus-problemas"&gt;&lt;code&gt;-Xms&lt;/code&gt;, &lt;code&gt;-Xmx&lt;/code&gt; e seus problemas&lt;/h2&gt;
&lt;p&gt;Ao estudar sobre a JVM você provavelmente passara pelos parâmetros de alocação inicial (&lt;code&gt;Xms&lt;/code&gt;) e alocação máxima (&lt;code&gt;Xmx&lt;/code&gt;) de memória, os parâmetros funcionam rigorosamente bem. Trazendo um exemplo, ao definir &lt;code&gt;-Xms128M&lt;/code&gt; e &lt;code&gt;Xmx256M&lt;/code&gt;, e começar monitorar a aplicação com &lt;a href="https://visualvm.github.io/"&gt;VisualVM&lt;/a&gt;, você alguma como essa:&lt;/p&gt;</description></item><item><title>Open Source Contributions - May 2021</title><link>https://avelino.run/foss/2021/05/</link><pubDate>Sat, 01 May 2021 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2021/05/</guid><description>&lt;p&gt;Explore the timeline of contributions for May 2021, highlighting key activities across multiple repositories. This month featured a total of 36 events, including pushes, pull requests, and issue tracking, reflecting the ongoing commitment of developers to enhance and maintain their projects.&lt;/p&gt;
&lt;h2 id="2021-05-31"&gt;2021-05-31&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/ergochat/ergo"&gt;ergochat/ergo&lt;/a&gt;: &lt;a href="https://github.com/ergochat/ergo/issues/1673"&gt;Ergo is IRCd and service, why not split it into two services (software)?&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/ergochat/ergo"&gt;ergochat/ergo&lt;/a&gt;: &lt;a href="https://github.com/ergochat/ergo/issues/1672"&gt;BotServ Service&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2021-05-30"&gt;2021-05-30&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/544"&gt;Link migration docs page on configuration&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/issues/3613"&gt;Investigate repositories with more than 1 year without update - 2021-05-30&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2021-05-29"&gt;2021-05-29&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/543"&gt;migration system explanation page&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/golang/gofrontend"&gt;golang/gofrontend&lt;/a&gt;: &lt;a href="https://github.com/golang/gofrontend/pull/5"&gt;README.md: convert README to markdown&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/rlanhellas/Lanhellas.KafkaConsumerBatch"&gt;rlanhellas/Lanhellas.KafkaConsumerBatch&lt;/a&gt;: &lt;a href="https://github.com/rlanhellas/Lanhellas.KafkaConsumerBatch/pull/1"&gt;set syntax highlight c# color in readme file&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: &lt;a href="https://github.com/opps/opps/pull/510"&gt;declare versions of dependent packages django&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/opps/opps-ganalytics"&gt;opps/opps-ganalytics&lt;/a&gt;: &lt;a href="https://github.com/opps/opps-ganalytics/pull/5"&gt;declare versions of dependent packages&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2021-05-26"&gt;2021-05-26&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/issues/542"&gt;Documentation theme&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2021-05-23"&gt;2021-05-23&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/issues/3607"&gt;Investigate repositories with more than 1 year without update - 2021-05-23&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2021-05-16"&gt;2021-05-16&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/avelino.run"&gt;avelino/avelino.run&lt;/a&gt;: &lt;a href="https://github.com/avelino/avelino.run/pull/24"&gt;Content observar nossa vida pela janela tambem e importante&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/issues/3603"&gt;Investigate repositories with more than 1 year without update - 2021-05-16&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2021-05-15"&gt;2021-05-15&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/avelino.run"&gt;avelino/avelino.run&lt;/a&gt;: &lt;a href="https://github.com/avelino/avelino.run/pull/23"&gt;Content observar nossa vida pela janela tambem e importante&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/mikekonan/go-types"&gt;mikekonan/go-types&lt;/a&gt;: &lt;a href="https://github.com/mikekonan/go-types/pull/2"&gt;format/style example source Go on readme&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2021-05-14"&gt;2021-05-14&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;💬 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3597#pullrequestreview-659924981"&gt;Added GoFlake&lt;/a&gt; (Commented)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2021-05-13"&gt;2021-05-13&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3598#pullrequestreview-658721812"&gt;Added aduket&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3594#pullrequestreview-658718367"&gt;Add cron project from robfig to job schedule section&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3585#pullrequestreview-658701878"&gt;add gitaligned&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2021-05-09"&gt;2021-05-09&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/issues/3596"&gt;Investigate repositories with more than 1 year without update - 2021-05-09&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2021-05-03"&gt;2021-05-03&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/Foundry376/Mailspring"&gt;Foundry376/Mailspring&lt;/a&gt;: &lt;a href="https://github.com/Foundry376/Mailspring/pull/2324"&gt;add snooze shortcut&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2021-05-02"&gt;2021-05-02&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/issues/3591"&gt;Investigate repositories with more than 1 year without update - 2021-05-02&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2021-05-01"&gt;2021-05-01&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/avelino.run"&gt;avelino/avelino.run&lt;/a&gt;: &lt;a href="https://github.com/avelino/avelino.run/pull/20#pullrequestreview-649819038"&gt;Upgrade to GitHub-native Dependabot&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/avelino.run"&gt;avelino/avelino.run&lt;/a&gt;: 15 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/avelino.run/commits?author=avelino&amp;amp;since=2021-05-01T00:00:00Z&amp;amp;until=2021-05-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/rlanhellas/Lanhellas.KafkaConsumerBatch"&gt;rlanhellas/Lanhellas.KafkaConsumerBatch&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/rlanhellas/Lanhellas.KafkaConsumerBatch/commits?author=avelino&amp;amp;since=2021-05-01T00:00:00Z&amp;amp;until=2021-05-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/editor-bootstrap/editor-bootstrap.com"&gt;editor-bootstrap/editor-bootstrap.com&lt;/a&gt;: 4 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/editor-bootstrap/editor-bootstrap.com/commits?author=avelino&amp;amp;since=2021-05-01T00:00:00Z&amp;amp;until=2021-05-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/dotfiles"&gt;avelino/dotfiles&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/dotfiles/commits?author=avelino&amp;amp;since=2021-05-01T00:00:00Z&amp;amp;until=2021-05-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/hugo-theme-sarah"&gt;avelino/hugo-theme-sarah&lt;/a&gt;: 3 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/hugo-theme-sarah/commits?author=avelino&amp;amp;since=2021-05-01T00:00:00Z&amp;amp;until=2021-05-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/Foundry376/Mailspring"&gt;Foundry376/Mailspring&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/Foundry376/Mailspring/commits?author=avelino&amp;amp;since=2021-05-01T00:00:00Z&amp;amp;until=2021-05-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/mikekonan/go-types"&gt;mikekonan/go-types&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/mikekonan/go-types/commits?author=avelino&amp;amp;since=2021-05-01T00:00:00Z&amp;amp;until=2021-05-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/avelino"&gt;avelino/avelino&lt;/a&gt;: 3 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/avelino/commits?author=avelino&amp;amp;since=2021-05-01T00:00:00Z&amp;amp;until=2021-05-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: 18 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/opps/opps/commits?author=avelino&amp;amp;since=2021-05-01T00:00:00Z&amp;amp;until=2021-05-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/prest/prest-heroku"&gt;prest/prest-heroku&lt;/a&gt;: 2 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/prest/prest-heroku/commits?author=avelino&amp;amp;since=2021-05-01T00:00:00Z&amp;amp;until=2021-05-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/ritchie-cli-archpack"&gt;avelino/ritchie-cli-archpack&lt;/a&gt;: 2 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/ritchie-cli-archpack/commits?author=avelino&amp;amp;since=2021-05-01T00:00:00Z&amp;amp;until=2021-05-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/opps/opps-ganalytics"&gt;opps/opps-ganalytics&lt;/a&gt;: 13 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/opps/opps-ganalytics/commits?author=avelino&amp;amp;since=2021-05-01T00:00:00Z&amp;amp;until=2021-05-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: 4 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/prest/prest/commits?author=avelino&amp;amp;since=2021-05-01T00:00:00Z&amp;amp;until=2021-05-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 67 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Falar sobre 'Assuntos Difíceis'</title><link>https://avelino.run/falar-sobre-assuntos-dif%C3%ADceis/</link><pubDate>Thu, 29 Apr 2021 00:00:00 +0000</pubDate><guid>https://avelino.run/falar-sobre-assuntos-dif%C3%ADceis/</guid><description>&lt;p&gt;Em nossa vida é necessário encarar de frente assuntos considerados difíceis ou tabu com qualquer pessoa, para isso precisamos ter coragem e maturidade para lidar com naturalidade com qualquer tema - mesmo se ele nos tire da zona de conforto.&lt;/p&gt;
&lt;p&gt;Para falar sobre esse assunto, vamos começar pelo porquê.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Por que é comum procrastinar uma conversa quando envolve assunto difícil?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Quando não falamos constantemente sobre um tipo de assunto ele se torna &amp;quot;difícil&amp;quot; por falta de familiaridade e sensação de desconforto. Por exemplo, é comum as pessoas terem dificuldade para falar sobre sexo, dinheiro, relacionamento, homossexualidade, etc.&lt;/p&gt;</description></item><item><title>Insights/Anotações do mês 04/2021</title><link>https://avelino.run/newsletter/2021-04-anotacoes/</link><pubDate>Tue, 27 Apr 2021 00:00:00 +0000</pubDate><guid>https://avelino.run/newsletter/2021-04-anotacoes/</guid><description>&lt;aside&gt;
📌 *E aiiiii, como esta? Chegou o dia de compartilhar alguns insights/anotações dos conteúdos que lê esse mês, como sempre tive grande dificuldade de escolher esses artigos, espero que eles ajudem você evoluir profissionalmente 🚀*
&lt;/aside&gt;
&lt;h2 id="aquele-pr-irritantes-como-você-gerencia-seu-tempo-para-fazer-revisão-de-código"&gt;Aquele PR irritantes, como você gerencia seu tempo para fazer revisão de código&lt;/h2&gt;
&lt;p&gt;Jessica Joy Kerr escreveu um excelente blogpost sobre revisões de código, ela linka alguns tweets que acabou me levando a reflexão&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Hot take: in-house development has been influenced too much by the GitHub open source PR driven development process. A process driven by zero trust doesn’t fit well in a team with trust.
— &lt;a href="https://twitter.com/pati_gallardo/status/1373343835330383878"&gt;Patricia Aas&lt;/a&gt;&lt;/p&gt;</description></item><item><title>DevHealthy - Episódio 22: 110kg a menos, rotina de treino, triathlon e pôs COVID19</title><link>https://avelino.run/quote/lifestyle/devhealthy-22-podcast-110kg-a-menos-triathlon-pos-covid/</link><pubDate>Mon, 26 Apr 2021 00:00:00 +0000</pubDate><guid>https://avelino.run/quote/lifestyle/devhealthy-22-podcast-110kg-a-menos-triathlon-pos-covid/</guid><description>&lt;p&gt;Uma conversa super maneira com a &lt;a href="https://twitter.com/seescrevekeit"&gt;Keit Oliveira&lt;/a&gt; e &lt;a href="https://twitter.com/raphaelfabeni"&gt;Raphael Fabeni&lt;/a&gt; no &lt;a href="https://anchor.fm/devhealthy/embed/episodes/DevHealthy-22---Bate-papo-Thiago-Avelino---110kg-a-menos--Triathlon-e-COVID-evn5fv/a-a5cea1p"&gt;DevHealthy&lt;/a&gt;, sobre meu processo de perda de peso (-110kg 😲), rotina de treino no triathlon 🏊🏃🚴 e treinos pôs COVID19 🦠.&lt;/p&gt;
&lt;iframe src="https://anchor.fm/devhealthy/embed/episodes/DevHealthy-22---Bate-papo-Thiago-Avelino---110kg-a-menos--Triathlon-e-COVID-evn5fv/a-a5cea1p" width="80%" frameborder="0" webkitallowfullscreen="true" mozallowfullscreen="true" allowfullscreen=""&gt;&lt;/iframe&gt;
&lt;p&gt;&lt;img src="https://d3t3ozftmdmh3i.cloudfront.net/production/podcast_uploaded_episode400/13162321/13162321-1619464102880-ea4feb0b4f46c.jpg#center" alt="DevHealthy - Episódio 22: 110kg a menos, rotina de treino, triathlon e pôs COVID19"&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;O &lt;a href="https://anchor.fm/devhealthy/"&gt;DevHealthy&lt;/a&gt; é um podcast que busca compartilhar experiências e opiniões sobre assuntos que envolvam um estilo de vida saudável e a área de tecnologia, podendo assim quebrar a idéia de que ambos tópicos não podem caminhar juntos.&lt;/p&gt;</description></item><item><title>Living our dream should be our priority</title><link>https://avelino.run/quote/lifestyle/living-our-dream-should-be-our-priority/</link><pubDate>Sun, 25 Apr 2021 08:00:00 +0000</pubDate><guid>https://avelino.run/quote/lifestyle/living-our-dream-should-be-our-priority/</guid><description>&lt;p&gt;What is your dream? What is your priority for the day?&lt;/p&gt;
&lt;p&gt;Getting out of the rat race is not an easy task, but how do we connect our busy daily lives with our dreams?&lt;/p&gt;
&lt;p&gt;Resignify our way of living (why we do what we do) and put our dream at the center of our life - as a commitment and not: do it if we have time. But doing what must be done, not only what you like to do.&lt;/p&gt;</description></item><item><title>Caminhada - que fase pós covid</title><link>https://avelino.run/quote/lifestyle/caminhada-que-fase-pos-covid/</link><pubDate>Fri, 09 Apr 2021 12:00:00 +0000</pubDate><guid>https://avelino.run/quote/lifestyle/caminhada-que-fase-pos-covid/</guid><description>&lt;p&gt;Que fase é essa meus amigo(a)s! 🤷‍♂️&lt;/p&gt;
&lt;p&gt;Depois de me recuperar da fase mais crítica do COVID 🦠 o médico 🥼 pediu para ficar sem praticar atividade física por 2 semanas e voltar com ritmo leve.&lt;/p&gt;
&lt;p&gt;Até aí OK 👌, mentalmente imaginei uma corridinha leve e um pedal sem colocar muita intensidade. Bah, sabe de nada inocente 🤦‍♂️&lt;/p&gt;
&lt;p&gt;Qualquer esforço que faço meus BPMs vão lá em cima, para ter uma referência: em treino de pedal indoor sempre tive dificuldade de chegar na casa de 160bpm mesmo no meu limiar de 250w, no meu primeiro treino estava entre 180 - 200w e minha frequência cardíaca entre 160 - 170bpm 💔&lt;/p&gt;</description></item><item><title>Open Source Contributions - April 2021</title><link>https://avelino.run/foss/2021/04/</link><pubDate>Thu, 01 Apr 2021 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2021/04/</guid><description>&lt;p&gt;In April 2021, the collaborative efforts across 14 repositories resulted in 44 contributions, including 10 pull requests and 17 reviews. This timeline captures the impactful activities and progress made during the month, highlighting key events and community interactions.&lt;/p&gt;
&lt;h2 id="2021-04-28"&gt;2021-04-28&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/dracula/spec"&gt;dracula/spec&lt;/a&gt;: &lt;a href="https://github.com/dracula/spec/issues/9"&gt;Dracula UI theme&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2021-04-27"&gt;2021-04-27&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/dracula/mailspring"&gt;dracula/mailspring&lt;/a&gt;: &lt;a href="https://github.com/dracula/mailspring/pull/9"&gt;minor color improvements&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2021-04-26"&gt;2021-04-26&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/gotuna/gotuna"&gt;gotuna/gotuna&lt;/a&gt;: &lt;a href="https://github.com/gotuna/gotuna/pull/5"&gt;set syntax highlight on example&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/hmdsefi/gowl"&gt;hmdsefi/gowl&lt;/a&gt;: &lt;a href="https://github.com/hmdsefi/gowl/pull/17"&gt;fixed identation of the example code&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3584#pullrequestreview-644537635"&gt;add rosedb&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3582#pullrequestreview-644534498"&gt;add milvus&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3579#pullrequestreview-644528953"&gt;Added GoTuna&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3578#pullrequestreview-644526414"&gt;Add Gowl to the Goroutines list&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3576#pullrequestreview-644524655"&gt;Added github.com/alexeyco/pig&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3572#pullrequestreview-644522483"&gt;Add larapulse/migrator to the Database migrators list&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3571#pullrequestreview-644518773"&gt;added PingMe cli&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3564#pullrequestreview-644516701"&gt;add a code analyse tool: Golds&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3553#pullrequestreview-644513592"&gt;add godesim &amp;amp; gitaligned&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2021-04-25"&gt;2021-04-25&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/hugo-theme-sarah"&gt;avelino/hugo-theme-sarah&lt;/a&gt;: &lt;a href="https://github.com/avelino/hugo-theme-sarah/pull/36"&gt;create build actions&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/hugo-theme-sarah"&gt;avelino/hugo-theme-sarah&lt;/a&gt;: &lt;a href="https://github.com/avelino/hugo-theme-sarah/pull/35"&gt;upgrade node packages&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/issues/3583"&gt;Investigate repositories with more than 1 year without update - 2021-04-25&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2021-04-21"&gt;2021-04-21&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/525"&gt;doc deployment chapter&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/prest/doc-template"&gt;prest/doc-template&lt;/a&gt;: &lt;a href="https://github.com/prest/doc-template/pull/40"&gt;add table of contents on single page&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2021-04-18"&gt;2021-04-18&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/issues/3574"&gt;Investigate repositories with more than 1 year without update - 2021-04-18&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2021-04-15"&gt;2021-04-15&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3570#pullrequestreview-636848132"&gt;Add echotron telegram bot library&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3569#pullrequestreview-636846782"&gt;add neon link&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3568#pullrequestreview-636844730"&gt;Update README.md&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3560#pullrequestreview-636810586"&gt;Added syncbit in devops section&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3559#pullrequestreview-636808638"&gt;Add movio/bramble&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3557#pullrequestreview-636805269"&gt;Add higgs&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/issues/523"&gt;heroku: add environment variables on the installation page&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2021-04-11"&gt;2021-04-11&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/issues/3565"&gt;Investigate repositories with more than 1 year without update - 2021-04-11&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/scarsu/NotionX"&gt;scarsu/NotionX&lt;/a&gt;: &lt;a href="https://github.com/scarsu/NotionX/issues/10"&gt;Dracula theme support&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2021-04-09"&gt;2021-04-09&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3563"&gt;Revert &amp;quot;fixed warnings on travisci config&amp;quot;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3562"&gt;fixed warnings on travisci config&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;💬 Reviewed PR in &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap"&gt;editor-bootstrap/vim-bootstrap&lt;/a&gt;: &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap/pull/379#pullrequestreview-632485439"&gt;Embed assets and templates&lt;/a&gt; (Commented)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2021-04-07"&gt;2021-04-07&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3558#pullrequestreview-629495629"&gt;Take advantage of the new README features&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2021-04-04"&gt;2021-04-04&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/issues/3555"&gt;Investigate repositories with more than 1 year without update - 2021-04-04&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2021-04-02"&gt;2021-04-02&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/arxdsilva/golang-ifood-sdk"&gt;arxdsilva/golang-ifood-sdk&lt;/a&gt;: &lt;a href="https://github.com/arxdsilva/golang-ifood-sdk/pull/1"&gt;Fixed ident typo on event loop&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/avelino.run"&gt;avelino/avelino.run&lt;/a&gt;: 34 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/avelino.run/commits?author=avelino&amp;amp;since=2021-04-01T00:00:00Z&amp;amp;until=2021-04-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/arxdsilva/golang-ifood-sdk"&gt;arxdsilva/golang-ifood-sdk&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/arxdsilva/golang-ifood-sdk/commits?author=avelino&amp;amp;since=2021-04-01T00:00:00Z&amp;amp;until=2021-04-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/dotfiles"&gt;avelino/dotfiles&lt;/a&gt;: 4 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/dotfiles/commits?author=avelino&amp;amp;since=2021-04-01T00:00:00Z&amp;amp;until=2021-04-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/hugo-theme-sarah"&gt;avelino/hugo-theme-sarah&lt;/a&gt;: 27 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/hugo-theme-sarah/commits?author=avelino&amp;amp;since=2021-04-01T00:00:00Z&amp;amp;until=2021-04-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/dracula/mailspring"&gt;dracula/mailspring&lt;/a&gt;: 2 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/dracula/mailspring/commits?author=avelino&amp;amp;since=2021-04-01T00:00:00Z&amp;amp;until=2021-04-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/avelino"&gt;avelino/avelino&lt;/a&gt;: 6 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/avelino/commits?author=avelino&amp;amp;since=2021-04-01T00:00:00Z&amp;amp;until=2021-04-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: 12 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/awesome-go/commits?author=avelino&amp;amp;since=2021-04-01T00:00:00Z&amp;amp;until=2021-04-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/gotuna/gotuna"&gt;gotuna/gotuna&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/gotuna/gotuna/commits?author=avelino&amp;amp;since=2021-04-01T00:00:00Z&amp;amp;until=2021-04-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: 3 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/prest/prest/commits?author=avelino&amp;amp;since=2021-04-01T00:00:00Z&amp;amp;until=2021-04-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/prest/doc-template"&gt;prest/doc-template&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/prest/doc-template/commits?author=avelino&amp;amp;since=2021-04-01T00:00:00Z&amp;amp;until=2021-04-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 19 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Open Source Contributions - March 2021</title><link>https://avelino.run/foss/2021/03/</link><pubDate>Mon, 01 Mar 2021 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2021/03/</guid><description>&lt;p&gt;Explore the contributions made in March 2021, where 10 repositories engaged in a total of 47 events, including pushes, pull requests, and reviews. This timeline showcases the collaborative efforts and advancements made during the month, highlighting key developments and community involvement.&lt;/p&gt;
&lt;h2 id="2021-03-30"&gt;2021-03-30&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/519"&gt;initial version k8s install manifests&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/518"&gt;change ssl postgres default value to require&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/516"&gt;Clear docker image&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/prest/prest-heroku"&gt;prest/prest-heroku&lt;/a&gt;: &lt;a href="https://github.com/prest/prest-heroku/pull/1"&gt;remove docker CMD, used entrypoint&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/issues/3550"&gt;emoji on topicos (titles)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/issues/517"&gt;entrypoint file does not support database_url&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2021-03-29"&gt;2021-03-29&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3540#pullrequestreview-623633920"&gt;Update README.md&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2021-03-28"&gt;2021-03-28&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/nedbat/gefilte"&gt;nedbat/gefilte&lt;/a&gt;: &lt;a href="https://github.com/nedbat/gefilte/pull/1"&gt;Set python code-block on readme example&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/issues/3546"&gt;Investigate repositories with more than 1 year without update - 2021-03-28&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2021-03-27"&gt;2021-03-27&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3545#pullrequestreview-622644727"&gt;Add roumon&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;💬 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3542#pullrequestreview-622644471"&gt;Add docker-go-mingw&lt;/a&gt; (Commented)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3539#pullrequestreview-622644181"&gt;Add Kuiper to the Stream Processing&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3536#pullrequestreview-622644090"&gt;add jfcg/yell: yet another minimalistic logging library&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3535#pullrequestreview-622643923"&gt;ipsw&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3533#pullrequestreview-622643799"&gt;Add bloomfilter&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3532#pullrequestreview-622643703"&gt;godal: sql to golang model&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3528#pullrequestreview-622643439"&gt;Adding Debugged.it Go patterns&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3526#pullrequestreview-622643144"&gt;Add Confetti Framework&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2021-03-21"&gt;2021-03-21&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/issues/3538"&gt;Investigate repositories with more than 1 year without update - 2021-03-21&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2021-03-14"&gt;2021-03-14&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/moclojer/chrondb"&gt;moclojer/chrondb&lt;/a&gt;: &lt;a href="https://github.com/moclojer/chrondb/pull/1"&gt;initial compress json&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/issues/3529"&gt;Investigate repositories with more than 1 year without update - 2021-03-14&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2021-03-09"&gt;2021-03-09&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap"&gt;editor-bootstrap/vim-bootstrap&lt;/a&gt;: &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap/issues/375"&gt;Use pkg/embed (golang 1.16 feature)&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2021-03-08"&gt;2021-03-08&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3525"&gt;remove github.com/mengzhuo/cookiestxt&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3524"&gt;remove github.com/tcolgate/mp3&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3523"&gt;remove github.com/krig/go-sox&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/Comcast/gaad"&gt;Comcast/gaad&lt;/a&gt;: &lt;a href="https://github.com/Comcast/gaad/pull/15"&gt;travis ci run latest golang version&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2021-03-07"&gt;2021-03-07&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/issues/3522"&gt;Investigate repositories with more than 1 year without update - 2021-03-07&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2021-03-06"&gt;2021-03-06&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3521#pullrequestreview-605783472"&gt;Add new testing package&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3518#pullrequestreview-605783259"&gt;Added new twitter bot - GobotTweet&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3513#pullrequestreview-605783076"&gt;Add presentx tool&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3510#pullrequestreview-605782722"&gt;add Pantani go packages&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3509#pullrequestreview-605782570"&gt;Add rsocket-go&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3508#pullrequestreview-605772776"&gt;Add Gio to list of Gui libaries&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3507#pullrequestreview-605772425"&gt;Added gofp in the functional list&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3502#pullrequestreview-605771588"&gt;add Ory Hydra&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3501#pullrequestreview-605771060"&gt;Add gh-ost&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3498#pullrequestreview-605770287"&gt;Add eujoy/erbuilder&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3497#pullrequestreview-605770148"&gt;Adding Tasks&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/nedbat/gefilte"&gt;nedbat/gefilte&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/nedbat/gefilte/commits?author=avelino&amp;amp;since=2021-03-01T00:00:00Z&amp;amp;until=2021-03-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/avelino.run"&gt;avelino/avelino.run&lt;/a&gt;: 3 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/avelino.run/commits?author=avelino&amp;amp;since=2021-03-01T00:00:00Z&amp;amp;until=2021-03-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/dotfiles"&gt;avelino/dotfiles&lt;/a&gt;: 2 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/dotfiles/commits?author=avelino&amp;amp;since=2021-03-01T00:00:00Z&amp;amp;until=2021-03-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/Comcast/gaad"&gt;Comcast/gaad&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/Comcast/gaad/commits?author=avelino&amp;amp;since=2021-03-01T00:00:00Z&amp;amp;until=2021-03-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/avelino"&gt;avelino/avelino&lt;/a&gt;: 5 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/avelino/commits?author=avelino&amp;amp;since=2021-03-01T00:00:00Z&amp;amp;until=2021-03-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/prest/prest-heroku"&gt;prest/prest-heroku&lt;/a&gt;: 10 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/prest/prest-heroku/commits?author=avelino&amp;amp;since=2021-03-01T00:00:00Z&amp;amp;until=2021-03-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: 2 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/awesome-go/commits?author=avelino&amp;amp;since=2021-03-01T00:00:00Z&amp;amp;until=2021-03-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: 14 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/prest/prest/commits?author=avelino&amp;amp;since=2021-03-01T00:00:00Z&amp;amp;until=2021-03-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/moclojer/chrondb"&gt;moclojer/chrondb&lt;/a&gt;: 14 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/moclojer/chrondb/commits?author=avelino&amp;amp;since=2021-03-01T00:00:00Z&amp;amp;until=2021-03-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 2 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Open Source Contributions - February 2021</title><link>https://avelino.run/foss/2021/02/</link><pubDate>Mon, 01 Feb 2021 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2021/02/</guid><description>&lt;p&gt;In February 2021, the collaborative efforts across 12 repositories led to a total of 47 contributions, including 7 new pull requests and 14 issues raised. This timeline highlights the impactful developments and discussions within the community, showcasing ongoing enhancements and member engagement.&lt;/p&gt;
&lt;h2 id="2021-02-28"&gt;2021-02-28&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/rumlang/rum"&gt;rumlang/rum&lt;/a&gt;: &lt;a href="https://github.com/rumlang/rum/pull/142"&gt;organization stdlib, split any files&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/rumlang/rum"&gt;rumlang/rum&lt;/a&gt;: &lt;a href="https://github.com/rumlang/rum/issues/143"&gt;HTTP server on stdlib&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/issues/3512"&gt;Investigate repositories with more than 1 year without update - 2021-02-28&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2021-02-27"&gt;2021-02-27&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/rumlang/rum"&gt;rumlang/rum&lt;/a&gt;: &lt;a href="https://github.com/rumlang/rum/issues/141"&gt;Renaming the default branch from master to main&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/rumlang/rum"&gt;rumlang/rum&lt;/a&gt;: &lt;a href="https://github.com/rumlang/rum/issues/140"&gt;migrate travis-ci to github actions&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/rumlang/rum"&gt;rumlang/rum&lt;/a&gt;: &lt;a href="https://github.com/rumlang/rum/issues/139"&gt;pow (**) returning different values depending on the operating system&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/rumlang/rum"&gt;rumlang/rum&lt;/a&gt;: &lt;a href="https://github.com/rumlang/rum/issues/138"&gt;pow (**) array process&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2021-02-26"&gt;2021-02-26&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/rumlang/rum"&gt;rumlang/rum&lt;/a&gt;: &lt;a href="https://github.com/rumlang/rum/pull/136"&gt;import alias support&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/rumlang/rum"&gt;rumlang/rum&lt;/a&gt;: &lt;a href="https://github.com/rumlang/rum/issues/137"&gt;import alias support&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2021-02-24"&gt;2021-02-24&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/rumlang/vscode-rum"&gt;rumlang/vscode-rum&lt;/a&gt;: &lt;a href="https://github.com/rumlang/vscode-rum/pull/1"&gt;initial rumlang to vscode&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2021-02-22"&gt;2021-02-22&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3507#pullrequestreview-595453412"&gt;Added gofp in the functional list&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2021-02-21"&gt;2021-02-21&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/issues/3499"&gt;Investigate repositories with more than 1 year without update - 2021-02-21&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2021-02-19"&gt;2021-02-19&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3494#pullrequestreview-594117899"&gt;Add rebed&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3493#pullrequestreview-594117233"&gt;Add appstore-sdk-go&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3490#pullrequestreview-594113826"&gt;Add link to hare under Databases.&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3484#pullrequestreview-594112434"&gt;Added &amp;quot;slack-bot&amp;quot;&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3483#pullrequestreview-594110571"&gt;Add godesim&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3482#pullrequestreview-594108209"&gt;Add pcopy&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3480#pullrequestreview-594107064"&gt;add go-zero (https://github.com/tal-tech/go-zero)&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3479#pullrequestreview-594105893"&gt;add iouring-go&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3476#pullrequestreview-594104264"&gt;add blocky to other software&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3475#pullrequestreview-594103512"&gt;Add olric&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3472#pullrequestreview-594051235"&gt;add tcpdog&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3470#pullrequestreview-594049735"&gt;Added ticker to Financial&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3466#pullrequestreview-594041202"&gt;add maja42/goval&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3465#pullrequestreview-594040326"&gt;Add gonfig to configuration libs&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3463#pullrequestreview-594037180"&gt;Add nject/npoint dependency injection frameworks&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2021-02-18"&gt;2021-02-18&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/issues/511"&gt;Documentation (integration) how to use FDW (Foreign Data Wrappers) + pREST&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2021-02-15"&gt;2021-02-15&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/addnab/docker-run-action"&gt;addnab/docker-run-action&lt;/a&gt;: &lt;a href="https://github.com/addnab/docker-run-action/issues/5"&gt;Error on mount volume workspace github&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2021-02-14"&gt;2021-02-14&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/issues/3486"&gt;Investigate repositories with more than 1 year without update - 2021-02-14&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/addnab/docker-run-action"&gt;addnab/docker-run-action&lt;/a&gt;: &lt;a href="https://github.com/addnab/docker-run-action/issues/4"&gt;Mount volume main repository folder&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/torokmark/assert.sh"&gt;torokmark/assert.sh&lt;/a&gt;: &lt;a href="https://github.com/torokmark/assert.sh/issues/8"&gt;array_contains support&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2021-02-13"&gt;2021-02-13&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/aur"&gt;avelino/aur&lt;/a&gt;: &lt;a href="https://github.com/avelino/aur/pull/14"&gt;WIP: Test environment on github actions&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/aur"&gt;avelino/aur&lt;/a&gt;: &lt;a href="https://github.com/avelino/aur/pull/13"&gt;wirte how to generate backup/recovery&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2021-02-12"&gt;2021-02-12&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/509"&gt;Writing how to test and develop env pREST&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2021-02-10"&gt;2021-02-10&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/boilerpipe-clj"&gt;avelino/boilerpipe-clj&lt;/a&gt;: &lt;a href="https://github.com/avelino/boilerpipe-clj/pull/1"&gt;Merge/get image by seymores&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2021-02-07"&gt;2021-02-07&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/issues/3477"&gt;Investigate repositories with more than 1 year without update - 2021-02-07&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2021-02-04"&gt;2021-02-04&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/501#pullrequestreview-582946936"&gt;Basic instruction to see the project works&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/avelino.run"&gt;avelino/avelino.run&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/avelino.run/commits?author=avelino&amp;amp;since=2021-02-01T00:00:00Z&amp;amp;until=2021-02-28T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/dotfiles"&gt;avelino/dotfiles&lt;/a&gt;: 6 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/dotfiles/commits?author=avelino&amp;amp;since=2021-02-01T00:00:00Z&amp;amp;until=2021-02-28T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/hugo-theme-sarah"&gt;avelino/hugo-theme-sarah&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/hugo-theme-sarah/commits?author=avelino&amp;amp;since=2021-02-01T00:00:00Z&amp;amp;until=2021-02-28T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/aur"&gt;avelino/aur&lt;/a&gt;: 7 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/aur/commits?author=avelino&amp;amp;since=2021-02-01T00:00:00Z&amp;amp;until=2021-02-28T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/rumlang/vscode-rum"&gt;rumlang/vscode-rum&lt;/a&gt;: 4 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/rumlang/vscode-rum/commits?author=avelino&amp;amp;since=2021-02-01T00:00:00Z&amp;amp;until=2021-02-28T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/rumlang/rum"&gt;rumlang/rum&lt;/a&gt;: 25 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/rumlang/rum/commits?author=avelino&amp;amp;since=2021-02-01T00:00:00Z&amp;amp;until=2021-02-28T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/awesome-go/commits?author=avelino&amp;amp;since=2021-02-01T00:00:00Z&amp;amp;until=2021-02-28T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: 4 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/prest/prest/commits?author=avelino&amp;amp;since=2021-02-01T00:00:00Z&amp;amp;until=2021-02-28T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap"&gt;editor-bootstrap/vim-bootstrap&lt;/a&gt;: 2 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/editor-bootstrap/vim-bootstrap/commits?author=avelino&amp;amp;since=2021-02-01T00:00:00Z&amp;amp;until=2021-02-28T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 8 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Open Source Contributions - January 2021</title><link>https://avelino.run/foss/2021/01/</link><pubDate>Fri, 01 Jan 2021 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2021/01/</guid><description>&lt;p&gt;Explore the timeline of contributions made in January 2021, highlighting key activities across various repositories. This month marked a robust engagement with multiple pull requests, reviews, and issues, showcasing the collaborative spirit of the developers.&lt;/p&gt;
&lt;h2 id="2021-01-31"&gt;2021-01-31&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/issues/3464"&gt;Investigate repositories with more than 1 year without update - 2021-01-31&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2021-01-28"&gt;2021-01-28&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/dracula/telegram"&gt;dracula/telegram&lt;/a&gt;: &lt;a href="https://github.com/dracula/telegram/pull/22"&gt;DOC: Active Buddle Mode option to install theme&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/dracula/telegram"&gt;dracula/telegram&lt;/a&gt;: &lt;a href="https://github.com/dracula/telegram/pull/18#pullrequestreview-578678139"&gt;Fixing Media View Playback Theming&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2021-01-26"&gt;2021-01-26&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/dotfiles"&gt;avelino/dotfiles&lt;/a&gt;: &lt;a href="https://github.com/avelino/dotfiles/pull/2"&gt;upgrade before install on new machine&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2021-01-24"&gt;2021-01-24&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/issues/3459"&gt;Investigate repositories with more than 1 year without update - 2021-01-24&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2021-01-19"&gt;2021-01-19&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/funcool/buddy-auth"&gt;funcool/buddy-auth&lt;/a&gt;: &lt;a href="https://github.com/funcool/buddy-auth/pull/90#pullrequestreview-571429821"&gt;Tiny typo in content.adoc&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2021-01-18"&gt;2021-01-18&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3455"&gt;set date now on investigate issue title&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2021-01-17"&gt;2021-01-17&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/Homebrew/homebrew-core"&gt;Homebrew/homebrew-core&lt;/a&gt;: &lt;a href="https://github.com/Homebrew/homebrew-core/pull/69238"&gt;prest: rename binary name prest to prestd&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/issues/3453"&gt;Investigate repositories with more than 1 year without update&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2021-01-14"&gt;2021-01-14&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/491"&gt;Fix support hyphen in dbname&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2021-01-13"&gt;2021-01-13&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3442#pullrequestreview-567255797"&gt;Add go-tarantool database driver&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3388#pullrequestreview-567253540"&gt;Added go-clip repo&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3446#pullrequestreview-567251996"&gt;Add fastjson&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3445#pullrequestreview-567250863"&gt;Added go-live&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3443#pullrequestreview-567247588"&gt;Add skipper http proxy&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3439#pullrequestreview-567240564"&gt;add box-cli-maker&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3430#pullrequestreview-567179944"&gt;Add webp-server&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3422#pullrequestreview-567177254"&gt;add cuelang to config section&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3419#pullrequestreview-567175894"&gt;Add Playwright&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3418#pullrequestreview-567174901"&gt;Add go-email-validator&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3417#pullrequestreview-567174322"&gt;Add zkits logger library.&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3416#pullrequestreview-567173332"&gt;Add mockito to testing section&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3414#pullrequestreview-567171372"&gt;Add REST client and &lt;code&gt;database/sql&lt;/code&gt; driver for Azure Cosmos DB&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3413#pullrequestreview-567170004"&gt;add wajox/gobase&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2021-01-10"&gt;2021-01-10&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/issues/3438"&gt;Investigate repositories with more than 1 year without update&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2021-01-03"&gt;2021-01-03&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/490#pullrequestreview-560726646"&gt;make image size smaller&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/issues/3426"&gt;Investigate repositories with more than 1 year without update&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2021-01-01"&gt;2021-01-01&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/489"&gt;Give better visibility on the standard queries page&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: 21 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/prest/prest/commits?author=avelino&amp;amp;since=2021-01-01T00:00:00Z&amp;amp;until=2021-01-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/prest/doc-template"&gt;prest/doc-template&lt;/a&gt;: 8 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/prest/doc-template/commits?author=avelino&amp;amp;since=2021-01-01T00:00:00Z&amp;amp;until=2021-01-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: 7 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/awesome-go/commits?author=avelino&amp;amp;since=2021-01-01T00:00:00Z&amp;amp;until=2021-01-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/dotfiles"&gt;avelino/dotfiles&lt;/a&gt;: 4 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/dotfiles/commits?author=avelino&amp;amp;since=2021-01-01T00:00:00Z&amp;amp;until=2021-01-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/prest/prestd.com"&gt;prest/prestd.com&lt;/a&gt;: 2 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/prest/prestd.com/commits?author=avelino&amp;amp;since=2021-01-01T00:00:00Z&amp;amp;until=2021-01-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/avelino"&gt;avelino/avelino&lt;/a&gt;: 2 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/avelino/commits?author=avelino&amp;amp;since=2021-01-01T00:00:00Z&amp;amp;until=2021-01-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/dracula/telegram"&gt;dracula/telegram&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/dracula/telegram/commits?author=avelino&amp;amp;since=2021-01-01T00:00:00Z&amp;amp;until=2021-01-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/Homebrew/homebrew-core"&gt;Homebrew/homebrew-core&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/Homebrew/homebrew-core/commits?author=avelino&amp;amp;since=2021-01-01T00:00:00Z&amp;amp;until=2021-01-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 0 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Open Source Contributions - December 2020</title><link>https://avelino.run/foss/2020/12/</link><pubDate>Tue, 01 Dec 2020 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2020/12/</guid><description>&lt;p&gt;Explore the timeline of significant contributions made in December 2020, which highlights the collaborative efforts across three key repositories. This month was marked by the opening of five pull requests and the creation of five issues, showcasing ongoing development and improvements in the projects.&lt;/p&gt;
&lt;h2 id="2020-12-31"&gt;2020-12-31&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/487"&gt;Implementation tsquery filter&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/issues/486"&gt;PostgreSQL Full Text Search support&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2020-12-27"&gt;2020-12-27&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/issues/3415"&gt;Investigate repositories with more than 1 year without update&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2020-12-21"&gt;2020-12-21&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3392#pullrequestreview-556512284"&gt;Update README.md&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2020-12-20"&gt;2020-12-20&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/issues/3404"&gt;Investigate repositories with more than 1 year without update&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2020-12-13"&gt;2020-12-13&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/issues/3399"&gt;Investigate repositories with more than 1 year without update&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2020-12-11"&gt;2020-12-11&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/482"&gt;access ignore table configuration&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/481"&gt;Auth: grant access to the endpoint when in the whitelist&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2020-12-10"&gt;2020-12-10&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/479"&gt;chenage jwt whitelist from string to slice (array)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/478"&gt;not check match url allow&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2020-12-06"&gt;2020-12-06&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/issues/3390"&gt;Investigate repositories with more than 1 year without update&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2020-12-04"&gt;2020-12-04&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3383#pullrequestreview-545281787"&gt;added go-proxy-cache as server application&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3377#pullrequestreview-545189999"&gt;Add https://github.com/oam-dev/kubevela&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3374#pullrequestreview-545187415"&gt;Add libgosay project&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3371#pullrequestreview-545173140"&gt;Add binary to Serialization&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3370#pullrequestreview-545171908"&gt;Add gnomock to testing frameworks list&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3369#pullrequestreview-545154228"&gt;Add golang-templates/seed&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3368#pullrequestreview-545151839"&gt;Add todotxt in file handling section&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3365#pullrequestreview-545147908"&gt;Add netpalmgo&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3384#pullrequestreview-545144098"&gt;Add https://gitlab.com/pjrpc/pjrpc&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: 9 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/prest/prest/commits?author=avelino&amp;amp;since=2020-12-01T00:00:00Z&amp;amp;until=2020-12-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/avelino"&gt;avelino/avelino&lt;/a&gt;: 2 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/avelino/commits?author=avelino&amp;amp;since=2020-12-01T00:00:00Z&amp;amp;until=2020-12-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/awesome-go/commits?author=avelino&amp;amp;since=2020-12-01T00:00:00Z&amp;amp;until=2020-12-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 0 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Open Source Contributions - November 2020</title><link>https://avelino.run/foss/2020/11/</link><pubDate>Sun, 01 Nov 2020 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2020/11/</guid><description>&lt;p&gt;Explore the timeline of contributions made in November 2020, showcasing the collaborative efforts across various repositories. This month featured key activities, including pull requests, reviews, and issue tracking, highlighting the active engagement of developers in enhancing projects.&lt;/p&gt;
&lt;h2 id="2020-11-30"&gt;2020-11-30&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap"&gt;editor-bootstrap/vim-bootstrap&lt;/a&gt;: &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap/pull/367"&gt;use docker image golang alpine latest&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2020-11-29"&gt;2020-11-29&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/issues/3381"&gt;Investigate repositories with more than 1 year without update&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2020-11-24"&gt;2020-11-24&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/475"&gt;WIP:exts so load&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/474"&gt;unify go module files&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2020-11-23"&gt;2020-11-23&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3363#pullrequestreview-536862913"&gt;Add cfmt&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3362#pullrequestreview-536861619"&gt;add goctx&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3360#pullrequestreview-536860716"&gt;Added setcfg to the list of configuration libraries.&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3354#pullrequestreview-536859128"&gt;1. add tagfmt command tool&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3353#pullrequestreview-536858126"&gt;Add package slices&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3355#pullrequestreview-536857489"&gt;Add immudb&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2020-11-22"&gt;2020-11-22&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/issues/3375"&gt;Investigate repositories with more than 1 year without update&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2020-11-20"&gt;2020-11-20&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3367#pullrequestreview-535180408"&gt;Fixing plural&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2020-11-16"&gt;2020-11-16&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;💬 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3364#pullrequestreview-531297650"&gt;Remove golangci-lint reference (golangci.com out of service)&lt;/a&gt; (Commented)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2020-11-15"&gt;2020-11-15&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/issues/3361"&gt;Investigate repositories with more than 1 year without update&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap"&gt;editor-bootstrap/vim-bootstrap&lt;/a&gt;: &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap/issues/363"&gt;Auto generate bindata file&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2020-11-09"&gt;2020-11-09&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;💬 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3093#pullrequestreview-526168370"&gt;Add immudb&lt;/a&gt; (Commented)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2020-11-08"&gt;2020-11-08&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/elgohr/stop-and-go"&gt;elgohr/stop-and-go&lt;/a&gt;: &lt;a href="https://github.com/elgohr/stop-and-go/pull/2"&gt;Functional example on readme&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/mapoteca"&gt;avelino/mapoteca&lt;/a&gt;: &lt;a href="https://github.com/avelino/mapoteca/pull/1"&gt;Fixed dataase -&amp;gt; database word typo&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3351#pullrequestreview-525819355"&gt;Add stop-and-go&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3350#pullrequestreview-525819128"&gt;readme: add ruleguard&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3349#pullrequestreview-525818938"&gt;Add MTProto&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3348#pullrequestreview-525818675"&gt;Add godash module for lodash in go version&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3346#pullrequestreview-525818396"&gt;Add tcod-go&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3345#pullrequestreview-525818196"&gt;Add pterm&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3342#pullrequestreview-525817900"&gt;add GoHooks&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3340#pullrequestreview-525817650"&gt;add panoptes-stream streaming network telemetry&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/issues/3352"&gt;Investigate repositories with more than 1 year without update&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: 3 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/prest/prest/commits?author=avelino&amp;amp;since=2020-11-01T00:00:00Z&amp;amp;until=2020-11-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap"&gt;editor-bootstrap/vim-bootstrap&lt;/a&gt;: 2 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/editor-bootstrap/vim-bootstrap/commits?author=avelino&amp;amp;since=2020-11-01T00:00:00Z&amp;amp;until=2020-11-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/avelino.run"&gt;avelino/avelino.run&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/avelino.run/commits?author=avelino&amp;amp;since=2020-11-01T00:00:00Z&amp;amp;until=2020-11-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/prest/prest-node"&gt;prest/prest-node&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/prest/prest-node/commits?author=avelino&amp;amp;since=2020-11-01T00:00:00Z&amp;amp;until=2020-11-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 2 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Open Source Contributions - October 2020</title><link>https://avelino.run/foss/2020/10/</link><pubDate>Thu, 01 Oct 2020 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2020/10/</guid><description>&lt;p&gt;October 2020 was a dynamic month for our repositories, with a total of 10 active projects making substantial contributions. The timeline below highlights key events, including 13 pull requests and 47 reviews, illustrating the collaborative efforts and continuous enhancements within the community.&lt;/p&gt;
&lt;h2 id="2020-10-31"&gt;2020-10-31&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;💬 Reviewed PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/451#pullrequestreview-521146632"&gt;Basic AUTH with JWT&lt;/a&gt; (Commented)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2020-10-30"&gt;2020-10-30&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3291#pullrequestreview-520920684"&gt;Add statsviz&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3338#pullrequestreview-520918292"&gt;added go-countries&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3337#pullrequestreview-520916864"&gt;Add fastme library&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3336#pullrequestreview-520915959"&gt;Add survey to Command Line libs&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3335#pullrequestreview-520914371"&gt;Add Pirsch&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3334#pullrequestreview-520913543"&gt;Add Cloudflared&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3333#pullrequestreview-520912828"&gt;Add RanGo&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3332#pullrequestreview-520911488"&gt;add go-hit&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3330#pullrequestreview-520909144"&gt;Add Belfast Gophers meetup&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3329#pullrequestreview-520906347"&gt;Add sparkpost library&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3326#pullrequestreview-520903851"&gt;Add zoekt to search engine section&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3325#pullrequestreview-520901716"&gt;Add Vaku&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3324#pullrequestreview-520900605"&gt;Update dasel description and change category&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3323#pullrequestreview-520898841"&gt;Removed broken Edge X Foundry style-guide link&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3315#pullrequestreview-520897289"&gt;Add go-aws-news&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3314#pullrequestreview-520896148"&gt;Add github.com/kristijorgji/goseeder as go dabase seeder&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3311#pullrequestreview-520894661"&gt;Add simple-jwt-provider (https://github.com/leberKleber/simple-jwt-provider)&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2020-10-28"&gt;2020-10-28&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/464"&gt;fixed typo string on mock query on SQL SELECT&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/462#pullrequestreview-518396176"&gt;Add http headers support to SQL script templates&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2020-10-27"&gt;2020-10-27&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/463"&gt;remove docker login on travis&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2020-10-26"&gt;2020-10-26&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3312#pullrequestreview-517064440"&gt;Add yq&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3320#pullrequestreview-517063348"&gt;HTML changing&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/openshift/osin"&gt;openshift/osin&lt;/a&gt;: &lt;a href="https://github.com/openshift/osin/issues/203"&gt;the project active?&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2020-10-25"&gt;2020-10-25&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/issues/3316"&gt;Investigate repositories with more than 1 year without update&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2020-10-23"&gt;2020-10-23&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3304#pullrequestreview-515985127"&gt;add ctxlog on read me list&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3310#pullrequestreview-515962648"&gt;Add Gatus&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3306#pullrequestreview-515958860"&gt;Add sleet&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2020-10-22"&gt;2020-10-22&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/Jguer/yay"&gt;Jguer/yay&lt;/a&gt;: &lt;a href="https://github.com/Jguer/yay/issues/1395"&gt;go: cannot find GOROOT directory: /usr/local/opt/go/libexec&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2020-10-18"&gt;2020-10-18&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/issues/3303"&gt;Investigate repositories with more than 1 year without update&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2020-10-16"&gt;2020-10-16&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3301#pullrequestreview-510821346"&gt;Add woke&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3298#pullrequestreview-510542024"&gt;Add tik&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3297#pullrequestreview-510540815"&gt;📝 Add gosentiwordnet library&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3296#pullrequestreview-510539719"&gt;Add temporal.io&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3294#pullrequestreview-510538185"&gt;Add protoxy&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/403#pullrequestreview-510286667"&gt;improve coverage&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap"&gt;editor-bootstrap/vim-bootstrap&lt;/a&gt;: &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap/pull/360#pullrequestreview-510287700"&gt;Remove vim-polyglot and references&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2020-10-15"&gt;2020-10-15&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/issues/459"&gt;boundary auth support&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/lerrua/remote-jobs-brazil"&gt;lerrua/remote-jobs-brazil&lt;/a&gt;: &lt;a href="https://github.com/lerrua/remote-jobs-brazil/issues/222"&gt;error when running the test when the site is offline - travis&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2020-10-14"&gt;2020-10-14&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/editor-bootstrap/emacs-bootstrap"&gt;editor-bootstrap/emacs-bootstrap&lt;/a&gt;: &lt;a href="https://github.com/editor-bootstrap/emacs-bootstrap/pull/57"&gt;create procfile to heroku&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2020-10-11"&gt;2020-10-11&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/issues/3295"&gt;Investigate repositories with more than 1 year without update&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2020-10-09"&gt;2020-10-09&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/454"&gt;fixed github issue template multi labels&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/453"&gt;Update issue templates&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/451"&gt;Basic AUTH with JWT&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/iedr/goodfirstissues"&gt;iedr/goodfirstissues&lt;/a&gt;: &lt;a href="https://github.com/iedr/goodfirstissues/pull/15"&gt;run gofmt on backend source&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/iedr/goodfirstissues"&gt;iedr/goodfirstissues&lt;/a&gt;: &lt;a href="https://github.com/iedr/goodfirstissues/pull/14"&gt;add awesome-go project and 1 issue&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3288"&gt;fixed description typo on id3v2&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3287#pullrequestreview-505630118"&gt;added govader&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3282#pullrequestreview-505627276"&gt;add jzon&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/issues/452"&gt;websocket table endpoint support&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2020-10-05"&gt;2020-10-05&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/450"&gt;set target shell on shell script files&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/448"&gt;Use distroless image in docker distribution&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3276"&gt;set contributing guide, /!\ warnning balance expectations&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3245#pullrequestreview-501892877"&gt;Ninedraft floatring&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3250#pullrequestreview-501891467"&gt;Virtual Networking, SDN, Openflow&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3252#pullrequestreview-501889124"&gt;add janiltonmaciel/statiks&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;💬 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3254#pullrequestreview-501888272"&gt;add bokwoon95/go-structured-query to SQL query builder&lt;/a&gt; (Commented)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3259#pullrequestreview-501884234"&gt;Add Dasel.&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3262#pullrequestreview-501882639"&gt;Add Lille Gophers to website list&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3264#pullrequestreview-501882038"&gt;Add GenjiDB&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3266#pullrequestreview-501877928"&gt;Added go-env to configuration&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3268#pullrequestreview-501876244"&gt;Update README.md&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3270#pullrequestreview-501851617"&gt;Fix test stale repositories workflow&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3272#pullrequestreview-501850758"&gt;Add pkgtop to Other Software&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3274#pullrequestreview-501848126"&gt;Add gowatch&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3275#pullrequestreview-501846521"&gt;Add curlie&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;💬 Reviewed PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/448#pullrequestreview-502222459"&gt;Use distroless image in docker distribution&lt;/a&gt; (Commented)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/issues/449"&gt;Tips depend on target shell and yours is unknown on shell script files&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/issues/447"&gt;Use distroless image in docker distribution&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2020-10-02"&gt;2020-10-02&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/445"&gt;set alpine latest version&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: 31 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/prest/prest/commits?author=avelino&amp;amp;since=2020-10-01T00:00:00Z&amp;amp;until=2020-10-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/editor-bootstrap/emacs-bootstrap"&gt;editor-bootstrap/emacs-bootstrap&lt;/a&gt;: 3 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/editor-bootstrap/emacs-bootstrap/commits?author=avelino&amp;amp;since=2020-10-01T00:00:00Z&amp;amp;until=2020-10-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: 2 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/awesome-go/commits?author=avelino&amp;amp;since=2020-10-01T00:00:00Z&amp;amp;until=2020-10-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/prest/prest-node"&gt;prest/prest-node&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/prest/prest-node/commits?author=avelino&amp;amp;since=2020-10-01T00:00:00Z&amp;amp;until=2020-10-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/aur"&gt;avelino/aur&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/aur/commits?author=avelino&amp;amp;since=2020-10-01T00:00:00Z&amp;amp;until=2020-10-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 0 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Open Source Contributions - September 2020</title><link>https://avelino.run/foss/2020/09/</link><pubDate>Tue, 01 Sep 2020 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2020/09/</guid><description>&lt;p&gt;Explore the timeline of contributions from September 2020, highlighting key activities across 12 repositories. This month featured 42 events, including 6 pull requests, 14 reviews, and 12 issues, showcasing the vibrant collaboration and development efforts within the community.&lt;/p&gt;
&lt;h2 id="2020-09-30"&gt;2020-09-30&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/editor-bootstrap/emacs-bootstrap"&gt;editor-bootstrap/emacs-bootstrap&lt;/a&gt;: &lt;a href="https://github.com/editor-bootstrap/emacs-bootstrap/pull/56#pullrequestreview-499832875"&gt;Add dumb-jump&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/editor-bootstrap/emacs-bootstrap"&gt;editor-bootstrap/emacs-bootstrap&lt;/a&gt;: &lt;a href="https://github.com/editor-bootstrap/emacs-bootstrap/pull/55#pullrequestreview-499832571"&gt;Update Go template to use lsp-mode instead go-mode&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2020-09-28"&gt;2020-09-28&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/issues/444"&gt;(SCC-compile) Error compiling&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/issues/443"&gt;(CRT-P0001) &lt;code&gt;append&lt;/code&gt;s can be clubbed into a single call&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2020-09-18"&gt;2020-09-18&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/437#pullrequestreview-491502784"&gt;Use COPY instead of ADD for files and folders &lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap"&gt;editor-bootstrap/vim-bootstrap&lt;/a&gt;: &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap/pull/350#pullrequestreview-491075985"&gt;Remove function HandleHook and references because is deprecated.&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap"&gt;editor-bootstrap/vim-bootstrap&lt;/a&gt;: &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap/pull/352#pullrequestreview-491075677"&gt;Add function for serve favicon&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/issues/439"&gt;Endpoint to execute custom query&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/issues/438"&gt;Migrate TravisCI to Gihub Actions&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2020-09-16"&gt;2020-09-16&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/dracula/emacs"&gt;dracula/emacs&lt;/a&gt;: &lt;a href="https://github.com/dracula/emacs/pull/72"&gt;set powerline active and inactive dracula colors&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/uhub/awesome-go"&gt;uhub/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/uhub/awesome-go/issues/46"&gt;awesome-go repository merge&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2020-09-14"&gt;2020-09-14&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/434"&gt;list endpoint /show on docs&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2020-09-13"&gt;2020-09-13&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/432"&gt;set docker registry path&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/405#pullrequestreview-487345353"&gt;Windows: could not parse script ... incomplete or empty template&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/issues/433"&gt;Use COPY instead of ADD for files and folders&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2020-09-12"&gt;2020-09-12&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/issues/431"&gt;Use only an allowed registry in the FROM image&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2020-09-11"&gt;2020-09-11&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3229#pullrequestreview-486953923"&gt;Add qeubar/usrconfig&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3235#pullrequestreview-486949862"&gt;Add github.com/pioz/faker package&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3236#pullrequestreview-486949057"&gt;Add otpgo library&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3239#pullrequestreview-486946987"&gt;Add pg_timetable to Database tools&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3242#pullrequestreview-486945902"&gt;Add hbollon/go-edlib library link&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3244#pullrequestreview-486944797"&gt;Add Dalga to Jobs Schedulers section&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2020-09-08"&gt;2020-09-08&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/415"&gt;move docker login to releaser script&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/414#pullrequestreview-484407546"&gt;implemented endpoint to table description (/show/...)&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2020-09-06"&gt;2020-09-06&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/413"&gt;Organize issue template&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap"&gt;editor-bootstrap/vim-bootstrap&lt;/a&gt;: &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap/issues/343"&gt;neovim Python lib not option &lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2020-09-05"&gt;2020-09-05&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/issues/411"&gt;Webhook event engine (trigger)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap"&gt;editor-bootstrap/vim-bootstrap&lt;/a&gt;: &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap/issues/341"&gt;docker file not build&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2020-09-04"&gt;2020-09-04&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/github/explore"&gt;github/explore&lt;/a&gt;: &lt;a href="https://github.com/github/explore/pull/1733"&gt;Add vim-bootstrap project&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/issues/410"&gt;table structure endpoint: /show/...&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2020-09-03"&gt;2020-09-03&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;💬 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3210#pullrequestreview-481615307"&gt;WIP: test stale repositories&lt;/a&gt; (Commented)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2020-09-01"&gt;2020-09-01&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/issues/407"&gt;Uncontrolled data used in path expression&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/avelino.run"&gt;avelino/avelino.run&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/avelino.run/commits?author=avelino&amp;amp;since=2020-09-01T00:00:00Z&amp;amp;until=2020-09-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/dotfiles"&gt;avelino/dotfiles&lt;/a&gt;: 10 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/dotfiles/commits?author=avelino&amp;amp;since=2020-09-01T00:00:00Z&amp;amp;until=2020-09-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/editor-bootstrap/emacs-bootstrap"&gt;editor-bootstrap/emacs-bootstrap&lt;/a&gt;: 4 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/editor-bootstrap/emacs-bootstrap/commits?author=avelino&amp;amp;since=2020-09-01T00:00:00Z&amp;amp;until=2020-09-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/avelino"&gt;avelino/avelino&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/avelino/commits?author=avelino&amp;amp;since=2020-09-01T00:00:00Z&amp;amp;until=2020-09-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/prest/prest-heroku"&gt;prest/prest-heroku&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/prest/prest-heroku/commits?author=avelino&amp;amp;since=2020-09-01T00:00:00Z&amp;amp;until=2020-09-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/prest/prest.admin.archived"&gt;prest/prest.admin.archived&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/prest/prest.admin.archived/commits?author=avelino&amp;amp;since=2020-09-01T00:00:00Z&amp;amp;until=2020-09-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/dracula/emacs"&gt;dracula/emacs&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/dracula/emacs/commits?author=avelino&amp;amp;since=2020-09-01T00:00:00Z&amp;amp;until=2020-09-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: 3 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/awesome-go/commits?author=avelino&amp;amp;since=2020-09-01T00:00:00Z&amp;amp;until=2020-09-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: 23 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/prest/prest/commits?author=avelino&amp;amp;since=2020-09-01T00:00:00Z&amp;amp;until=2020-09-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap"&gt;editor-bootstrap/vim-bootstrap&lt;/a&gt;: 2 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/editor-bootstrap/vim-bootstrap/commits?author=avelino&amp;amp;since=2020-09-01T00:00:00Z&amp;amp;until=2020-09-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 0 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Kubicast - Episódio 45: Arquitetura de Software, existe algo além dos microsserviços?</title><link>https://avelino.run/kubicast-epis%C3%B3dio-45-arquitetura-de-software-existe-algo-al%C3%A9m-dos-microsservi%C3%A7os/</link><pubDate>Thu, 27 Aug 2020 00:00:00 +0000</pubDate><guid>https://avelino.run/kubicast-epis%C3%B3dio-45-arquitetura-de-software-existe-algo-al%C3%A9m-dos-microsservi%C3%A7os/</guid><description>&lt;p&gt;Escute minha participação no &lt;a href="https://blog.getupcloud.com/kubicast-45-8f2e0a04ae25"&gt;Kubicast&lt;/a&gt; junto com &lt;a href="https://www.linkedin.com/in/felipewebcloud/"&gt;Felipe Oliveira&lt;/a&gt; falando sobre Arquitetura de Micros Serviços em comparação com Monolito:&lt;/p&gt;
&lt;iframe src="https://www.buzzsprout.com/184652/5171518-45-batalha-de-microsservicos?iframe=true" width="80%" frameborder="0" webkitallowfullscreen="true" mozallowfullscreen="true" allowfullscreen=""&gt;&lt;/iframe&gt;</description></item><item><title>Open Source Contributions - August 2020</title><link>https://avelino.run/foss/2020/08/</link><pubDate>Sat, 01 Aug 2020 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2020/08/</guid><description>&lt;p&gt;Explore the significant contributions made in August 2020 across various repositories. This timeline highlights the active participation in pull requests, reviews, and code pushes, reflecting a vibrant community dedicated to collaboration and improvement.&lt;/p&gt;
&lt;h2 id="2020-08-31"&gt;2020-08-31&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/406"&gt;fixed netlify build in PR&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/felipefialho/awesome-made-by-brazilians"&gt;felipefialho/awesome-made-by-brazilians&lt;/a&gt;: &lt;a href="https://github.com/felipefialho/awesome-made-by-brazilians/issues/107"&gt;awesome made by brazilians site&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2020-08-30"&gt;2020-08-30&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/prest/prestd.com"&gt;prest/prestd.com&lt;/a&gt;: &lt;a href="https://github.com/prest/prestd.com/pull/2#pullrequestreview-478222221"&gt;rename queues to queries&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/issues/404"&gt;platform.sh one-click deploy&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/platformsh/template-builder"&gt;platformsh/template-builder&lt;/a&gt;: &lt;a href="https://github.com/platformsh/template-builder/issues/315"&gt;pREST support&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2020-08-28"&gt;2020-08-28&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3224#pullrequestreview-478007528"&gt;Add go-license&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3221#pullrequestreview-478006919"&gt;Added Go SDK for LoginRadius CIAM&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3219#pullrequestreview-478005546"&gt;Add bojanz/currency.&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3218#pullrequestreview-478005228"&gt;Add covergates - Self-hosted code coverage report review and management service&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2020-08-24"&gt;2020-08-24&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;💬 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3210#pullrequestreview-473536028"&gt;WIP: test stale repositories&lt;/a&gt; (Commented)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3212#pullrequestreview-473529369"&gt;Add goterator&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3213#pullrequestreview-473528122"&gt;Add github.com/komuw/ote&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3214#pullrequestreview-473524717"&gt;Added resource for top Golang courses and tutorials&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3215#pullrequestreview-473517902"&gt;JSON : add github.com/cocoonspace/dynjson&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3216#pullrequestreview-473517084"&gt;update marlow reference&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3217#pullrequestreview-473515840"&gt;Add go-gpt3&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/felipefialho/awesome-made-by-brazilians"&gt;felipefialho/awesome-made-by-brazilians&lt;/a&gt;: &lt;a href="https://github.com/felipefialho/awesome-made-by-brazilians/pull/62#pullrequestreview-473513439"&gt;Added Delphi session&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2020-08-22"&gt;2020-08-22&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/felipefialho/awesome-made-by-brazilians"&gt;felipefialho/awesome-made-by-brazilians&lt;/a&gt;: &lt;a href="https://github.com/felipefialho/awesome-made-by-brazilians/pull/38"&gt;One repository per PR/contribution&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/felipefialho/awesome-made-by-brazilians"&gt;felipefialho/awesome-made-by-brazilians&lt;/a&gt;: &lt;a href="https://github.com/felipefialho/awesome-made-by-brazilians/pull/46#pullrequestreview-472962120"&gt;Added go-dockerclient&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;💬 Reviewed PR in &lt;a href="https://github.com/felipefialho/awesome-made-by-brazilians"&gt;felipefialho/awesome-made-by-brazilians&lt;/a&gt;: &lt;a href="https://github.com/felipefialho/awesome-made-by-brazilians/pull/44#pullrequestreview-472940934"&gt;Change the presentation format&lt;/a&gt; (Commented)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/felipefialho/awesome-made-by-brazilians"&gt;felipefialho/awesome-made-by-brazilians&lt;/a&gt;: &lt;a href="https://github.com/felipefialho/awesome-made-by-brazilians/pull/43#pullrequestreview-472933534"&gt;Added dynaconf project&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/felipefialho/awesome-made-by-brazilians"&gt;felipefialho/awesome-made-by-brazilians&lt;/a&gt;: &lt;a href="https://github.com/felipefialho/awesome-made-by-brazilians/pull/40#pullrequestreview-472926153"&gt;Add pgModeler&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/felipefialho/awesome-made-by-brazilians"&gt;felipefialho/awesome-made-by-brazilians&lt;/a&gt;: &lt;a href="https://github.com/felipefialho/awesome-made-by-brazilians/pull/39#pullrequestreview-472925991"&gt;Fix hidden stars on Go section&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/felipefialho/awesome-made-by-brazilians"&gt;felipefialho/awesome-made-by-brazilians&lt;/a&gt;: &lt;a href="https://github.com/felipefialho/awesome-made-by-brazilians/pull/29#pullrequestreview-472925773"&gt;add game datasets&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/felipefialho/awesome-made-by-brazilians"&gt;felipefialho/awesome-made-by-brazilians&lt;/a&gt;: &lt;a href="https://github.com/felipefialho/awesome-made-by-brazilians/pull/37#pullrequestreview-472917369"&gt;Update license shield icon sending to nonexistent file&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/felipefialho/awesome-made-by-brazilians"&gt;felipefialho/awesome-made-by-brazilians&lt;/a&gt;: &lt;a href="https://github.com/felipefialho/awesome-made-by-brazilians/pull/36#pullrequestreview-472917325"&gt;fix lowercase anchor to elixir and lua&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/felipefialho/awesome-made-by-brazilians"&gt;felipefialho/awesome-made-by-brazilians&lt;/a&gt;: &lt;a href="https://github.com/felipefialho/awesome-made-by-brazilians/pull/35#pullrequestreview-472917239"&gt;Add Elixir and Lua as programming languages created by Brazilians&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/felipefialho/awesome-made-by-brazilians"&gt;felipefialho/awesome-made-by-brazilians&lt;/a&gt;: &lt;a href="https://github.com/felipefialho/awesome-made-by-brazilians/pull/32#pullrequestreview-472917194"&gt;Adding egua, a brazilian programing language in portuguese&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/felipefialho/awesome-made-by-brazilians"&gt;felipefialho/awesome-made-by-brazilians&lt;/a&gt;: &lt;a href="https://github.com/felipefialho/awesome-made-by-brazilians/pull/30#pullrequestreview-472916876"&gt;Add C# section and some other links&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/felipefialho/awesome-made-by-brazilians"&gt;felipefialho/awesome-made-by-brazilians&lt;/a&gt;: &lt;a href="https://github.com/felipefialho/awesome-made-by-brazilians/pull/27#pullrequestreview-472916737"&gt;Add Siler to PHP section&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/felipefialho/awesome-made-by-brazilians"&gt;felipefialho/awesome-made-by-brazilians&lt;/a&gt;: &lt;a href="https://github.com/felipefialho/awesome-made-by-brazilians/pull/28#pullrequestreview-472916698"&gt;Add Brasilino&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/felipefialho/awesome-made-by-brazilians"&gt;felipefialho/awesome-made-by-brazilians&lt;/a&gt;: &lt;a href="https://github.com/felipefialho/awesome-made-by-brazilians/pull/26#pullrequestreview-472916589"&gt;Adicionando alguns recursos pra secão flutter&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/felipefialho/awesome-made-by-brazilians"&gt;felipefialho/awesome-made-by-brazilians&lt;/a&gt;: &lt;a href="https://github.com/felipefialho/awesome-made-by-brazilians/pull/31#pullrequestreview-472916517"&gt;add Unform by Rocketseat&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/felipefialho/awesome-made-by-brazilians"&gt;felipefialho/awesome-made-by-brazilians&lt;/a&gt;: &lt;a href="https://github.com/felipefialho/awesome-made-by-brazilians/pull/24#pullrequestreview-472905430"&gt;Include GoCity and Corcel&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/felipefialho/awesome-made-by-brazilians"&gt;felipefialho/awesome-made-by-brazilians&lt;/a&gt;: &lt;a href="https://github.com/felipefialho/awesome-made-by-brazilians/pull/25#pullrequestreview-472905305"&gt;Added Awesome Brazilian DevBlogs&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2020-08-21"&gt;2020-08-21&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/402"&gt;incorporate documentation as part of the main project&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/felipefialho/awesome-made-by-brazilians"&gt;felipefialho/awesome-made-by-brazilians&lt;/a&gt;: &lt;a href="https://github.com/felipefialho/awesome-made-by-brazilians/pull/23"&gt;add goreleaser&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/felipefialho/awesome-made-by-brazilians"&gt;felipefialho/awesome-made-by-brazilians&lt;/a&gt;: &lt;a href="https://github.com/felipefialho/awesome-made-by-brazilians/pull/14"&gt;add remote-jobs-brazil&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/felipefialho/awesome-made-by-brazilians"&gt;felipefialho/awesome-made-by-brazilians&lt;/a&gt;: &lt;a href="https://github.com/felipefialho/awesome-made-by-brazilians/pull/12"&gt;add vim-bootstrap&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/felipefialho/awesome-made-by-brazilians"&gt;felipefialho/awesome-made-by-brazilians&lt;/a&gt;: &lt;a href="https://github.com/felipefialho/awesome-made-by-brazilians/pull/11"&gt;add pREST&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/awesome-made-by-brazilians"&gt;avelino/awesome-made-by-brazilians&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-made-by-brazilians/pull/3"&gt;add goreleaser&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/awesome-made-by-brazilians"&gt;avelino/awesome-made-by-brazilians&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-made-by-brazilians/pull/2"&gt;sync&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/awesome-made-by-brazilians"&gt;avelino/awesome-made-by-brazilians&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-made-by-brazilians/pull/1"&gt;add pREST&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/prest/doc-template"&gt;prest/doc-template&lt;/a&gt;: &lt;a href="https://github.com/prest/doc-template/pull/39"&gt;installment doc page&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2020-08-20"&gt;2020-08-20&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/prest/doc-template"&gt;prest/doc-template&lt;/a&gt;: &lt;a href="https://github.com/prest/doc-template/pull/38"&gt;new logo&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/avelino"&gt;avelino/avelino&lt;/a&gt;: &lt;a href="https://github.com/avelino/avelino/issues/1"&gt;github sponsor icon&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2020-08-18"&gt;2020-08-18&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap"&gt;editor-bootstrap/vim-bootstrap&lt;/a&gt;: &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap/issues/337"&gt;dracula theme by default&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2020-08-17"&gt;2020-08-17&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/400"&gt;add tcp port wait on docker entrypoint&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/hoppscotch/hopp-cli"&gt;hoppscotch/hopp-cli&lt;/a&gt;: &lt;a href="https://github.com/hoppscotch/hopp-cli/pull/14"&gt;readme: change name postwoman to hoppscotch&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/issues/399"&gt;create docker compose file&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/issues/398"&gt;Generate docker image using goreleaser&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/hoppscotch/hopp-cli"&gt;hoppscotch/hopp-cli&lt;/a&gt;: &lt;a href="https://github.com/hoppscotch/hopp-cli/issues/15"&gt;pwcli to hscli?&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2020-08-15"&gt;2020-08-15&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/396"&gt;goreleaser: Current docker image broken&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/issues/392"&gt;DigitalOcean Marketplace click install&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2020-08-14"&gt;2020-08-14&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/390"&gt;docker by goreleaser&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/issues/389"&gt;docker auto build by goreleaser&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/issues/388"&gt;Integration: TimescaleDB for Time-Series Data&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2020-08-13"&gt;2020-08-13&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3179#pullrequestreview-466646053"&gt;Add scany to utilities section&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3208#pullrequestreview-466645576"&gt;Add Themis crypto library to Security&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/dracula/mailspring"&gt;dracula/mailspring&lt;/a&gt;: &lt;a href="https://github.com/dracula/mailspring/pull/5#pullrequestreview-466646262"&gt;Replace missing bracket in index.less&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2020-08-12"&gt;2020-08-12&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/noverde/pequi"&gt;noverde/pequi&lt;/a&gt;: &lt;a href="https://github.com/noverde/pequi/pull/8"&gt;reduce docker layers using 1 RUN&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/noverde/pequi"&gt;noverde/pequi&lt;/a&gt;: &lt;a href="https://github.com/noverde/pequi/pull/7"&gt;document how to run the project (aka readme)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3209#pullrequestreview-465975186"&gt;update SFTPGo description&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3199#pullrequestreview-465956774"&gt;Add &amp;quot;Better Go Playground&amp;quot; service&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/noverde/pequi"&gt;noverde/pequi&lt;/a&gt;: &lt;a href="https://github.com/noverde/pequi/issues/11"&gt;catalog history of test coverage&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/noverde/pequi"&gt;noverde/pequi&lt;/a&gt;: &lt;a href="https://github.com/noverde/pequi/issues/10"&gt;CI to run the automated tests&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/noverde/pequi"&gt;noverde/pequi&lt;/a&gt;: &lt;a href="https://github.com/noverde/pequi/issues/9"&gt;unittests&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/issues/3211"&gt;Investigate if the package (repository) has not had a commit in over a year&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2020-08-11"&gt;2020-08-11&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap"&gt;editor-bootstrap/vim-bootstrap&lt;/a&gt;: &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap/pull/336#pullrequestreview-465388596"&gt;Change vim church link&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap"&gt;editor-bootstrap/vim-bootstrap&lt;/a&gt;: &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap/pull/335#pullrequestreview-465388236"&gt;Add tag to vim-ruby-refactoring in ruby.bundle template&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2020-08-10"&gt;2020-08-10&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3207#pullrequestreview-464449316"&gt;Update README.md&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3202#pullrequestreview-464263968"&gt;Add neilotoole/errgroup to Goroutines section&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2020-08-07"&gt;2020-08-07&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3201#pullrequestreview-463585759"&gt;Add kanka&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3200#pullrequestreview-463584923"&gt;add html-to-markdown&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2020-08-05"&gt;2020-08-05&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/prest/doc-template"&gt;prest/doc-template&lt;/a&gt;: &lt;a href="https://github.com/prest/doc-template/pull/37"&gt;Create LICENSE&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/prest/doc-template"&gt;prest/doc-template&lt;/a&gt;: &lt;a href="https://github.com/prest/doc-template/pull/33#pullrequestreview-461954901"&gt;Update incorrect table name attribute&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/prest/doc-template"&gt;prest/doc-template&lt;/a&gt;: &lt;a href="https://github.com/prest/doc-template/pull/36#pullrequestreview-461954296"&gt;Added PREST_PG_DATABASE var and network param&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2020-08-04"&gt;2020-08-04&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/orbit-love/orbit-model"&gt;orbit-love/orbit-model&lt;/a&gt;: &lt;a href="https://github.com/orbit-love/orbit-model/pull/31"&gt;fixed minimal typo on link Orbit levels&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3195#pullrequestreview-460666394"&gt;Add goimports-reviser&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2020-08-03"&gt;2020-08-03&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/384"&gt;add support go 1.1[3-4] on travis build&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/kak-tus/nan"&gt;kak-tus/nan&lt;/a&gt;: &lt;a href="https://github.com/kak-tus/nan/pull/4"&gt;warning: package comment should be of the form: Package nan&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3190#pullrequestreview-459908464"&gt;Add gosd&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/382#pullrequestreview-459904397"&gt;Coveralls switch&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2020-08-02"&gt;2020-08-02&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3184#pullrequestreview-459676720"&gt;add cristalhq/aconfig&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3185#pullrequestreview-459676686"&gt;add cristalhq/jwt&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3192#pullrequestreview-459671597"&gt;Add nan.&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3189#pullrequestreview-459670942"&gt;Add SDNS - A DNS Resolver Server&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3188#pullrequestreview-459670796"&gt;add go-quartz&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3187#pullrequestreview-459670658"&gt;Add https://github.com/godror/godror in Relational Databases&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3186#pullrequestreview-459670377"&gt;Update main location and description of ttlcache&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3183#pullrequestreview-459669983"&gt;Add kemba&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;💬 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3182#pullrequestreview-459669897"&gt;Add Skeleton&lt;/a&gt; (Commented)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3180#pullrequestreview-459669614"&gt;Add Gebug&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/avelino.run"&gt;avelino/avelino.run&lt;/a&gt;: 10 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/avelino.run/commits?author=avelino&amp;amp;since=2020-08-01T00:00:00Z&amp;amp;until=2020-08-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/hoppscotch/hopp-cli"&gt;hoppscotch/hopp-cli&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/hoppscotch/hopp-cli/commits?author=avelino&amp;amp;since=2020-08-01T00:00:00Z&amp;amp;until=2020-08-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/hugo-theme-sarah"&gt;avelino/hugo-theme-sarah&lt;/a&gt;: 2 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/hugo-theme-sarah/commits?author=avelino&amp;amp;since=2020-08-01T00:00:00Z&amp;amp;until=2020-08-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/kak-tus/nan"&gt;kak-tus/nan&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/kak-tus/nan/commits?author=avelino&amp;amp;since=2020-08-01T00:00:00Z&amp;amp;until=2020-08-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/dracula/mailspring"&gt;dracula/mailspring&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/dracula/mailspring/commits?author=avelino&amp;amp;since=2020-08-01T00:00:00Z&amp;amp;until=2020-08-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/prest/prestd.com"&gt;prest/prestd.com&lt;/a&gt;: 5 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/prest/prestd.com/commits?author=avelino&amp;amp;since=2020-08-01T00:00:00Z&amp;amp;until=2020-08-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/avelino"&gt;avelino/avelino&lt;/a&gt;: 7 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/avelino/commits?author=avelino&amp;amp;since=2020-08-01T00:00:00Z&amp;amp;until=2020-08-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/prest/prest-heroku"&gt;prest/prest-heroku&lt;/a&gt;: 16 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/prest/prest-heroku/commits?author=avelino&amp;amp;since=2020-08-01T00:00:00Z&amp;amp;until=2020-08-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: 3 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/awesome-go/commits?author=avelino&amp;amp;since=2020-08-01T00:00:00Z&amp;amp;until=2020-08-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/noverde/pequi"&gt;noverde/pequi&lt;/a&gt;: 3 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/noverde/pequi/commits?author=avelino&amp;amp;since=2020-08-01T00:00:00Z&amp;amp;until=2020-08-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/orbit-love/orbit-model"&gt;orbit-love/orbit-model&lt;/a&gt;: 4 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/orbit-love/orbit-model/commits?author=avelino&amp;amp;since=2020-08-01T00:00:00Z&amp;amp;until=2020-08-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: 78 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/prest/prest/commits?author=avelino&amp;amp;since=2020-08-01T00:00:00Z&amp;amp;until=2020-08-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap"&gt;editor-bootstrap/vim-bootstrap&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/editor-bootstrap/vim-bootstrap/commits?author=avelino&amp;amp;since=2020-08-01T00:00:00Z&amp;amp;until=2020-08-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/felipefialho/awesome-made-by-brazilians"&gt;felipefialho/awesome-made-by-brazilians&lt;/a&gt;: 7 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/felipefialho/awesome-made-by-brazilians/commits?author=avelino&amp;amp;since=2020-08-01T00:00:00Z&amp;amp;until=2020-08-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/prest/doc-template"&gt;prest/doc-template&lt;/a&gt;: 11 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/prest/doc-template/commits?author=avelino&amp;amp;since=2020-08-01T00:00:00Z&amp;amp;until=2020-08-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 0 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>3 passos importantes para cumprir nosso objetivo e metas</title><link>https://avelino.run/quote/3-passos-importantes-para-cumprir-nosso-objetivo-e-metas/</link><pubDate>Fri, 31 Jul 2020 13:00:00 +0000</pubDate><guid>https://avelino.run/quote/3-passos-importantes-para-cumprir-nosso-objetivo-e-metas/</guid><description>&lt;p&gt;&lt;a href="https://www.instagram.com/p/CDUfuJGh--j/"&gt;&lt;img src="https://avelino.run/quote/3-passos-importantes-para-cumprir-nosso-objetivo-e-metas.png" alt="3 passos importantes para cumprir nosso objetivo e metas"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Durante essa semana falamos muito sobre objetivo, metas e planejamento, mas como faço para cumprir meus objetivos e metas?&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Planejamento: Após estabelecer objetivo e metas, é organizá-los. Crie planilhas e documentos com o que precisa ser concluído, quais os prazos e as prioridades. Assim tenho ciência do que é necessário ser desenvolvido e quais pessoas preciso envolver (no meu caso profissionais do esporte) para a concretização do que foi planejado inicialmente;&lt;/li&gt;
&lt;li&gt;Disciplina (dedicação): Motivação nos faz começar, disciplina é o que nos levará para próxima meta. Tenha em mente o que é necessário para alcançar seu objetivo e motive-se para cumprir cada meta. Sem dedicação, persistência e resiliência (ser antifrágil, aprender com os erros e acertos), podemos nos perder no meio do caminho, mas busque não desistir no meio do caminho. O planejamento pode (e irá) falar, mas com disciplina chegamos lá;&lt;/li&gt;
&lt;li&gt;Objeto claro (e metas): Quando temos claro o que estamos fazendo e porque estamos fazendo, alcançar a próxima meta rumo ao objetivo fica muito mais fácil por conseguir contar com nossa motivação, mas tenha certeza que não é todos os dias que irá acordar motivado.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;O mais importante é ter compromisso connosco, se disse para mim que iria fazer, por que não vou fazer? Principalmente em objetivo pessoal esqueça as pessoas e olhe para você.&lt;/p&gt;</description></item><item><title>Usando 5W2H para planejar objetivo (e metas)</title><link>https://avelino.run/quote/usando-5w2h-para-planejar-objetivo-e-metas/</link><pubDate>Wed, 29 Jul 2020 13:00:00 +0000</pubDate><guid>https://avelino.run/quote/usando-5w2h-para-planejar-objetivo-e-metas/</guid><description>&lt;p&gt;&lt;a href="https://www.instagram.com/p/CDOvqNZhBru/"&gt;&lt;img src="https://avelino.run/quote/usando-5w2h-para-planejar-objetivo-e-metas.png" alt="Usando 5W2H para planejar objetivo (e metas)"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;5W2H&lt;/strong&gt;? sigla que diz respeito a um apanhado de diretrizes, que vão auxiliar e deixar claro tudo o que precisa ser desenvolvido para que uma meta seja atingida passo a passo.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;5W:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;What (o que será feito?) - definir o que será realizado ao longo do processo para que a meta seja devidamente concluída;&lt;/li&gt;
&lt;li&gt;Why (por que será feito?) - as razões porque as metas devem ser cumpridas uma a uma;&lt;/li&gt;
&lt;li&gt;Where (onde será feito?) - empregar ações imediatas para o objetivo (e metas) seja alcançado;&lt;/li&gt;
&lt;li&gt;When (quando?) - estabelecer um cronograma, com os prazos para a entrega de cada uma das demandas e atividades;&lt;/li&gt;
&lt;li&gt;Who (por quem será feito?) - nomear as pessoas, ou seja, quem ira colocar a mão na massa e fazer o passo a passo para que tudo saia do papel e tome forma.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;2H:&lt;/strong&gt;&lt;/p&gt;</description></item><item><title>Você tem consciência alimentar?</title><link>https://avelino.run/quote/voce-tem-consciencia-alimentar/</link><pubDate>Tue, 28 Jul 2020 13:00:00 +0000</pubDate><guid>https://avelino.run/quote/voce-tem-consciencia-alimentar/</guid><description>&lt;p&gt;&lt;a href="https://www.instagram.com/p/CDMPNvxByWZ/"&gt;&lt;img src="https://avelino.run/quote/voce-tem-consciencia-alimentar.png" alt="Você tem consciência alimentar?"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Comer bem é algo mais simples do que pensamos e não tem relacionamento com custo, frutas e verduras são caras ou o que colocamos ao redor dela é caro? O ato de cozinhar e comer algo feito em casa tem um impacto positivo considerável na sua alimentação, principalmente porque é mais fácil evitar produtos industrializados e que fazem muito mal.&lt;/p&gt;
&lt;p&gt;Tudo o que você come influência diretamente o funcionamento do seu organismo, estude qual o comportamento do alimento dentro do seu organismo, isso lhe trará consciência alimentar.
Portanto, inclua &amp;quot;bastante&amp;quot; (alinhe com sua nutricionista a quantidade) frutas e vegetais em seu cardápio e dê preferência a pratos nutritivos e coloridos.&lt;/p&gt;</description></item><item><title>Por que devemos ter objetivo e metas?</title><link>https://avelino.run/quote/por-que-devemos-ter-objetivo-e-metas/</link><pubDate>Mon, 27 Jul 2020 13:00:00 +0000</pubDate><guid>https://avelino.run/quote/por-que-devemos-ter-objetivo-e-metas/</guid><description>&lt;p&gt;&lt;a href="https://www.instagram.com/p/CDJlxo9hmPY/"&gt;&lt;img src="https://avelino.run/quote/por-que-devemos-ter-objetivo-e-metas.png" alt="Por que devemos ter objetivo e metas?"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;🎯 Objetivo e metas nos ajuda a sair da cama para alcança-los (realizar os feitos necessários para vê-lo concretizado), motivação nos ajuda começar e compromisso conosco mesmo (disciplina) nos faz continuar.&lt;/p&gt;
&lt;p&gt;Objetivo sem metas e ação é apenas sonho, quando temos metas claras (entendemos de fato porque estamos fazendo) encaramos com responsabilidade nosso objetivo (tendo compromisso connosco mesmo), se falei para mim que iria fazer por que não iriei fazer?&lt;/p&gt;</description></item><item><title>Diferença entre metas e objetivo?</title><link>https://avelino.run/quote/diferenca-entre-metas-e-objetivo/</link><pubDate>Fri, 24 Jul 2020 13:00:00 +0000</pubDate><guid>https://avelino.run/quote/diferenca-entre-metas-e-objetivo/</guid><description>&lt;p&gt;&lt;a href="https://www.instagram.com/p/CDB8mwGhzsp/"&gt;&lt;img src="https://avelino.run/quote/objetivo-meta.png" alt="Diferença entre metas e objetivo?"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Para mim um objetivo é composto por diversas metas&lt;/p&gt;
&lt;p&gt;Acredito que todos tem anseios, vontades e propósitos, por isso, cria objetivo e metas (ou pelo menos tentamos). Porém, algumas pessoas acabam confundindo esses dois termos e, com isso, podem ter problemas em defini-los, principalmente na hora de criar um planejamento para alcançar as metas e objetivos pessoal/profissional.&lt;/p&gt;
&lt;p&gt;Objetivo? Dar descrição concreta de onde queremos chegar, ou o que estamos tentando alcançar (direção), ou seja, o propósito. O objetivo é estratégico e abrangente.&lt;/p&gt;</description></item><item><title>Tenha Objetivo Inteligente</title><link>https://avelino.run/quote/tenha-objetivo-inteligente/</link><pubDate>Thu, 23 Jul 2020 13:00:00 +0000</pubDate><guid>https://avelino.run/quote/tenha-objetivo-inteligente/</guid><description>&lt;p&gt;&lt;a href="https://www.instagram.com/p/CC_U92XBeMD/"&gt;&lt;img src="https://avelino.run/quote/objetivo-smart.png" alt="Tenha Objetivo Inteligente"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Tenho falado constantemente em ter objetivo claro, mas por minha ignorância nunca perguntei se você tem objetivo❓&lt;/p&gt;
&lt;p&gt;Tudo bem caso você não tenha objetivo⁉️ Tente extrair conhecimento dessa postagem para organizar suas ideias de onde quer chegar e busque ter um objetivo SMART.
Cada letra da expressão SMART, cuja tradução significa inteligente, corresponde a uma palavra. São elas: specific, measurable, achievable, relevant, and time-bound. O nosso objetivo deve ser específico, mensurável, atingível, relevante e com limite de tempo definido.&lt;/p&gt;</description></item><item><title>Comunicação é a base dos projetos Open Source</title><link>https://avelino.run/comunica%C3%A7%C3%A3o-%C3%A9-a-base-dos-projetos-open-source/</link><pubDate>Thu, 23 Jul 2020 00:00:00 +0000</pubDate><guid>https://avelino.run/comunica%C3%A7%C3%A3o-%C3%A9-a-base-dos-projetos-open-source/</guid><description>&lt;p&gt;Sou criador e mantenedor (junto com uma incrivel comunidade, composta por pessoas ao redor do mundo) de um projeto chamado &lt;strong&gt;&lt;a href="https://github.com/avelino/awesome-go"&gt;awesome-go&lt;/a&gt;&lt;/strong&gt; &lt;em&gt;Lista curada pela comunidade de frameworks, bibliotecas e software escritos em Go&lt;/em&gt;.&lt;/p&gt;
&lt;p&gt;Quando comecei contribuir e criar projeto Open Source achava que o foco principal era código, com o passar dos anos comecei perceber que o projeto era um meio para chegar em algum lugar, ou seja, código tem sua importância, mas não basta tem um projeto com código impecável vendo que &amp;quot;ninguém&amp;quot; ou poucas pessoas conseguem usar.
Por isso nós mantenedores devemos criar comunidade ao redor de projeto open source e sempre estimular outras pessoas a contribuir.&lt;/p&gt;</description></item><item><title>É mais difícil se manter no topo do que chegar no topo</title><link>https://avelino.run/quote/e-mais-dificil-se-manter-no-topo-do-que-chegar-no-topo/</link><pubDate>Wed, 22 Jul 2020 13:00:00 +0000</pubDate><guid>https://avelino.run/quote/e-mais-dificil-se-manter-no-topo-do-que-chegar-no-topo/</guid><description>&lt;p&gt;&lt;a href="https://www.instagram.com/p/CC8xurcBh28/"&gt;&lt;img src="https://avelino.run/quote/se-manter-no-topo.png" alt="É mais difícil se manter no topo do que chegar no topo"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Não é fácil chegar ao topo (indiferente do que seja o topo), mas ficar nele é ainda mais difícil⁉️&lt;/p&gt;
&lt;p&gt;Para mim, chegar no topo é se tornar referência em um assunto.
Quando nos tornamos referência em um determinado assunto, começamos chamar a atenção em tudo que falamos e existe um misticismo que temos que saber tudo sobre aquilo, mas saber tudo é muita coisa.
Sou convidado para palestrar em diversas conferências de desenvolvimento de software, ao terminar de palestrar gosto de abrir espaço para perguntas e não sei o que as pessoas iram perguntar - eita frio na barriga - tem algumas perguntas que é perceptível que são feitas para nos deixar desconfortável (de saia justa).
Quando chega a pergunta que não sei responder simplesmente respondo que &amp;quot;não sei, mas podemos aprender juntos&amp;quot;.&lt;/p&gt;</description></item><item><title>Tem momento que é necessário desacelerar para continuar</title><link>https://avelino.run/quote/tem-momento-que-e-necessario-desacelerar-para-continuar/</link><pubDate>Tue, 21 Jul 2020 13:00:00 +0000</pubDate><guid>https://avelino.run/quote/tem-momento-que-e-necessario-desacelerar-para-continuar/</guid><description>&lt;p&gt;&lt;a href="https://www.instagram.com/p/CC6Lh86BNee/"&gt;&lt;img src="https://avelino.run/quote/desacelerar.png" alt="Tem momento que é necessário desacelerar para continuar"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Após alguns meses seguindo a planilha do novo treinador senti que conseguiria dedicar mais tempo por semana para treino, terminava os treinos bem e com energia para mais, olhando para o volume e carga da semana sentia que conseguiria mais. Não sei dizer o quanto mais, mas tinha energia acumulada.&lt;/p&gt;
&lt;p&gt;Sentei com o treinador e pedi mais volume de treino, deixando claro o porquê. Ele foi meio relutante a colocar mais volume, mas chegamos no meio termo (nem para mim, nem para ele KKKKKKKK).&lt;/p&gt;</description></item><item><title>Shu-Ha-Ri: conceito aprendizagem para atingir a maestria</title><link>https://avelino.run/quote/shuhari-conceito-aprendizagem-para-atingir-a-maestria/</link><pubDate>Mon, 20 Jul 2020 13:00:00 +0000</pubDate><guid>https://avelino.run/quote/shuhari-conceito-aprendizagem-para-atingir-a-maestria/</guid><description>&lt;p&gt;&lt;a href="https://www.instagram.com/p/CC3lAo_BsEK/"&gt;&lt;img src="https://avelino.run/quote/Shu-Ha-Ri.png" alt="Shu-Ha-Ri: conceito aprendizagem para atingir a maestria"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Não sou muito fã de prática de artes marciais 🥋, mas por trás da grande maioria das artes marciais tem muita filosofia e princípios de aprendizado, disciplina e etc, em Aikido, Judo ou Kendo está o Shu-ha-ri, conceito que descreve os três princípios do aprendizado:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Shu: &amp;quot;aprender&amp;quot;, &amp;quot;seguir&amp;quot; ⏭️ - Quando quero aprender alguma coisa e não tenho conhecimento para criar e/ou inovar, então sigo o que o especialista no assunto pede para fazer, mesmo que eu não entenda muito bem porque fazer, ainda não é momento de questionar - ainda não sei fazer as perguntas certa;&lt;/li&gt;
&lt;li&gt;Ha: &amp;quot;refletir&amp;quot;, &amp;quot;colecionar&amp;quot; 🧘‍♂️ - Após aprender o básico, aqui começo ser capaz de questionar (fazer as perguntas certas ou +- certas);&lt;/li&gt;
&lt;li&gt;Ri: &amp;quot;ser&amp;quot;, &amp;quot;definir&amp;quot; 📈 - Agora é momento de criar/inovar, já sei porque estou fazendo aquilo e consigo juntar o meu conhecimento de outra área com o que estou aprendendo.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Conceito que levo para tudo que quero aprender, como faço na pratica?&lt;/p&gt;</description></item><item><title>Por trás de projetos Open Source existe pessoas</title><link>https://avelino.run/por-tr%C3%A1s-de-projetos-open-source-existe-pessoas/</link><pubDate>Wed, 08 Jul 2020 00:00:00 +0000</pubDate><guid>https://avelino.run/por-tr%C3%A1s-de-projetos-open-source-existe-pessoas/</guid><description>&lt;p&gt;&lt;img src="https://avelino.run/blog/open-source-community.jpg#center" alt="Pessoas &amp;gt; Tecnologia, sejá humano ao receber contribuição"&gt;&lt;/p&gt;
&lt;p&gt;Muitos &lt;strong&gt;engenheiro(a)s&lt;/strong&gt; esquecem ao contribuir com &lt;em&gt;projetos Open Source&lt;/em&gt; que por trás de todos &lt;em&gt;projetos&lt;/em&gt; temos &lt;strong&gt;pessoas&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;Não conhecemos as pessoas que estão do outro lado (mantenedores do projeto) e como eles receberá nossa contribuição, isso nos gera a necessidade da comunicação ser extremamente clara e não assumirmos que os mantenedores (contribuidores) tenha o mesmo conhecimento que nós (não temos como saber o que as outras pessoas tem de conhecimento), mesmo conceitos que achamos óbvios é importante deixar claro na comunicação (issue, pull request e etc).
Não tenha apego ao código - código é um meio para chegarmos na solução de um problema. Pode ser que sua implementação de código ou comunicação não esteja clara, não leve feedback negativo para o lado pessoal, em geral os contribuidores olha a implementação que esta chegando não quem esta mandando - mas lembre que isso não é uma regra, não posso falar por todos os projetos e/ou pessoas.&lt;/p&gt;</description></item><item><title>Open Source Contributions - July 2020</title><link>https://avelino.run/foss/2020/07/</link><pubDate>Wed, 01 Jul 2020 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2020/07/</guid><description>&lt;p&gt;Explore the timeline of contributions made in July 2020, featuring an impressive total of 38 activities across 9 repositories. This month highlights significant engagement through push events, pull requests, and reviews, reflecting the vibrant collaboration within the community.&lt;/p&gt;
&lt;h2 id="2020-07-31"&gt;2020-07-31&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/dracula/mailspring"&gt;dracula/mailspring&lt;/a&gt;: &lt;a href="https://github.com/dracula/mailspring/pull/4"&gt;use dracula green on sync activity folder progress&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/dracula/mailspring"&gt;dracula/mailspring&lt;/a&gt;: &lt;a href="https://github.com/dracula/mailspring/pull/3"&gt;set dracula color on undo redo toast&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/dracula/mailspring"&gt;dracula/mailspring&lt;/a&gt;: &lt;a href="https://github.com/dracula/mailspring/pull/2"&gt;change selection color pink to purple&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/Foundry376/Mailspring"&gt;Foundry376/Mailspring&lt;/a&gt;: &lt;a href="https://github.com/Foundry376/Mailspring/pull/2110"&gt;open email: keep white content area&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/Foundry376/Mailspring"&gt;Foundry376/Mailspring&lt;/a&gt;: &lt;a href="https://github.com/Foundry376/Mailspring/issues/2109"&gt;Feature Request: keep the content area (where the email is displayed) black theme&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2020-07-30"&gt;2020-07-30&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/dracula/mailspring"&gt;dracula/mailspring&lt;/a&gt;: &lt;a href="https://github.com/dracula/mailspring/pull/1"&gt;screenshot improve&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/379"&gt;upgrade and generate all gomodule files&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2020-07-29"&gt;2020-07-29&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/376"&gt;avoid panic on tx.commit calls&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/375"&gt;Add ssl certs to migrate command URL&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2020-07-28"&gt;2020-07-28&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;💬 Reviewed PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/370#pullrequestreview-456990639"&gt;repositories merge&lt;/a&gt; (Commented)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2020-07-24"&gt;2020-07-24&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3179#pullrequestreview-455067798"&gt;Add scany to utilities section&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2020-07-23"&gt;2020-07-23&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3177#pullrequestreview-454489559"&gt;Add tablewriter - ASCII Table Writer&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/issues/373"&gt;GeoServer endpoints and outputs&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/issues/372"&gt;ST_AsKML support&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/issues/371"&gt;Geometric Types support&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2020-07-20"&gt;2020-07-20&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3175#pullrequestreview-451956899"&gt;add smex - sitemap extraction utility&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3174#pullrequestreview-451954899"&gt;Add Zepto in Web Frameworks section&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3173#pullrequestreview-451952958"&gt;[patch] added github.com/bnkamalesh/errors&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3171#pullrequestreview-451952254"&gt;add cmap in datastructure&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3170#pullrequestreview-451951348"&gt;Adding github.com/henvic/httpretty HTTP debugging package.&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3169#pullrequestreview-451950802"&gt;Add Weaviate&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3168#pullrequestreview-451949548"&gt;add baraka&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3167#pullrequestreview-451947213"&gt;Go Brain Teasers&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/prest/adapters"&gt;prest/adapters&lt;/a&gt;: &lt;a href="https://github.com/prest/adapters/pull/54#pullrequestreview-452024114"&gt;Fix insertTableNameQuotesRegex to support hyphen in dbname&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/prest/adapters"&gt;prest/adapters&lt;/a&gt;: &lt;a href="https://github.com/prest/adapters/pull/55#pullrequestreview-452023486"&gt;avoid panic on tx.commit calls&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2020-07-16"&gt;2020-07-16&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/370"&gt;repositories merge&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2020-07-10"&gt;2020-07-10&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/issues/3163"&gt;Add last-commit &amp;quot;badges&amp;quot; to all github repos&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2020-07-08"&gt;2020-07-08&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3155#pullrequestreview-444972759"&gt;Add lesismal/arpc&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3156#pullrequestreview-444970429"&gt;Add facebookincubator/ent&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3157#pullrequestreview-444969534"&gt;add go-glmatrix in opengl section&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3158#pullrequestreview-444968475"&gt;Add github.com/lqs/sqlingo&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2020-07-04"&gt;2020-07-04&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/dracula/zsh"&gt;dracula/zsh&lt;/a&gt;: &lt;a href="https://github.com/dracula/zsh/issues/19"&gt;antigen support&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/avelino.run"&gt;avelino/avelino.run&lt;/a&gt;: 15 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/avelino.run/commits?author=avelino&amp;amp;since=2020-07-01T00:00:00Z&amp;amp;until=2020-07-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/dracula/mailspring"&gt;dracula/mailspring&lt;/a&gt;: 8 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/dracula/mailspring/commits?author=avelino&amp;amp;since=2020-07-01T00:00:00Z&amp;amp;until=2020-07-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: 8 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/prest/prest/commits?author=avelino&amp;amp;since=2020-07-01T00:00:00Z&amp;amp;until=2020-07-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: 8 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/awesome-go/commits?author=avelino&amp;amp;since=2020-07-01T00:00:00Z&amp;amp;until=2020-07-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/avelino"&gt;avelino/avelino&lt;/a&gt;: 3 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/avelino/commits?author=avelino&amp;amp;since=2020-07-01T00:00:00Z&amp;amp;until=2020-07-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/amply/statuspage"&gt;amply/statuspage&lt;/a&gt;: 2 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/amply/statuspage/commits?author=avelino&amp;amp;since=2020-07-01T00:00:00Z&amp;amp;until=2020-07-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 0 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Foco no jogo, não no que está em jogo</title><link>https://avelino.run/quote/foco-no-jogo-nao-no-que-esta-em-jogo/</link><pubDate>Tue, 09 Jun 2020 13:00:00 +0000</pubDate><guid>https://avelino.run/quote/foco-no-jogo-nao-no-que-esta-em-jogo/</guid><description>&lt;p&gt;&lt;a href="https://www.instagram.com/p/CBneElXAs0N/"&gt;&lt;img src="https://avelino.run/quote/foco-no-jogo.jpg" alt="Foco no jogo, não no que está em jogo"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;É fácil falar, mas com prática diária começa se torna natural&lt;/p&gt;
&lt;p&gt;Quantas vezes ficamos preocupados com o que podemos perder, a ponto de ter o emocional abalado e acabar influenciando no nosso desempenho em determinada situação?&lt;/p&gt;
&lt;p&gt;Pode ter sido em uma prova (triathlon, corrida e/ou qualquer esporte), reunião, apresentação em que temos que falar em público, ou até mesmo em uma reunião de família. Começamos pensar o quanto aquilo é importante, quanto tem a perder se nosso desempenho for ruim e o nervosismo toma conta - chegando perder o controle de nós mesmo.&lt;/p&gt;</description></item><item><title>A prática nos leva à perfeição/performance</title><link>https://avelino.run/quote/lifestyle/2020-06-01-a-pratica-nos-leva-a-perfeicao-performance/</link><pubDate>Mon, 01 Jun 2020 12:00:00 +0000</pubDate><guid>https://avelino.run/quote/lifestyle/2020-06-01-a-pratica-nos-leva-a-perfeicao-performance/</guid><description>&lt;p&gt;&lt;img src="https://avelino.run/blog/a-pratica-nos-leva-a-perfeicao-performance.jpeg" alt="A prática nos leva à perfeição/performance"&gt;
Em alguns story comento sobre fazer 2 &amp;quot;coisas&amp;quot; por 2 mil vezes e não 2 mil &amp;quot;coisas&amp;quot; por 2 vezes, mas por que tenho falado sobre isso?&lt;/p&gt;
&lt;p&gt;Provavelmente você já ouviu essa frase antes, talvez dita por algum parente mais velho ou algum amigo, é algo comumente utilizada em nosso dia-a-dia. Pode ser também que você já tenha ouvido falar em algum momento sobre a regra das 10 mil horas, que propõe que é necessária essa quantidade total de horas para se atingir um nível de maestria em uma habilidade.&lt;/p&gt;</description></item><item><title>Open Source Contributions - June 2020</title><link>https://avelino.run/foss/2020/06/</link><pubDate>Mon, 01 Jun 2020 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2020/06/</guid><description>&lt;p&gt;Explore the timeline of contributions from June 2020, highlighting key activities across various repositories. This month featured notable pushes and reviews, demonstrating the ongoing commitment to project enhancement and community engagement.&lt;/p&gt;
&lt;h2 id="2020-06-29"&gt;2020-06-29&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/prest/doc-template"&gt;prest/doc-template&lt;/a&gt;: &lt;a href="https://github.com/prest/doc-template/pull/34#pullrequestreview-439370228"&gt;add PREST_CONF environment var&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2020-06-24"&gt;2020-06-24&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/prest/adapters"&gt;prest/adapters&lt;/a&gt;: &lt;a href="https://github.com/prest/adapters/pull/53#pullrequestreview-436720410"&gt;Group function alias names&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2020-06-15"&gt;2020-06-15&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/yinggaozhen/awesome-go-cn"&gt;yinggaozhen/awesome-go-cn&lt;/a&gt;: &lt;a href="https://github.com/yinggaozhen/awesome-go-cn/issues/333"&gt;create multi-language support in avelino/awesome-go, starting CN&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: 19 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/prest/prest/commits?author=avelino&amp;amp;since=2020-06-01T00:00:00Z&amp;amp;until=2020-06-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/dotfiles"&gt;avelino/dotfiles&lt;/a&gt;: 4 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/dotfiles/commits?author=avelino&amp;amp;since=2020-06-01T00:00:00Z&amp;amp;until=2020-06-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/avelino.run"&gt;avelino/avelino.run&lt;/a&gt;: 3 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/avelino.run/commits?author=avelino&amp;amp;since=2020-06-01T00:00:00Z&amp;amp;until=2020-06-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap"&gt;editor-bootstrap/vim-bootstrap&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/editor-bootstrap/vim-bootstrap/commits?author=avelino&amp;amp;since=2020-06-01T00:00:00Z&amp;amp;until=2020-06-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 6 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Se permita, viva a vida mais leve!</title><link>https://avelino.run/quote/lifestyle/2020-05-31-se-permita-viva-a-vida-mais-leve/</link><pubDate>Sun, 31 May 2020 15:30:00 +0000</pubDate><guid>https://avelino.run/quote/lifestyle/2020-05-31-se-permita-viva-a-vida-mais-leve/</guid><description>&lt;p&gt;&lt;img src="https://avelino.run/blog/se-permita-viva-a-vida-mais-leve.jpeg" alt="Se permita, viva a vida mais leve!"&gt;&lt;/p&gt;
&lt;p&gt;A busca pela evolução pessoal é viciante, mas não se cobre tanto nesse momento de distanciamento social.&lt;/p&gt;
&lt;p&gt;Se você conseguiu encaixar sua rotina que estimule a alta performance siga o jogo, caso você não conseguiu é momento de afrouxar o &amp;quot;cabo&amp;quot; e se permitir viver outro momento para manter sua performance e não evoluir - será temporário, logo logo voltamos com gás total.&lt;/p&gt;</description></item><item><title>Como você lida com mudança?</title><link>https://avelino.run/quote/lifestyle/2020-05-28-como-voce-lida-com-mudanca/</link><pubDate>Thu, 28 May 2020 11:30:00 +0000</pubDate><guid>https://avelino.run/quote/lifestyle/2020-05-28-como-voce-lida-com-mudanca/</guid><description>&lt;p&gt;&lt;img src="https://avelino.run/blog/como-voce-lida-com-mudanca.png" alt="Como você lida com mudança?"&gt;
Por que temos tanta resistência à mudança se a vida é feita delas? A mudança é a única constante, o mais seguro que temos no universo. Hoje não somos a mesma pessoa de ontem, mas tampouco a de amanhã, por mais que tentemos.&lt;/p&gt;
&lt;p&gt;Um acúmulo de circunstâncias acontece para que isso seja assim, mesmo que não percebamos. Por esta razão, devemos quebrar o medo da mudança. Existem melhores maneiras de viver do que resistência infinita ao novo.&lt;/p&gt;</description></item><item><title>Como está seu hábito de colecionar conhecimentos?</title><link>https://avelino.run/quote/lifestyle/2020-05-27-como-esta-seu-habito-de-colecionar-conhecimento/</link><pubDate>Wed, 27 May 2020 18:30:00 +0000</pubDate><guid>https://avelino.run/quote/lifestyle/2020-05-27-como-esta-seu-habito-de-colecionar-conhecimento/</guid><description>&lt;p&gt;&lt;img src="https://avelino.run/blog/como-esta-seu-habito-de-colecionar-conhecimento.png" alt="você deve sempre elevar seus padrões de exigência, pois corpo e mente são totalmente capazes de se adaptar - Livro 100% Presente do Joel Jota"&gt;
Essa postagem nasce em um momento que acabou a luz aqui em casa em pleno horário de trabalho, poderia surtar por não conseguir entregar o que tinha planejado para hoje, mas pelo contrário estou lendo para aumentar minha performance e amanhã (daqui X tempo) conseguir entregar muito mais que entrego hoje.&lt;/p&gt;</description></item><item><title>Período de adaptação: nunca é fácil, principalmente quando é forçado</title><link>https://avelino.run/quote/lifestyle/periodo-de-adaptacao-nunca-e-facil-principalmente-quando-e-forcado/</link><pubDate>Mon, 11 May 2020 08:29:00 +0000</pubDate><guid>https://avelino.run/quote/lifestyle/periodo-de-adaptacao-nunca-e-facil-principalmente-quando-e-forcado/</guid><description>&lt;p&gt;Apos dois meses vivendo o distanciamento social o que aprendemos nesse período (algumas pessoas chamam de quarentena ou isolamento social)?&lt;/p&gt;
&lt;p&gt;Às vezes só damos valor depois que perdemos, nesse período não foi diferente. Tinha hábito de ir para estrada todos os sábados para nadar, pedalar e correr, no começo de março/2020 resolvi adotar o distanciamento social, após 2 semanas comecei sentir falta de ver pessoas (olha que sempre gosto de ficar em casa &amp;quot;sem ver pessoas&amp;quot;), sair para praticar atividade física ao ar livre e ir ao mercado sem me preocupar onde iria colocar a mão, foi aí que comecei entender a liberdade de escolha que tinha e do dia para noite me restringi (tinha perdido) - esse sentimento de perca não é confortável - surtei durante alguns dias até cair a ficha e entender o fato que não estava saindo de casa (loucura né, eu que tinha escolhido ficar em casa e mesmo assim &amp;quot;não sabia&amp;quot; o porque), humanos se adaptam a diferentes ambientes e com o passar do tempo a rotina voltou se encaixar e tudo voltou fluir (na medida do possível).&lt;/p&gt;</description></item><item><title>Nem tudo é como gostaríamos</title><link>https://avelino.run/quote/lifestyle/nem-tudo-e-como-gostariamos/</link><pubDate>Sat, 09 May 2020 06:00:00 +0000</pubDate><guid>https://avelino.run/quote/lifestyle/nem-tudo-e-como-gostariamos/</guid><description>&lt;p&gt;&lt;img src="https://scontent-lga3-1.cdninstagram.com/v/t51.2885-15/e35/p1080x1080/96000122_527635767912048_3757347483643174151_n.jpg?_nc_ht=scontent-lga3-1.cdninstagram.com&amp;amp;_nc_cat=100&amp;amp;_nc_ohc=FL0t1Bh6exYAX9Sjw4G&amp;amp;oh=99cafe90dd9746eb01779425796dd930&amp;amp;oe=5EE0FB74&amp;amp;dl=1" alt="Nem tudo é como gostaríamos - 2020-05-08"&gt;&lt;/p&gt;
&lt;p&gt;Buscamos ter controle de todas as variáveis da vida, mas infelizmente (diria felizmente) não temos!&lt;/p&gt;
&lt;p&gt;Depois de muitos anos tentando controlar todas as possíveis variáveis, acabei deixando de tentar, essas sabia escolha me fez não ter ansiedade que gerava 1001 questionamentos:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;&amp;quot;e se&amp;quot;&lt;/strong&gt; acontecer tal coisa!&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&amp;quot;e se&amp;quot;&lt;/strong&gt; as pessoas pensarem XYZ de mim!&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&amp;quot;e se&amp;quot;&lt;/strong&gt; não funcionar?&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&amp;quot;e se&amp;quot;&lt;/strong&gt; não der certo?&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&amp;quot;e se&amp;quot;&lt;/strong&gt; &lt;em&gt;...&lt;/em&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Busco viver o presente (estando 100% presente) e planejar o que está no meu alcance para o futuro, sabendo que adversidades acontece e terei que passar por elas.&lt;/p&gt;</description></item><item><title>Foco em evoluir e auto conhecimento</title><link>https://avelino.run/quote/lifestyle/foco-em-evoluir-e-auto-conhecimento/</link><pubDate>Sun, 03 May 2020 11:00:00 +0000</pubDate><guid>https://avelino.run/quote/lifestyle/foco-em-evoluir-e-auto-conhecimento/</guid><description>&lt;p&gt;&lt;img src="https://avelino.run/blog/photo_2020-05-0308.12.08-2020-05-03.jpeg" alt="Avelino Pedalando 100km dentro de casa - 2020-05-02"&gt;&lt;/p&gt;
&lt;p&gt;É comum se sentirmos desmotivado (não é todos os dias que acordamos bem), principalmente para nós atletas que nesse momento de restrição social onde &lt;em&gt;não temos provas em vista&lt;/em&gt;, que é uma motivação para manter a rotina de treino.&lt;/p&gt;
&lt;p&gt;Como faço para manter minha planilha de treino em dia?&lt;/p&gt;
&lt;h2 id="objetivo-claro"&gt;Objetivo claro&lt;/h2&gt;
&lt;p&gt;Motivação nos faz começar, disciplina é o que nos faz continuar, se não tiver objetivo claro na primeira dificuldade abandonamos nosso objetivo por não ter clareza para onde estamos indo.&lt;/p&gt;</description></item><item><title>Open Source Contributions - May 2020</title><link>https://avelino.run/foss/2020/05/</link><pubDate>Fri, 01 May 2020 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2020/05/</guid><description>&lt;p&gt;This timeline highlights the key contributions made in May 2020, including significant pushes to three repositories, demonstrating a focused effort in software development and collaboration within the community.&lt;/p&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/avelino.run"&gt;avelino/avelino.run&lt;/a&gt;: 28 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/avelino.run/commits?author=avelino&amp;amp;since=2020-05-01T00:00:00Z&amp;amp;until=2020-05-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/hugo-theme-sarah"&gt;avelino/hugo-theme-sarah&lt;/a&gt;: 7 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/hugo-theme-sarah/commits?author=avelino&amp;amp;since=2020-05-01T00:00:00Z&amp;amp;until=2020-05-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap"&gt;editor-bootstrap/vim-bootstrap&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/editor-bootstrap/vim-bootstrap/commits?author=avelino&amp;amp;since=2020-05-01T00:00:00Z&amp;amp;until=2020-05-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 67 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Preparação para IRONMAN VR (70.3) em 3 dias</title><link>https://avelino.run/quote/lifestyle/preparacao-para-ironman-vr-703-em-3-dias/</link><pubDate>Sun, 05 Apr 2020 11:10:51 +0000</pubDate><guid>https://avelino.run/quote/lifestyle/preparacao-para-ironman-vr-703-em-3-dias/</guid><description>&lt;p&gt;&lt;img src="https://avelino.run/blog/ironmanvc-2020-04-05.png" alt="IRONMAN Virtual Club - VR1 2020" title="IRONMAN Virtual Club - VR1 2020"&gt;&lt;/p&gt;
&lt;p&gt;A preparação para IRONMAN 70.3 não é um processo simples (requer dedicação e disciplina), principalmente quando resolvemos fazer essa loucura com 3 dias de antecedência em uma fazer que meu volume de treino esta extremamente baixo por conta do COVID19 (treino com alta intensidade e com grandes volumes faz a imunidade cair, nesse momento não podemos vacilar com nossa imunidade), foi assim que aconteceu com &lt;a href="https://www.ironmanvirtualclub.com/" title="IRONMAN VR1"&gt;#IRONMANVR1&lt;/a&gt; (primeiro IRONMAN Virtual, 5km de corrida, 90km de pedal e 21km de corrida tudo dentro de casa em esteira e rolo).&lt;/p&gt;</description></item><item><title>Open Source Contributions - April 2020</title><link>https://avelino.run/foss/2020/04/</link><pubDate>Wed, 01 Apr 2020 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2020/04/</guid><description>&lt;p&gt;In April 2020, a diverse range of contributions unfolded across 15 repositories, showcasing a total of 21 events. This timeline captures the collaborative efforts, including pushes, issues, and reviews that shaped the month.&lt;/p&gt;
&lt;h2 id="2020-04-21"&gt;2020-04-21&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/cljsjs/packages"&gt;cljsjs/packages&lt;/a&gt;: &lt;a href="https://github.com/cljsjs/packages/issues/2064"&gt;firebase build error: refers to file not in jar: cljsjs/common/firebase-analytics-externs.js&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2020-04-19"&gt;2020-04-19&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/cljs-google-datastore"&gt;avelino/cljs-google-datastore&lt;/a&gt;: &lt;a href="https://github.com/avelino/cljs-google-datastore/pull/4"&gt;Create CODE_OF_CONDUCT.md&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/cljs-google-datastore"&gt;avelino/cljs-google-datastore&lt;/a&gt;: &lt;a href="https://github.com/avelino/cljs-google-datastore/pull/3"&gt;Create LICENSE&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2020-04-18"&gt;2020-04-18&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/cljs-google-datastore"&gt;avelino/cljs-google-datastore&lt;/a&gt;: &lt;a href="https://github.com/avelino/cljs-google-datastore/issues/2"&gt;multi filter on key&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/cljs-google-datastore"&gt;avelino/cljs-google-datastore&lt;/a&gt;: &lt;a href="https://github.com/avelino/cljs-google-datastore/issues/1"&gt;.group-by&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2020-04-12"&gt;2020-04-12&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/kxxoling/jupyter-clojure-docker"&gt;kxxoling/jupyter-clojure-docker&lt;/a&gt;: &lt;a href="https://github.com/kxxoling/jupyter-clojure-docker/pull/3#pullrequestreview-391811497"&gt;fixed notebooks path in README, fixing #2&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/roman01la/javascript-to-clojurescript"&gt;roman01la/javascript-to-clojurescript&lt;/a&gt;: &lt;a href="https://github.com/roman01la/javascript-to-clojurescript/issues/6"&gt;No translation for with &amp;quot;of&amp;quot;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2020-04-07"&gt;2020-04-07&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3030#pullrequestreview-388913924"&gt;Add WebAssembly category&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2020-04-06"&gt;2020-04-06&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3035#pullrequestreview-388461292"&gt;added argon2-hashing package&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/avelino.run"&gt;avelino/avelino.run&lt;/a&gt;: 16 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/avelino.run/commits?author=avelino&amp;amp;since=2020-04-01T00:00:00Z&amp;amp;until=2020-04-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/awesome-racket"&gt;avelino/awesome-racket&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/awesome-racket/commits?author=avelino&amp;amp;since=2020-04-01T00:00:00Z&amp;amp;until=2020-04-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/dotfiles"&gt;avelino/dotfiles&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/dotfiles/commits?author=avelino&amp;amp;since=2020-04-01T00:00:00Z&amp;amp;until=2020-04-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/hugo-theme-sarah"&gt;avelino/hugo-theme-sarah&lt;/a&gt;: 6 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/hugo-theme-sarah/commits?author=avelino&amp;amp;since=2020-04-01T00:00:00Z&amp;amp;until=2020-04-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/pycorreios"&gt;avelino/pycorreios&lt;/a&gt;: 3 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/pycorreios/commits?author=avelino&amp;amp;since=2020-04-01T00:00:00Z&amp;amp;until=2020-04-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/editor-bootstrap/emacs-bootstrap"&gt;editor-bootstrap/emacs-bootstrap&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/editor-bootstrap/emacs-bootstrap/commits?author=avelino&amp;amp;since=2020-04-01T00:00:00Z&amp;amp;until=2020-04-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap-updater"&gt;editor-bootstrap/vim-bootstrap-updater&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/editor-bootstrap/vim-bootstrap-updater/commits?author=avelino&amp;amp;since=2020-04-01T00:00:00Z&amp;amp;until=2020-04-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/railwaycat/homebrew-emacsmacport"&gt;railwaycat/homebrew-emacsmacport&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/railwaycat/homebrew-emacsmacport/commits?author=avelino&amp;amp;since=2020-04-01T00:00:00Z&amp;amp;until=2020-04-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: 3 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/awesome-go/commits?author=avelino&amp;amp;since=2020-04-01T00:00:00Z&amp;amp;until=2020-04-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/prest/prest/commits?author=avelino&amp;amp;since=2020-04-01T00:00:00Z&amp;amp;until=2020-04-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap"&gt;editor-bootstrap/vim-bootstrap&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/editor-bootstrap/vim-bootstrap/commits?author=avelino&amp;amp;since=2020-04-01T00:00:00Z&amp;amp;until=2020-04-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/cljs-google-datastore"&gt;avelino/cljs-google-datastore&lt;/a&gt;: 31 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/cljs-google-datastore/commits?author=avelino&amp;amp;since=2020-04-01T00:00:00Z&amp;amp;until=2020-04-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 56 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Qual é o seu IRONMAN?</title><link>https://avelino.run/quote/lifestyle/qual-%C3%A9-o-seu-ironman/</link><pubDate>Sat, 07 Mar 2020 18:20:00 +0000</pubDate><guid>https://avelino.run/quote/lifestyle/qual-%C3%A9-o-seu-ironman/</guid><description>&lt;p&gt;&lt;img src="https://avelino.run/blog/IMG_1071-2020-03-07.png" alt="Primeira modalidade do Triathlon, natação em águas abertas na Billings CountryClub" title="Primeira modalidade do Triathlon, natação em águas abertas na Billings CountryClub"&gt;&lt;/p&gt;
&lt;p&gt;Vamos começar com um assunto complicado, expor nossas fraquezas não são muito fácil né? Mas depois de supera-lá acho importante compartilhar como foi aquela luta.&lt;/p&gt;
&lt;p&gt;Qual é seu atual IRONMAN? Nesse texto usarei o nome &lt;strong&gt;&amp;quot;IRONMAN&amp;quot;&lt;/strong&gt; como um sinônimo de &lt;strong&gt;&amp;quot;desafio&amp;quot;&lt;/strong&gt; que você julga muito complicado, onde envolve muito treino, dedicação e perseverança.&lt;/p&gt;</description></item><item><title>Open Source Contributions - March 2020</title><link>https://avelino.run/foss/2020/03/</link><pubDate>Sun, 01 Mar 2020 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2020/03/</guid><description>&lt;p&gt;In March 2020, the development community showcased robust activity with a total of 10 contributions across 6 repositories. This timeline captures key events, including pull request reviews and code pushes, illustrating the collaborative efforts and advancements made during the month.&lt;/p&gt;
&lt;h2 id="2020-03-30"&gt;2020-03-30&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;💬 Reviewed PR in &lt;a href="https://github.com/MinimalCompact/thumbor"&gt;MinimalCompact/thumbor&lt;/a&gt;: &lt;a href="https://github.com/MinimalCompact/thumbor/pull/68#pullrequestreview-383808180"&gt;refs #67 Thumbor 7.0.0a2&lt;/a&gt; (Commented)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2020-03-23"&gt;2020-03-23&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3020#pullrequestreview-379256368"&gt;add olivia-ai/olivia to the bot building section&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3019#pullrequestreview-379255163"&gt;Add Tutorial for Gorilla Mux &lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3017#pullrequestreview-379252775"&gt;Add yacspin&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3016#pullrequestreview-379252198"&gt;Add go-localstack&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/3015#pullrequestreview-379248960"&gt;Add xgen&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2020-03-04"&gt;2020-03-04&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/pycorreios"&gt;avelino/pycorreios&lt;/a&gt;: &lt;a href="https://github.com/avelino/pycorreios/pull/27#pullrequestreview-368817697"&gt;setup.py&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2020-03-03"&gt;2020-03-03&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/jusbrasil/tech-calendar"&gt;jusbrasil/tech-calendar&lt;/a&gt;: &lt;a href="https://github.com/jusbrasil/tech-calendar/pull/42#pullrequestreview-368194241"&gt;Add Devopsdays João Pessoa-PB.&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/avelino.run"&gt;avelino/avelino.run&lt;/a&gt;: 12 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/avelino.run/commits?author=avelino&amp;amp;since=2020-03-01T00:00:00Z&amp;amp;until=2020-03-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/dotfiles"&gt;avelino/dotfiles&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/dotfiles/commits?author=avelino&amp;amp;since=2020-03-01T00:00:00Z&amp;amp;until=2020-03-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 36 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Foco no ambiente, acelerando o aprendizado!</title><link>https://avelino.run/foco-no-ambiente-acelerando-o-aprendizado/</link><pubDate>Fri, 28 Feb 2020 16:49:00 +0000</pubDate><guid>https://avelino.run/foco-no-ambiente-acelerando-o-aprendizado/</guid><description>&lt;p&gt;&lt;img src="https://avelino.run/blog/Pense_grande_347-2020-02-28.jpg" alt="pense grande e mantenha o foco em seu objetivo" title="pense grande e mantenha o foco em seu objetivo"&gt;&lt;/p&gt;
&lt;p&gt;Objetivo desse blogpost é compartilhar como geralmente faço para acelerar meu aprendizado em uma área que não tenho tanta experiencia e quero (e/ou preciso) ganhar mais experiência.&lt;/p&gt;
&lt;p&gt;Quando entrei na área de tecnologia (desenvolvimento de software) não sabia praticamente nada e comecei estudar como poderia acelerar meu aprendizado, até que me deparei em um texto no reddit que falava sobre foco no ambiente, foi o extremamente difícil eu conseguir entender o que estava querendo dizer aquele texto, mas depois de dias lendo e relendo consegui absorver que deveria frequentar lugares onde tinha pessoas fazendo o que buscava aprender, assim aceleraria meu aprendizado. Como tinha acabado de chegar na área, não sabia o ambiente (locais) onde as pessoas desenvolvedora de software frequentava, depois de muita pesquisa me deparei com uma conferência de Python fora de São Paulo, e lá fui eu sair da zona de conforto, na emoção de ter achado essa conferencia, comprei passagem e hospedagem próximo à universidade que seria a conferência, assim que comprei comecei alimentar alguns bichos dentro da minha cabeça (medo do desconhecido e novo, quem sabe no futuro escrevo alguma coisa sobre o assunto):&lt;/p&gt;</description></item><item><title>Chegando no limite da tecnologia, e agora para aonde vou?</title><link>https://avelino.run/chegando-no-limite-da-tecnologia-e-agora-para-aonde-vou/</link><pubDate>Wed, 19 Feb 2020 14:00:00 +0000</pubDate><guid>https://avelino.run/chegando-no-limite-da-tecnologia-e-agora-para-aonde-vou/</guid><description>&lt;p&gt;Nós de tecnologia em geral, somos &lt;strong&gt;early adopter&lt;/strong&gt; (gostamos de abraçar novas tecnologias, mesmo sem saber ao certo porque ela existe), quando falamos em desenvolvimento não é muito diferente.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Por que não usamos o banco de dados X?&lt;/li&gt;
&lt;li&gt;Podemos usar a linguagem de programação Y!&lt;/li&gt;
&lt;li&gt;O serviço Z resolve 100% dos nossos problemas!&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Vamos assumir que as afirmações acima estejam 100% corretas (lançamos o primeiro erro), a solução irá servir para &lt;strong&gt;&amp;quot;vida toda&amp;quot;&lt;/strong&gt; ou daqui a alguns meses tenham que olhar para ela, porque batemos em algum limite da implementação, arquitetura ou da própria tecnologia?&lt;/p&gt;</description></item><item><title>atleta nunca tenta descobrir seu limite, mas deseja superá-lo a cada instante</title><link>https://avelino.run/quote/lifestyle/atleta-nunca-tenta-descobrir-seu-limite-mas-deseja-super%C3%A1-lo-a-cada-instante/</link><pubDate>Sun, 09 Feb 2020 17:00:00 +0000</pubDate><guid>https://avelino.run/quote/lifestyle/atleta-nunca-tenta-descobrir-seu-limite-mas-deseja-super%C3%A1-lo-a-cada-instante/</guid><description>&lt;p&gt;&lt;img src="https://avelino.run/blog/84755956_10157686036278726_3890545620561166336_o-2020-02-09.jpg" alt="atleta nunca tenta descobrir seu limite, mas deseja superá-lo a cada instante - por @avelinorun"&gt;&lt;/p&gt;
&lt;p&gt;Constantemente recebo mensagem perguntando o que me fez mudar minha vida, praticar esporte, fazer academia, acordar 4:30am e outras coisas que acabo publicando que soa maluquice. Vou tentar responder alguns questionamentos.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;O que me fez querer mudar? Sair de uma vida muito sedentária para prática de esporte.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;O estopim sem sombra de dúvida foi medo de morrer, após alguns exames no cardiologista recebi a notícia &amp;quot;nas últimas 2 horas tive 3 começo de infarto&amp;quot;, sei o que é um infarto, mas o que é um começo de infarto?&lt;/p&gt;</description></item><item><title>Open Source Contributions - February 2020</title><link>https://avelino.run/foss/2020/02/</link><pubDate>Sat, 01 Feb 2020 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2020/02/</guid><description>&lt;p&gt;Explore the timeline of contributions for February 2020, showcasing a pivotal push event in the avelino/avelino.run repository that marked the month's key developments.&lt;/p&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/avelino.run"&gt;avelino/avelino.run&lt;/a&gt;: 9 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/avelino.run/commits?author=avelino&amp;amp;since=2020-02-01T00:00:00Z&amp;amp;until=2020-02-29T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 25 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Começar viver, esteja consciente dos seus passos!</title><link>https://avelino.run/quote/lifestyle/come%C3%A7ar-viver-esteja-consciente-dos-seus-passos/</link><pubDate>Mon, 27 Jan 2020 10:00:00 +0000</pubDate><guid>https://avelino.run/quote/lifestyle/come%C3%A7ar-viver-esteja-consciente-dos-seus-passos/</guid><description>&lt;p&gt;&lt;img src="https://avelino.run/blog/Mindfulness-meditation-2019-11-05.jpeg" alt="Mindfulness meditation"&gt;&lt;/p&gt;
&lt;p&gt;Refletir sobre nossos momentos difíceis não são muito fáceis (falar de nossas intimidades muito menos), mas é esses momentos de auto conhecimento e crítica que nos ajuda alavancar para cima e subir nossa própria barra (nos tornar uma pessoa melhor).&lt;/p&gt;
&lt;p&gt;Para quem é novo por aqui eu tive algumas empresas de 2011 até 2019, algumas deram certo (fui comprado por outras empresas e sócios), porém outras deram super errado e acabou me levando lá em baixo fazendo eu voltar a &amp;quot;corrida dos ratos&amp;quot;. Geralmente falamos apenas das histórias de sucesso, mas particularmente gosto de escutar as histórias de insucesso, isso nos ajuda filtrar os caminhos para termos umas atenções.&lt;/p&gt;</description></item><item><title>Open Source Contributions - January 2020</title><link>https://avelino.run/foss/2020/01/</link><pubDate>Wed, 01 Jan 2020 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2020/01/</guid><description>&lt;p&gt;Welcome to the January 2020 contributions timeline. This month highlights significant activity across 8 repositories, showcasing a total of 13 events, including push events, pull requests, and issue creation. Explore the details of each contribution and discover how developers engaged with the community to kick off the new year.&lt;/p&gt;
&lt;h2 id="2020-01-30"&gt;2020-01-30&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/meilisearch/meilisearch-go"&gt;meilisearch/meilisearch-go&lt;/a&gt;: &lt;a href="https://github.com/meilisearch/meilisearch-go/issues/2"&gt;license file not exist&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/meilisearch/meilisearch-go"&gt;meilisearch/meilisearch-go&lt;/a&gt;: &lt;a href="https://github.com/meilisearch/meilisearch-go/issues/1"&gt;lint review&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2020-01-29"&gt;2020-01-29&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/ReactiveX/rxjs"&gt;ReactiveX/rxjs&lt;/a&gt;: &lt;a href="https://github.com/ReactiveX/rxjs/pull/5275#pullrequestreview-350398962"&gt;docs(operators): describe your change...&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2020-01-16"&gt;2020-01-16&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/jusbrasil/tech-calendar"&gt;jusbrasil/tech-calendar&lt;/a&gt;: &lt;a href="https://github.com/jusbrasil/tech-calendar/pull/38"&gt;elixir br 2020&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2020-01-15"&gt;2020-01-15&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/jusbrasil/tech-calendar"&gt;jusbrasil/tech-calendar&lt;/a&gt;: &lt;a href="https://github.com/jusbrasil/tech-calendar/pull/36"&gt;main technology and programming events of the first half of 2020&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2020-01-09"&gt;2020-01-09&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/jusbrasil/tech-calendar"&gt;jusbrasil/tech-calendar&lt;/a&gt;: &lt;a href="https://github.com/jusbrasil/tech-calendar/pull/35"&gt;Starting 2020 calendar&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2020-01-03"&gt;2020-01-03&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/marick/Midje"&gt;marick/Midje&lt;/a&gt;: &lt;a href="https://github.com/marick/Midje/issues/465"&gt;Syntax error (IllegalArgumentException) compiling deftype*&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2020-01-02"&gt;2020-01-02&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/funcool/buddy-auth"&gt;funcool/buddy-auth&lt;/a&gt;: &lt;a href="https://github.com/funcool/buddy-auth/pull/87"&gt;fixed typo: Signed JWT login exampe&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/jusbrasil/tech-calendar"&gt;jusbrasil/tech-calendar&lt;/a&gt;: 3 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/jusbrasil/tech-calendar/commits?author=avelino&amp;amp;since=2020-01-01T00:00:00Z&amp;amp;until=2020-01-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/amply/statuspage"&gt;amply/statuspage&lt;/a&gt;: 3 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/amply/statuspage/commits?author=avelino&amp;amp;since=2020-01-01T00:00:00Z&amp;amp;until=2020-01-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/avelino.run"&gt;avelino/avelino.run&lt;/a&gt;: 2 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/avelino.run/commits?author=avelino&amp;amp;since=2020-01-01T00:00:00Z&amp;amp;until=2020-01-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/dotfiles"&gt;avelino/dotfiles&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/dotfiles/commits?author=avelino&amp;amp;since=2020-01-01T00:00:00Z&amp;amp;until=2020-01-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/funcool/buddy-auth"&gt;funcool/buddy-auth&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/funcool/buddy-auth/commits?author=avelino&amp;amp;since=2020-01-01T00:00:00Z&amp;amp;until=2020-01-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 12 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>O que dizer de 2019? Ano de autoconhecimento!</title><link>https://avelino.run/quote/lifestyle/o-que-dizer-de-2019-ano-de-autoconhecimento/</link><pubDate>Tue, 31 Dec 2019 15:20:00 +0000</pubDate><guid>https://avelino.run/quote/lifestyle/o-que-dizer-de-2019-ano-de-autoconhecimento/</guid><description>&lt;p&gt;![São Silvestre São Paulo 31/12/2019 - Vem 2020](/blog/photo_2019-12-31 12.25.26-2019-12-31.jpeg &amp;quot;São Silvestre São Paulo 31/12/2019&amp;quot;)&lt;/p&gt;
&lt;p&gt;Vou começando relembrando meu &lt;a href="https://avelino.run/lifestyle/2018-12-28-meu-2018-foi-ano-de-muito-aprendizado/" title="Meu 2018 foi ano de muito aprendizado"&gt;2018 que foi um ano de muito aprendizado&lt;/a&gt;, entendo o que de fato eu gostaria de fazer profissionalmente e me desligar do que me deixava longe do que eu queria/quero para mim. E assim dei inicio em 2019...&lt;/p&gt;
&lt;p&gt;2019 foi o ano de autoconhecimento e entendo que hobby é hobby, profissão é profissão (cada um em seu lugar) e juntos um complementa o outro, isso acabou me trazendo alguns RP (recordes pessoais) em provas que nunca imaginei na vida que iria conseguir (tinha 180kg, o esporte me fez perder 108kg). Com esse &amp;quot;negocio&amp;quot; de empreender acabei fazendo terapia (ainda faço, desde 2015), assim consigo me entender e sempre me desconstruir para me ser minha melhor versão a cada dia.&lt;/p&gt;</description></item><item><title>Open Source Contributions - December 2019</title><link>https://avelino.run/foss/2019/12/</link><pubDate>Sun, 01 Dec 2019 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2019/12/</guid><description>&lt;p&gt;Explore the timeline of contributions from December 2019, showcasing a vibrant month of activity across 13 repositories. This month featured notable pushes, pull requests, and issue discussions, highlighting the collaborative efforts of developers and the ongoing development of various projects.&lt;/p&gt;
&lt;h2 id="2019-12-30"&gt;2019-12-30&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/puppetlabs/clj-kitchensink"&gt;puppetlabs/clj-kitchensink&lt;/a&gt;: &lt;a href="https://github.com/puppetlabs/clj-kitchensink/issues/102"&gt;not convert org.postgresql.util.PGobject (postgres jsonb field)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/dakrone/cheshire"&gt;dakrone/cheshire&lt;/a&gt;: &lt;a href="https://github.com/dakrone/cheshire/issues/160"&gt;not convert org.postgresql.util.PGobject&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2019-12-28"&gt;2019-12-28&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/remodoy/clj-postgresql"&gt;remodoy/clj-postgresql&lt;/a&gt;: &lt;a href="https://github.com/remodoy/clj-postgresql/pull/22#pullrequestreview-336922474"&gt;Cleanup on clj-kondo linter results&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2019-12-19"&gt;2019-12-19&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/bottlepy/bottle"&gt;bottlepy/bottle&lt;/a&gt;: &lt;a href="https://github.com/bottlepy/bottle/pull/1185#pullrequestreview-334963762"&gt;Add support for non-empty requests with no Content-Length header.&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2019-12-17"&gt;2019-12-17&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/2863#pullrequestreview-332955927"&gt;Add Curitiba meetup&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2019-12-12"&gt;2019-12-12&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/okfn-brasil/querido-diario"&gt;okfn-brasil/querido-diario&lt;/a&gt;: &lt;a href="https://github.com/okfn-brasil/querido-diario/pull/149#pullrequestreview-330932490"&gt;Update Apache Tika&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2019-12-10"&gt;2019-12-10&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/okfn-brasil/querido-diario"&gt;okfn-brasil/querido-diario&lt;/a&gt;: &lt;a href="https://github.com/okfn-brasil/querido-diario/issues/147"&gt;tika-app-1.22.jar Not Found&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2019-12-06"&gt;2019-12-06&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/okfn-brasil/querido-diario"&gt;okfn-brasil/querido-diario&lt;/a&gt;: &lt;a href="https://github.com/okfn-brasil/querido-diario/pull/146"&gt;Dockerfile python 3.7 and docker layers grouping&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/okfn-brasil/querido-diario"&gt;okfn-brasil/querido-diario&lt;/a&gt;: &lt;a href="https://github.com/okfn-brasil/querido-diario/issues/145"&gt;postgres save error: duplicate key value violates unique constraint&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/issues/361"&gt;mistakes in the package architecture (fail), proposed to simplify evolution and project maintenance&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2019-12-05"&gt;2019-12-05&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/prest/adapter-mysql"&gt;prest/adapter-mysql&lt;/a&gt;: &lt;a href="https://github.com/prest/adapter-mysql/pull/1#pullrequestreview-327639361"&gt;fix sql template window compatible&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2019-12-01"&gt;2019-12-01&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/prest/middlewares"&gt;prest/middlewares&lt;/a&gt;: &lt;a href="https://github.com/prest/middlewares/pull/17#pullrequestreview-324959529"&gt;Add csv renderer&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/moclojer/chrondb"&gt;moclojer/chrondb&lt;/a&gt;: 9 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/moclojer/chrondb/commits?author=avelino&amp;amp;since=2019-12-01T00:00:00Z&amp;amp;until=2019-12-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/avelino.run"&gt;avelino/avelino.run&lt;/a&gt;: 7 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/avelino.run/commits?author=avelino&amp;amp;since=2019-12-01T00:00:00Z&amp;amp;until=2019-12-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/.emacs"&gt;avelino/.emacs&lt;/a&gt;: 3 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/.emacs/commits?author=avelino&amp;amp;since=2019-12-01T00:00:00Z&amp;amp;until=2019-12-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/okfn-brasil/querido-diario"&gt;okfn-brasil/querido-diario&lt;/a&gt;: 3 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/okfn-brasil/querido-diario/commits?author=avelino&amp;amp;since=2019-12-01T00:00:00Z&amp;amp;until=2019-12-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/dotfiles"&gt;avelino/dotfiles&lt;/a&gt;: 2 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/dotfiles/commits?author=avelino&amp;amp;since=2019-12-01T00:00:00Z&amp;amp;until=2019-12-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 14 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Alta performance com dieta baseada em plantas</title><link>https://avelino.run/quote/lifestyle/alta-performance-com-dieta-baseada-em-plantas/</link><pubDate>Sat, 30 Nov 2019 22:00:00 +0000</pubDate><guid>https://avelino.run/quote/lifestyle/alta-performance-com-dieta-baseada-em-plantas/</guid><description>&lt;p&gt;&lt;img src="https://avelino.run/blog/diet%20plant%20based-2019-11-30.png" alt="Dieta a baseada em platas para atleta de alta performance" title="Dieta a baseada em platas para atleta de alta performance"&gt;&lt;/p&gt;
&lt;p&gt;A pergunta que os atletas que segue dieta baseada em plantas recebe é a suposição de que os alimentos de origem animal são a única fonte de proteína, isso é um equívoco, mas infelizmente muitas pessoas têm essa visão por falta de informação.&lt;/p&gt;
&lt;p&gt;Na verdade:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Uma porção de brócolis cozido ou espinafre tem tanta proteína como um ovo médio (6 gramas)&lt;/li&gt;
&lt;li&gt;Espirulina (alga azul-esverdeada) é o alimento mais denso em proteínas do planeta&lt;/li&gt;
&lt;li&gt;3 colheres de sopa de sementes de cânhamo têm proteína igual a 1/2 xícara de iogurte grego (10 gramas), além de 6 gramas de ácidos graxos ômega 3&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Nos &lt;em&gt;Estados Unidos&lt;/em&gt;, a recomendação diária de proteína (RDA) é 0,8 gramas por quilograma de peso corporal. Porém, esta recomendação destina-se a simplesmente manter funções corporais básicas, a ingestão diária de proteínas deve ser maior para a maioria das pessoas. Pesquisas mostram que os atletas de alta performance deve ingerir aproximadamente 50% mais proteína do que pessoas sedentárias - 1.2 - 2.0/kg de proteína diariamente - dependendo da fase de treinamento, dependendo de peso, dieta, gênero e idade.&lt;/p&gt;</description></item><item><title>Transformando dores musculares em prazer (amor)</title><link>https://avelino.run/quote/lifestyle/transformando-dores-musculares-em-amor/</link><pubDate>Sun, 24 Nov 2019 13:40:00 +0000</pubDate><guid>https://avelino.run/quote/lifestyle/transformando-dores-musculares-em-amor/</guid><description>&lt;p&gt;&lt;img src="https://avelino.run/blog/_MG_1754-2019-11-24.JPG" alt="Thiago Avelino pedalando na estrada caminho do mar - estrada velha de santos" title="Thiago Avelino pedalando na estrada caminho do mar - estrada velha de santos"&gt;&lt;/p&gt;
&lt;p&gt;De arrepios de dores musculares a amor, acredito que essa seja a evolução que tive dentro da modalidade de bike.&lt;/p&gt;
&lt;p&gt;Quando comecei pedalar eu sentia diversas dores muscular e muita dor na &amp;quot;bunda&amp;quot; (na real é no períneo), começar pedalar era uma tortura, chegava no &amp;quot;escritório&amp;quot; (local que fica minha bike) e demorava muito tempo para começar (em alguns dias chegava a horas). Lembro como se fosse hoje eu indo comprar minha primeira bicicleta para o triathlon, quando cheguei em casa comentei com minha esposa &amp;quot;pedalar é tranquilo, nem transpirei&amp;quot;. Na minha cabeça eu sabia pedalar, quando era moleque sempre andei de bike, após começar pedalar entendi que sempre andei de bike e que não sabia pedalar.&lt;/p&gt;</description></item><item><title>Performance vs. Trust, identifying toxic people</title><link>https://avelino.run/quote/performance-vs-trust-identifying-toxic-people/</link><pubDate>Mon, 18 Nov 2019 13:00:00 +0000</pubDate><guid>https://avelino.run/quote/performance-vs-trust-identifying-toxic-people/</guid><description>&lt;p&gt;There is one simple question to ask if you want to build a high performing team.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;quot;Who is the asshole?&amp;quot;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;a href="https://en.wikipedia.org/wiki/Simon_Sinek" title="Simon Sinek - Wikipedia"&gt;Simon Sinek&lt;/a&gt; explains a powerful and, ironically, very simple way to identify toxic people in your teams which might be successful short-term but harm a team long-term.&lt;/p&gt;
&lt;p&gt;The majority of companies out there are run a system of incentives which fuels toxic cultures as the bonus structure is mainly based on performance.&lt;/p&gt;</description></item><item><title>Diferença entre amadores e profissionais</title><link>https://avelino.run/diferen%C3%A7a-entre-amadores-e-profissionais/</link><pubDate>Mon, 11 Nov 2019 16:00:00 +0000</pubDate><guid>https://avelino.run/diferen%C3%A7a-entre-amadores-e-profissionais/</guid><description>&lt;p&gt;Porque algumas pessoas &lt;em&gt;parecem ser&lt;/em&gt; extremamente bem sucedidas e fazer muito, enquanto a grande maioria de &lt;strong&gt;nós&lt;/strong&gt; luta para pisar na água?&lt;/p&gt;
&lt;p&gt;A resposta é complicada e provavelmente composta por diversas respostas.&lt;/p&gt;
&lt;p&gt;O aspecto principal é a forma de pensar e planejamento.&lt;/p&gt;
&lt;p&gt;&lt;img src="https://avelino.run/blog/maxresdefault-2019-11-11.jpg" alt=""&gt;&lt;/p&gt;
&lt;h2 id="mas-qual-é-a-diferença-na-verdade-há-diversas-diferenças"&gt;Mas qual é a diferença? Na verdade, há diversas diferenças:&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Amadores param quando chega a seu objetivo, profissionais entendem que a realização inicial é apenas o começo;&lt;/li&gt;
&lt;li&gt;Amadores têm um objetivo, profissionais têm um processo;&lt;/li&gt;
&lt;li&gt;Amadores pensam que são bons em tudo, profissionais entendem seus círculos de competência;&lt;/li&gt;
&lt;li&gt;Amadores ver feedback e concelho como criticas, profissionais sabem que têm pontos fracos e procuram críticas construtivas;&lt;/li&gt;
&lt;li&gt;Amadores valorizam o desempenho isolado, pense sobre o receptor que pega a bola uma vez em um lance difícil. Profissionais valorizam a consistência, posso pegar a bola na mesma situações 9 vezes em cada 10?&lt;/li&gt;
&lt;li&gt;Amadores desiste no primeiro problema e assumi que é um fracassado, profissionais veem o fracasso como parte do caminho para o crescimento e evolução do ponto fraco;&lt;/li&gt;
&lt;li&gt;Amadores não têm ideia do que melhorar para alcançar bons resultados, profissionais entende;&lt;/li&gt;
&lt;li&gt;Amadores pratica para se divertir, profissionais sabe o que nos treinos ira acontecer no jogo;&lt;/li&gt;
&lt;li&gt;Amadores foca em identificar suas fraquezas e melhorá-las, profissionais focam em seus pontos fortes e em encontrar pessoas que são fortes onde são fracos;&lt;/li&gt;
&lt;li&gt;Amadores pensam que o conhecimento é poder, profissionais transmitem conhecimento e conselhos;&lt;/li&gt;
&lt;li&gt;Amadores foca em ter razão (estar certos), profissionais focam em obter o melhor resultado;&lt;/li&gt;
&lt;li&gt;Amadores foca no pensamento de primeiro nível, profissionais focam no pensamento de segunda ordem.&lt;/li&gt;
&lt;li&gt;Amadores pensa que bons resultados são os seus próprios resultados, profissionais sabe que bons resultados são o resultado das suas ações;&lt;/li&gt;
&lt;li&gt;Amadores foca em curto prazo, profissionais focam a longo prazo;&lt;/li&gt;
&lt;li&gt;Amadores foca em derrubar outras pessoas, profissionais focam em tornar todos melhores;&lt;/li&gt;
&lt;li&gt;Amadores buscam decisões em conjunto para que não haja uma pessoa responsável caso de errado, profissionais tomam decisões por si e aceitam a responsabilidade;&lt;/li&gt;
&lt;li&gt;Amadores buscam culpados, profissionais aceitam a responsabilidade;&lt;/li&gt;
&lt;li&gt;Amadores aparecem de forma inconsistente, profissionais aparecem todos os dias;&lt;/li&gt;
&lt;li&gt;Amadores vão &amp;quot;mais rápido&amp;quot;, profissionais vão mais longe;&lt;/li&gt;
&lt;li&gt;Amadores vão com a primeira ideia que vem em sua cabeça, profissionais percebem que a primeira ideia raramente é a melhor;&lt;/li&gt;
&lt;li&gt;Amadores acham que sua ideia não pode ser invalidada, profissionais tem certeza que pode;&lt;/li&gt;
&lt;li&gt;Amadores tem pensamento absoluto, profissionais pensam em probabilidades;&lt;/li&gt;
&lt;li&gt;Amadores pensam que a probabilidade de ter a melhor ideia é alta, profissionais sabem que a probabilidade disso é baixa;&lt;/li&gt;
&lt;li&gt;Amadores pensam que a realidade é o que eles querem ver, profissionais sabem que a realidade é a verdade.&lt;/li&gt;
&lt;li&gt;Amadores pensam que a divergência é ameaça, profissional vê como oportunidade de aprender.&lt;/li&gt;
&lt;/ul&gt;
&lt;blockquote&gt;
&lt;p&gt;Existem diversas outras diferenças, mas eles podem efetivamente ser resumidos a duas palavras: &lt;strong&gt;medo&lt;/strong&gt; e &lt;strong&gt;realidade&lt;/strong&gt;&lt;/p&gt;</description></item><item><title>Chegar ao estado de Flow, para alcançar metas</title><link>https://avelino.run/chegar-ao-estado-de-flow-para-alcan%C3%A7ar-metas/</link><pubDate>Fri, 08 Nov 2019 21:00:00 +0000</pubDate><guid>https://avelino.run/chegar-ao-estado-de-flow-para-alcan%C3%A7ar-metas/</guid><description>&lt;p&gt;&lt;img src="https://avelino.run/blog/guitar-girl-flow-beach-1080x675-2019-11-08.jpg" alt="Compreendendo a Psicologia do Flow" title="Compreendendo a Psicologia do Flow"&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Compreendendo a Psicologia do Flow&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Você já se sentiu completamente imerso em uma atividade? Se sim, você pode ter experimentado um estado mental que os psicólogos chama de &lt;strong&gt;flow&lt;/strong&gt;, mas o que é isso? Vamos fazer uma analogia para tentar explicar: imagine que você está fazendo uma corrida Sua atenção está focada nos movimentos do seu corpo, na força dos seus músculos, sua respiração e sensação da rua aos seus pés. Você está vivendo aquele momento, totalmente absorvido pelo ato de correr, você está cansado (tem ciência e sensação de cansaço), mas mal percebe o tempo passar.&lt;/p&gt;</description></item><item><title>Mindfulness, hacking mental para concentração plena</title><link>https://avelino.run/quote/lifestyle/mindfulness-hacking-mental-para-concentra%C3%A7%C3%A3o-plena/</link><pubDate>Tue, 05 Nov 2019 17:05:00 +0000</pubDate><guid>https://avelino.run/quote/lifestyle/mindfulness-hacking-mental-para-concentra%C3%A7%C3%A3o-plena/</guid><description>&lt;p&gt;&lt;img src="https://avelino.run/blog/Mindfulness-meditation-2019-11-05.jpeg" alt="Mindfulness, hacking mental para concentração plena" title="Mindfulness, hacking mental para concentração plena"&gt;&lt;/p&gt;
&lt;p&gt;É muito comum, pessoas perguntar quantas horas treino por dia/semana, quando eu falo +- á quantidade surge diversos questionamentos, um deles é &lt;em&gt;&amp;quot;como você aguenta tudo isso?&amp;quot;&lt;/em&gt;.&lt;/p&gt;
&lt;p&gt;A resposta é ter objetivo extremamente claro e praticar constantemente mindfulness (Atenção Plena): é um estado onde treinamos qualidades de atenção ao momento presente, aprendemos a perceber pensamentos, sensações corporais e emoções no momento que ocorrem, sem reagir de maneira automática ou habitual. Com isso, aprendemos a fazer escolhas mais conscientes e funcionais, influenciando positivamente na maneira como lidamos com os desafios cotidianos.&lt;/p&gt;</description></item><item><title>Open Source Contributions - November 2019</title><link>https://avelino.run/foss/2019/11/</link><pubDate>Fri, 01 Nov 2019 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2019/11/</guid><description>&lt;p&gt;Explore the impactful contributions made in November 2019, showcasing a total of 20 events across 10 repositories. This timeline captures the collaborative efforts, including push events, pull requests, and reviews that drove development forward during the month.&lt;/p&gt;
&lt;h2 id="2019-11-19"&gt;2019-11-19&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/2826#pullrequestreview-319266390"&gt;Added go.dev&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2019-11-18"&gt;2019-11-18&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/microsoft/WSL2-Linux-Kernel"&gt;microsoft/WSL2-Linux-Kernel&lt;/a&gt;: &lt;a href="https://github.com/microsoft/WSL2-Linux-Kernel/pull/54#pullrequestreview-318354957"&gt;Fix README-Microsoft.WSL2&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2019-11-14"&gt;2019-11-14&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap"&gt;editor-bootstrap/vim-bootstrap&lt;/a&gt;: &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap/pull/327"&gt;neovim generate, check 2 condition name&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap"&gt;editor-bootstrap/vim-bootstrap&lt;/a&gt;: &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap/pull/317#pullrequestreview-317030642"&gt;Added Black for Python&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap"&gt;editor-bootstrap/vim-bootstrap&lt;/a&gt;: &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap/issues/328"&gt;fixed Go path package use&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap"&gt;editor-bootstrap/vim-bootstrap&lt;/a&gt;: &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap/issues/326"&gt;to neovim install E117: Unknown function: plug#begin&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2019-11-11"&gt;2019-11-11&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/2811#pullrequestreview-314869134"&gt;Add gort&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/2792#pullrequestreview-314867151"&gt;Add entigo&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2019-11-08"&gt;2019-11-08&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/editor-bootstrap/emacs-bootstrap"&gt;editor-bootstrap/emacs-bootstrap&lt;/a&gt;: &lt;a href="https://github.com/editor-bootstrap/emacs-bootstrap/pull/47#pullrequestreview-313730529"&gt;#24 De-selecting languages&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/editor-bootstrap/emacs-bootstrap"&gt;editor-bootstrap/emacs-bootstrap&lt;/a&gt;: &lt;a href="https://github.com/editor-bootstrap/emacs-bootstrap/pull/44#pullrequestreview-313730364"&gt;#43 Added cargo-process-new global keybind&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2019-11-07"&gt;2019-11-07&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/editor-bootstrap/emacs-bootstrap"&gt;editor-bootstrap/emacs-bootstrap&lt;/a&gt;: &lt;a href="https://github.com/editor-bootstrap/emacs-bootstrap/pull/46#pullrequestreview-313522866"&gt;Added the doom-one theme&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/golang/dep"&gt;golang/dep&lt;/a&gt;: &lt;a href="https://github.com/golang/dep/pull/2202#pullrequestreview-313595794"&gt;update CI for go 1.13&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2019-11-06"&gt;2019-11-06&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/railwaycat/homebrew-emacsmacport"&gt;railwaycat/homebrew-emacsmacport&lt;/a&gt;: &lt;a href="https://github.com/railwaycat/homebrew-emacsmacport/pull/180"&gt;emacs.sexy icon support&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/picandocodigo/emacs.sexy"&gt;picandocodigo/emacs.sexy&lt;/a&gt;: &lt;a href="https://github.com/picandocodigo/emacs.sexy/issues/35"&gt;github release to hosting emacs.sexy icons&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/avelino.run"&gt;avelino/avelino.run&lt;/a&gt;: 37 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/avelino.run/commits?author=avelino&amp;amp;since=2019-11-01T00:00:00Z&amp;amp;until=2019-11-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/dotfiles"&gt;avelino/dotfiles&lt;/a&gt;: 17 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/dotfiles/commits?author=avelino&amp;amp;since=2019-11-01T00:00:00Z&amp;amp;until=2019-11-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/editor-bootstrap/emacs-bootstrap"&gt;editor-bootstrap/emacs-bootstrap&lt;/a&gt;: 3 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/editor-bootstrap/emacs-bootstrap/commits?author=avelino&amp;amp;since=2019-11-01T00:00:00Z&amp;amp;until=2019-11-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap"&gt;editor-bootstrap/vim-bootstrap&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/editor-bootstrap/vim-bootstrap/commits?author=avelino&amp;amp;since=2019-11-01T00:00:00Z&amp;amp;until=2019-11-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/railwaycat/homebrew-emacsmacport"&gt;railwaycat/homebrew-emacsmacport&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/railwaycat/homebrew-emacsmacport/commits?author=avelino&amp;amp;since=2019-11-01T00:00:00Z&amp;amp;until=2019-11-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/rumlang/rum"&gt;rumlang/rum&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/rumlang/rum/commits?author=avelino&amp;amp;since=2019-11-01T00:00:00Z&amp;amp;until=2019-11-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 43 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Foco e disciplina é a arma a favor dos seus objetivos</title><link>https://avelino.run/quote/lifestyle/foco-e-disciplina-%C3%A9-a-arma-a-favor-dos-seus-objetivos/</link><pubDate>Tue, 15 Oct 2019 03:00:00 +0000</pubDate><guid>https://avelino.run/quote/lifestyle/foco-e-disciplina-%C3%A9-a-arma-a-favor-dos-seus-objetivos/</guid><description>&lt;p&gt;Não sei dizer quantos dias por semana penso em desistir do meu objetivo que me faz sair todos os dias para treinar (domingo a domingo).&lt;/p&gt;
&lt;p&gt;&lt;img src="https://avelino.run/blog/IMG_7764-2019-10-15.jpeg" alt="IRONMAN Brasil - Com foco e disciplina alcançamos nossos objetivos" title="IRONMAN Brasil - Com foco e disciplina alcançamos nossos objetivos"&gt;&lt;/p&gt;
&lt;p&gt;Ontem (domingo dia 2019-10-13) não foi diferente, não estava em casa, tinha passado uma noite mal dormida, comi besteira na noite anterior, mesmo assim o relógio despertou as 4 am, desliguei e falei para mim &amp;quot;hoje não vou treinar, foda-se&amp;quot; e voltei a dormir, após 1h o arrependimento bateu e lá foi eu para mais um dia de treino, em uma estrada que não conhecia, sem vontade de treinar, com pensamento super negativo, sem café da manhã e etc (tudo que geralmente passa pela nossa cabeça quando não estou afim de treinar).&lt;/p&gt;</description></item><item><title>Open Source Contributions - October 2019</title><link>https://avelino.run/foss/2019/10/</link><pubDate>Tue, 01 Oct 2019 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2019/10/</guid><description>&lt;p&gt;Explore the timeline of contributions for October 2019, showcasing a vibrant month with 9 repositories actively participating. Highlights include 4 new pull requests and 5 reviews, demonstrating a commitment to collaborative development and continuous improvement.&lt;/p&gt;
&lt;h2 id="2019-10-28"&gt;2019-10-28&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/okfn-brasil/querido-diario"&gt;okfn-brasil/querido-diario&lt;/a&gt;: &lt;a href="https://github.com/okfn-brasil/querido-diario/pull/132#pullrequestreview-308160698"&gt;Add Uberaba/MG spider&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2019-10-14"&gt;2019-10-14&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/2746#pullrequestreview-301164098"&gt;Add fxamacker/cbor&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/2747#pullrequestreview-301163767"&gt;Add lastpass-go&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/2776#pullrequestreview-301157813"&gt;Adds bitcask &amp;amp; bitraft to Database section&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2019-10-10"&gt;2019-10-10&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/jusbrasil/tech-calendar"&gt;jusbrasil/tech-calendar&lt;/a&gt;: &lt;a href="https://github.com/jusbrasil/tech-calendar/pull/31#pullrequestreview-300105030"&gt;Add Blumenau Dev Day&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2019-10-09"&gt;2019-10-09&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/jusbrasil/tech-calendar"&gt;jusbrasil/tech-calendar&lt;/a&gt;: &lt;a href="https://github.com/jusbrasil/tech-calendar/pull/30"&gt;Add Coda.Br conference&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/jusbrasil/tech-calendar"&gt;jusbrasil/tech-calendar&lt;/a&gt;: &lt;a href="https://github.com/jusbrasil/tech-calendar/pull/29"&gt;latinoware date change&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2019-10-04"&gt;2019-10-04&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/rumlang/rum-mode"&gt;rumlang/rum-mode&lt;/a&gt;: &lt;a href="https://github.com/rumlang/rum-mode/pull/2"&gt;fixed typo: link melpa stable&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2019-10-01"&gt;2019-10-01&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/gojp/goreportcard"&gt;gojp/goreportcard&lt;/a&gt;: &lt;a href="https://github.com/gojp/goreportcard/pull/297"&gt;create json report endpoint&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/gojp/goreportcard"&gt;gojp/goreportcard&lt;/a&gt;: &lt;a href="https://github.com/gojp/goreportcard/issues/296"&gt;endpoint json return&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/avelino.run"&gt;avelino/avelino.run&lt;/a&gt;: 9 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/avelino.run/commits?author=avelino&amp;amp;since=2019-10-01T00:00:00Z&amp;amp;until=2019-10-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/.emacs"&gt;avelino/.emacs&lt;/a&gt;: 9 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/.emacs/commits?author=avelino&amp;amp;since=2019-10-01T00:00:00Z&amp;amp;until=2019-10-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/dotfiles"&gt;avelino/dotfiles&lt;/a&gt;: 3 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/dotfiles/commits?author=avelino&amp;amp;since=2019-10-01T00:00:00Z&amp;amp;until=2019-10-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/jusbrasil/tech-calendar"&gt;jusbrasil/tech-calendar&lt;/a&gt;: 2 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/jusbrasil/tech-calendar/commits?author=avelino&amp;amp;since=2019-10-01T00:00:00Z&amp;amp;until=2019-10-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/rumlang/rum-mode"&gt;rumlang/rum-mode&lt;/a&gt;: 2 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/rumlang/rum-mode/commits?author=avelino&amp;amp;since=2019-10-01T00:00:00Z&amp;amp;until=2019-10-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/filmow/docker-ytbot"&gt;filmow/docker-ytbot&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/filmow/docker-ytbot/commits?author=avelino&amp;amp;since=2019-10-01T00:00:00Z&amp;amp;until=2019-10-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 12 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Open Source Contributions - September 2019</title><link>https://avelino.run/foss/2019/09/</link><pubDate>Sun, 01 Sep 2019 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2019/09/</guid><description>&lt;p&gt;In September 2019, contributors made significant strides across three repositories. This timeline showcases key events such as code pushes, issue tracking, and collaborative reviews, highlighting the ongoing development and engagement within the community.&lt;/p&gt;
&lt;h2 id="2019-09-30"&gt;2019-09-30&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/2745#pullrequestreview-295191884"&gt;Add wI2L/jettison&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2019-09-23"&gt;2019-09-23&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/kintesh/containerise"&gt;kintesh/containerise&lt;/a&gt;: &lt;a href="https://github.com/kintesh/containerise/issues/98"&gt;Multi-Account Containers rules sync&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/avelino.run"&gt;avelino/avelino.run&lt;/a&gt;: 4 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/avelino.run/commits?author=avelino&amp;amp;since=2019-09-01T00:00:00Z&amp;amp;until=2019-09-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 2 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Diga mais SIM, coloque foco no que você realmente quer</title><link>https://avelino.run/quote/2019-08-14-miga-mais-smi-coloque-foco-no-que-voce-realmente-quer/</link><pubDate>Wed, 14 Aug 2019 00:00:00 +0000</pubDate><guid>https://avelino.run/quote/2019-08-14-miga-mais-smi-coloque-foco-no-que-voce-realmente-quer/</guid><description>&lt;p&gt;&lt;img src="https://avelino.run/blog/foco.png" alt="Mantenha o foco em seus objetivos"&gt;&lt;/p&gt;
&lt;p&gt;Durante anos falava para muitas pessoas que deveria dizer mais &lt;strong&gt;&amp;quot;não&amp;quot;&lt;/strong&gt;, que falar não tinha nada de errado dizer &lt;strong&gt;&amp;quot;não&amp;quot;&lt;/strong&gt;, que não era simplesmente uma palavra que diria:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;não quero agora&lt;/li&gt;
&lt;li&gt;não consigo&lt;/li&gt;
&lt;li&gt;não gosto&lt;/li&gt;
&lt;li&gt;não estou afim&lt;/li&gt;
&lt;li&gt;não ...&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Ou seja, não tinha nada de errado em dizer &lt;strong&gt;&amp;quot;não&amp;quot;&lt;/strong&gt;, pelo contrario, monstra que você não quer abraçar o mundo e esta focado em seus objetivos.&lt;/p&gt;</description></item><item><title>Meu treino: reboot metabólico</title><link>https://avelino.run/quote/lifestyle/2019-08-09-meu-treino-reboot-metabolico/</link><pubDate>Fri, 09 Aug 2019 00:00:00 +0000</pubDate><guid>https://avelino.run/quote/lifestyle/2019-08-09-meu-treino-reboot-metabolico/</guid><description>&lt;p&gt;&lt;img src="https://avelino.run/blog/biohacking.jpg" alt="reboot metabólico - Biohacking"&gt;&lt;/p&gt;
&lt;p&gt;Sempre que inicio um novo ciclo gosto de fazer esse reboot para dar um gás e voltar logo ao ritmo de antes. Esse reboot me ajuda a desinchar, perder peso e acelerar o metabolismo.&lt;/p&gt;
&lt;p&gt;São algumas experiência pessoais e passos que sigo (tem me ajudado muito), não tenho nenhum artigo científico para balizar isso.&lt;/p&gt;
&lt;p&gt;Se quiser tentar, se liga:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Durma melhor. Existem inúmeras pesquisas falando sobre os benefícios do sono. Ajuda na perda de peso e regulação dos hormônios que podem diminuir o metabolismo. Tente aumentar as horas de sono de qualidade.&lt;/li&gt;
&lt;li&gt;Aumente a ingestão de águe e &lt;em&gt;CORTE O ÁLCOOL&lt;/em&gt; (eu não bebo, mas &lt;em&gt;fica a dica&lt;/em&gt;). Nem preciso falar da importância da água. Mas é algo que não prestamos muita atenção quando estamos de férias. Beba muita água. Principalmente quem quer perder peso, a água vai ajudar a desinchar e diminuir a vontade de doces. Cortar o álcool é complicado, especialmente por causa dos compromissos sociais KKKKKJKK , mas é por um período pequeno e vale a pena.&lt;/li&gt;
&lt;li&gt;Diminua a ingestão de carboidratos, se puder corte o açúcar por um tempo. Vai por mim, eu não acredito nessa história de &amp;quot;detox&amp;quot; mas parar com o açúcar por um período sempre me ajuda a ter mais foco e prestar mais atenção na dieta.&lt;/li&gt;
&lt;li&gt;Inclua treinos de força. A musculação deve fazer parte da rotina de qualquer atleta, mas especialmente nessa período de reboot é importante caprichar nos exercícios resistidos para aumentar o metabolismo.&lt;/li&gt;
&lt;li&gt;Capriche nos treinos de tiros. Seja correndo, pedalando ou nadando, nesse período gosto de incluir treinos de alta intensidade e curta duração. Esses treinos tb devem fazer parte da rotina de qualquer atleta, mas gosto de aumentar a frequência deles nessa época.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Lhe convido em embarcar nessa comigo!&lt;/p&gt;</description></item><item><title>Open Source Contributions - August 2019</title><link>https://avelino.run/foss/2019/08/</link><pubDate>Thu, 01 Aug 2019 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2019/08/</guid><description>&lt;p&gt;In August 2019, a series of contributions were made across multiple repositories, reflecting a commitment to collaboration and improvement within the community. This timeline highlights the key activities, including pushes, a pull request review, and issue management that shaped the month.&lt;/p&gt;
&lt;h2 id="2019-08-20"&gt;2019-08-20&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/2614#pullrequestreview-277351011"&gt;Add new repository: pletter&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2019-08-01"&gt;2019-08-01&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/issues/2649"&gt;periodic review of the projects contained in the list&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/dotfiles"&gt;avelino/dotfiles&lt;/a&gt;: 6 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/dotfiles/commits?author=avelino&amp;amp;since=2019-08-01T00:00:00Z&amp;amp;until=2019-08-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/avelino.run"&gt;avelino/avelino.run&lt;/a&gt;: 5 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/avelino.run/commits?author=avelino&amp;amp;since=2019-08-01T00:00:00Z&amp;amp;until=2019-08-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/awesome-racket"&gt;avelino/awesome-racket&lt;/a&gt;: 2 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/awesome-racket/commits?author=avelino&amp;amp;since=2019-08-01T00:00:00Z&amp;amp;until=2019-08-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 11 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>SPCity Marathon 42KM</title><link>https://avelino.run/quote/lifestyle/2019-07-28-spcity-maratona-corrida-de-rua/</link><pubDate>Sun, 28 Jul 2019 00:00:00 +0000</pubDate><guid>https://avelino.run/quote/lifestyle/2019-07-28-spcity-maratona-corrida-de-rua/</guid><description>&lt;p&gt;&lt;img src="https://scontent.fcgh17-1.fna.fbcdn.net/v/t1.0-9/67775430_10157150948743726_6941111919969304576_n.jpg?_nc_cat=106&amp;amp;_nc_oc=AQnCdB-RSLFHWculg3cfFntvpnvzPpWWnym8diSZdzAUqNslhV8vwoVDJC0Zk0AkWXs&amp;amp;_nc_ht=scontent.fcgh17-1.fna&amp;amp;oh=c0612df98e5002cd0d3e8e2218c34aaf&amp;amp;oe=5DA1F72C" alt="SPCity Maratona 21/42KM"&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Mais uma prova, seguido de mais um textão.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;O que dizer dessa prova dura onde a subida castigou (23 de maio)? Não saiu como eu esperava, mas fui minha melhor versão, passei o tempo todo com tosse por causa do resfriado.&lt;/p&gt;
&lt;p&gt;O que me chama atenção em prova de longa distância é o psicológico onde precisamos lidar com a adversidade, manter a resiliência e os pensamentos no lugar... Sem sobra de dúvida nessa prova o meu cérebro trabalhou muito.&lt;/p&gt;</description></item><item><title>Trocando forma de pensar (mudando mindset) de empresário para 'empregado'</title><link>https://avelino.run/trocando-forma-de-pensar-mudando-mindset-de-empres%C3%A1rio-para-empregado/</link><pubDate>Sun, 07 Jul 2019 00:00:00 +0000</pubDate><guid>https://avelino.run/trocando-forma-de-pensar-mudando-mindset-de-empres%C3%A1rio-para-empregado/</guid><description>&lt;p&gt;&lt;img src="https://avelino.run/blog/close.jpg#center" alt="Fechando a startup e voltando para o mercado de travalho"&gt;&lt;/p&gt;
&lt;p&gt;Se ainda não me conhece empreendi desde 2011 até junho/2019 (durante esse tempo comentei algumas vezes que &lt;a href="https://avelino.run/eu-nunca-mais-vou-empreender/" title="Eu nunca mais vou empreender"&gt;nunca mais iria empreender&lt;/a&gt;) e resolvi voltar para o mercado de trabalho e não é por motivos que quebrei financeiramente, indo na contramão do &lt;em&gt;hype&lt;/em&gt; de &lt;strong&gt;startups&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;Acredito que surgiu diversas perguntas em sua cabeça ao ler o texto acima, acredite que na minha cabeça foram longos meses (quase 1 ano) refletindo sobre o assunto, colocando no papel os prós e contras, imaginando como seria, como me portaria em algumas situações até que por fim resolvi experimentar um ambiente novo, “desconhecido” e acredito que seja desafiador (pelo menos para mim).&lt;/p&gt;</description></item><item><title>Open Source Contributions - July 2019</title><link>https://avelino.run/foss/2019/07/</link><pubDate>Mon, 01 Jul 2019 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2019/07/</guid><description>&lt;p&gt;Explore the contributions made in July 2019, where a total of 8 repositories engaged in 37 events. This month featured 5 newly opened pull requests, 26 reviews, and 1 issue, reflecting the vibrant activity and collaboration within the open-source community.&lt;/p&gt;
&lt;h2 id="2019-07-26"&gt;2019-07-26&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/frontendbr/vagas"&gt;frontendbr/vagas&lt;/a&gt;: &lt;a href="https://github.com/frontendbr/vagas/issues/2241"&gt;[Remoto] Senior Fullstack Engineer at Jusbrasil&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2019-07-25"&gt;2019-07-25&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/lerrua/remote-jobs-brazil"&gt;lerrua/remote-jobs-brazil&lt;/a&gt;: &lt;a href="https://github.com/lerrua/remote-jobs-brazil/pull/159"&gt;add jusbrasil&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2019-07-20"&gt;2019-07-20&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/2624#pullrequestreview-264474492"&gt;Add flute&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2019-07-19"&gt;2019-07-19&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/jusbrasil/tech-calendar"&gt;jusbrasil/tech-calendar&lt;/a&gt;: &lt;a href="https://github.com/jusbrasil/tech-calendar/pull/23"&gt;add latinoware conference&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/jusbrasil/tech-calendar"&gt;jusbrasil/tech-calendar&lt;/a&gt;: &lt;a href="https://github.com/jusbrasil/tech-calendar/pull/22"&gt;add GopherCon Brazil 2019&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/jusbrasil/tech-calendar"&gt;jusbrasil/tech-calendar&lt;/a&gt;: &lt;a href="https://github.com/jusbrasil/tech-calendar/pull/21"&gt;fixed TDC 2019 date&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/2623#pullrequestreview-264425158"&gt;Add tdewolff/canvas&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/2614#pullrequestreview-264424278"&gt;Add new repository: pletter&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/2615#pullrequestreview-264423820"&gt;added go2p&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/2628#pullrequestreview-264423185"&gt;Add thazelart/terraform-validator in validation&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/2627#pullrequestreview-264422918"&gt;appointy/jaal added in query language&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/2625#pullrequestreview-264422633"&gt;Add go-twitch-ext&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/2622#pullrequestreview-264422211"&gt;add Performance section, review some packages&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/2629#pullrequestreview-264421591"&gt;Add HugoSmits86/mcquant in images&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2019-07-16"&gt;2019-07-16&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-racket"&gt;avelino/awesome-racket&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-racket/pull/9#pullrequestreview-262689367"&gt;Added games in main distribution&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2019-07-12"&gt;2019-07-12&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-racket"&gt;avelino/awesome-racket&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-racket/pull/7#pullrequestreview-261311291"&gt;added GUI Development&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-racket"&gt;avelino/awesome-racket&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-racket/pull/6#pullrequestreview-261027963"&gt;Update README.md&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2019-07-08"&gt;2019-07-08&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/2613#pullrequestreview-259095884"&gt;add Performance section, review some packages&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/2612#pullrequestreview-259058134"&gt;Add bokchoy library&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/2598#pullrequestreview-258741643"&gt;Add Darkroom to the Images section&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2019-07-07"&gt;2019-07-07&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/2611#pullrequestreview-258641373"&gt;Add gqlc&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/2610#pullrequestreview-258631090"&gt;docs: fix typo&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2019-07-06"&gt;2019-07-06&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/2605#pullrequestreview-258603576"&gt;add linker to awesome-go misc section&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/2600#pullrequestreview-258583831"&gt;Add Nano ID - unique ID generator&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/2601#pullrequestreview-258583802"&gt;Add godis, a redis client library&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/2603#pullrequestreview-258583689"&gt;add sops (mozilla-services/sops)&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/2606#pullrequestreview-258583571"&gt;Added ptrie&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2019-07-05"&gt;2019-07-05&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/prest/doc-template"&gt;prest/doc-template&lt;/a&gt;: &lt;a href="https://github.com/prest/doc-template/pull/32"&gt;fixed travis: install hugo cms latest version&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/prest/doc-template"&gt;prest/doc-template&lt;/a&gt;: &lt;a href="https://github.com/prest/doc-template/pull/30#pullrequestreview-258187120"&gt;add some chinese language version docs&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2019-07-04"&gt;2019-07-04&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/prest/doc-template"&gt;prest/doc-template&lt;/a&gt;: &lt;a href="https://github.com/prest/doc-template/pull/31#pullrequestreview-258132413"&gt;Include the explanation of debug mode&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2019-07-01"&gt;2019-07-01&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/2597#pullrequestreview-256547803"&gt;adding in ops&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/2573#pullrequestreview-256547142"&gt;uniq added under UUID&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/avelino.run"&gt;avelino/avelino.run&lt;/a&gt;: 18 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/avelino.run/commits?author=avelino&amp;amp;since=2019-07-01T00:00:00Z&amp;amp;until=2019-07-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/jusbrasil/tech-calendar"&gt;jusbrasil/tech-calendar&lt;/a&gt;: 5 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/jusbrasil/tech-calendar/commits?author=avelino&amp;amp;since=2019-07-01T00:00:00Z&amp;amp;until=2019-07-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: 2 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/awesome-go/commits?author=avelino&amp;amp;since=2019-07-01T00:00:00Z&amp;amp;until=2019-07-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/lerrua/remote-jobs-brazil"&gt;lerrua/remote-jobs-brazil&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/lerrua/remote-jobs-brazil/commits?author=avelino&amp;amp;since=2019-07-01T00:00:00Z&amp;amp;until=2019-07-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/hugo-theme-sarah"&gt;avelino/hugo-theme-sarah&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/hugo-theme-sarah/commits?author=avelino&amp;amp;since=2019-07-01T00:00:00Z&amp;amp;until=2019-07-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 45 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>About</title><link>https://avelino.run/about/</link><pubDate>Mon, 24 Jun 2019 00:00:00 +0000</pubDate><guid>https://avelino.run/about/</guid><description>&lt;p&gt;I'm Thiago Avelino, CTO at &lt;a href="https://linkedin.com/company/buserbrasil/"&gt;Buser&lt;/a&gt;, creator and maintainer of several open source projects, and an Applied Mathematics alumnus from &lt;a href="https://www.ime.usp.br"&gt;IME-USP&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;I contribute to many open source initiatives. My current focus is on team building, technical leadership, people management (human/evolutionary psychology), and the open source/distributed contribution ecosystem. In my day-to-day work, I help my team grow professionally and deliver outstanding business results.&lt;/p&gt;
&lt;p&gt;I often speak about open source contribution. While I now spend more time on people management than coding, I still enjoy programming. I usually work with:&lt;/p&gt;</description></item><item><title>Voltando ter prazer em palestrar</title><link>https://avelino.run/quote/2019-06-22-prazer-em-palestrar/</link><pubDate>Sat, 22 Jun 2019 00:00:00 +0000</pubDate><guid>https://avelino.run/quote/2019-06-22-prazer-em-palestrar/</guid><description>&lt;p&gt;Fazia anos que não palestrava e sentia tesão pelo que eu estava falando, após me processo de perca de peso eu geralmente palestrava porque era convidado, mas descia do palco como um profissional frustrado por não exalar o prazer pelo que eu estava falando.&lt;/p&gt;
&lt;p&gt;Essa conferência foi diferente, falei sobre minha carreira de engenheiro de software e ver o pessoal conectado com cada passo que eu dava foi fantástico e extremamente motivador!&lt;/p&gt;</description></item><item><title>Por que triathlon? Qual é o seu limite?</title><link>https://avelino.run/quote/lifestyle/2019-06-21-por-que-triathlon/</link><pubDate>Fri, 21 Jun 2019 00:00:00 +0000</pubDate><guid>https://avelino.run/quote/lifestyle/2019-06-21-por-que-triathlon/</guid><description>&lt;p&gt;Esporte? O que é isso?&lt;/p&gt;
&lt;p&gt;&lt;img src="https://avelino.run/blog/ironman-triathlon.jpg#center" alt="IRONMAN (triathlon), minha meta é chegar até lá"&gt;&lt;/p&gt;
&lt;p&gt;Meu pai quase foi um jogador de futebol e por ele gostar muito de futebol desde pequeno sempre me incentivou a gostar, mas nunca foi minha cara!&lt;/p&gt;
&lt;p&gt;Cresci pensando que só existia futebol como esporte e nunca tive curiosidade em nenhum outro tipo de esporte, cá entre nós, por que sair da zona de conforto?&lt;/p&gt;
&lt;p&gt;Depois de ganhar muito peso (chegando a 180kg) resolvi começar correr para me desconectar do “dia a dia empreendedor” e durante a corrida pensar em como resolver algum problema que tinha dentro da empresa, porém o tiro saiu pela culatra. Enquanto estava “correndo” (no começo caminhando) não conseguia pensar em nada e esse tempo começou ser importante para mim, era o momento de cuidar da minha saúde mental.&lt;/p&gt;</description></item><item><title>Open Source Contributions - June 2019</title><link>https://avelino.run/foss/2019/06/</link><pubDate>Sat, 01 Jun 2019 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2019/06/</guid><description>&lt;p&gt;Explore the contributions made in June 2019, highlighting the collaborative efforts across five repositories. This timeline showcases the impactful code pushes and reviews that shaped the month.&lt;/p&gt;
&lt;h2 id="2019-06-19"&gt;2019-06-19&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/2576#pullrequestreview-251647576"&gt;Added go-firestorm ORM lib for firestore&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2019-06-17"&gt;2019-06-17&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/2475#pullrequestreview-250565020"&gt;add commander&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/2569#pullrequestreview-250551784"&gt;Added project Tagify&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2019-06-03"&gt;2019-06-03&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/2550#pullrequestreview-244942380"&gt;add cmdr&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/2552#pullrequestreview-244770637"&gt;Activating Open Collective&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/2549#pullrequestreview-244767700"&gt;Add inject&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/2548#pullrequestreview-244767379"&gt;Add certificates&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/2543#pullrequestreview-244765622"&gt;Add github.com/cabify/gotoprom library&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/avelino.run"&gt;avelino/avelino.run&lt;/a&gt;: 11 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/avelino.run/commits?author=avelino&amp;amp;since=2019-06-01T00:00:00Z&amp;amp;until=2019-06-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/hugo-theme-sarah"&gt;avelino/hugo-theme-sarah&lt;/a&gt;: 5 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/hugo-theme-sarah/commits?author=avelino&amp;amp;since=2019-06-01T00:00:00Z&amp;amp;until=2019-06-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: 2 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/awesome-go/commits?author=avelino&amp;amp;since=2019-06-01T00:00:00Z&amp;amp;until=2019-06-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/prest/doc-template"&gt;prest/doc-template&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/prest/doc-template/commits?author=avelino&amp;amp;since=2019-06-01T00:00:00Z&amp;amp;until=2019-06-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/prest/prest/commits?author=avelino&amp;amp;since=2019-06-01T00:00:00Z&amp;amp;until=2019-06-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 7 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Life Won’t Wait / A vida não vai esperar</title><link>https://avelino.run/quote/lifestyle/2019-05-24-life-wont-wait/</link><pubDate>Fri, 24 May 2019 00:00:00 +0000</pubDate><guid>https://avelino.run/quote/lifestyle/2019-05-24-life-wont-wait/</guid><description>&lt;p&gt;&lt;img src="https://scontent.fcgh17-1.fna.fbcdn.net/v/t1.0-9/60848261_10156991528318726_6304360040262270976_n.jpg?_nc_cat=100&amp;amp;_nc_oc=AQmiy3hJFolcsu9YKKaTG-SGX8aTe8_Fkp6wRlIAi5Y_Ust0aHbVcqUbPWLHJ4f3Eo8&amp;amp;_nc_ht=scontent.fcgh17-1.fna&amp;amp;oh=cd845a1736df0da965efc2ecb49e501a&amp;amp;oe=5DAAFC13" alt="Life Won’t Wait/A vida não vai esperar"&gt;&lt;/p&gt;
&lt;p&gt;Nossa vida não irá parar o cronômetro esperando você terminar suas atividades do trabalho para começar ter hábitos saudáveis. Sem desculpa que não temos tempo, está cansado e mais um monte de &lt;em&gt;blablablá&lt;/em&gt;, o que esta faltando é &lt;strong&gt;equilíbrio&lt;/strong&gt; no seu dia a dia, trabalhar é extremamente importe e necessário (os boletos não para de chegar né meus amigos(as)), mas cuidarmos da pessoa que mais nos ama é mais importante, sem ela não se consegue fazer mais nada. Mas quem é a pessoa que mais nos ama?&lt;/p&gt;</description></item><item><title>Open Source Contributions - May 2019</title><link>https://avelino.run/foss/2019/05/</link><pubDate>Wed, 01 May 2019 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2019/05/</guid><description>&lt;p&gt;In May 2019, the open-source community made significant strides with 12 repositories contributing to a total of 18 events. This timeline showcases the collaborative efforts, including pushes, pull requests, and reviews that defined the month, reflecting the vibrant activity and continuous improvement within the projects.&lt;/p&gt;
&lt;h2 id="2019-05-31"&gt;2019-05-31&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/curiouslychase/dotfiles"&gt;curiouslychase/dotfiles&lt;/a&gt;: &lt;a href="https://github.com/curiouslychase/dotfiles/issues/21"&gt;argon-theme (emacs) support 256 color (term)&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2019-05-28"&gt;2019-05-28&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/j-mcnally/buildpack-caddy"&gt;j-mcnally/buildpack-caddy&lt;/a&gt;: &lt;a href="https://github.com/j-mcnally/buildpack-caddy/pull/2"&gt;upgrade caddy bin version&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2019-05-27"&gt;2019-05-27&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/2540#pullrequestreview-242324812"&gt;add x-mod/routine package&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2019-05-26"&gt;2019-05-26&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/2539#pullrequestreview-242043996"&gt;Add victoriametrics to database list&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/2537#pullrequestreview-242035364"&gt;Add lets-proxy2&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/2538#pullrequestreview-242034972"&gt;update maintenance status of mgo&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2019-05-14"&gt;2019-05-14&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/2523#pullrequestreview-237504300"&gt;Update resgate&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/2522#pullrequestreview-237503707"&gt;Add vardius/gollback&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2019-05-02"&gt;2019-05-02&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/prest/doc-template"&gt;prest/doc-template&lt;/a&gt;: &lt;a href="https://github.com/prest/doc-template/pull/29"&gt;upgrade editURL&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/cover.run"&gt;avelino/cover.run&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/cover.run/commits?author=avelino&amp;amp;since=2019-05-01T00:00:00Z&amp;amp;until=2019-05-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/avelino.run"&gt;avelino/avelino.run&lt;/a&gt;: 4 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/avelino.run/commits?author=avelino&amp;amp;since=2019-05-01T00:00:00Z&amp;amp;until=2019-05-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/awesome-racket"&gt;avelino/awesome-racket&lt;/a&gt;: 2 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/awesome-racket/commits?author=avelino&amp;amp;since=2019-05-01T00:00:00Z&amp;amp;until=2019-05-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/filmow/docker-ytbot"&gt;filmow/docker-ytbot&lt;/a&gt;: 6 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/filmow/docker-ytbot/commits?author=avelino&amp;amp;since=2019-05-01T00:00:00Z&amp;amp;until=2019-05-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/hugo-theme-sarah"&gt;avelino/hugo-theme-sarah&lt;/a&gt;: 2 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/hugo-theme-sarah/commits?author=avelino&amp;amp;since=2019-05-01T00:00:00Z&amp;amp;until=2019-05-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/structy/porganizer"&gt;structy/porganizer&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/structy/porganizer/commits?author=avelino&amp;amp;since=2019-05-01T00:00:00Z&amp;amp;until=2019-05-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/awesome-go/commits?author=avelino&amp;amp;since=2019-05-01T00:00:00Z&amp;amp;until=2019-05-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/prest/prest/commits?author=avelino&amp;amp;since=2019-05-01T00:00:00Z&amp;amp;until=2019-05-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap"&gt;editor-bootstrap/vim-bootstrap&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/editor-bootstrap/vim-bootstrap/commits?author=avelino&amp;amp;since=2019-05-01T00:00:00Z&amp;amp;until=2019-05-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 99 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Formando desenvolvedores de alta performance</title><link>https://avelino.run/formando-desenvolvedores-de-alta-performance/</link><pubDate>Mon, 15 Apr 2019 00:00:00 +0000</pubDate><guid>https://avelino.run/formando-desenvolvedores-de-alta-performance/</guid><description>&lt;p&gt;&lt;img src="https://avelino.run/blog/atleta-alta-junior.jpg#center" alt="Transformando desenvolvedores junior em desenvolvedor de alta performance"&gt;&lt;/p&gt;
&lt;p&gt;Estou a mais de 1 ano treinando para meu primeiro triathlon (&lt;strong&gt;IRONMAN 70.3&lt;/strong&gt;) e nos últimos 7 meses treinando com time de alta performance que faz triathlon profissionalmente a muitos anos. O ano de 2018 foi um ano de muito aprendizado em uma área que nunca imaginei que entraria, para contextualizar segue o conteúdo abaixo:&lt;/p&gt;
&lt;h2 id="novos-atletas-no-time"&gt;Novos atletas no time&lt;/h2&gt;
&lt;p&gt;Quando recebi o convite para fazer parte do time de alta performance (aka senior) eu me vi alguns anos atras entrando no mercado de trabalho como desenvolvedor &lt;strong&gt;junior&lt;/strong&gt; e com muita sede de aprender. Infelizmente não foi tão fácil, eu já vinha treinando por conta propria a alguns meses para o Triathlon (que até então não tinha data), com isso trouxe alguns vícios (por sinal muito errado) para o meu dia a dia de treino com atletas profissionais, venho aprendendo a cada dia que passa a respeitar meus limites, me conhecendo e buscando um pouco mais a cada dia. Nos primeiros dias de treino junto com o time tentei entender ao máximo cada momento do treino, mas era difícil fazer as perguntas certas na hora certa, era tudo muito novo e diferente do que eu estava acostumado treinar, com o passar dos dias eu comecei conseguir fazer algumas perguntas, pois consegui organizar o fluxo de ideias e as dúvidas ficaram mais claras.&lt;/p&gt;</description></item><item><title>Open Source Contributions - April 2019</title><link>https://avelino.run/foss/2019/04/</link><pubDate>Mon, 01 Apr 2019 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2019/04/</guid><description>&lt;p&gt;In April 2019, developers made significant contributions across 9 repositories, resulting in a total of 18 events. This timeline showcases the collaborative efforts, including code pushes, pull requests, and reviews, that propelled project advancements and fostered community engagement.&lt;/p&gt;
&lt;h2 id="2019-04-30"&gt;2019-04-30&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/nuveo/log"&gt;nuveo/log&lt;/a&gt;: &lt;a href="https://github.com/nuveo/log/pull/26#pullrequestreview-232305166"&gt;log: fix typo&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/issues/354"&gt;URI white list&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2019-04-28"&gt;2019-04-28&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/2492#pullrequestreview-231453417"&gt;Go modules are the official package management going forward&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2019-04-16"&gt;2019-04-16&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/2475#pullrequestreview-227143085"&gt;add commander&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2019-04-10"&gt;2019-04-10&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/prest/doc-template"&gt;prest/doc-template&lt;/a&gt;: &lt;a href="https://github.com/prest/doc-template/pull/28"&gt;template: split used example&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2019-04-09"&gt;2019-04-09&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/prest/template"&gt;prest/template&lt;/a&gt;: &lt;a href="https://github.com/prest/template/pull/5"&gt;add split func on template&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2019-04-08"&gt;2019-04-08&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/2464#pullrequestreview-224069121"&gt;Add osamingo/checkdigit lib&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/prest/config"&gt;prest/config&lt;/a&gt;: &lt;a href="https://github.com/prest/config/pull/26#pullrequestreview-223990988"&gt;Database url fix&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2019-04-06"&gt;2019-04-06&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/2460#pullrequestreview-223537314"&gt;Add sslmgr&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2019-04-05"&gt;2019-04-05&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/2459#pullrequestreview-223448219"&gt;Added go-urlshortener&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/prest/adapters"&gt;prest/adapters&lt;/a&gt;: &lt;a href="https://github.com/prest/adapters/pull/52#pullrequestreview-223334131"&gt;Do not add stmt in cache if use transaction&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2019-04-04"&gt;2019-04-04&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/2457#pullrequestreview-222990363"&gt;Add treap&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2019-04-02"&gt;2019-04-02&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/2451#pullrequestreview-221927980"&gt;Add dotchain/dot&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/hugo-theme-sarah"&gt;avelino/hugo-theme-sarah&lt;/a&gt;: 3 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/hugo-theme-sarah/commits?author=avelino&amp;amp;since=2019-04-01T00:00:00Z&amp;amp;until=2019-04-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: 2 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/prest/prest/commits?author=avelino&amp;amp;since=2019-04-01T00:00:00Z&amp;amp;until=2019-04-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/avelino.run"&gt;avelino/avelino.run&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/avelino.run/commits?author=avelino&amp;amp;since=2019-04-01T00:00:00Z&amp;amp;until=2019-04-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/prest/doc-template"&gt;prest/doc-template&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/prest/doc-template/commits?author=avelino&amp;amp;since=2019-04-01T00:00:00Z&amp;amp;until=2019-04-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/prest/template"&gt;prest/template&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/prest/template/commits?author=avelino&amp;amp;since=2019-04-01T00:00:00Z&amp;amp;until=2019-04-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 163 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Thanks ❤️🙌</title><link>https://avelino.run/thanks/</link><pubDate>Sun, 24 Mar 2019 00:00:00 +0000</pubDate><guid>https://avelino.run/thanks/</guid><description>&lt;p&gt;I’m truly grateful to all the wonderful humans and companies &lt;a href="https://github.com/sponsors/avelino"&gt;supporting&lt;/a&gt; my open source work.&lt;/p&gt;
&lt;div id="donate-button-container"&gt;
&lt;div id="donate-button"&gt;&lt;/div&gt;
&lt;script src="https://www.paypalobjects.com/donate/sdk/donate-sdk.js" charset="UTF-8"&gt;&lt;/script&gt;
&lt;script&gt;
PayPal.Donation.Button({
env:'production',
hosted_button_id:'VFSFKJ4SFCUKG',
image: {
src:'https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif',
alt:'Donate with PayPal button',
title:'PayPal - The safer, easier way to pay online!',
}
}).render('#donate-button');
&lt;/script&gt;
&lt;/div&gt;
&lt;iframe src="https://github.com/sponsors/avelino/card" title="Sponsor avelino" height="225" width="600" style="border: 0;"&gt;&lt;/iframe&gt;
&lt;h2 id="name-list"&gt;Name list&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/cristaloleg"&gt;@cristaloleg&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/fcpimenta"&gt;@fcpimenta&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/aidasap"&gt;@aidasap&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/dans-stuff"&gt;@dans-stuff&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/sashamelentyev"&gt;@sashamelentyev&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/sponsors/avelino"&gt;your name here...&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;blockquote&gt;
&lt;p&gt;Want to talk to me? i look forward to your &lt;a href="mailto:avelinorun+oss@gmail.com"&gt;email&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h2 id="companies"&gt;Companies&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://bit.ly/awesome-go-doppler"&gt;&lt;img src="https://avelino.run/sponsors/doppler-logo.png" alt="Doppler"&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://bit.ly/awesome-go-xteam"&gt;&lt;img src="https://avelino.run/sponsors/xteam-logo.svg" alt="x-team"&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://bit.ly/awesome-go-workos"&gt;&lt;img src="https://avelino.run/sponsors/workos-logo-white-bg.svg" alt="WorkOS"&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://bit.ly/awesome-go-keygen"&gt;&lt;img src="https://avelino.run/sponsors/keygen-logo.png" alt="keygen"&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://bit.ly/awesome-go-netlify"&gt;&lt;img src="https://www.netlify.com/img/global/badges/netlify-dark.svg" alt="Deploys by Netlify"&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://go.cto.ai/3KJfMKv"&gt;&lt;img src="https://avelino.run/sponsors/cto-logo.png" alt="CTO.ai"&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://bit.ly/awesome-go-digitalocean"&gt;&lt;img src="https://avelino.run/sponsors/do_logo_horizontal_blue-210.png" alt="Digital Ocean"&gt;&lt;/a&gt; &lt;a href="https://twitter.com/avelinorun/status/1293969216417214466"&gt;learn more here&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://bit.ly/awesome-go-around"&gt;around&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Open Source Contributions - March 2019</title><link>https://avelino.run/foss/2019/03/</link><pubDate>Fri, 01 Mar 2019 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2019/03/</guid><description>&lt;p&gt;In March 2019, the collaborative efforts across 16 repositories resulted in 7 new pull requests and 29 reviews. This timeline highlights key contributions and events, reflecting the vibrant activity and dedication within the community.&lt;/p&gt;
&lt;h2 id="2019-03-31"&gt;2019-03-31&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/2447#pullrequestreview-220860522"&gt;Add &lt;code&gt;testmd&lt;/code&gt; -- a markdown-to-golang-test converter&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2019-03-28"&gt;2019-03-28&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/coder/code-server"&gt;coder/code-server&lt;/a&gt;: &lt;a href="https://github.com/coder/code-server/issues/373"&gt;Relase assets with different name pattern&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2019-03-27"&gt;2019-03-27&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/coder/code-server"&gt;coder/code-server&lt;/a&gt;: &lt;a href="https://github.com/coder/code-server/pull/342#pullrequestreview-219354064"&gt;Remove local machine reference&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/2446#pullrequestreview-219775419"&gt;Add &lt;code&gt;go-tools/multithreading&lt;/code&gt; library for managing goroutines&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2019-03-26"&gt;2019-03-26&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/nuveo/docconv"&gt;nuveo/docconv&lt;/a&gt;: &lt;a href="https://github.com/nuveo/docconv/pull/14"&gt;upgrade excelize GetRows package&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/nuveo/docconv"&gt;nuveo/docconv&lt;/a&gt;: &lt;a href="https://github.com/nuveo/docconv/pull/13#pullrequestreview-218993435"&gt;Handle GetRows error in line 51 from xlsx.go&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/nuveo/docconv"&gt;nuveo/docconv&lt;/a&gt;: &lt;a href="https://github.com/nuveo/docconv/pull/15#pullrequestreview-218993024"&gt;Download dependences and run test in verbose mode&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/nuveo/docconv"&gt;nuveo/docconv&lt;/a&gt;: &lt;a href="https://github.com/nuveo/docconv/issues/16"&gt;TestConvertPDF crash&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2019-03-24"&gt;2019-03-24&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/coder/code-server"&gt;coder/code-server&lt;/a&gt;: &lt;a href="https://github.com/coder/code-server/pull/327#pullrequestreview-218086525"&gt;Update Dockerfile&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/2439#pullrequestreview-218087839"&gt;Add gondolier database schema migration.&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/2442#pullrequestreview-218087720"&gt;Add go-git&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/coder/code-server"&gt;coder/code-server&lt;/a&gt;: &lt;a href="https://github.com/coder/code-server/issues/331"&gt;Change name code-server to coder&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2019-03-23"&gt;2019-03-23&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/2441"&gt;Netlify hosting&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2019-03-21"&gt;2019-03-21&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/2436#pullrequestreview-217102123"&gt;Add &amp;quot;ocrserver&amp;quot;&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2019-03-20"&gt;2019-03-20&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/347#pullrequestreview-216987201"&gt;update deps and drop 1.9 support&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/prest/cmd"&gt;prest/cmd&lt;/a&gt;: &lt;a href="https://github.com/prest/cmd/pull/14#pullrequestreview-216777630"&gt;treats if load postgres adapter&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2019-03-18"&gt;2019-03-18&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/2431#pullrequestreview-215759530"&gt;Add go-flutter&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2019-03-17"&gt;2019-03-17&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/2430#pullrequestreview-215364855"&gt;Add httpmock package&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-racket"&gt;avelino/awesome-racket&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-racket/pull/4#pullrequestreview-215364332"&gt;add &amp;quot;Routy&amp;quot; to &amp;quot;Web Frameworks&amp;quot; &lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2019-03-16"&gt;2019-03-16&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/coder/code-server"&gt;coder/code-server&lt;/a&gt;: &lt;a href="https://github.com/coder/code-server/pull/130#pullrequestreview-215310345"&gt;Fixed documentation download links based on latest version&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/2428#pullrequestreview-215327505"&gt;update gubrak link&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/2429#pullrequestreview-215327465"&gt;Add gophercises as a resource&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2019-03-14"&gt;2019-03-14&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/2421#pullrequestreview-214356014"&gt;update description for kamilsk/retry package&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2019-03-12"&gt;2019-03-12&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/coder/code-server"&gt;coder/code-server&lt;/a&gt;: &lt;a href="https://github.com/coder/code-server/pull/201#pullrequestreview-213676116"&gt;Add error message for incorrect password. Fix issue #55&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/cheynewallace/tabby"&gt;cheynewallace/tabby&lt;/a&gt;: &lt;a href="https://github.com/cheynewallace/tabby/issues/3"&gt;AddHeader It's not a good name&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2019-03-11"&gt;2019-03-11&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/coder/code-server"&gt;coder/code-server&lt;/a&gt;: &lt;a href="https://github.com/coder/code-server/pull/113#pullrequestreview-212949972"&gt;Add note about extensions needing to be OSS&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/coder/code-server"&gt;coder/code-server&lt;/a&gt;: &lt;a href="https://github.com/coder/code-server/pull/198#pullrequestreview-212948496"&gt;Adding minus to flag '-i'&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/coder/code-server"&gt;coder/code-server&lt;/a&gt;: &lt;a href="https://github.com/coder/code-server/issues/196"&gt;workspace actions&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2019-03-10"&gt;2019-03-10&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/coder/code-server"&gt;coder/code-server&lt;/a&gt;: &lt;a href="https://github.com/coder/code-server/pull/188#pullrequestreview-212629022"&gt;Another fix for the Dockerfile and build&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/coder/code-server"&gt;coder/code-server&lt;/a&gt;: &lt;a href="https://github.com/coder/code-server/pull/181#pullrequestreview-212590827"&gt;Add -t flag to docker example&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/coder/code-server"&gt;coder/code-server&lt;/a&gt;: &lt;a href="https://github.com/coder/code-server/pull/172#pullrequestreview-212583872"&gt;Add nginx reverse proxy guide for selfhosted&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/coder/code-server"&gt;coder/code-server&lt;/a&gt;: &lt;a href="https://github.com/coder/code-server/pull/179#pullrequestreview-212583834"&gt;Update docker oneliner and fix clone task&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/coder/code-server"&gt;coder/code-server&lt;/a&gt;: &lt;a href="https://github.com/coder/code-server/pull/154#pullrequestreview-212583802"&gt;Added serviceworker and web-manifest&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2019-03-09"&gt;2019-03-09&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/coder/code-server"&gt;coder/code-server&lt;/a&gt;: &lt;a href="https://github.com/coder/code-server/pull/162"&gt;Improve github issue template&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/coder/code-server"&gt;coder/code-server&lt;/a&gt;: &lt;a href="https://github.com/coder/code-server/pull/156#pullrequestreview-212558229"&gt;Adhere to XDG base directory spec for dataDir and logDir&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/cover.run"&gt;avelino/cover.run&lt;/a&gt;: &lt;a href="https://github.com/avelino/cover.run/pull/31#pullrequestreview-212574200"&gt;Golang 1.12&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/coder/code-server"&gt;coder/code-server&lt;/a&gt;: &lt;a href="https://github.com/coder/code-server/issues/175"&gt;terminal: duplicates first carecter of command name&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/coder/code-server"&gt;coder/code-server&lt;/a&gt;: &lt;a href="https://github.com/coder/code-server/issues/174"&gt;Browser back button weird behaviour&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/coder/code-server"&gt;coder/code-server&lt;/a&gt;: &lt;a href="https://github.com/coder/code-server/issues/168"&gt;Postgers extension does working&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/coder/code-server"&gt;coder/code-server&lt;/a&gt;: &lt;a href="https://github.com/coder/code-server/issues/166"&gt;File toolbar horizontal scroll&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/coder/code-server"&gt;coder/code-server&lt;/a&gt;: &lt;a href="https://github.com/coder/code-server/issues/164"&gt;Allow opening files, folders, and workspaces in existing code-server from CLI&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/coder/code-server"&gt;coder/code-server&lt;/a&gt;: &lt;a href="https://github.com/coder/code-server/issues/163"&gt;slow input on terminal (buffer)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/coder/code-server"&gt;coder/code-server&lt;/a&gt;: &lt;a href="https://github.com/coder/code-server/issues/161"&gt;Select and paste over&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2019-03-08"&gt;2019-03-08&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/coder/code-server"&gt;coder/code-server&lt;/a&gt;: &lt;a href="https://github.com/coder/code-server/pull/111#pullrequestreview-212278030"&gt;Improve .dockerignore&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/coder/code-server"&gt;coder/code-server&lt;/a&gt;: &lt;a href="https://github.com/coder/code-server/issues/141"&gt;/__webpack_hmr 404&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/coder/code-server"&gt;coder/code-server&lt;/a&gt;: &lt;a href="https://github.com/coder/code-server/issues/134"&gt;dockerfile build yarn task build:server:binary returned a non-zero code: 1&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2019-03-06"&gt;2019-03-06&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/theia-ide/theia-apps"&gt;theia-ide/theia-apps&lt;/a&gt;: &lt;a href="https://github.com/theia-ide/theia-apps/pull/141"&gt; go: upgrade go tools packages&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2019-03-04"&gt;2019-03-04&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/theia-apps"&gt;avelino/theia-apps&lt;/a&gt;: &lt;a href="https://github.com/avelino/theia-apps/pull/1"&gt;Fixed gpg typo&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/Grupy-ABC/Grupy-ABC.github.io"&gt;Grupy-ABC/Grupy-ABC.github.io&lt;/a&gt;: &lt;a href="https://github.com/Grupy-ABC/Grupy-ABC.github.io/pull/5"&gt;add topic &amp;quot;Stay inside&amp;quot; on about page&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2019-03-01"&gt;2019-03-01&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/theia-ide/theia-apps"&gt;theia-ide/theia-apps&lt;/a&gt;: &lt;a href="https://github.com/theia-ide/theia-apps/pull/140"&gt;docker full: fixed gpg typo (ubuntu 18.04)&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/avelino.run"&gt;avelino/avelino.run&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/avelino.run/commits?author=avelino&amp;amp;since=2019-03-01T00:00:00Z&amp;amp;until=2019-03-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/Grupy-ABC/Grupy-ABC.github.io"&gt;Grupy-ABC/Grupy-ABC.github.io&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/Grupy-ABC/Grupy-ABC.github.io/commits?author=avelino&amp;amp;since=2019-03-01T00:00:00Z&amp;amp;until=2019-03-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/dotfiles"&gt;avelino/dotfiles&lt;/a&gt;: 4 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/dotfiles/commits?author=avelino&amp;amp;since=2019-03-01T00:00:00Z&amp;amp;until=2019-03-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/theia-ide/theia-apps"&gt;theia-ide/theia-apps&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/theia-ide/theia-apps/commits?author=avelino&amp;amp;since=2019-03-01T00:00:00Z&amp;amp;until=2019-03-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/dockerfiles"&gt;avelino/dockerfiles&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/dockerfiles/commits?author=avelino&amp;amp;since=2019-03-01T00:00:00Z&amp;amp;until=2019-03-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/structy/porganizer"&gt;structy/porganizer&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/structy/porganizer/commits?author=avelino&amp;amp;since=2019-03-01T00:00:00Z&amp;amp;until=2019-03-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: 4 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/awesome-go/commits?author=avelino&amp;amp;since=2019-03-01T00:00:00Z&amp;amp;until=2019-03-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/coder/code-server"&gt;coder/code-server&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/coder/code-server/commits?author=avelino&amp;amp;since=2019-03-01T00:00:00Z&amp;amp;until=2019-03-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap"&gt;editor-bootstrap/vim-bootstrap&lt;/a&gt;: 5 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/editor-bootstrap/vim-bootstrap/commits?author=avelino&amp;amp;since=2019-03-01T00:00:00Z&amp;amp;until=2019-03-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 137 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Open Source Contributions - February 2019</title><link>https://avelino.run/foss/2019/02/</link><pubDate>Fri, 01 Feb 2019 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2019/02/</guid><description>&lt;p&gt;In February 2019, the development community made notable strides with a total of 23 contributions across 10 repositories. This timeline captures the vital activities, including push events, pull requests, and issues raised, reflecting the collaborative efforts and ongoing improvements in various projects.&lt;/p&gt;
&lt;h2 id="2019-02-27"&gt;2019-02-27&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/theia-ide/theia-apps"&gt;theia-ide/theia-apps&lt;/a&gt;: &lt;a href="https://github.com/theia-ide/theia-apps/pull/138"&gt;upgrate golang to 1.12&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/theia-ide/theia-apps"&gt;theia-ide/theia-apps&lt;/a&gt;: &lt;a href="https://github.com/theia-ide/theia-apps/pull/137"&gt;Upgrade to go 1.12&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/theia-ide/theia-apps"&gt;theia-ide/theia-apps&lt;/a&gt;: &lt;a href="https://github.com/theia-ide/theia-apps/pull/136"&gt;Docker full upgrate to Ubuntu 18.04&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2019-02-25"&gt;2019-02-25&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/theia-ide/go-language-server"&gt;theia-ide/go-language-server&lt;/a&gt;: &lt;a href="https://github.com/theia-ide/go-language-server/pull/30"&gt;upgrade prerequisites documentation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/theia-ide/go-language-server"&gt;theia-ide/go-language-server&lt;/a&gt;: &lt;a href="https://github.com/theia-ide/go-language-server/pull/29"&gt;go tools: sync fork upstream Oct 15, 2018 last&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/theia-ide/go-language-server"&gt;theia-ide/go-language-server&lt;/a&gt;: &lt;a href="https://github.com/theia-ide/go-language-server/pull/28"&gt;active go Package initial control&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/levpay/surl"&gt;levpay/surl&lt;/a&gt;: &lt;a href="https://github.com/levpay/surl/pull/3"&gt;set redis max retry&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2019-02-19"&gt;2019-02-19&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/theia-ide/go-language-server"&gt;theia-ide/go-language-server&lt;/a&gt;: &lt;a href="https://github.com/theia-ide/go-language-server/pull/27"&gt;fixed lint on vs-code mock&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/theia-ide/go-language-server"&gt;theia-ide/go-language-server&lt;/a&gt;: &lt;a href="https://github.com/theia-ide/go-language-server/pull/26"&gt;fixed lint on goSuggest&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2019-02-18"&gt;2019-02-18&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/pydio/cells"&gt;pydio/cells&lt;/a&gt;: &lt;a href="https://github.com/pydio/cells/issues/85"&gt;Database adapter, PostgreSQL support &lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2019-02-17"&gt;2019-02-17&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/theia-ide/theia-apps"&gt;theia-ide/theia-apps&lt;/a&gt;: &lt;a href="https://github.com/theia-ide/theia-apps/pull/133"&gt;decrease number of layers (run)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/theia-ide/theia-apps"&gt;theia-ide/theia-apps&lt;/a&gt;: &lt;a href="https://github.com/theia-ide/theia-apps/issues/134"&gt;Upgrade to Ubuntu 18.04&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2019-02-11"&gt;2019-02-11&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/eclipse-theia/theia"&gt;eclipse-theia/theia&lt;/a&gt;: &lt;a href="https://github.com/eclipse-theia/theia/issues/4303"&gt;next version crash: Error: Couldn't find any versions for &amp;quot;@theia/languages&amp;quot; that matches &amp;quot;0.4.0-next.34e35a90&amp;quot;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2019-02-09"&gt;2019-02-09&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/eclipse-theia/theia"&gt;eclipse-theia/theia&lt;/a&gt;: &lt;a href="https://github.com/eclipse-theia/theia/issues/4299"&gt;slow input on terminal&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2019-02-08"&gt;2019-02-08&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/hugo-theme-sarah"&gt;avelino/hugo-theme-sarah&lt;/a&gt;: &lt;a href="https://github.com/avelino/hugo-theme-sarah/issues/20"&gt;Upgrade node.extend to version 2.0.1 or later&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2019-02-06"&gt;2019-02-06&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/levpay/surl"&gt;levpay/surl&lt;/a&gt;: &lt;a href="https://github.com/levpay/surl/issues/2"&gt;get redis client: EOF&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2019-02-04"&gt;2019-02-04&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/nuveo/boxos"&gt;nuveo/boxos&lt;/a&gt;: &lt;a href="https://github.com/nuveo/boxos/pull/6"&gt;fix ubuntu 18.04/10 support&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/dockerfiles"&gt;avelino/dockerfiles&lt;/a&gt;: 17 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/dockerfiles/commits?author=avelino&amp;amp;since=2019-02-01T00:00:00Z&amp;amp;until=2019-02-28T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/levpay/surl"&gt;levpay/surl&lt;/a&gt;: 8 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/levpay/surl/commits?author=avelino&amp;amp;since=2019-02-01T00:00:00Z&amp;amp;until=2019-02-28T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/theia-ide/theia-apps"&gt;theia-ide/theia-apps&lt;/a&gt;: 3 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/theia-ide/theia-apps/commits?author=avelino&amp;amp;since=2019-02-01T00:00:00Z&amp;amp;until=2019-02-28T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/structy/structchain"&gt;structy/structchain&lt;/a&gt;: 3 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/structy/structchain/commits?author=avelino&amp;amp;since=2019-02-01T00:00:00Z&amp;amp;until=2019-02-28T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/nuveo/storing"&gt;nuveo/storing&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/nuveo/storing/commits?author=avelino&amp;amp;since=2019-02-01T00:00:00Z&amp;amp;until=2019-02-28T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/nuveo/boxos"&gt;nuveo/boxos&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/nuveo/boxos/commits?author=avelino&amp;amp;since=2019-02-01T00:00:00Z&amp;amp;until=2019-02-28T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 152 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Open Source Contributions - January 2019</title><link>https://avelino.run/foss/2019/01/</link><pubDate>Tue, 01 Jan 2019 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2019/01/</guid><description>&lt;p&gt;In January 2019, our contributors made significant strides across 6 repositories. This timeline captures the key events and contributions, showcasing the team's collaborative efforts and progress in various projects.&lt;/p&gt;
&lt;h2 id="2019-01-28"&gt;2019-01-28&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/levpay/surl"&gt;levpay/surl&lt;/a&gt;: &lt;a href="https://github.com/levpay/surl/pull/1#pullrequestreview-197146522"&gt;Export errors&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2019-01-15"&gt;2019-01-15&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/prest/doc-template"&gt;prest/doc-template&lt;/a&gt;: &lt;a href="https://github.com/prest/doc-template/pull/26#pullrequestreview-192837866"&gt;Add port 6000 blockage infomation to configurations toml&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/prest/middlewares"&gt;prest/middlewares&lt;/a&gt;: &lt;a href="https://github.com/prest/middlewares/pull/15#pullrequestreview-192584232"&gt;Move the statements package into the middlewares package&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2019-01-05"&gt;2019-01-05&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/dgladkov/django-turbolinks"&gt;dgladkov/django-turbolinks&lt;/a&gt;: &lt;a href="https://github.com/dgladkov/django-turbolinks/pull/5"&gt;django 1.5 support&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/levpay/surl"&gt;levpay/surl&lt;/a&gt;: 6 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/levpay/surl/commits?author=avelino&amp;amp;since=2019-01-01T00:00:00Z&amp;amp;until=2019-01-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/structy/porganizer"&gt;structy/porganizer&lt;/a&gt;: 4 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/structy/porganizer/commits?author=avelino&amp;amp;since=2019-01-01T00:00:00Z&amp;amp;until=2019-01-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/prest/doc-template"&gt;prest/doc-template&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/prest/doc-template/commits?author=avelino&amp;amp;since=2019-01-01T00:00:00Z&amp;amp;until=2019-01-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/prest/prest/commits?author=avelino&amp;amp;since=2019-01-01T00:00:00Z&amp;amp;until=2019-01-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 225 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Meu 2018 foi ano de muito aprendizado</title><link>https://avelino.run/quote/lifestyle/2018-12-28-meu-2018-foi-ano-de-muito-aprendizado/</link><pubDate>Fri, 28 Dec 2018 00:00:00 +0000</pubDate><guid>https://avelino.run/quote/lifestyle/2018-12-28-meu-2018-foi-ano-de-muito-aprendizado/</guid><description>&lt;p&gt;&lt;img src="https://avelino.run/blog/best-year.jpg#center" alt="Retrospectiva de 2018 do Thiago Avelino"&gt;&lt;/p&gt;
&lt;p&gt;Já faz alguns anos que sigo em um voo solo, sem trabalhar para uma empresa e sim fazendo a minha empresa acontecer. Em 2018 não foi diferente, sigo com a &lt;a href="https://nuveo.ai/"&gt;Nuveo&lt;/a&gt; (empresa que trabalha com Inteligência Artificial e Visão Computacional aplicado para automatização de backoffice, fundada em 2015).
Após alguns anos, foi momento de trazer um Diretor de Tecnologia para fazer parte do trabalho que vinha fazendo, esse momento não é um processo simples, principalmente por ser fundador da empresa e querer sempre o melhor para ela, mas fiz e tenho a certeza que foi o melhor passo tomado para o crescimento e amadurecimento da empresa. Foi um processo intenso de aprendizado pensando no futuro da Nuveo.&lt;/p&gt;</description></item><item><title>Open Source Contributions - December 2018</title><link>https://avelino.run/foss/2018/12/</link><pubDate>Sat, 01 Dec 2018 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2018/12/</guid><description>&lt;p&gt;This timeline captures the key contributions and activities in December 2018 across various repositories. With a total of 47 contributions, including multiple pull requests and issues, it highlights the dynamic engagement within the developer community during this month.&lt;/p&gt;
&lt;h2 id="2018-12-30"&gt;2018-12-30&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/devhubapp/devhub"&gt;devhubapp/devhub&lt;/a&gt;: &lt;a href="https://github.com/devhubapp/devhub/issues/78"&gt;homebrew cask formule&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2018-12-25"&gt;2018-12-25&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/dotfiles"&gt;avelino/dotfiles&lt;/a&gt;: &lt;a href="https://github.com/avelino/dotfiles/pull/1"&gt;[WIP] initial bkp with gpg&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2018-12-24"&gt;2018-12-24&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/structy/porganizer"&gt;structy/porganizer&lt;/a&gt;: &lt;a href="https://github.com/structy/porganizer/pull/3"&gt;initial project config&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/structy/porganizer"&gt;structy/porganizer&lt;/a&gt;: &lt;a href="https://github.com/structy/porganizer/pull/2"&gt;writer history project on readme&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/structy/porganizer"&gt;structy/porganizer&lt;/a&gt;: &lt;a href="https://github.com/structy/porganizer/pull/1"&gt;create label file example&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/prest/doc-template"&gt;prest/doc-template&lt;/a&gt;: &lt;a href="https://github.com/prest/doc-template/pull/27"&gt;include gitter sidecar on documentation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/Coderockr/coderockr-way-github-setup"&gt;Coderockr/coderockr-way-github-setup&lt;/a&gt;: &lt;a href="https://github.com/Coderockr/coderockr-way-github-setup/pull/8"&gt;support file label&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/structy/porganizer"&gt;structy/porganizer&lt;/a&gt;: &lt;a href="https://github.com/structy/porganizer/issues/4"&gt;Example labels&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/Coderockr/coderockr-way-github-setup"&gt;Coderockr/coderockr-way-github-setup&lt;/a&gt;: &lt;a href="https://github.com/Coderockr/coderockr-way-github-setup/issues/7"&gt;file support with labels&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2018-12-21"&gt;2018-12-21&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/2295#pullrequestreview-187502112"&gt; Increase response time and add mentioned badge&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2018-12-19"&gt;2018-12-19&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/prest/controllers"&gt;prest/controllers&lt;/a&gt;: &lt;a href="https://github.com/prest/controllers/pull/21#pullrequestreview-186520862"&gt;Return 404 response for inserts,updates and deletes &lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2018-12-18"&gt;2018-12-18&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/2291"&gt;build error github.com/shurcooL/highlight_go on go 1.11 alpine&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/2290"&gt;fixed install github_flavored_markdown package&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2018-12-17"&gt;2018-12-17&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/jarun/nnn"&gt;jarun/nnn&lt;/a&gt;: &lt;a href="https://github.com/jarun/nnn/pull/169"&gt;describe that homebrew is installer for macOS&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/devhubapp/devhub"&gt;devhubapp/devhub&lt;/a&gt;: &lt;a href="https://github.com/devhubapp/devhub/issues/46"&gt;Offline support&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2018-12-16"&gt;2018-12-16&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/devhubapp/devhub"&gt;devhubapp/devhub&lt;/a&gt;: &lt;a href="https://github.com/devhubapp/devhub/issues/40"&gt;Github team discussions timeline &lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/devhubapp/devhub"&gt;devhubapp/devhub&lt;/a&gt;: &lt;a href="https://github.com/devhubapp/devhub/issues/39"&gt;Improve iOS bottom bar design&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/devhubapp/devhub"&gt;devhubapp/devhub&lt;/a&gt;: &lt;a href="https://github.com/devhubapp/devhub/issues/38"&gt;Show images of comments as a gallery&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/devhubapp/devhub"&gt;devhubapp/devhub&lt;/a&gt;: &lt;a href="https://github.com/devhubapp/devhub/issues/37"&gt;iOS: pull to refresh&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2018-12-14"&gt;2018-12-14&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/devhubapp/devhub"&gt;devhubapp/devhub&lt;/a&gt;: &lt;a href="https://github.com/devhubapp/devhub/issues/30"&gt;Allow reacting to comments (GitHub Reactions)&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2018-12-12"&gt;2018-12-12&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/devhubapp/devhub"&gt;devhubapp/devhub&lt;/a&gt;: &lt;a href="https://github.com/devhubapp/devhub/issues/5"&gt;GitLab support&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/devhubapp/devhub"&gt;devhubapp/devhub&lt;/a&gt;: &lt;a href="https://github.com/devhubapp/devhub/issues/2"&gt;Desktop client&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2018-12-11"&gt;2018-12-11&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/gofn/gofn"&gt;gofn/gofn&lt;/a&gt;: &lt;a href="https://github.com/gofn/gofn/pull/125#pullrequestreview-183700405"&gt;Private images&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2018-12-10"&gt;2018-12-10&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/ReactiveX/RxGo"&gt;ReactiveX/RxGo&lt;/a&gt;: &lt;a href="https://github.com/ReactiveX/RxGo/pull/160"&gt;Revert &amp;quot;StartWith operator&amp;quot;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2018-12-05"&gt;2018-12-05&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/rust-lang/rustc-dev-guide"&gt;rust-lang/rustc-dev-guide&lt;/a&gt;: &lt;a href="https://github.com/rust-lang/rustc-dev-guide/pull/251"&gt;fixed typo issues link&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/rustc-guide"&gt;avelino/rustc-guide&lt;/a&gt;: &lt;a href="https://github.com/avelino/rustc-guide/pull/1"&gt;fixed typo issues link&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2018-12-04"&gt;2018-12-04&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/ReactiveX/RxGo"&gt;ReactiveX/RxGo&lt;/a&gt;: &lt;a href="https://github.com/ReactiveX/RxGo/pull/119"&gt;add race on go test&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/ReactiveX/RxGo"&gt;ReactiveX/RxGo&lt;/a&gt;: &lt;a href="https://github.com/ReactiveX/RxGo/pull/117#pullrequestreview-181143593"&gt;Math operators: Average, Concat, Min and Max&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2018-12-03"&gt;2018-12-03&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/ReactiveX/RxGo"&gt;ReactiveX/RxGo&lt;/a&gt;: &lt;a href="https://github.com/ReactiveX/RxGo/pull/115#pullrequestreview-180839983"&gt;Repeat operator&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2018-12-02"&gt;2018-12-02&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/ReactiveX/RxGo"&gt;ReactiveX/RxGo&lt;/a&gt;: &lt;a href="https://github.com/ReactiveX/RxGo/pull/116"&gt;fixed travis image status to v2&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/ReactiveX/RxGo"&gt;ReactiveX/RxGo&lt;/a&gt;: &lt;a href="https://github.com/ReactiveX/RxGo/pull/113"&gt;Coverge v2&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/ReactiveX/RxGo"&gt;ReactiveX/RxGo&lt;/a&gt;: &lt;a href="https://github.com/ReactiveX/RxGo/pull/112"&gt;official channel on gitter.im to ReactiveX/RxGo v2&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/ReactiveX/RxGo"&gt;ReactiveX/RxGo&lt;/a&gt;: &lt;a href="https://github.com/ReactiveX/RxGo/pull/111"&gt;official channel on gitter.im to ReactiveX/RxGo&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/ReactiveX/RxGo"&gt;ReactiveX/RxGo&lt;/a&gt;: &lt;a href="https://github.com/ReactiveX/RxGo/pull/104#pullrequestreview-180556413"&gt;All operator&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/ReactiveX/RxGo"&gt;ReactiveX/RxGo&lt;/a&gt;: &lt;a href="https://github.com/ReactiveX/RxGo/issues/114"&gt;example on readme to v2&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2018-12-01"&gt;2018-12-01&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/ReactiveX/RxGo"&gt;ReactiveX/RxGo&lt;/a&gt;: &lt;a href="https://github.com/ReactiveX/RxGo/pull/100"&gt;starting developer RxGo version 2&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/ReactiveX/RxGo"&gt;ReactiveX/RxGo&lt;/a&gt;: &lt;a href="https://github.com/ReactiveX/RxGo/pull/102#pullrequestreview-180539581"&gt;Catch operators&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/ReactiveX/RxGo"&gt;ReactiveX/RxGo&lt;/a&gt;: &lt;a href="https://github.com/ReactiveX/RxGo/pull/101#pullrequestreview-180539558"&gt;Migration of the create operators&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/ReactiveX/RxGo"&gt;ReactiveX/RxGo&lt;/a&gt;: &lt;a href="https://github.com/ReactiveX/RxGo/pull/95#pullrequestreview-180515868"&gt;Major refactoring &amp;amp; new operators&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/.emacs"&gt;avelino/.emacs&lt;/a&gt;: 18 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/.emacs/commits?author=avelino&amp;amp;since=2018-12-01T00:00:00Z&amp;amp;until=2018-12-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/ReactiveX/RxGo"&gt;ReactiveX/RxGo&lt;/a&gt;: 11 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/ReactiveX/RxGo/commits?author=avelino&amp;amp;since=2018-12-01T00:00:00Z&amp;amp;until=2018-12-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/structy/porganizer"&gt;structy/porganizer&lt;/a&gt;: 10 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/structy/porganizer/commits?author=avelino&amp;amp;since=2018-12-01T00:00:00Z&amp;amp;until=2018-12-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/dotfiles"&gt;avelino/dotfiles&lt;/a&gt;: 3 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/dotfiles/commits?author=avelino&amp;amp;since=2018-12-01T00:00:00Z&amp;amp;until=2018-12-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: 2 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/awesome-go/commits?author=avelino&amp;amp;since=2018-12-01T00:00:00Z&amp;amp;until=2018-12-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/avelino.run"&gt;avelino/avelino.run&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/avelino.run/commits?author=avelino&amp;amp;since=2018-12-01T00:00:00Z&amp;amp;until=2018-12-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/jarun/nnn"&gt;jarun/nnn&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/jarun/nnn/commits?author=avelino&amp;amp;since=2018-12-01T00:00:00Z&amp;amp;until=2018-12-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/rust-lang/rustc-dev-guide"&gt;rust-lang/rustc-dev-guide&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/rust-lang/rustc-dev-guide/commits?author=avelino&amp;amp;since=2018-12-01T00:00:00Z&amp;amp;until=2018-12-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 127 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Férias/2018: Viagem de carro pelo Nordeste em família</title><link>https://avelino.run/quote/lifestyle/2018-11-12-viagem-de-carro-em-familia-2018/</link><pubDate>Mon, 12 Nov 2018 00:00:00 +0000</pubDate><guid>https://avelino.run/quote/lifestyle/2018-11-12-viagem-de-carro-em-familia-2018/</guid><description>&lt;p&gt;&lt;em&gt;“Eu não preciso de férias, trabalho com o que eu gosto, é um hobby o que eu faço”&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Eu disse isso por alguns anos em minha vida, até tirar férias e perceber que eu também precisava de férias.&lt;/p&gt;
&lt;p&gt;&lt;img src="https://avelino.run/trip-familia-2018.png#center" alt="família de férias 2018" title="família de férias 2018"&gt;&lt;/p&gt;
&lt;p&gt;Após ler o &lt;a href="https://medium.com/@raphamorim/recarregando-baterias-95bbd12b95ef"&gt;blogpost do Raphael Amorim&lt;/a&gt; comecei refletir sobre como seria tirar férias e passar alguns dias vivendo para mim e minha família. Não foi um exercício fácil, nunca tinha feito isso na vida, trabalho profissionalmente a 13 anos e não me recordo ter tirado férias de verdade nesse período, sempre estive na corrida dos ratos (&lt;a href="https://en.m.wikipedia.org/wiki/Rat_race"&gt;termo usado para um exercício sem fim, auto-destrutivo ou inútil&lt;/a&gt;).&lt;/p&gt;</description></item><item><title>Open Source Contributions - November 2018</title><link>https://avelino.run/foss/2018/11/</link><pubDate>Thu, 01 Nov 2018 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2018/11/</guid><description>&lt;p&gt;Explore the timeline of contributions made in November 2018, highlighting significant activities across various repositories. This month featured a total of 33 contributions, including pushes, pull requests, and reviews, reflecting the dynamic engagement of developers in enhancing projects and fostering collaboration.&lt;/p&gt;
&lt;h2 id="2018-11-30"&gt;2018-11-30&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;💬 Reviewed PR in &lt;a href="https://github.com/ReactiveX/RxGo"&gt;ReactiveX/RxGo&lt;/a&gt;: &lt;a href="https://github.com/ReactiveX/RxGo/pull/97#pullrequestreview-180377960"&gt;Add a Gitter chat badge to README.md&lt;/a&gt; (Commented)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/ReactiveX/RxGo"&gt;ReactiveX/RxGo&lt;/a&gt;: &lt;a href="https://github.com/ReactiveX/RxGo/pull/95#pullrequestreview-180175428"&gt;Major refactoring &amp;amp; new operators&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/ReactiveX/RxGo"&gt;ReactiveX/RxGo&lt;/a&gt;: &lt;a href="https://github.com/ReactiveX/RxGo/issues/98"&gt;Official channel on gitter.im&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/ReactiveX/RxGo"&gt;ReactiveX/RxGo&lt;/a&gt;: &lt;a href="https://github.com/ReactiveX/RxGo/issues/96"&gt;github.com/stretchr/testify to go testing (native)&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2018-11-28"&gt;2018-11-28&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/ReactiveX/RxGo"&gt;ReactiveX/RxGo&lt;/a&gt;: &lt;a href="https://github.com/ReactiveX/RxGo/pull/87"&gt;travis: go master version allow failures&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/ReactiveX/RxGo"&gt;ReactiveX/RxGo&lt;/a&gt;: &lt;a href="https://github.com/ReactiveX/RxGo/pull/77#pullrequestreview-179160196"&gt;fix scan func repetitive operation&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/ReactiveX/RxGo"&gt;ReactiveX/RxGo&lt;/a&gt;: &lt;a href="https://github.com/ReactiveX/RxGo/pull/78#pullrequestreview-179159680"&gt;Parallelize an observable subscription&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2018-11-26"&gt;2018-11-26&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/2242#pullrequestreview-178240917"&gt;Add go-zero-width&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/subutai-io/agent"&gt;subutai-io/agent&lt;/a&gt;: &lt;a href="https://github.com/subutai-io/agent/issues/864"&gt;vendor folder is recommended to versioning&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2018-11-22"&gt;2018-11-22&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/structy/structbase"&gt;structy/structbase&lt;/a&gt;: &lt;a href="https://github.com/structy/structbase/issues/8"&gt;Object relationship in the JSON structure&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2018-11-20"&gt;2018-11-20&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/WildUtah/the-suspender"&gt;WildUtah/the-suspender&lt;/a&gt;: &lt;a href="https://github.com/WildUtah/the-suspender/pull/5"&gt;change utahbrian.com/the-suspender to github.com/WildUtah/the-suspender&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2018-11-19"&gt;2018-11-19&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/2235#pullrequestreview-176169910"&gt;Add did&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/2234#pullrequestreview-176169695"&gt;Add gofuckyourself&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2018-11-17"&gt;2018-11-17&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/2233#pullrequestreview-176047121"&gt;[fuego] Add fuego&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2018-11-16"&gt;2018-11-16&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/2231#pullrequestreview-175863919"&gt;Add errorx&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/avelino.run"&gt;avelino/avelino.run&lt;/a&gt;: &lt;a href="https://github.com/avelino/avelino.run/pull/5#pullrequestreview-176019549"&gt;fazendo links virarem hiperlinks, errinhos de ptbr&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2018-11-12"&gt;2018-11-12&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/2222#pullrequestreview-174128242"&gt;added GoKi, GoGi, Gide, and rasterx packages.&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/gofn/gofn"&gt;gofn/gofn&lt;/a&gt;: &lt;a href="https://github.com/gofn/gofn/pull/123#pullrequestreview-174020621"&gt;named pipe support&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2018-11-11"&gt;2018-11-11&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/2221#pullrequestreview-173701047"&gt;Add Go Playground for iOS&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2018-11-07"&gt;2018-11-07&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/lerrua/remote-jobs-brazil"&gt;lerrua/remote-jobs-brazil&lt;/a&gt;: &lt;a href="https://github.com/lerrua/remote-jobs-brazil/pull/138"&gt;add levpay&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/gofn/gofn"&gt;gofn/gofn&lt;/a&gt;: &lt;a href="https://github.com/gofn/gofn/pull/120#pullrequestreview-172593844"&gt;Refactor iaas&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2018-11-06"&gt;2018-11-06&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/cnwangjie/better-onetab"&gt;cnwangjie/better-onetab&lt;/a&gt;: &lt;a href="https://github.com/cnwangjie/better-onetab/issues/65"&gt;firefox container support&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2018-11-03"&gt;2018-11-03&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/ReactiveX/RxGo"&gt;ReactiveX/RxGo&lt;/a&gt;: &lt;a href="https://github.com/ReactiveX/RxGo/pull/74"&gt;clear subscription comment source&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/ReactiveX/RxGo"&gt;ReactiveX/RxGo&lt;/a&gt;: &lt;a href="https://github.com/ReactiveX/RxGo/pull/75#pullrequestreview-171341529"&gt;improve test coverage and fix on error behavior&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/ReactiveX/RxGo"&gt;ReactiveX/RxGo&lt;/a&gt;: &lt;a href="https://github.com/ReactiveX/RxGo/issues/73"&gt;Todo to be removed&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/ReactiveX/RxGo"&gt;ReactiveX/RxGo&lt;/a&gt;: &lt;a href="https://github.com/ReactiveX/RxGo/issues/72"&gt;flatmap: write documentation&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/ReactiveX/RxGo"&gt;ReactiveX/RxGo&lt;/a&gt;: 14 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/ReactiveX/RxGo/commits?author=avelino&amp;amp;since=2018-11-01T00:00:00Z&amp;amp;until=2018-11-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/avelino.run"&gt;avelino/avelino.run&lt;/a&gt;: 9 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/avelino.run/commits?author=avelino&amp;amp;since=2018-11-01T00:00:00Z&amp;amp;until=2018-11-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/dotfiles"&gt;avelino/dotfiles&lt;/a&gt;: 3 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/dotfiles/commits?author=avelino&amp;amp;since=2018-11-01T00:00:00Z&amp;amp;until=2018-11-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/.emacs"&gt;avelino/.emacs&lt;/a&gt;: 3 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/.emacs/commits?author=avelino&amp;amp;since=2018-11-01T00:00:00Z&amp;amp;until=2018-11-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/prest/doc-template"&gt;prest/doc-template&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/prest/doc-template/commits?author=avelino&amp;amp;since=2018-11-01T00:00:00Z&amp;amp;until=2018-11-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/prest/prest/commits?author=avelino&amp;amp;since=2018-11-01T00:00:00Z&amp;amp;until=2018-11-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/lerrua/remote-jobs-brazil"&gt;lerrua/remote-jobs-brazil&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/lerrua/remote-jobs-brazil/commits?author=avelino&amp;amp;since=2018-11-01T00:00:00Z&amp;amp;until=2018-11-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 37 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>A arte de reescrever software</title><link>https://avelino.run/a-arte-de-reescrever-software/</link><pubDate>Sun, 21 Oct 2018 00:00:00 +0000</pubDate><guid>https://avelino.run/a-arte-de-reescrever-software/</guid><description>&lt;p&gt;Lidar com software legado hoje em dia é mais comum do que podemos imaginar, costumo dizer que muitos softwares nascem legado, como assim?
Para mim software que não tem teste automatizado é legado, não tem como garantir funcionamento de absolutamente nada dentro dele e muitos comportamentos (recursos ou bugs) só irá aparecer com usuários usando constantemente.&lt;/p&gt;
&lt;p&gt;&lt;img src="https://avelino.run/blog/arquiteto-tirinha.jpg#center" alt="Experiencia se conquista, arquitetura de software é pratica"&gt;&lt;/p&gt;
&lt;p&gt;Após alinhamento do que é software legado é comum a empresa (principalmente as com cultura de startup) e desenvolvedores ter que trocar peças do software em pleno o voo, não temos como pousar o avião para fazer manutenção e depois decolar novamente quando a empresa está com clientes usando o software em produção.
Com isso vem o trabalho do engenheiro de software junto com time para fazer planejamento de trocar peças (componentes, módulos pacotes, serviços ou qual seja o nome que você de para isso) do software com ele no ar.&lt;/p&gt;</description></item><item><title>Open Source Contributions - October 2018</title><link>https://avelino.run/foss/2018/10/</link><pubDate>Mon, 01 Oct 2018 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2018/10/</guid><description>&lt;p&gt;Explore the timeline of October 2018, highlighting key contributions across various repositories. This month saw active development with 14 repositories contributing to 9 pull requests and 19 reviews, underscoring the collaborative spirit and commitment to quality within the community.&lt;/p&gt;
&lt;h2 id="2018-10-31"&gt;2018-10-31&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/ReactiveX/RxGo"&gt;ReactiveX/RxGo&lt;/a&gt;: &lt;a href="https://github.com/ReactiveX/RxGo/pull/70"&gt;active gitter/travis notification&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2018-10-30"&gt;2018-10-30&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/ReactiveX/RxGo"&gt;ReactiveX/RxGo&lt;/a&gt;: &lt;a href="https://github.com/ReactiveX/RxGo/pull/69"&gt;Support go 1.9, 1.10, 1.11 and tip&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/riak-dashboard"&gt;avelino/riak-dashboard&lt;/a&gt;: &lt;a href="https://github.com/avelino/riak-dashboard/pull/1"&gt;update suggested: requests ~&amp;gt; 2.20.0&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/ReactiveX/RxGo"&gt;ReactiveX/RxGo&lt;/a&gt;: &lt;a href="https://github.com/ReactiveX/RxGo/pull/57#pullrequestreview-169747903"&gt;49 feature request flatmap&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/ReactiveX/RxGo"&gt;ReactiveX/RxGo&lt;/a&gt;: &lt;a href="https://github.com/ReactiveX/RxGo/issues/67"&gt;github.com/gorilla/websocket: package context, unrecognized import path &amp;quot;context&amp;quot; (import path does not begin with hostname)&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2018-10-28"&gt;2018-10-28&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/hugo-theme-sarah"&gt;avelino/hugo-theme-sarah&lt;/a&gt;: &lt;a href="https://github.com/avelino/hugo-theme-sarah/pull/19"&gt;Dynamic section&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/avelino.run"&gt;avelino/avelino.run&lt;/a&gt;: &lt;a href="https://github.com/avelino/avelino.run/pull/4"&gt;upgrade sarah theme section dynamic&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2018-10-24"&gt;2018-10-24&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/2165#pullrequestreview-168085450"&gt;added dataframe-go&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2018-10-22"&gt;2018-10-22&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/2142#pullrequestreview-166962006"&gt;add two/tcp library&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2018-10-13"&gt;2018-10-13&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;💬 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/2150#pullrequestreview-164455480"&gt;Fixed typos at readme&lt;/a&gt; (Commented)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/cstate/cstate"&gt;cstate/cstate&lt;/a&gt;: &lt;a href="https://github.com/cstate/cstate/pull/38#pullrequestreview-164460796"&gt;v3 Beta 1 (originally dev2)&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2018-10-11"&gt;2018-10-11&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/2144#pullrequestreview-163691267"&gt;Add wit-go official wit.ai Go client&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/docker-library/golang"&gt;docker-library/golang&lt;/a&gt;: &lt;a href="https://github.com/docker-library/golang/issues/244"&gt;Debian sid with Go 1.11 and 1.10&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2018-10-10"&gt;2018-10-10&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/2143#pullrequestreview-163147950"&gt;Add mimetype package&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2018-10-08"&gt;2018-10-08&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/2113#pullrequestreview-162617196"&gt;Add TarsGo&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2018-10-07"&gt;2018-10-07&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/2139#pullrequestreview-162303776"&gt;add: prettyslice printer&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/2138#pullrequestreview-162274295"&gt;Add go-commander&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2018-10-06"&gt;2018-10-06&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/2126#pullrequestreview-162248793"&gt;Fix goreportcard URL&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2018-10-05"&gt;2018-10-05&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/hugo-theme-sarah"&gt;avelino/hugo-theme-sarah&lt;/a&gt;: &lt;a href="https://github.com/avelino/hugo-theme-sarah/pull/18"&gt;Content parans&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/hugo-theme-sarah"&gt;avelino/hugo-theme-sarah&lt;/a&gt;: &lt;a href="https://github.com/avelino/hugo-theme-sarah/pull/17"&gt;amp only content page&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/hugo-theme-sarah"&gt;avelino/hugo-theme-sarah&lt;/a&gt;: &lt;a href="https://github.com/avelino/hugo-theme-sarah/pull/16"&gt;removed rss/feed duplicate&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/avelino.run"&gt;avelino/avelino.run&lt;/a&gt;: &lt;a href="https://github.com/avelino/avelino.run/pull/3"&gt;upgrade sarah theme&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/2135#pullrequestreview-162208834"&gt;Kair - Time and Date Lib - Insert&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/2110#pullrequestreview-162208564"&gt;Added Fyne toolkit&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2018-10-03"&gt;2018-10-03&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/2131#pullrequestreview-161354688"&gt;Adds me to Maintainers list&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/gofn/gofn"&gt;gofn/gofn&lt;/a&gt;: &lt;a href="https://github.com/gofn/gofn/pull/116#pullrequestreview-160979293"&gt;[WIP/TESTS]Add Runtime flag on creation containers&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/nuveo/splinter-docker"&gt;nuveo/splinter-docker&lt;/a&gt;: &lt;a href="https://github.com/nuveo/splinter-docker/pull/1#pullrequestreview-161127386"&gt;fixing markdown formatting&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/levpay/infobip"&gt;levpay/infobip&lt;/a&gt;: &lt;a href="https://github.com/levpay/infobip/pull/7#pullrequestreview-161069266"&gt;renaming from nuveo to levpay&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2018-10-02"&gt;2018-10-02&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/gofn/gofn"&gt;gofn/gofn&lt;/a&gt;: &lt;a href="https://github.com/gofn/gofn/pull/117#pullrequestreview-160599919"&gt;iaas/amazonec2/amazonec2: Fixed context import and return into DeleteMachine&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2018-10-01"&gt;2018-10-01&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;💬 Reviewed PR in &lt;a href="https://github.com/avelino/hugo-theme-sarah"&gt;avelino/hugo-theme-sarah&lt;/a&gt;: &lt;a href="https://github.com/avelino/hugo-theme-sarah/pull/15#pullrequestreview-160187154"&gt;Fix wrong param for twitter&lt;/a&gt; (Commented)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/cover.run"&gt;avelino/cover.run&lt;/a&gt;: 2 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/cover.run/commits?author=avelino&amp;amp;since=2018-10-01T00:00:00Z&amp;amp;until=2018-10-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/avelino.run"&gt;avelino/avelino.run&lt;/a&gt;: 10 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/avelino.run/commits?author=avelino&amp;amp;since=2018-10-01T00:00:00Z&amp;amp;until=2018-10-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/dotfiles"&gt;avelino/dotfiles&lt;/a&gt;: 13 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/dotfiles/commits?author=avelino&amp;amp;since=2018-10-01T00:00:00Z&amp;amp;until=2018-10-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/nuveo/docker-opencv"&gt;nuveo/docker-opencv&lt;/a&gt;: 7 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/nuveo/docker-opencv/commits?author=avelino&amp;amp;since=2018-10-01T00:00:00Z&amp;amp;until=2018-10-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/hugo-theme-sarah"&gt;avelino/hugo-theme-sarah&lt;/a&gt;: 10 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/hugo-theme-sarah/commits?author=avelino&amp;amp;since=2018-10-01T00:00:00Z&amp;amp;until=2018-10-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/levpay/infobip"&gt;levpay/infobip&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/levpay/infobip/commits?author=avelino&amp;amp;since=2018-10-01T00:00:00Z&amp;amp;until=2018-10-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/ReactiveX/RxGo"&gt;ReactiveX/RxGo&lt;/a&gt;: 9 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/ReactiveX/RxGo/commits?author=avelino&amp;amp;since=2018-10-01T00:00:00Z&amp;amp;until=2018-10-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/riak-dashboard"&gt;avelino/riak-dashboard&lt;/a&gt;: 2 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/riak-dashboard/commits?author=avelino&amp;amp;since=2018-10-01T00:00:00Z&amp;amp;until=2018-10-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/gofn/cli"&gt;gofn/cli&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/gofn/cli/commits?author=avelino&amp;amp;since=2018-10-01T00:00:00Z&amp;amp;until=2018-10-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 52 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Keeping open source projects - awesome-go</title><link>https://avelino.run/keeping-open-source-projects-awesome-go/</link><pubDate>Tue, 25 Sep 2018 00:00:00 +0000</pubDate><guid>https://avelino.run/keeping-open-source-projects-awesome-go/</guid><description>&lt;p&gt;Beginning of any project (especially when we are talking about open source) is extremely entertaining for developer, over the years the fun passes and it is the responsibility to keep your &amp;quot;son&amp;quot; following the path of it.&lt;/p&gt;
&lt;p&gt;&lt;img src="https://avelino.run/blog/collaboration.png#center" alt="Open Source is Collaboration"&gt;&lt;/p&gt;
&lt;h2 id="how-did-the-starting-awesome-go"&gt;How did the starting awesome-go?&lt;/h2&gt;
&lt;p&gt;All projects I started are out of necessity, the awesome-go was no different.&lt;/p&gt;
&lt;p&gt;After knowing the &lt;a href="https://github.com/vinta/awesome-python"&gt;awesome-python&lt;/a&gt; and seeing other &amp;quot;awesomes&amp;quot; projects I searched for the awesome-go and did not get results. Wanted to do a &amp;quot;simple&amp;quot; project where he had markdown code with a list of legal projects written in go, this in &lt;strong&gt;&amp;quot;Jul 6, 2014&amp;quot;&lt;/strong&gt; with the commit &amp;quot;&lt;a href="https://github.com/avelino/awesome-go/commit/8d356bc0dfbe817a378186b9b6fb5afe81781d42"&gt;start environment Awesome for Go&lt;/a&gt;&amp;quot;&lt;/p&gt;</description></item><item><title>Open Source Contributions - September 2018</title><link>https://avelino.run/foss/2018/09/</link><pubDate>Sat, 01 Sep 2018 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2018/09/</guid><description>&lt;p&gt;Explore the significant contributions made in September 2018 across 25 repositories. This timeline highlights key activities, including pull requests, reviews, and pushes, showcasing the collaborative efforts and innovations within the community.&lt;/p&gt;
&lt;h2 id="2018-09-28"&gt;2018-09-28&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;💬 Reviewed PR in &lt;a href="https://github.com/nuveo/storing"&gt;nuveo/storing&lt;/a&gt;: &lt;a href="https://github.com/nuveo/storing/pull/10#pullrequestreview-160035021"&gt;adding logs&lt;/a&gt; (Commented)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2018-09-24"&gt;2018-09-24&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/ReactiveX/RxGo"&gt;ReactiveX/RxGo&lt;/a&gt;: &lt;a href="https://github.com/ReactiveX/RxGo/pull/61"&gt;remove not used import&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/2098#pullrequestreview-158184029"&gt;fix yakvs link&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/2081#pullrequestreview-158182979"&gt;Add ormlite&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2018-09-22"&gt;2018-09-22&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/cover.run"&gt;avelino/cover.run&lt;/a&gt;: &lt;a href="https://github.com/avelino/cover.run/pull/22"&gt;Go 1.11 support&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;💬 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/2085#pullrequestreview-157919972"&gt;add gribouille/go-assert library&lt;/a&gt; (Commented)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/2083#pullrequestreview-157919943"&gt;Adding depcharge to devops list&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/2082#pullrequestreview-157919895"&gt;Add pipeline&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/2078#pullrequestreview-157919859"&gt;Add ln-paywall&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/2076#pullrequestreview-157919849"&gt;Add rbac&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/2069#pullrequestreview-157919824"&gt;Add triangolatte&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/2053#pullrequestreview-157919526"&gt;Add gotest.tools&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;💬 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/2086#pullrequestreview-157919492"&gt;Added [IoT]/gosmart link.&lt;/a&gt; (Commented)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/2088#pullrequestreview-157919449"&gt;Add https://github.com/runner-mei/GoBatis to list of ORM&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/2089#pullrequestreview-157919437"&gt;moved sprbox from Utilities to Config section&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;💬 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/2090#pullrequestreview-157919392"&gt;Add the Dumby IoT protocol&lt;/a&gt; (Commented)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/2092#pullrequestreview-157919328"&gt;Add go-sophos&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;💬 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/2095#pullrequestreview-157919228"&gt;Added benchmark &amp;quot;benchmark-postgres-mongo&amp;quot;&lt;/a&gt; (Commented)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/2096#pullrequestreview-157919169"&gt;Added &amp;quot;50 Shades of Go&amp;quot; into tutorials.&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/2099#pullrequestreview-157919155"&gt;add CovenantSQL&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/2102#pullrequestreview-157919128"&gt;Remove fleet and coop&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/2104#pullrequestreview-157919093"&gt;NLP libraries in Chinese, Japanese&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/2108#pullrequestreview-157918987"&gt;add duci&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/2110#pullrequestreview-157918962"&gt;Added Fyne toolkit&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2018-09-20"&gt;2018-09-20&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/nuveo/gofn"&gt;nuveo/gofn&lt;/a&gt;: &lt;a href="https://github.com/nuveo/gofn/pull/1#pullrequestreview-157465180"&gt;Add Runtime flag on creation containers&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/RapidSoftwareSolutions/rapidapi-go-sdk"&gt;RapidSoftwareSolutions/rapidapi-go-sdk&lt;/a&gt;: &lt;a href="https://github.com/RapidSoftwareSolutions/rapidapi-go-sdk/issues/4"&gt;idiomatic code style in this packate&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2018-09-18"&gt;2018-09-18&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/levpay/infobip"&gt;levpay/infobip&lt;/a&gt;: &lt;a href="https://github.com/levpay/infobip/pull/6#pullrequestreview-156502169"&gt;adding the feature to sending advanced messages&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2018-09-17"&gt;2018-09-17&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;💬 Reviewed PR in &lt;a href="https://github.com/racket/racket"&gt;racket/racket&lt;/a&gt;: &lt;a href="https://github.com/racket/racket/pull/2274#pullrequestreview-155875987"&gt;Enable coverity scan when committing to coverity_scan&lt;/a&gt; (Commented)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/issues/335"&gt;prest/adapter: pREST documentation&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2018-09-16"&gt;2018-09-16&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/2106#pullrequestreview-155762129"&gt;Added entry for pdfcpu (#2105)&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap"&gt;editor-bootstrap/vim-bootstrap&lt;/a&gt;: &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap/pull/296#pullrequestreview-155752815"&gt;Updating Rust default configuration to become Vim as Rust IDE.&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/issues/334"&gt;prest/adapter: FindOne, return object not list&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2018-09-15"&gt;2018-09-15&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/prest/doc-template"&gt;prest/doc-template&lt;/a&gt;: &lt;a href="https://github.com/prest/doc-template/pull/25"&gt;documentation HTTP PORT env&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/prest/config"&gt;prest/config&lt;/a&gt;: &lt;a href="https://github.com/prest/config/pull/25"&gt;cloud factor support: PORT to http port&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/structy/structbase"&gt;structy/structbase&lt;/a&gt;: &lt;a href="https://github.com/structy/structbase/pull/6"&gt;Tokens&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/issues/333"&gt;PORT var env to HTTP Port pattern in SaaS provider&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2018-09-13"&gt;2018-09-13&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/prest/adapters"&gt;prest/adapters&lt;/a&gt;: &lt;a href="https://github.com/prest/adapters/pull/51#pullrequestreview-155052223"&gt;Implements transaction&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/jojojames/flymake-racket"&gt;jojojames/flymake-racket&lt;/a&gt;: &lt;a href="https://github.com/jojojames/flymake-racket/issues/1"&gt;send to melpa repo&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2018-09-10"&gt;2018-09-10&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-racket"&gt;avelino/awesome-racket&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-racket/pull/2#pullrequestreview-153792973"&gt;add some racket projects and new sections&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/awesome-racket"&gt;avelino/awesome-racket&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-racket/issues/1"&gt;Validate alphabetical ordem in markdown &lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2018-09-09"&gt;2018-09-09&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/sindresorhus/awesome"&gt;sindresorhus/awesome&lt;/a&gt;: &lt;a href="https://github.com/sindresorhus/awesome/pull/1393"&gt;Add Racket&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2018-09-08"&gt;2018-09-08&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/cstate/cstate"&gt;cstate/cstate&lt;/a&gt;: &lt;a href="https://github.com/cstate/cstate/pull/20#pullrequestreview-153552650"&gt;v3.0 — Preview 1&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2018-09-07"&gt;2018-09-07&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/greghendershott/frog"&gt;greghendershott/frog&lt;/a&gt;: &lt;a href="https://github.com/greghendershott/frog/pull/228"&gt;fixed typo: raco link&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2018-09-04"&gt;2018-09-04&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/muan/github-dashboard"&gt;muan/github-dashboard&lt;/a&gt;: &lt;a href="https://github.com/muan/github-dashboard/issues/14"&gt;firefox version&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/cover.run"&gt;avelino/cover.run&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/cover.run/commits?author=avelino&amp;amp;since=2018-09-01T00:00:00Z&amp;amp;until=2018-09-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/avelino.run"&gt;avelino/avelino.run&lt;/a&gt;: 7 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/avelino.run/commits?author=avelino&amp;amp;since=2018-09-01T00:00:00Z&amp;amp;until=2018-09-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/prest/config"&gt;prest/config&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/prest/config/commits?author=avelino&amp;amp;since=2018-09-01T00:00:00Z&amp;amp;until=2018-09-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/awesome-racket"&gt;avelino/awesome-racket&lt;/a&gt;: 3 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/awesome-racket/commits?author=avelino&amp;amp;since=2018-09-01T00:00:00Z&amp;amp;until=2018-09-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/dotfiles"&gt;avelino/dotfiles&lt;/a&gt;: 3 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/dotfiles/commits?author=avelino&amp;amp;since=2018-09-01T00:00:00Z&amp;amp;until=2018-09-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/hugo-theme-sarah"&gt;avelino/hugo-theme-sarah&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/hugo-theme-sarah/commits?author=avelino&amp;amp;since=2018-09-01T00:00:00Z&amp;amp;until=2018-09-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/structy/structbase"&gt;structy/structbase&lt;/a&gt;: 19 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/structy/structbase/commits?author=avelino&amp;amp;since=2018-09-01T00:00:00Z&amp;amp;until=2018-09-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/greghendershott/frog"&gt;greghendershott/frog&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/greghendershott/frog/commits?author=avelino&amp;amp;since=2018-09-01T00:00:00Z&amp;amp;until=2018-09-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/levpay/infobip"&gt;levpay/infobip&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/levpay/infobip/commits?author=avelino&amp;amp;since=2018-09-01T00:00:00Z&amp;amp;until=2018-09-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/paddle"&gt;avelino/paddle&lt;/a&gt;: 2 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/paddle/commits?author=avelino&amp;amp;since=2018-09-01T00:00:00Z&amp;amp;until=2018-09-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/awesome-go/commits?author=avelino&amp;amp;since=2018-09-01T00:00:00Z&amp;amp;until=2018-09-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: 4 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/prest/prest/commits?author=avelino&amp;amp;since=2018-09-01T00:00:00Z&amp;amp;until=2018-09-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/.emacs"&gt;avelino/.emacs&lt;/a&gt;: 7 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/.emacs/commits?author=avelino&amp;amp;since=2018-09-01T00:00:00Z&amp;amp;until=2018-09-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/prest/doc-template"&gt;prest/doc-template&lt;/a&gt;: 3 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/prest/doc-template/commits?author=avelino&amp;amp;since=2018-09-01T00:00:00Z&amp;amp;until=2018-09-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 91 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Usando iPad Pro como laptop principal</title><link>https://avelino.run/usando-ipad-pro-como-laptop-principal/</link><pubDate>Sun, 19 Aug 2018 00:00:00 +0000</pubDate><guid>https://avelino.run/usando-ipad-pro-como-laptop-principal/</guid><description>&lt;p&gt;Após ler alguns blogpost sobre usar o iPad como computador principal e conversar com um amigo que trabalha no Google que usa em caso como &lt;strong&gt;&amp;quot;main laptop&amp;quot;&lt;/strong&gt;, resolvi estudar os apps para iOS que eu teria que usar para atender a minha demanda do dia a dia como gestor e desenvolvedor.&lt;/p&gt;
&lt;p&gt;Como sempre a Apple faz um ótimo trabalho nos seus produtos, sempre pensando na simplicidade de uso do seu cliente final, ou seja, isso ajuda o onboard em qualquer dispositivo/software deles. Nem tudo são flores, ao deixar algumas coisas muito óbvias acaba confundindo (no começo) quem vem da experiência de usar um laptop para um iPad, mas acredita que em alguns dias (no meu caso 1 semana) já estava extremamente acostumado com o meu ambiente e clicando com o dele como não houvesse amanhã!&lt;/p&gt;</description></item><item><title>Motivação é pessoal, encontre oque lhe motiva continuar</title><link>https://avelino.run/quote/2018-08-13-motivacao-e-pessoal-encontre-oque-lhe-motiva-continuar/</link><pubDate>Mon, 13 Aug 2018 00:00:00 +0000</pubDate><guid>https://avelino.run/quote/2018-08-13-motivacao-e-pessoal-encontre-oque-lhe-motiva-continuar/</guid><description>&lt;p&gt;&lt;img src="https://avelino.run/motivacao-air.jpg#center" alt="Motivação é pessoal"&gt;&lt;/p&gt;
&lt;p&gt;Muitas pessoas pergunta-me por estou praticando corrida sendo que existem outros esportes mais “legais” e com mais “adrenalina”! Sempre gostei de ver minha evolução pessoal (isso é uma das coisas que me motiva), a corrida é um esporte que é você, seu cérebro e nada mais, podemos dizer, você e você mesmo(a). Todos os dias que estou me aquecendo para começar correr meu cérebro quer me vencer tentando convencer meu corpo que não vou conseguir chegar ao final, já corro mais de 1 ano (todos os dias) e continua o mesmo sentimento até hoje. O prazer de conseguir chegar no final (vitória) diária é o que me motiva acordar amanhã #5am para meditação e correr, motivação é pessoal, encontre o que lhe motiva continuar, pare de pensar que sua motivação é a mesma que seu amiguinho do &lt;a href="https://instagram.com/avelino0"&gt;Instagram&lt;/a&gt; que só pública o lado bonito e positivo da vida, quem gosta de compartilhar as quedas? Tenha certeza que todos cai, mas poucos tem coragem de compartilhar publicamente, compartilhas as quedas podem ajudar outras pessoas não tropeçarem na mesma pedra que você. Não são todos os dias que acordamos bem, mas é todos os dias que saio para correte e alcançar meus objetivos de vida!&lt;/p&gt;</description></item><item><title>Open Source Contributions - August 2018</title><link>https://avelino.run/foss/2018/08/</link><pubDate>Wed, 01 Aug 2018 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2018/08/</guid><description>&lt;p&gt;In August 2018, our community made significant strides with a total of 48 contributions across 18 repositories. This timeline highlights key events, including pull requests, reviews, and issue tracking, reflecting our commitment to continuous improvement and collaboration.&lt;/p&gt;
&lt;h2 id="2018-08-31"&gt;2018-08-31&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/cstate/cstate"&gt;cstate/cstate&lt;/a&gt;: &lt;a href="https://github.com/cstate/cstate/issues/25"&gt;issue affected list&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2018-08-30"&gt;2018-08-30&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/cstate/cstate"&gt;cstate/cstate&lt;/a&gt;: &lt;a href="https://github.com/cstate/cstate/pull/24"&gt;typo new repo name&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/cstate/cstate"&gt;cstate/cstate&lt;/a&gt;: &lt;a href="https://github.com/cstate/cstate/pull/23"&gt;fixed systems loop&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/prest/adapters"&gt;prest/adapters&lt;/a&gt;: &lt;a href="https://github.com/prest/adapters/pull/51#pullrequestreview-151138555"&gt;Implements transaction&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/cstate/cstate"&gt;cstate/cstate&lt;/a&gt;: &lt;a href="https://github.com/cstate/cstate/issues/22"&gt;Error while rendering &amp;quot;home&amp;quot; in &amp;quot;&amp;quot;: template: index.html:63:25: executing &amp;quot;index.html&amp;quot; at &amp;lt;$systems&amp;gt;: undefined variable: $index&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2018-08-28"&gt;2018-08-28&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/sina-al/pynlp"&gt;sina-al/pynlp&lt;/a&gt;: &lt;a href="https://github.com/sina-al/pynlp/issues/20"&gt;typo error on StanfordCoreNLP &lt;strong&gt;init&lt;/strong&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2018-08-26"&gt;2018-08-26&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/codelucas/newspaper"&gt;codelucas/newspaper&lt;/a&gt;: &lt;a href="https://github.com/codelucas/newspaper/issues/616"&gt;Did not locate the content this URL&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2018-08-23"&gt;2018-08-23&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap"&gt;editor-bootstrap/vim-bootstrap&lt;/a&gt;: &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap/pull/298#pullrequestreview-148909143"&gt;quickly history commands from FZF&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/rkazakov/ampify"&gt;rkazakov/ampify&lt;/a&gt;: &lt;a href="https://github.com/rkazakov/ampify/issues/25"&gt;real site convert html to amp crash&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2018-08-22"&gt;2018-08-22&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/prest/config"&gt;prest/config&lt;/a&gt;: &lt;a href="https://github.com/prest/config/pull/24#pullrequestreview-148460738"&gt;from os/user to github.com/mitchellh/go-homedir&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2018-08-21"&gt;2018-08-21&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/hugo-theme-sarah"&gt;avelino/hugo-theme-sarah&lt;/a&gt;: &lt;a href="https://github.com/avelino/hugo-theme-sarah/pull/14"&gt;added disqus support&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/hugo-theme-sarah"&gt;avelino/hugo-theme-sarah&lt;/a&gt;: &lt;a href="https://github.com/avelino/hugo-theme-sarah/pull/13"&gt;import google analytics on footer&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/hugo-theme-sarah"&gt;avelino/hugo-theme-sarah&lt;/a&gt;: &lt;a href="https://github.com/avelino/hugo-theme-sarah/pull/12"&gt;added pagination (hugo partial) support&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/hugo-theme-sarah"&gt;avelino/hugo-theme-sarah&lt;/a&gt;: &lt;a href="https://github.com/avelino/hugo-theme-sarah/pull/11"&gt;fixed title mobile guide crash&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/hugo-theme-sarah"&gt;avelino/hugo-theme-sarah&lt;/a&gt;: &lt;a href="https://github.com/avelino/hugo-theme-sarah/issues/10"&gt;disqus comment system Support&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/hugo-theme-sarah"&gt;avelino/hugo-theme-sarah&lt;/a&gt;: &lt;a href="https://github.com/avelino/hugo-theme-sarah/issues/9"&gt;Google Analytics support&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/hugo-theme-sarah"&gt;avelino/hugo-theme-sarah&lt;/a&gt;: &lt;a href="https://github.com/avelino/hugo-theme-sarah/issues/8"&gt;New style title crash on mobile&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/hugo-theme-sarah"&gt;avelino/hugo-theme-sarah&lt;/a&gt;: &lt;a href="https://github.com/avelino/hugo-theme-sarah/issues/7"&gt;Blogpost list paginate&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2018-08-20"&gt;2018-08-20&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/hugo-theme-sarah"&gt;avelino/hugo-theme-sarah&lt;/a&gt;: &lt;a href="https://github.com/avelino/hugo-theme-sarah/pull/6"&gt;title guide style, more highlight&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/hugo-theme-sarah"&gt;avelino/hugo-theme-sarah&lt;/a&gt;: &lt;a href="https://github.com/avelino/hugo-theme-sarah/pull/4"&gt;fixed markdown list &amp;quot;not parsing in HTML&amp;quot;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/gofn/gofn"&gt;gofn/gofn&lt;/a&gt;: &lt;a href="https://github.com/gofn/gofn/pull/115"&gt;[WIP] TCP client conection&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/hugo-theme-sarah"&gt;avelino/hugo-theme-sarah&lt;/a&gt;: &lt;a href="https://github.com/avelino/hugo-theme-sarah/issues/5"&gt;title guide style&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/gofn/gofn"&gt;gofn/gofn&lt;/a&gt;: &lt;a href="https://github.com/gofn/gofn/issues/114"&gt;docker tcp socket&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2018-08-15"&gt;2018-08-15&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/racket/plt-web"&gt;racket/plt-web&lt;/a&gt;: &lt;a href="https://github.com/racket/plt-web/issues/2"&gt;package name, related to the old language name&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/racket/racket-lang-org"&gt;racket/racket-lang-org&lt;/a&gt;: &lt;a href="https://github.com/racket/racket-lang-org/issues/76"&gt;gmane mirror It's not working&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2018-08-12"&gt;2018-08-12&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/2023#pullrequestreview-145470321"&gt;add cache proxy overlord&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/2059#pullrequestreview-145470117"&gt;add f4go&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/2057#pullrequestreview-145470032"&gt;add branca&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/2056#pullrequestreview-145470011"&gt;Add two books to E-Books section&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/2055#pullrequestreview-145469984"&gt;Update README.md&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/2054#pullrequestreview-145469956"&gt;Add ws&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/2053#pullrequestreview-145469899"&gt;Add gotest.tools&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/2052#pullrequestreview-145469835"&gt;Add Dataflow kit&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/2051#pullrequestreview-145469808"&gt;Add b2&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/2050#pullrequestreview-145469740"&gt;added github.com/euroteltr/rbac&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/2049#pullrequestreview-145469693"&gt;add Acra, database protection suite [security]&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2018-08-10"&gt;2018-08-10&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/racket/racket-lang-org"&gt;racket/racket-lang-org&lt;/a&gt;: &lt;a href="https://github.com/racket/racket-lang-org/pull/75"&gt;fixed typo plt/racket to racket/racket&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2018-08-07"&gt;2018-08-07&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/gofn/gofn"&gt;gofn/gofn&lt;/a&gt;: &lt;a href="https://github.com/gofn/gofn/pull/113#pullrequestreview-144019133"&gt;Add Google Compute Engine provder to gofn&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2018-08-06"&gt;2018-08-06&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/330"&gt;added pREST logo on right top readme file&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2018-08-05"&gt;2018-08-05&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/cover.run"&gt;avelino/cover.run&lt;/a&gt;: &lt;a href="https://github.com/avelino/cover.run/pull/21#pullrequestreview-143405973"&gt;- Go test is now recursively run to get coverage&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/avelino.run"&gt;avelino/avelino.run&lt;/a&gt;: 20 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/avelino.run/commits?author=avelino&amp;amp;since=2018-08-01T00:00:00Z&amp;amp;until=2018-08-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/hugo-theme-sarah"&gt;avelino/hugo-theme-sarah&lt;/a&gt;: 18 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/hugo-theme-sarah/commits?author=avelino&amp;amp;since=2018-08-01T00:00:00Z&amp;amp;until=2018-08-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/.emacs"&gt;avelino/.emacs&lt;/a&gt;: 8 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/.emacs/commits?author=avelino&amp;amp;since=2018-08-01T00:00:00Z&amp;amp;until=2018-08-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/dotfiles"&gt;avelino/dotfiles&lt;/a&gt;: 6 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/dotfiles/commits?author=avelino&amp;amp;since=2018-08-01T00:00:00Z&amp;amp;until=2018-08-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/amply/statuspage"&gt;amply/statuspage&lt;/a&gt;: 3 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/amply/statuspage/commits?author=avelino&amp;amp;since=2018-08-01T00:00:00Z&amp;amp;until=2018-08-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/cstate/cstate"&gt;cstate/cstate&lt;/a&gt;: 3 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/cstate/cstate/commits?author=avelino&amp;amp;since=2018-08-01T00:00:00Z&amp;amp;until=2018-08-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/racket/racket-lang-org"&gt;racket/racket-lang-org&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/racket/racket-lang-org/commits?author=avelino&amp;amp;since=2018-08-01T00:00:00Z&amp;amp;until=2018-08-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/prest/prest/commits?author=avelino&amp;amp;since=2018-08-01T00:00:00Z&amp;amp;until=2018-08-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 56 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Open Source Contributions - July 2018</title><link>https://avelino.run/foss/2018/07/</link><pubDate>Sun, 01 Jul 2018 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2018/07/</guid><description>&lt;p&gt;In July 2018, the development community made notable strides across 12 repositories, contributing a total of 48 activities. This timeline highlights key events, including pull requests, reviews, and issue tracking, showcasing the collaborative efforts that shaped the month.&lt;/p&gt;
&lt;h2 id="2018-07-31"&gt;2018-07-31&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/328#pullrequestreview-141854972"&gt;Module&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2018-07-25"&gt;2018-07-25&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/gofn/gofn"&gt;gofn/gofn&lt;/a&gt;: &lt;a href="https://github.com/gofn/gofn/pull/111#pullrequestreview-140458194"&gt;Add amazon EC2 Provider to IaaS&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2018-07-24"&gt;2018-07-24&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/prest/doc-template"&gt;prest/doc-template&lt;/a&gt;: &lt;a href="https://github.com/prest/doc-template/pull/23"&gt;query statement ilike operation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/prest/adapters"&gt;prest/adapters&lt;/a&gt;: &lt;a href="https://github.com/prest/adapters/pull/49"&gt;ilike support&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/2022#pullrequestreview-140023929"&gt;Add percolate/retry&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/2027#pullrequestreview-140023527"&gt;Add gookit/config&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/2029#pullrequestreview-140023327"&gt;Added GoStats&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/issues/324"&gt;Pattern matching ilike&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/issues/323"&gt;query filter _select exclude field&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/gofn/gofn"&gt;gofn/gofn&lt;/a&gt;: &lt;a href="https://github.com/gofn/gofn/issues/112"&gt;documentation location&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2018-07-23"&gt;2018-07-23&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/prest/doc-template"&gt;prest/doc-template&lt;/a&gt;: &lt;a href="https://github.com/prest/doc-template/pull/22"&gt;report database URL configuration in documentation&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2018-07-22"&gt;2018-07-22&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/prest/config"&gt;prest/config&lt;/a&gt;: &lt;a href="https://github.com/prest/config/pull/23"&gt;database connection url support&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2018-07-21"&gt;2018-07-21&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/cuducos/twitter-cleanup"&gt;cuducos/twitter-cleanup&lt;/a&gt;: &lt;a href="https://github.com/cuducos/twitter-cleanup/issues/3"&gt;tweepy limit rate error&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/cuducos/twitter-cleanup"&gt;cuducos/twitter-cleanup&lt;/a&gt;: &lt;a href="https://github.com/cuducos/twitter-cleanup/issues/2"&gt;unfollow_inactive_for error: AttributeError: 'User' object has no attribute 'status'&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/cuducos/twitter-cleanup"&gt;cuducos/twitter-cleanup&lt;/a&gt;: &lt;a href="https://github.com/cuducos/twitter-cleanup/issues/1"&gt;soft_block_bots error: account has no tweet published&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2018-07-19"&gt;2018-07-19&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/prest/adapters"&gt;prest/adapters&lt;/a&gt;: &lt;a href="https://github.com/prest/adapters/pull/48#pullrequestreview-138708751"&gt;update field permission to allow multiple config and operations&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/prest/doc-template"&gt;prest/doc-template&lt;/a&gt;: &lt;a href="https://github.com/prest/doc-template/pull/21#pullrequestreview-138708829"&gt;add example for separated configuration for read and write&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2018-07-18"&gt;2018-07-18&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/jinzhu/inflection"&gt;jinzhu/inflection&lt;/a&gt;: &lt;a href="https://github.com/jinzhu/inflection/issues/6"&gt;added your project in awesome-go&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/jinzhu/inflection"&gt;jinzhu/inflection&lt;/a&gt;: &lt;a href="https://github.com/jinzhu/inflection/issues/5"&gt;pluralInflections why not be public?&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2018-07-16"&gt;2018-07-16&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/2005#pullrequestreview-137497097"&gt;Added LSB Steganography Library&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/2004#pullrequestreview-137496968"&gt;Move Jaeger to distributed system&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/2008#pullrequestreview-137496415"&gt;Add ctc&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2018-07-12"&gt;2018-07-12&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/gofn/cli"&gt;gofn/cli&lt;/a&gt;: &lt;a href="https://github.com/gofn/cli/pull/1#pullrequestreview-136781151"&gt;modify cli to match new digital ocean api&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/prest/config"&gt;prest/config&lt;/a&gt;: &lt;a href="https://github.com/prest/config/pull/22#pullrequestreview-136780688"&gt;delete messages&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2018-07-11"&gt;2018-07-11&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;💬 Reviewed PR in &lt;a href="https://github.com/gofn/gofn"&gt;gofn/gofn&lt;/a&gt;: &lt;a href="https://github.com/gofn/gofn/pull/109#pullrequestreview-136410395"&gt;Add management of iaas via docker machine&lt;/a&gt; (Commented)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/prest/adapters"&gt;prest/adapters&lt;/a&gt;: &lt;a href="https://github.com/prest/adapters/pull/47#pullrequestreview-136377539"&gt;mark functions as test helpers&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2018-07-06"&gt;2018-07-06&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/1969#pullrequestreview-135147897"&gt;Add go-testdeep to the Testing Frameworks list&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/1983#pullrequestreview-135147659"&gt;Add awless, command line interface for AWS&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/1984#pullrequestreview-135147196"&gt;Add yunabe/lgo - Interactive Go programming with Jupyter.&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/1988#pullrequestreview-135146998"&gt;add stl&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/1997#pullrequestreview-135146730"&gt;Add jsonslice&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/2000#pullrequestreview-135146284"&gt;removed https://github.com/odeke-em/drive&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/2002#pullrequestreview-135145245"&gt;Add conflate config library/tool&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/1991#pullrequestreview-135142668"&gt;Add mort&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/1986#pullrequestreview-135142263"&gt;added gNxI&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/1981#pullrequestreview-135141973"&gt;Add percolate/charlatan&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/1977#pullrequestreview-135141547"&gt;discovery&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/1935#pullrequestreview-135140683"&gt;Add AwGo (Alfred library)&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/1933#pullrequestreview-135140547"&gt;Added g3n - Go 3D Game Engine!&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2018-07-01"&gt;2018-07-01&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/issues/315"&gt;PREST_PG_URL config var now set automatically when provisioning Postgres&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/avelino.run"&gt;avelino/avelino.run&lt;/a&gt;: 7 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/avelino.run/commits?author=avelino&amp;amp;since=2018-07-01T00:00:00Z&amp;amp;until=2018-07-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/dotfiles"&gt;avelino/dotfiles&lt;/a&gt;: 4 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/dotfiles/commits?author=avelino&amp;amp;since=2018-07-01T00:00:00Z&amp;amp;until=2018-07-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: 4 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/prest/prest/commits?author=avelino&amp;amp;since=2018-07-01T00:00:00Z&amp;amp;until=2018-07-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/hugo-theme-sarah"&gt;avelino/hugo-theme-sarah&lt;/a&gt;: 2 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/hugo-theme-sarah/commits?author=avelino&amp;amp;since=2018-07-01T00:00:00Z&amp;amp;until=2018-07-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/prest/doc-template"&gt;prest/doc-template&lt;/a&gt;: 2 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/prest/doc-template/commits?author=avelino&amp;amp;since=2018-07-01T00:00:00Z&amp;amp;until=2018-07-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/prest/adapters"&gt;prest/adapters&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/prest/adapters/commits?author=avelino&amp;amp;since=2018-07-01T00:00:00Z&amp;amp;until=2018-07-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/prest/config"&gt;prest/config&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/prest/config/commits?author=avelino&amp;amp;since=2018-07-01T00:00:00Z&amp;amp;until=2018-07-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/gofn/cli"&gt;gofn/cli&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/gofn/cli/commits?author=avelino&amp;amp;since=2018-07-01T00:00:00Z&amp;amp;until=2018-07-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 77 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Realizando sonho de trabalhar full time com Open Source</title><link>https://avelino.run/realizando-sonho-de-trabalhar-full-time-com-open-source/</link><pubDate>Fri, 15 Jun 2018 00:00:00 +0000</pubDate><guid>https://avelino.run/realizando-sonho-de-trabalhar-full-time-com-open-source/</guid><description>&lt;p&gt;É extremamente comum ver amigos que começam a contribuir com open source quererem arrumar um “emprego” para passar o dia contribuindo com o projeto (em geral, deixando o Github verdinho...). Será que é realmente legal, como muitos imaginam, trabalhar para uma empresa para &lt;strong&gt;só&lt;/strong&gt; contribuir com open source?&lt;/p&gt;
&lt;p&gt;&lt;img src="https://avelino.run/sonho-opensource.png#center" alt="Vivendo o sonho de contribuir com Open Source"&gt;&lt;/p&gt;
&lt;p&gt;Costumo dizer que contribuir com open source é viciante, faz você passar horas e horas entendendo o projeto que alguém (ou alguma empresa) idealizou, até que chega o momento de mandar o primeiro PR (&lt;em&gt;pull request&lt;/em&gt;, &lt;em&gt;patch&lt;/em&gt; e etc) e defender sua implementação. Vem a aí a primeira &lt;strong&gt;skill&lt;/strong&gt; que o desenvolvedor (você) precisa evoluir (caso ainda não tenha). Sim estou falando de &lt;strong&gt;venda&lt;/strong&gt;. Não venda de produto e sim da sua ideia (&lt;code&gt;aprender a se comunicar via texto - em geral em inglês&lt;/code&gt;) Está aí outro &lt;em&gt;problema&lt;/em&gt;, pois texto não passa sentimento. Hoje acho bom, principalmente pensando em uma contribuição, pensar na evolução do software e não levar só o que acreditamos para dentro do software (se você mantém um software open source, esteja aberto às novas ideias/necessidades).&lt;/p&gt;</description></item><item><title>Open Source Contributions - June 2018</title><link>https://avelino.run/foss/2018/06/</link><pubDate>Fri, 01 Jun 2018 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2018/06/</guid><description>&lt;p&gt;Explore the timeline of contributions made in June 2018, where 14 repositories saw a total of 21 contributions, including significant push events and pull request reviews that enhanced project collaboration and development.&lt;/p&gt;
&lt;h2 id="2018-06-29"&gt;2018-06-29&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/312#pullrequestreview-133239440"&gt;BSD Support&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2018-06-28"&gt;2018-06-28&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/311#pullrequestreview-132767049"&gt;add goreleaser&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/prest/adapters"&gt;prest/adapters&lt;/a&gt;: &lt;a href="https://github.com/prest/adapters/pull/47#pullrequestreview-133053830"&gt;mark functions as test helpers&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2018-06-25"&gt;2018-06-25&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/prest/cmd"&gt;prest/cmd&lt;/a&gt;: &lt;a href="https://github.com/prest/cmd/pull/12#pullrequestreview-131517340"&gt;add configuration warnings&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2018-06-17"&gt;2018-06-17&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/wbinnssmith/base16-oceanic-next"&gt;wbinnssmith/base16-oceanic-next&lt;/a&gt;: &lt;a href="https://github.com/wbinnssmith/base16-oceanic-next/issues/1"&gt;emacs: melpa register&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2018-06-14"&gt;2018-06-14&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/1955#pullrequestreview-128705833"&gt;Add fsnotify and watcher&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/1896#pullrequestreview-128703877"&gt;Add HTTPLab&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/1971#pullrequestreview-128703105"&gt;Add golax framework&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/1975#pullrequestreview-128702683"&gt;doc: add rql&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/1976#pullrequestreview-128701950"&gt;Add url-shortener&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/1979#pullrequestreview-128700283"&gt;Add SandID&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/prest/adapters"&gt;prest/adapters&lt;/a&gt;: &lt;a href="https://github.com/prest/adapters/pull/45#pullrequestreview-128688296"&gt;check if database is available&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2018-06-12"&gt;2018-06-12&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/nuveo/log"&gt;nuveo/log&lt;/a&gt;: &lt;a href="https://github.com/nuveo/log/pull/25#pullrequestreview-128024387"&gt;Remove code that made the log always be in UTC&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2018-06-10"&gt;2018-06-10&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/cloe-lang/cloe"&gt;cloe-lang/cloe&lt;/a&gt;: &lt;a href="https://github.com/cloe-lang/cloe/issues/98"&gt;import golang packages eco-system&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2018-06-05"&gt;2018-06-05&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/python-social-auth/social-core"&gt;python-social-auth/social-core&lt;/a&gt;: &lt;a href="https://github.com/python-social-auth/social-core/issues/247"&gt;New Instagram Graph API&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2018-06-02"&gt;2018-06-02&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/RocketChat/meteor-buildpack-horse"&gt;RocketChat/meteor-buildpack-horse&lt;/a&gt;: &lt;a href="https://github.com/RocketChat/meteor-buildpack-horse/issues/13"&gt;App creation failed. Please ensure you have valid values in the above form fields. &lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/seedifferently/boto_rsync"&gt;seedifferently/boto_rsync&lt;/a&gt;: &lt;a href="https://github.com/seedifferently/boto_rsync/issues/32"&gt;RuntimeError: Requires Python 2.5 or above and does not support Python 3&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/avelino.run"&gt;avelino/avelino.run&lt;/a&gt;: 8 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/avelino.run/commits?author=avelino&amp;amp;since=2018-06-01T00:00:00Z&amp;amp;until=2018-06-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/dotfiles"&gt;avelino/dotfiles&lt;/a&gt;: 2 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/dotfiles/commits?author=avelino&amp;amp;since=2018-06-01T00:00:00Z&amp;amp;until=2018-06-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/hugo-theme-sarah"&gt;avelino/hugo-theme-sarah&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/hugo-theme-sarah/commits?author=avelino&amp;amp;since=2018-06-01T00:00:00Z&amp;amp;until=2018-06-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/gofn/gofn"&gt;gofn/gofn&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/gofn/gofn/commits?author=avelino&amp;amp;since=2018-06-01T00:00:00Z&amp;amp;until=2018-06-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 26 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>A oportunidade disfarçada de trabalho</title><link>https://avelino.run/quote/2018-05-28-ann-landers-a-oportunidade-disfarcada-de-trabalho/</link><pubDate>Mon, 28 May 2018 00:00:00 +0000</pubDate><guid>https://avelino.run/quote/2018-05-28-ann-landers-a-oportunidade-disfarcada-de-trabalho/</guid><description>&lt;p&gt;&lt;img src="https://avelino.run/evolua-mascara.jpeg#center" alt="Analise pessoas tóxicas"&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&amp;quot;As oportunidades normalmente se apresentam disfarçadas de trabalho árduo, e é por isso que muitos não as reconhecem.&amp;quot;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Por &lt;a href="https://en.wikipedia.org/wiki/Ask_Ann_Landers"&gt;Ann Landers&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Why is the name of the language, 'Clojure'?</title><link>https://avelino.run/quote/2018-05-21-why-is-the-name-of-the-language-clojure/</link><pubDate>Mon, 21 May 2018 00:00:00 +0000</pubDate><guid>https://avelino.run/quote/2018-05-21-why-is-the-name-of-the-language-clojure/</guid><description>&lt;p&gt;&lt;img src="https://avelino.run/sit-history.jpg#center" alt="Sit down there comes history"&gt;&lt;/p&gt;
&lt;p&gt;Many who did not seek the &lt;strong&gt;&amp;quot;history&amp;quot;&lt;/strong&gt; thinks:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;code&gt;Did you pick the name based on starting with the word &amp;quot;closure&amp;quot; and replacing the &amp;quot;s&amp;quot; with &amp;quot;j&amp;quot; for Java? It seems pretty likely, but it would be nice to have that confirmed.&lt;/code&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://twitter.com/richhickey"&gt;Rich Hickey&lt;/a&gt;'s response (creator of the &lt;strong&gt;Clojure&lt;/strong&gt;):&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;code&gt;The name was chosen to be unique. I wanted to involve c (c#), l (lisp) and j (java). Once I came up with Clojure, given the pun on closure, the available domains and vast emptiness of the googlespace, it was an easy decision.&lt;/code&gt;&lt;/strong&gt;&lt;/p&gt;</description></item><item><title>The 5am club? Just crazy to do it</title><link>https://avelino.run/quote/2018-05-19-the-5am-club-just-crazy-to-do-it/</link><pubDate>Sat, 19 May 2018 00:00:00 +0000</pubDate><guid>https://avelino.run/quote/2018-05-19-the-5am-club-just-crazy-to-do-it/</guid><description>&lt;p&gt;&lt;img src="https://avelino.run/The-5am-Club-It-Can-Change-Your-Life.png#center" alt="Start lifting the 5am"&gt;&lt;/p&gt;
&lt;p&gt;Have you ever heard of &lt;strong&gt;&lt;a href="https://the5am.club/"&gt;#the5amclub&lt;/a&gt;&lt;/strong&gt;? Do you know how powerful the range of 5 to 8 A.M.?&lt;/p&gt;
&lt;p&gt;Few people are willing to wake up at 5 A.M. by choice, but that's exactly what makes the most successful people in the world, the 5am club class, the &lt;code&gt;high achievers&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;Who does this madness? &lt;strong&gt;Tim Cook&lt;/strong&gt; (Apple's CEO), &lt;strong&gt;Richard Branson&lt;/strong&gt; (from Virgin), &lt;strong&gt;Robert Iger&lt;/strong&gt; (from Disney), &lt;strong&gt;Howard Schultz&lt;/strong&gt; (from Starbucks) and &lt;strong&gt;Benjamin Franklin&lt;/strong&gt; are some of the people who adhered to this lifestyle.&lt;/p&gt;</description></item><item><title>Acelerar no caminho errado ou desacelerar para chegar onde realmente deve chegar?</title><link>https://avelino.run/quote/2018-05-16-acelerar-no-caminho-errado-ou-desacelerar-para-chegar-onde-realmente-deve-chegar/</link><pubDate>Wed, 16 May 2018 00:00:00 +0000</pubDate><guid>https://avelino.run/quote/2018-05-16-acelerar-no-caminho-errado-ou-desacelerar-para-chegar-onde-realmente-deve-chegar/</guid><description>&lt;p&gt;&lt;img src="https://avelino.run/supere-se.jpeg#center" alt="Corra não importa para onde, apenas corra!"&gt;&lt;/p&gt;
&lt;p&gt;E quando raramente param para refletir sobre a vida, se deparam com um imenso abismo emocional entre elas e as pessoas que lhe são mais caras.&lt;/p&gt;
&lt;p&gt;A realidade é que não adianta você acelerar muito, estando no caminho errado. Você só vai chegar mais rápido a lugar algum.&lt;/p&gt;
&lt;p&gt;Mesmo sendo algo contra intuitivo, desacelerar é justamente o que fará com que você atinja seus objetivos de vida de forma mais rápida.&lt;/p&gt;</description></item><item><title>Medo? Lute contra os seus medos e mude seu futuro</title><link>https://avelino.run/quote/2018-05-13-lute-contra-os-seus-medos-e-mude-seu-futuro/</link><pubDate>Sun, 13 May 2018 00:00:00 +0000</pubDate><guid>https://avelino.run/quote/2018-05-13-lute-contra-os-seus-medos-e-mude-seu-futuro/</guid><description>&lt;p&gt;Por onde começar? Que tal essa enquete abaixo!&lt;/p&gt;
&lt;p&gt;&lt;img src="https://avelino.run/medo.png#center" alt="Oque lhe causa medo?"&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;AVISO:&lt;/strong&gt; &lt;em&gt;Estou expondo minha opinião pessoal (recomendo considerar como loucura da minha cabeça)&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Analisando o resultado da enquete fica extremamente claro que o medo de muitos é o &lt;strong&gt;fracasso&lt;/strong&gt;, não é nada fácil combater esse medo (mas é necessário para uma evolução pessoal), uma das formas de combater qualquer medo é encarar ele de frente, isso não quer dizer que você não tem medo e sim que esta batendo de frente com você mesmo.&lt;/p&gt;</description></item><item><title>Open Source Contributions - May 2018</title><link>https://avelino.run/foss/2018/05/</link><pubDate>Tue, 01 May 2018 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2018/05/</guid><description>&lt;p&gt;Explore the timeline of contributions made in May 2018, featuring a total of 27 impactful events across 16 repositories. This month saw a vibrant mix of pull requests, issue discussions, and code pushes, reflecting a strong collaborative spirit within the developer community.&lt;/p&gt;
&lt;h2 id="2018-05-31"&gt;2018-05-31&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/microsoft/monaco-languages"&gt;microsoft/monaco-languages&lt;/a&gt;: &lt;a href="https://github.com/microsoft/monaco-languages/pull/37"&gt;Clojure: added more keywords&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/microsoft/monaco-editor"&gt;microsoft/monaco-editor&lt;/a&gt;: &lt;a href="https://github.com/microsoft/monaco-editor/pull/904"&gt;added clojure exampple&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2018-05-30"&gt;2018-05-30&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/microsoft/monaco-languages"&gt;microsoft/monaco-languages&lt;/a&gt;: &lt;a href="https://github.com/microsoft/monaco-languages/pull/36"&gt;Clojure support&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/microsoft/monaco-languages"&gt;microsoft/monaco-languages&lt;/a&gt;: &lt;a href="https://github.com/microsoft/monaco-languages/pull/35"&gt;upgrade all language support (today)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/lacion/cookiecutter-golang"&gt;lacion/cookiecutter-golang&lt;/a&gt;: &lt;a href="https://github.com/lacion/cookiecutter-golang/issues/14"&gt;nuveo/log logging alternative&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2018-05-17"&gt;2018-05-17&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/cover.run"&gt;avelino/cover.run&lt;/a&gt;: &lt;a href="https://github.com/avelino/cover.run/issues/18"&gt;basic report page&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2018-05-14"&gt;2018-05-14&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/prest/doc-template"&gt;prest/doc-template&lt;/a&gt;: &lt;a href="https://github.com/prest/doc-template/pull/20#pullrequestreview-119912801"&gt;Document batch insert&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/avelino.run"&gt;avelino/avelino.run&lt;/a&gt;: &lt;a href="https://github.com/avelino/avelino.run/pull/2#pullrequestreview-119730723"&gt;pt-br review and corrections&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/blinksh/blink"&gt;blinksh/blink&lt;/a&gt;: &lt;a href="https://github.com/blinksh/blink/issues/504"&gt;Smart Keyboard connect disable bar&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2018-05-05"&gt;2018-05-05&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/cover.run"&gt;avelino/cover.run&lt;/a&gt;: &lt;a href="https://github.com/avelino/cover.run/issues/16"&gt;local static badge&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2018-05-04"&gt;2018-05-04&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/atlas-engineer/nyxt"&gt;atlas-engineer/nyxt&lt;/a&gt;: &lt;a href="https://github.com/atlas-engineer/nyxt/issues/95"&gt;homebrew/cask package (macOS)&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2018-05-03"&gt;2018-05-03&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/kxxoling/jupyter-clojure-docker"&gt;kxxoling/jupyter-clojure-docker&lt;/a&gt;: &lt;a href="https://github.com/kxxoling/jupyter-clojure-docker/pull/1"&gt;upgrade image and clear dockerfile&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/cover.run"&gt;avelino/cover.run&lt;/a&gt;: &lt;a href="https://github.com/avelino/cover.run/pull/14#pullrequestreview-117451158"&gt;F/updating gofn&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/cover.run"&gt;avelino/cover.run&lt;/a&gt;: &lt;a href="https://github.com/avelino/cover.run/pull/12#pullrequestreview-117246778"&gt;Travis&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/cover.run"&gt;avelino/cover.run&lt;/a&gt;: &lt;a href="https://github.com/avelino/cover.run/issues/13"&gt;upgrade gofn version&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2018-05-02"&gt;2018-05-02&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/wsvincent/awesome-django"&gt;wsvincent/awesome-django&lt;/a&gt;: &lt;a href="https://github.com/wsvincent/awesome-django/issues/1"&gt;Already exist rosarior/awesome-django&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2018-05-01"&gt;2018-05-01&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/bottlepy/bottle"&gt;bottlepy/bottle&lt;/a&gt;: &lt;a href="https://github.com/bottlepy/bottle/issues/1063"&gt;import bottle.ext... not pythonic&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/cover.run"&gt;avelino/cover.run&lt;/a&gt;: 3 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/cover.run/commits?author=avelino&amp;amp;since=2018-05-01T00:00:00Z&amp;amp;until=2018-05-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/avelino.run"&gt;avelino/avelino.run&lt;/a&gt;: 8 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/avelino.run/commits?author=avelino&amp;amp;since=2018-05-01T00:00:00Z&amp;amp;until=2018-05-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/kxxoling/jupyter-clojure-docker"&gt;kxxoling/jupyter-clojure-docker&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/kxxoling/jupyter-clojure-docker/commits?author=avelino&amp;amp;since=2018-05-01T00:00:00Z&amp;amp;until=2018-05-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/microsoft/monaco-editor"&gt;microsoft/monaco-editor&lt;/a&gt;: 2 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/microsoft/monaco-editor/commits?author=avelino&amp;amp;since=2018-05-01T00:00:00Z&amp;amp;until=2018-05-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/microsoft/monaco-languages"&gt;microsoft/monaco-languages&lt;/a&gt;: 14 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/microsoft/monaco-languages/commits?author=avelino&amp;amp;since=2018-05-01T00:00:00Z&amp;amp;until=2018-05-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/dotfiles"&gt;avelino/dotfiles&lt;/a&gt;: 3 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/dotfiles/commits?author=avelino&amp;amp;since=2018-05-01T00:00:00Z&amp;amp;until=2018-05-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/hugo-theme-sarah"&gt;avelino/hugo-theme-sarah&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/hugo-theme-sarah/commits?author=avelino&amp;amp;since=2018-05-01T00:00:00Z&amp;amp;until=2018-05-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/the5am.club"&gt;avelino/the5am.club&lt;/a&gt;: 3 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/the5am.club/commits?author=avelino&amp;amp;since=2018-05-01T00:00:00Z&amp;amp;until=2018-05-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/slugify"&gt;avelino/slugify&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/slugify/commits?author=avelino&amp;amp;since=2018-05-01T00:00:00Z&amp;amp;until=2018-05-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/estimaai.com"&gt;avelino/estimaai.com&lt;/a&gt;: 2 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/estimaai.com/commits?author=avelino&amp;amp;since=2018-05-01T00:00:00Z&amp;amp;until=2018-05-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 25 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Dev Na Estrada 151 - Entrevista Thiago Avelino</title><link>https://avelino.run/dev-na-estrada-151-entrevista-thiago-avelino/</link><pubDate>Fri, 06 Apr 2018 00:00:00 +0000</pubDate><guid>https://avelino.run/dev-na-estrada-151-entrevista-thiago-avelino/</guid><description>&lt;p&gt;Escute minha participação no Podcast &lt;a href="https://devnaestrada.com.br/2018/04/06/entrevista-thiago-avelino.html"&gt;Dev Na Estrada&lt;/a&gt; falando sobre minha carreira profissional:&lt;/p&gt;
&lt;iframe src="https://html5-player.libsyn.com/embed/episode/id/6451362/height/90/theme/custom/thumbnail/yes/direction/backward/render-playlist/no/custom-color/3CD52E/" width="80%" frameborder="0" webkitallowfullscreen="true" mozallowfullscreen="true" allowfullscreen=""&gt;&lt;/iframe&gt;</description></item><item><title>Guia de estilo para pacotes Go</title><link>https://avelino.run/guia-de-estilo-para-pacotes-go/</link><pubDate>Mon, 02 Apr 2018 00:00:00 +0000</pubDate><guid>https://avelino.run/guia-de-estilo-para-pacotes-go/</guid><description>&lt;p&gt;Tradução do blogpost &lt;a href="https://rakyll.org/style-packages/"&gt;Style guideline for Go packages&lt;/a&gt; escrito pela &lt;a href="https://twitter.com/rakyll"&gt;@rakyll&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;img src="https://avelino.run/one-code-style-to-rule-all.jpg#center" alt="One code style to rule all"&gt;&lt;/p&gt;
&lt;p&gt;Código organizado em Go é fácil de entender, usar e ler. A falta de organização em código Go é tão crítica quanto as APIs mal projetadas. Os diretórios, nome e a estrutura dos seus pacotes são os primeiros elementos com os quais os utilizadores vêem e interagem.&lt;/p&gt;
&lt;p&gt;O objetivo deste blogpost é ajudá-lo(a) com boas práticas comuns para não definir regras ruins. Você deve sempre usar o seu julgamento para escolher a solução mais elegante para sua implementação.&lt;/p&gt;</description></item><item><title>Open Source Contributions - April 2018</title><link>https://avelino.run/foss/2018/04/</link><pubDate>Sun, 01 Apr 2018 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2018/04/</guid><description>&lt;p&gt;Explore the timeline of contributions for April 2018, showcasing significant activities across 28 repositories. This month featured 59 events, including pushes, pull requests, and reviews, highlighting a collaborative effort to improve projects and foster community engagement.&lt;/p&gt;
&lt;h2 id="2018-04-29"&gt;2018-04-29&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/cncd/pipeline"&gt;cncd/pipeline&lt;/a&gt;: &lt;a href="https://github.com/cncd/pipeline/issues/41"&gt;lock gofn project (and merge project)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/gofn/gofn"&gt;gofn/gofn&lt;/a&gt;: &lt;a href="https://github.com/gofn/gofn/issues/106"&gt;kubernetes backend support&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2018-04-28"&gt;2018-04-28&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/cover.run"&gt;avelino/cover.run&lt;/a&gt;: &lt;a href="https://github.com/avelino/cover.run/pull/8#pullrequestreview-116135113"&gt;F/cleanup&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/cover.run"&gt;avelino/cover.run&lt;/a&gt;: &lt;a href="https://github.com/avelino/cover.run/pull/7#pullrequestreview-116135085"&gt;caching badge in redis, after fetching from img.shields.io&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/cover.run"&gt;avelino/cover.run&lt;/a&gt;: &lt;a href="https://github.com/avelino/cover.run/pull/9#pullrequestreview-116135072"&gt;Performance tuning&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/ReactiveX/RxGo"&gt;ReactiveX/RxGo&lt;/a&gt;: &lt;a href="https://github.com/ReactiveX/RxGo/issues/59"&gt;added RxGo on awesome-go packages list&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/cover.run"&gt;avelino/cover.run&lt;/a&gt;: &lt;a href="https://github.com/avelino/cover.run/issues/11"&gt;test environment (very very important)&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2018-04-25"&gt;2018-04-25&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/1898#pullrequestreview-115375321"&gt;remove 404 not found link.&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2018-04-21"&gt;2018-04-21&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/1894#pullrequestreview-114176802"&gt;added golang bulgaria&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/1895#pullrequestreview-114176784"&gt;Add Go Health Package&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2018-04-20"&gt;2018-04-20&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;💬 Reviewed PR in &lt;a href="https://github.com/prest/adapters"&gt;prest/adapters&lt;/a&gt;: &lt;a href="https://github.com/prest/adapters/pull/41#pullrequestreview-114117267"&gt;Batch insert&lt;/a&gt; (Commented)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2018-04-18"&gt;2018-04-18&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/microsoft/monaco-editor"&gt;microsoft/monaco-editor&lt;/a&gt;: &lt;a href="https://github.com/microsoft/monaco-editor/issues/829"&gt;Lisp base dialect syntax highlighter&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/microsoft/monaco-editor"&gt;microsoft/monaco-editor&lt;/a&gt;: &lt;a href="https://github.com/microsoft/monaco-editor/issues/828"&gt;Clojure syntax highlighter&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/saf-dmitry/taskpaper-mode"&gt;saf-dmitry/taskpaper-mode&lt;/a&gt;: &lt;a href="https://github.com/saf-dmitry/taskpaper-mode/issues/5"&gt;C-c C-d: put date time&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2018-04-17"&gt;2018-04-17&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/cover.run"&gt;avelino/cover.run&lt;/a&gt;: &lt;a href="https://github.com/avelino/cover.run/pull/6#pullrequestreview-113034390"&gt;added a ui change for repo page. slightly cleaner&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/cover.run"&gt;avelino/cover.run&lt;/a&gt;: &lt;a href="https://github.com/avelino/cover.run/pull/5#pullrequestreview-113034301"&gt;added ability to decide the style of the badge. Defaults to flat-square&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/eclipse-theia/theia"&gt;eclipse-theia/theia&lt;/a&gt;: &lt;a href="https://github.com/eclipse-theia/theia/issues/1717"&gt;Clojure syntax highlighter&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2018-04-16"&gt;2018-04-16&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/prest/adapters"&gt;prest/adapters&lt;/a&gt;: &lt;a href="https://github.com/prest/adapters/pull/40#pullrequestreview-112399836"&gt;Move scanner out of the internal&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2018-04-14"&gt;2018-04-14&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/gofn/gofn"&gt;gofn/gofn&lt;/a&gt;: &lt;a href="https://github.com/gofn/gofn/pull/105"&gt;extend: supplying the #43 issue for list processes&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2018-04-13"&gt;2018-04-13&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/gofn/gofn"&gt;gofn/gofn&lt;/a&gt;: &lt;a href="https://github.com/gofn/gofn/pull/104#pullrequestreview-111942799"&gt;Supplying the #43 issue for list processes&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2018-04-11"&gt;2018-04-11&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/fishworks/gofish"&gt;fishworks/gofish&lt;/a&gt;: &lt;a href="https://github.com/fishworks/gofish/issues/41"&gt;Transpile homebrew formule to fish food&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2018-04-10"&gt;2018-04-10&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/clojars/clojars-web"&gt;clojars/clojars-web&lt;/a&gt;: &lt;a href="https://github.com/clojars/clojars-web/issues/687"&gt;organization group&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2018-04-09"&gt;2018-04-09&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/zxh0/jvm.go"&gt;zxh0/jvm.go&lt;/a&gt;: &lt;a href="https://github.com/zxh0/jvm.go/pull/52"&gt;fixed typo on LICESE file name&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/zxh0/jvm.go"&gt;zxh0/jvm.go&lt;/a&gt;: &lt;a href="https://github.com/zxh0/jvm.go/pull/51"&gt;added jvmgo (bin) on git ignore&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/1880#pullrequestreview-110478222"&gt;Added link to Learn go with TDD&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/1879#pullrequestreview-110477951"&gt;add a new e-book: go 101&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/goodrain/rainbond"&gt;goodrain/rainbond&lt;/a&gt;: &lt;a href="https://github.com/goodrain/rainbond/issues/59"&gt;Version of the site in English&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/goodrain/rainbond"&gt;goodrain/rainbond&lt;/a&gt;: &lt;a href="https://github.com/goodrain/rainbond/issues/58"&gt;dep to manager dependence (vendor)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/rShetty/awesome-podcasts"&gt;rShetty/awesome-podcasts&lt;/a&gt;: &lt;a href="https://github.com/rShetty/awesome-podcasts/issues/103"&gt;Brazilian podcasts (pt-br content)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/melpa/melpa"&gt;melpa/melpa&lt;/a&gt;: &lt;a href="https://github.com/melpa/melpa/issues/5419"&gt;Error (use-package): Failed to install magit: magit-20180401.314.tar&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2018-04-08"&gt;2018-04-08&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/1872#pullrequestreview-110300613"&gt;Adding WebGo to web frameworks&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/1871#pullrequestreview-110299344"&gt;Add paq utility&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/1873#pullrequestreview-110299315"&gt;Removed go-gml, goqt&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/1874#pullrequestreview-110299277"&gt;Add another JWT library.&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/goodrain/rainbond"&gt;goodrain/rainbond&lt;/a&gt;: &lt;a href="https://github.com/goodrain/rainbond/issues/57"&gt;package api design (Golang pattern)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/hugo-theme-sarah"&gt;avelino/hugo-theme-sarah&lt;/a&gt;: &lt;a href="https://github.com/avelino/hugo-theme-sarah/issues/1"&gt;social meta tags&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2018-04-07"&gt;2018-04-07&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/gohugoio/hugoThemes"&gt;gohugoio/hugoThemes&lt;/a&gt;: &lt;a href="https://github.com/gohugoio/hugoThemes/pull/349"&gt;add sarah theme&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2018-04-06"&gt;2018-04-06&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/inconshreveable/slt"&gt;inconshreveable/slt&lt;/a&gt;: &lt;a href="https://github.com/inconshreveable/slt/pull/13"&gt;inconshreveable/slt is software not package&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/inconshreveable/slt"&gt;inconshreveable/slt&lt;/a&gt;: &lt;a href="https://github.com/inconshreveable/slt/pull/12"&gt;rename server to main&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/inconshreveable/slt"&gt;inconshreveable/slt&lt;/a&gt;: &lt;a href="https://github.com/inconshreveable/slt/issues/11"&gt;rename server file to main&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/inconshreveable/slt"&gt;inconshreveable/slt&lt;/a&gt;: &lt;a href="https://github.com/inconshreveable/slt/issues/10"&gt;dependency management&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2018-04-05"&gt;2018-04-05&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/1870#pullrequestreview-109610370"&gt;Update README.md&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2018-04-03"&gt;2018-04-03&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/crgimenes/grupo-estudos-golang"&gt;crgimenes/grupo-estudos-golang&lt;/a&gt;: &lt;a href="https://github.com/crgimenes/grupo-estudos-golang/issues/54"&gt;Usar sistema de labels nas issues&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/crgimenes/grupo-estudos-golang"&gt;crgimenes/grupo-estudos-golang&lt;/a&gt;: &lt;a href="https://github.com/crgimenes/grupo-estudos-golang/issues/53"&gt;Converte em uma estrutura Hugo &lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/nuveo/log"&gt;nuveo/log&lt;/a&gt;: &lt;a href="https://github.com/nuveo/log/issues/22"&gt;raygun support, used adapter pattern&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2018-04-02"&gt;2018-04-02&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/rakyll/rakyll.github.io"&gt;rakyll/rakyll.github.io&lt;/a&gt;: &lt;a href="https://github.com/rakyll/rakyll.github.io/pull/6"&gt;fixed typo on style-packages&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/avelino.run"&gt;avelino/avelino.run&lt;/a&gt;: &lt;a href="https://github.com/avelino/avelino.run/pull/1#pullrequestreview-108777240"&gt;Fixed some pt-br to improve reading and some typos&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2018-04-01"&gt;2018-04-01&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/1866#pullrequestreview-108515189"&gt;README.md: Add goimagehash&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/vic/rebecca-theme"&gt;vic/rebecca-theme&lt;/a&gt;: &lt;a href="https://github.com/vic/rebecca-theme/issues/7"&gt;iterm2 theme support&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/cover.run"&gt;avelino/cover.run&lt;/a&gt;: 2 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/cover.run/commits?author=avelino&amp;amp;since=2018-04-01T00:00:00Z&amp;amp;until=2018-04-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/avelino.run"&gt;avelino/avelino.run&lt;/a&gt;: 11 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/avelino.run/commits?author=avelino&amp;amp;since=2018-04-01T00:00:00Z&amp;amp;until=2018-04-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/dotfiles"&gt;avelino/dotfiles&lt;/a&gt;: 4 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/dotfiles/commits?author=avelino&amp;amp;since=2018-04-01T00:00:00Z&amp;amp;until=2018-04-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/hugo-theme-sarah"&gt;avelino/hugo-theme-sarah&lt;/a&gt;: 22 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/hugo-theme-sarah/commits?author=avelino&amp;amp;since=2018-04-01T00:00:00Z&amp;amp;until=2018-04-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/gofn/gofn"&gt;gofn/gofn&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/gofn/gofn/commits?author=avelino&amp;amp;since=2018-04-01T00:00:00Z&amp;amp;until=2018-04-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/estimaai.com"&gt;avelino/estimaai.com&lt;/a&gt;: 5 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/estimaai.com/commits?author=avelino&amp;amp;since=2018-04-01T00:00:00Z&amp;amp;until=2018-04-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/zxh0/jvm.go"&gt;zxh0/jvm.go&lt;/a&gt;: 2 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/zxh0/jvm.go/commits?author=avelino&amp;amp;since=2018-04-01T00:00:00Z&amp;amp;until=2018-04-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: 2 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/prest/prest/commits?author=avelino&amp;amp;since=2018-04-01T00:00:00Z&amp;amp;until=2018-04-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/.emacs"&gt;avelino/.emacs&lt;/a&gt;: 12 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/.emacs/commits?author=avelino&amp;amp;since=2018-04-01T00:00:00Z&amp;amp;until=2018-04-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/prest/doc-template"&gt;prest/doc-template&lt;/a&gt;: 2 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/prest/doc-template/commits?author=avelino&amp;amp;since=2018-04-01T00:00:00Z&amp;amp;until=2018-04-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 25 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Fazer o melhor que podemos na condição que tem - Monja Coen</title><link>https://avelino.run/quote/2018-03-27-fazer-o-melhor-que-podemos-na-condicao-que-tem/</link><pubDate>Tue, 27 Mar 2018 00:00:00 +0000</pubDate><guid>https://avelino.run/quote/2018-03-27-fazer-o-melhor-que-podemos-na-condicao-que-tem/</guid><description>&lt;p&gt;&lt;img src="https://avelino.run/monja-coen.jpg#center" alt="Monja Coen"&gt;&lt;/p&gt;
&lt;p&gt;Esta fazendo o possível ou o melhor? Se &lt;em&gt;você&lt;/em&gt; (ou &lt;strong&gt;eu&lt;/strong&gt;) podendo fazer o meu melhor me contato com o possível cairemos em um lugar chamado &lt;strong&gt;mediocridade&lt;/strong&gt;&lt;/p&gt;
&lt;h2 id="medíocre"&gt;Medíocre&lt;/h2&gt;
&lt;p&gt;Significa mediano, sofrível. É um adjetivo de dois gêneros que qualifica aquele ou aquilo que está na média entre dois termos de comparação , ou seja, que não é bom nem mau, que não é pequeno nem grande etc. Por exemplo: &amp;quot;Um livro medíocre&amp;quot;.&lt;/p&gt;</description></item><item><title>Empreendendo em seu local de trabalho</title><link>https://avelino.run/quote/2018-03-19-quote-empreendendo-em-seu-local-de-trabalho/</link><pubDate>Sun, 25 Mar 2018 00:00:00 +0000</pubDate><guid>https://avelino.run/quote/2018-03-19-quote-empreendendo-em-seu-local-de-trabalho/</guid><description>&lt;p&gt;&lt;img src="https://avelino.run/mente.jpg#center" alt="Mente empreendedora"&gt;&lt;/p&gt;
&lt;p&gt;Em 2014 palestrei em alguns evendo falando sobre &lt;strong&gt;Empreender em seu local de trabalho&lt;/strong&gt;, muitas pessoas pensam que empreender é abrir uma empresa (ter CNPJ) e cuidar de questões burocraticas de ter uma empresa (contabilidade, fluxo de caixa e blá blá blá), mas na real o que é empreender?&lt;/p&gt;
&lt;script async class="speakerdeck-embed" data-id="9951aee0382e0132d1604297f98471b0" data-ratio="" src="//speakerdeck.com/assets/embed.js"&gt;&lt;/script&gt;
&lt;h3 id="porque-esse-blogpost-após-3-anos-de-palestra"&gt;Porque esse blogpost, após 3 anos de palestra?&lt;/h3&gt;
&lt;p&gt;&lt;a href="https://avelino.run/trocando-forma-de-pensar-mudando-mindset-de-empres%C3%A1rio-para-empregado/"&gt;Trocando forma de pensar (mudando mindset) de empresário para 'empregado'&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Open Source Contributions - March 2018</title><link>https://avelino.run/foss/2018/03/</link><pubDate>Thu, 01 Mar 2018 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2018/03/</guid><description>&lt;p&gt;In March 2018, a vibrant collaborative effort unfolded across 26 repositories, showcasing a total of 69 contributions. This timeline highlights significant events such as pull requests, code reviews, and push events that collectively contributed to the growth and enhancement of projects, reflecting an active and engaged developer community.&lt;/p&gt;
&lt;h2 id="2018-03-31"&gt;2018-03-31&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/1864#pullrequestreview-108492831"&gt;Add github.com/buraksezer/consistent package&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/1862#pullrequestreview-108492806"&gt;Add the iot project for Google IoT Core.&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/1865#pullrequestreview-108492764"&gt;Added github.com/fatih/structs to serialization&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2018-03-28"&gt;2018-03-28&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/issues/293"&gt;ALLOWED_HOSTS configuration&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2018-03-27"&gt;2018-03-27&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/prest/adapters"&gt;prest/adapters&lt;/a&gt;: &lt;a href="https://github.com/prest/adapters/pull/39#pullrequestreview-107295154"&gt;fix join request with schema&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2018-03-26"&gt;2018-03-26&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/prest/doc-template"&gt;prest/doc-template&lt;/a&gt;: &lt;a href="https://github.com/prest/doc-template/pull/18"&gt;[wip] automatically deploy via travis ci&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/1860#pullrequestreview-106749367"&gt;Add hydra to the list oauth2 apps&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2018-03-24"&gt;2018-03-24&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/1858#pullrequestreview-106705898"&gt;Updated Naming&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/1859#pullrequestreview-106705811"&gt;Removed go-bqstreamer, no longer maintained&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/1853#pullrequestreview-106697994"&gt;Added Community Curated Resources&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/1846#pullrequestreview-106697478"&gt;Add official MongoDB Go driver&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/1848#pullrequestreview-106697388"&gt;added https://github.com/gobuffalo/packr&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/1850#pullrequestreview-106697319"&gt;Add cfmt library&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/1851#pullrequestreview-106697189"&gt;:sparkles: Add Pipe&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/1852#pullrequestreview-106697135"&gt;Add Vektra/Mockery&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/ReactiveX/RxGo"&gt;ReactiveX/RxGo&lt;/a&gt;: &lt;a href="https://github.com/ReactiveX/RxGo/pull/57#pullrequestreview-106697822"&gt;49 feature request flatmap&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/tesseract-ocr/langdata"&gt;tesseract-ocr/langdata&lt;/a&gt;: &lt;a href="https://github.com/tesseract-ocr/langdata/issues/119"&gt;Documentation of how to contribute&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/tesseract-ocr/langdata"&gt;tesseract-ocr/langdata&lt;/a&gt;: &lt;a href="https://github.com/tesseract-ocr/langdata/issues/118"&gt;Portuguese (Brazil) source&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/issues/1857"&gt;readme in english&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/gographics/imagick"&gt;gographics/imagick&lt;/a&gt;: &lt;a href="https://github.com/gographics/imagick/issues/158"&gt;package api design (Golang pattern)&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2018-03-23"&gt;2018-03-23&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/yyyar/gobetween"&gt;yyyar/gobetween&lt;/a&gt;: &lt;a href="https://github.com/yyyar/gobetween/issues/130"&gt;why put the software inside the src folder?&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2018-03-22"&gt;2018-03-22&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/levpay/infobip"&gt;levpay/infobip&lt;/a&gt;: &lt;a href="https://github.com/levpay/infobip/pull/5"&gt;warning: file is not gofmted with -s (gofmt)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/levpay/infobip"&gt;levpay/infobip&lt;/a&gt;: &lt;a href="https://github.com/levpay/infobip/pull/2"&gt;added travis support&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/prest/adapters"&gt;prest/adapters&lt;/a&gt;: &lt;a href="https://github.com/prest/adapters/pull/38#pullrequestreview-106257151"&gt;add support to slice on scripts&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/prest/template"&gt;prest/template&lt;/a&gt;: &lt;a href="https://github.com/prest/template/pull/3#pullrequestreview-106228631"&gt;Add support to slice in script&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/levpay/infobip"&gt;levpay/infobip&lt;/a&gt;: &lt;a href="https://github.com/levpay/infobip/pull/1#pullrequestreview-106184919"&gt;single message feature&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/levpay/infobip"&gt;levpay/infobip&lt;/a&gt;: &lt;a href="https://github.com/levpay/infobip/issues/3"&gt;Send multiple textual sms&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2018-03-21"&gt;2018-03-21&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/prest/adapters"&gt;prest/adapters&lt;/a&gt;: &lt;a href="https://github.com/prest/adapters/pull/37#pullrequestreview-105909894"&gt;fix scanner on mock adapter&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/nuveo/boxos"&gt;nuveo/boxos&lt;/a&gt;: &lt;a href="https://github.com/nuveo/boxos/pull/5#pullrequestreview-105947495"&gt;Update Docker and Docker Compose.&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2018-03-20"&gt;2018-03-20&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/issues/288"&gt;Heroku click deploy&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2018-03-18"&gt;2018-03-18&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/ankurdave/color-identifiers-mode"&gt;ankurdave/color-identifiers-mode&lt;/a&gt;: &lt;a href="https://github.com/ankurdave/color-identifiers-mode/pull/54"&gt;append golang on languages list&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/prest/middlewares"&gt;prest/middlewares&lt;/a&gt;: &lt;a href="https://github.com/prest/middlewares/pull/14#pullrequestreview-104810322"&gt;Implement support for JWT algos&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/prest/config"&gt;prest/config&lt;/a&gt;: &lt;a href="https://github.com/prest/config/pull/20#pullrequestreview-104810288"&gt;Add JWT-algo configuration&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2018-03-17"&gt;2018-03-17&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/gofn/gofn"&gt;gofn/gofn&lt;/a&gt;: &lt;a href="https://github.com/gofn/gofn/issues/103"&gt;azure functions support&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/gofn/gofn"&gt;gofn/gofn&lt;/a&gt;: &lt;a href="https://github.com/gofn/gofn/issues/102"&gt;Support for other types of containers environment?&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2018-03-12"&gt;2018-03-12&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/ReactiveX/RxGo"&gt;ReactiveX/RxGo&lt;/a&gt;: &lt;a href="https://github.com/ReactiveX/RxGo/pull/56"&gt;fix example on readme&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/prest/adapters"&gt;prest/adapters&lt;/a&gt;: &lt;a href="https://github.com/prest/adapters/pull/36#pullrequestreview-103209229"&gt;Mockadapter&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/ReactiveX/RxGo"&gt;ReactiveX/RxGo&lt;/a&gt;: &lt;a href="https://github.com/ReactiveX/RxGo/pull/52#pullrequestreview-103141115"&gt;fix typo. iterface =&amp;gt; interface?&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/ReactiveX/RxGo"&gt;ReactiveX/RxGo&lt;/a&gt;: &lt;a href="https://github.com/ReactiveX/RxGo/pull/53#pullrequestreview-103140894"&gt;Add support of dep tools&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/prest/cmd"&gt;prest/cmd&lt;/a&gt;: &lt;a href="https://github.com/prest/cmd/pull/10#pullrequestreview-103152833"&gt;sqlx stop support go 1.7 so prest stops too&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2018-03-09"&gt;2018-03-09&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/ankurdave/color-identifiers-mode"&gt;ankurdave/color-identifiers-mode&lt;/a&gt;: &lt;a href="https://github.com/ankurdave/color-identifiers-mode/pull/53"&gt;added golang support&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/ankurdave/color-identifiers-mode"&gt;ankurdave/color-identifiers-mode&lt;/a&gt;: &lt;a href="https://github.com/ankurdave/color-identifiers-mode/issues/52"&gt;golang support&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/saf-dmitry/taskpaper-mode"&gt;saf-dmitry/taskpaper-mode&lt;/a&gt;: &lt;a href="https://github.com/saf-dmitry/taskpaper-mode/issues/4"&gt;custom tag done via taskpaper-tag-faces not working&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2018-03-08"&gt;2018-03-08&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/beanstalkd/go-beanstalk"&gt;beanstalkd/go-beanstalk&lt;/a&gt;: &lt;a href="https://github.com/beanstalkd/go-beanstalk/pull/14#pullrequestreview-102347463"&gt;Create beanstalk&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/beanstalkd/go-beanstalk"&gt;beanstalkd/go-beanstalk&lt;/a&gt;: &lt;a href="https://github.com/beanstalkd/go-beanstalk/issues/28"&gt;project is dead?&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2018-03-06"&gt;2018-03-06&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/rumlang/rum"&gt;rumlang/rum&lt;/a&gt;: &lt;a href="https://github.com/rumlang/rum/issues/133"&gt;runtime: nil operator&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2018-03-05"&gt;2018-03-05&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/1832#pullrequestreview-101260306"&gt;Add github.com/Jeffail/benthos&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/1831#pullrequestreview-101260001"&gt;Add chasquid, an SMTP (email) server&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2018-03-03"&gt;2018-03-03&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/fabiospampinato/vscode-todo-plus"&gt;fabiospampinato/vscode-todo-plus&lt;/a&gt;: &lt;a href="https://github.com/fabiospampinato/vscode-todo-plus/pull/36"&gt;added taskpaper on keywords&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/melpa/melpa"&gt;melpa/melpa&lt;/a&gt;: &lt;a href="https://github.com/melpa/melpa/pull/5349"&gt;added taskpaper-mode&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2018-03-02"&gt;2018-03-02&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/prest/doc-template"&gt;prest/doc-template&lt;/a&gt;: &lt;a href="https://github.com/prest/doc-template/pull/11"&gt;create partial issues list&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/issues/281"&gt;Describe table endpoint&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2018-03-01"&gt;2018-03-01&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/prest/doc-template"&gt;prest/doc-template&lt;/a&gt;: &lt;a href="https://github.com/prest/doc-template/pull/10"&gt;case studies page&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/prest/doc-template"&gt;prest/doc-template&lt;/a&gt;: &lt;a href="https://github.com/prest/doc-template/pull/9"&gt;Written documentation of how to disable JWT in custom handler&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/issues/280"&gt;Command to generate PlantUML ER Diagram all tables&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/avelino.run"&gt;avelino/avelino.run&lt;/a&gt;: 8 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/avelino.run/commits?author=avelino&amp;amp;since=2018-03-01T00:00:00Z&amp;amp;until=2018-03-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/fabiospampinato/vscode-todo-plus"&gt;fabiospampinato/vscode-todo-plus&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/fabiospampinato/vscode-todo-plus/commits?author=avelino&amp;amp;since=2018-03-01T00:00:00Z&amp;amp;until=2018-03-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/gofn/dproxy"&gt;gofn/dproxy&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/gofn/dproxy/commits?author=avelino&amp;amp;since=2018-03-01T00:00:00Z&amp;amp;until=2018-03-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/dotfiles"&gt;avelino/dotfiles&lt;/a&gt;: 2 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/dotfiles/commits?author=avelino&amp;amp;since=2018-03-01T00:00:00Z&amp;amp;until=2018-03-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/melpa/melpa"&gt;melpa/melpa&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/melpa/melpa/commits?author=avelino&amp;amp;since=2018-03-01T00:00:00Z&amp;amp;until=2018-03-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/gofn/gofn"&gt;gofn/gofn&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/gofn/gofn/commits?author=avelino&amp;amp;since=2018-03-01T00:00:00Z&amp;amp;until=2018-03-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/prest/go-driver"&gt;prest/go-driver&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/prest/go-driver/commits?author=avelino&amp;amp;since=2018-03-01T00:00:00Z&amp;amp;until=2018-03-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/rumlang/rum"&gt;rumlang/rum&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/rumlang/rum/commits?author=avelino&amp;amp;since=2018-03-01T00:00:00Z&amp;amp;until=2018-03-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/levpay/infobip"&gt;levpay/infobip&lt;/a&gt;: 5 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/levpay/infobip/commits?author=avelino&amp;amp;since=2018-03-01T00:00:00Z&amp;amp;until=2018-03-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/ankurdave/color-identifiers-mode"&gt;ankurdave/color-identifiers-mode&lt;/a&gt;: 2 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/ankurdave/color-identifiers-mode/commits?author=avelino&amp;amp;since=2018-03-01T00:00:00Z&amp;amp;until=2018-03-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: 4 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/prest/prest/commits?author=avelino&amp;amp;since=2018-03-01T00:00:00Z&amp;amp;until=2018-03-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/ReactiveX/RxGo"&gt;ReactiveX/RxGo&lt;/a&gt;: 2 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/ReactiveX/RxGo/commits?author=avelino&amp;amp;since=2018-03-01T00:00:00Z&amp;amp;until=2018-03-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/.emacs"&gt;avelino/.emacs&lt;/a&gt;: 27 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/.emacs/commits?author=avelino&amp;amp;since=2018-03-01T00:00:00Z&amp;amp;until=2018-03-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/prest/doc-template"&gt;prest/doc-template&lt;/a&gt;: 4 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/prest/doc-template/commits?author=avelino&amp;amp;since=2018-03-01T00:00:00Z&amp;amp;until=2018-03-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 28 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>História do Lisp, abra os olhos para programação funcional</title><link>https://avelino.run/hist%C3%B3ria-do-lisp-abra-os-olhos-para-programa%C3%A7%C3%A3o-funcional/</link><pubDate>Thu, 08 Feb 2018 00:00:00 +0000</pubDate><guid>https://avelino.run/hist%C3%B3ria-do-lisp-abra-os-olhos-para-programa%C3%A7%C3%A3o-funcional/</guid><description>&lt;p&gt;&lt;img src="https://avelino.run/princess-lisp.png#center" alt="Lisp a linguagem de programação orientada a parenteses"&gt;&lt;/p&gt;
&lt;h3 id="como-começou-minha-paixão-por-parênteses-ops-lisp"&gt;Como começou minha paixão por parênteses (ops Lisp)?&lt;/h3&gt;
&lt;p&gt;Tenho uma formação na área de Matemática Aplicada (começa ai a loucura), Lisp foi uma das poucas linguagens de programação que me deparei dentro da academia (eu já programava em Perl profissionalmente e conhecia Python), quando vi aqueles parênteses de cara pensei &lt;em&gt;isso não é para mim&lt;/em&gt; (isso é uma loucura de Matemática/Acadêmico que nunca saiu para o mercado de trabalho). Com o passar das aulas eu comecei achar confortável os parênteses (seres humanos acostuma muito rápido com tudo) e comecei achar estranho a forma de pensar para escrever a lógica do software (por exemplo &lt;code&gt;(+ 1 2)&lt;/code&gt;). Lisp usa &lt;a href="https://pt.wikipedia.org/wiki/Nota%C3%A7%C3%A3o_polonesa_inversa"&gt;Notação polonesa&lt;/a&gt; como forma de expressão, isso foi complicado acostumar, no dia a dia usava uma linguagem de programação &lt;em&gt;&amp;quot;normal&amp;quot;&lt;/em&gt; e dentro da academia &lt;a href="https://pt.wikipedia.org/wiki/Programa%C3%A7%C3%A3o_funcional"&gt;funcional&lt;/a&gt; (sem saber que era funcional).&lt;/p&gt;</description></item><item><title>Open Source Contributions - February 2018</title><link>https://avelino.run/foss/2018/02/</link><pubDate>Thu, 01 Feb 2018 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2018/02/</guid><description>&lt;p&gt;In February 2018, the development community made notable strides with a total of 21 repositories contributing to 67 events. This timeline showcases the impactful contributions, including 9 open pull requests and 18 reviews, reflecting the collaborative spirit and ongoing development efforts within the community.&lt;/p&gt;
&lt;h2 id="2018-02-28"&gt;2018-02-28&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/prest/doc-template"&gt;prest/doc-template&lt;/a&gt;: &lt;a href="https://github.com/prest/doc-template/pull/8"&gt;Theme learn&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/prest/doc-template"&gt;prest/doc-template&lt;/a&gt;: &lt;a href="https://github.com/prest/doc-template/pull/7"&gt;Framework more detail&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/prest/doc-template"&gt;prest/doc-template&lt;/a&gt;: &lt;a href="https://github.com/prest/doc-template/pull/6"&gt;migrate to theme hugo-theme-learn&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/golang/lint"&gt;golang/lint&lt;/a&gt;: &lt;a href="https://github.com/golang/lint/pull/383#pullrequestreview-100095139"&gt;lint: swap IfStmt tests to not skip every other IfStmt in a chain&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/issues/279"&gt;BSD supported (auto build)&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2018-02-26"&gt;2018-02-26&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/issues/277"&gt;middleware: whitelist endpoint&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/zyedidia/micro"&gt;zyedidia/micro&lt;/a&gt;: &lt;a href="https://github.com/zyedidia/micro/issues/1053"&gt;bash commands CtrlE&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2018-02-23"&gt;2018-02-23&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/1821#pullrequestreview-99020343"&gt;TextRank package - Update README.md&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/1814#pullrequestreview-98896133"&gt;Add php-parser&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/1820#pullrequestreview-98895287"&gt;add https://github.com/xujiajun/gorouter library&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/1817#pullrequestreview-98894773"&gt;Add GolangCI&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2018-02-22"&gt;2018-02-22&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/rumlang/rum"&gt;rumlang/rum&lt;/a&gt;: [playground: panic: strconv.ParseFloat: parsing &amp;quot;3]&amp;quot;: invalid syntax](&lt;a href="https://github.com/rumlang/rum/issues/129"&gt;https://github.com/rumlang/rum/issues/129&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/issues/274"&gt;fixtures (initial data for table)&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2018-02-21"&gt;2018-02-21&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/rumlang/rum"&gt;rumlang/rum&lt;/a&gt;: &lt;a href="https://github.com/rumlang/rum/issues/128"&gt;runtime: list&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2018-02-20"&gt;2018-02-20&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/issues/272"&gt;pREST documentation theme&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2018-02-16"&gt;2018-02-16&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/1792#pullrequestreview-97102351"&gt;Add Cameradar library&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2018-02-14"&gt;2018-02-14&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;💬 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/1788#pullrequestreview-96496561"&gt;Added kcli to devops tools&lt;/a&gt; (Commented)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2018-02-13"&gt;2018-02-13&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/rumlang/rum"&gt;rumlang/rum&lt;/a&gt;: &lt;a href="https://github.com/rumlang/rum/issues/127"&gt;runtime: zip&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2018-02-12"&gt;2018-02-12&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/commonlispbr/commonlispbr.github.io"&gt;commonlispbr/commonlispbr.github.io&lt;/a&gt;: &lt;a href="https://github.com/commonlispbr/commonlispbr.github.io/pull/16"&gt;added history of Lisp (my blogpost)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/1804#pullrequestreview-95922247"&gt;Add go-deep&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/1795#pullrequestreview-95775009"&gt;Added jackal XMPP server to the README&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/1796#pullrequestreview-95774700"&gt;Add commonregex library&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/1802#pullrequestreview-95774537"&gt;Add gocmd&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/1793#pullrequestreview-95774365"&gt;Added term-quiz to the README&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/rumlang/rum"&gt;rumlang/rum&lt;/a&gt;: &lt;a href="https://github.com/rumlang/rum/pull/126#pullrequestreview-95765037"&gt;main: change readfile to newscanner&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/rumlang/rum"&gt;rumlang/rum&lt;/a&gt;: &lt;a href="https://github.com/rumlang/rum/pull/124#pullrequestreview-95678356"&gt;compare strings&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;❌ Reviewed PR in &lt;a href="https://github.com/commonlispbr/commonlispbr.github.io"&gt;commonlispbr/commonlispbr.github.io&lt;/a&gt;: &lt;a href="https://github.com/commonlispbr/commonlispbr.github.io/pull/17#pullrequestreview-95805739"&gt;Toc fix&lt;/a&gt; (Dismissed)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/rumlang/rum"&gt;rumlang/rum&lt;/a&gt;: &lt;a href="https://github.com/rumlang/rum/issues/125"&gt;Create jupyter kernel support&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2018-02-11"&gt;2018-02-11&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/rumlang/rum"&gt;rumlang/rum&lt;/a&gt;: &lt;a href="https://github.com/rumlang/rum/pull/122#pullrequestreview-95653595"&gt;update examples and syntax proposal&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2018-02-10"&gt;2018-02-10&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/rumlang/rum"&gt;rumlang/rum&lt;/a&gt;: &lt;a href="https://github.com/rumlang/rum/pull/121#pullrequestreview-95635016"&gt;Multiple lines on REPL&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/rumlang/playground"&gt;rumlang/playground&lt;/a&gt;: &lt;a href="https://github.com/rumlang/playground/pull/7#pullrequestreview-95619698"&gt;fix share not loading&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2018-02-09"&gt;2018-02-09&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/rumlang/playground"&gt;rumlang/playground&lt;/a&gt;: &lt;a href="https://github.com/rumlang/playground/pull/5"&gt;Docker environment&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/rumlang/playground"&gt;rumlang/playground&lt;/a&gt;: &lt;a href="https://github.com/rumlang/playground/pull/4"&gt;set dynamic uri&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/trumae/valente"&gt;trumae/valente&lt;/a&gt;: &lt;a href="https://github.com/trumae/valente/pull/20"&gt;send string when they count line break&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/rumlang/rum"&gt;rumlang/rum&lt;/a&gt;: &lt;a href="https://github.com/rumlang/rum/issues/119"&gt;playground: input field syntax-highlight (code editor)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/rumlang/rum"&gt;rumlang/rum&lt;/a&gt;: &lt;a href="https://github.com/rumlang/rum/issues/118"&gt;playground: share does not work with line break &lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2018-02-08"&gt;2018-02-08&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/rumlang/playground"&gt;rumlang/playground&lt;/a&gt;: &lt;a href="https://github.com/rumlang/playground/pull/2"&gt;used dep to generate vendor&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/rumlang/playground"&gt;rumlang/playground&lt;/a&gt;: &lt;a href="https://github.com/rumlang/playground/pull/1"&gt;Change project name&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/rumlang/rum"&gt;rumlang/rum&lt;/a&gt;: &lt;a href="https://github.com/rumlang/rum/issues/117"&gt;playground: Panic test&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/rumlang/rum"&gt;rumlang/rum&lt;/a&gt;: &lt;a href="https://github.com/rumlang/rum/issues/116"&gt;playground: error when it contains more than one operation &lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/rumlang/rum"&gt;rumlang/rum&lt;/a&gt;: &lt;a href="https://github.com/rumlang/rum/issues/115"&gt;playground: print send to stdout (server log)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/rumlang/rum"&gt;rumlang/rum&lt;/a&gt;: &lt;a href="https://github.com/rumlang/rum/issues/114"&gt;playground: docker environment&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/rumlang/rum"&gt;rumlang/rum&lt;/a&gt;: &lt;a href="https://github.com/rumlang/rum/issues/113"&gt;playground: added vendor&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/rumlang/rum"&gt;rumlang/rum&lt;/a&gt;: &lt;a href="https://github.com/rumlang/rum/issues/112"&gt;playground: share code&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/rumlang/rum"&gt;rumlang/rum&lt;/a&gt;: &lt;a href="https://github.com/rumlang/rum/issues/111"&gt;playground: rename projeto rumplay to playground&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/rumlang/rum"&gt;rumlang/rum&lt;/a&gt;: &lt;a href="https://github.com/rumlang/rum/issues/110"&gt;playground: uuid change signature&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2018-02-06"&gt;2018-02-06&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/rumlang/rum"&gt;rumlang/rum&lt;/a&gt;: &lt;a href="https://github.com/rumlang/rum/issues/108"&gt;runtime: reduce&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/rumlang/rum"&gt;rumlang/rum&lt;/a&gt;: &lt;a href="https://github.com/rumlang/rum/issues/107"&gt;runtime: filter&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/rumlang/rum"&gt;rumlang/rum&lt;/a&gt;: &lt;a href="https://github.com/rumlang/rum/issues/106"&gt;list&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2018-02-05"&gt;2018-02-05&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/roswell/roswell"&gt;roswell/roswell&lt;/a&gt;: &lt;a href="https://github.com/roswell/roswell/issues/292"&gt;curl error install on debian&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2018-02-04"&gt;2018-02-04&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/valeriansaliou/vigil"&gt;valeriansaliou/vigil&lt;/a&gt;: &lt;a href="https://github.com/valeriansaliou/vigil/issues/3"&gt;Golang reporter package&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/cover.run"&gt;avelino/cover.run&lt;/a&gt;: 10 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/cover.run/commits?author=avelino&amp;amp;since=2018-02-01T00:00:00Z&amp;amp;until=2018-02-28T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/avelino.run"&gt;avelino/avelino.run&lt;/a&gt;: 5 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/avelino.run/commits?author=avelino&amp;amp;since=2018-02-01T00:00:00Z&amp;amp;until=2018-02-28T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/rumlang/playground"&gt;rumlang/playground&lt;/a&gt;: 8 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/rumlang/playground/commits?author=avelino&amp;amp;since=2018-02-01T00:00:00Z&amp;amp;until=2018-02-28T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/dotfiles"&gt;avelino/dotfiles&lt;/a&gt;: 5 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/dotfiles/commits?author=avelino&amp;amp;since=2018-02-01T00:00:00Z&amp;amp;until=2018-02-28T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/rumlang/rumlang.github.io"&gt;rumlang/rumlang.github.io&lt;/a&gt;: 15 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/rumlang/rumlang.github.io/commits?author=avelino&amp;amp;since=2018-02-01T00:00:00Z&amp;amp;until=2018-02-28T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/rumlang/vscode-rum"&gt;rumlang/vscode-rum&lt;/a&gt;: 3 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/rumlang/vscode-rum/commits?author=avelino&amp;amp;since=2018-02-01T00:00:00Z&amp;amp;until=2018-02-28T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/rumlang/rum-mode"&gt;rumlang/rum-mode&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/rumlang/rum-mode/commits?author=avelino&amp;amp;since=2018-02-01T00:00:00Z&amp;amp;until=2018-02-28T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/commonlispbr/commonlispbr.github.io"&gt;commonlispbr/commonlispbr.github.io&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/commonlispbr/commonlispbr.github.io/commits?author=avelino&amp;amp;since=2018-02-01T00:00:00Z&amp;amp;until=2018-02-28T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/golang/lint"&gt;golang/lint&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/golang/lint/commits?author=avelino&amp;amp;since=2018-02-01T00:00:00Z&amp;amp;until=2018-02-28T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/melpa/melpa"&gt;melpa/melpa&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/melpa/melpa/commits?author=avelino&amp;amp;since=2018-02-01T00:00:00Z&amp;amp;until=2018-02-28T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/gofn/gofn"&gt;gofn/gofn&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/gofn/gofn/commits?author=avelino&amp;amp;since=2018-02-01T00:00:00Z&amp;amp;until=2018-02-28T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/rumlang/rum"&gt;rumlang/rum&lt;/a&gt;: 2 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/rumlang/rum/commits?author=avelino&amp;amp;since=2018-02-01T00:00:00Z&amp;amp;until=2018-02-28T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: 5 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/prest/prest/commits?author=avelino&amp;amp;since=2018-02-01T00:00:00Z&amp;amp;until=2018-02-28T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/gofn/cli"&gt;gofn/cli&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/gofn/cli/commits?author=avelino&amp;amp;since=2018-02-01T00:00:00Z&amp;amp;until=2018-02-28T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/.emacs"&gt;avelino/.emacs&lt;/a&gt;: 4 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/.emacs/commits?author=avelino&amp;amp;since=2018-02-01T00:00:00Z&amp;amp;until=2018-02-28T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/prest/doc-template"&gt;prest/doc-template&lt;/a&gt;: 5 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/prest/doc-template/commits?author=avelino&amp;amp;since=2018-02-01T00:00:00Z&amp;amp;until=2018-02-28T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 9 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Open Source Contributions - January 2018</title><link>https://avelino.run/foss/2018/01/</link><pubDate>Mon, 01 Jan 2018 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2018/01/</guid><description>&lt;p&gt;Welcome to the January 2018 timeline, where we highlight significant contributions across 12 repositories. This month featured a total of 31 actions, including new issues and pull request reviews, reflecting ongoing development and collaboration within the community.&lt;/p&gt;
&lt;h2 id="2018-01-31"&gt;2018-01-31&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;💬 Reviewed PR in &lt;a href="https://github.com/rumlang/rum"&gt;rumlang/rum&lt;/a&gt;: &lt;a href="https://github.com/rumlang/rum/pull/103#pullrequestreview-92967553"&gt;import changed + cvs lib&lt;/a&gt; (Commented)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2018-01-26"&gt;2018-01-26&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/CodyReichert/qi"&gt;CodyReichert/qi&lt;/a&gt;: &lt;a href="https://github.com/CodyReichert/qi/pull/54#pullrequestreview-91994075"&gt;(minor) use format's pluralize directive (&amp;quot;dependenc[y/ies]&amp;quot;)&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2018-01-24"&gt;2018-01-24&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/rumlang/rum"&gt;rumlang/rum&lt;/a&gt;: &lt;a href="https://github.com/rumlang/rum/pull/102#pullrequestreview-91042211"&gt;form coerce&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2018-01-19"&gt;2018-01-19&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/nuveo/passchecker"&gt;nuveo/passchecker&lt;/a&gt;: &lt;a href="https://github.com/nuveo/passchecker/issues/6"&gt;Js unit test&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2018-01-17"&gt;2018-01-17&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/1764#pullrequestreview-89304506"&gt;Add rabbus library&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/1765#pullrequestreview-89304248"&gt;Add Flagr&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2018-01-13"&gt;2018-01-13&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/rumlang/rum"&gt;rumlang/rum&lt;/a&gt;: &lt;a href="https://github.com/rumlang/rum/issues/100"&gt;stdlib import packages&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2018-01-09"&gt;2018-01-09&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/structy/structbase"&gt;structy/structbase&lt;/a&gt;: &lt;a href="https://github.com/structy/structbase/pull/3"&gt;audits.uuid not PK, used unique together&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;💬 Reviewed PR in &lt;a href="https://github.com/prest/middlewares"&gt;prest/middlewares&lt;/a&gt;: &lt;a href="https://github.com/prest/middlewares/pull/12#pullrequestreview-87492358"&gt;Add a new middleware called TransactionControl&lt;/a&gt; (Commented)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/issues/267"&gt;pgbouncer support&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/issues/266"&gt;mult postgres support&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/structy/structbase"&gt;structy/structbase&lt;/a&gt;: &lt;a href="https://github.com/structy/structbase/issues/4"&gt;pgbench performance test on SQL Struct&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/structy/structbase"&gt;structy/structbase&lt;/a&gt;: &lt;a href="https://github.com/structy/structbase/issues/2"&gt;PostgreSQL said: duplicate key value violates unique constraint &amp;quot;audits_pkey&amp;quot;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/puma/puma-dev"&gt;puma/puma-dev&lt;/a&gt;: &lt;a href="https://github.com/puma/puma-dev/issues/149"&gt;migrate to dep (Go dependency management tool)&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2018-01-08"&gt;2018-01-08&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/rumlang/rum"&gt;rumlang/rum&lt;/a&gt;: &lt;a href="https://github.com/rumlang/rum/pull/97#pullrequestreview-87355234"&gt;immutable implemented&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/rumlang/rum"&gt;rumlang/rum&lt;/a&gt;: &lt;a href="https://github.com/rumlang/rum/pull/94#pullrequestreview-87172218"&gt;Invoke&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/structy/structbase"&gt;structy/structbase&lt;/a&gt;: &lt;a href="https://github.com/structy/structbase/pull/1#pullrequestreview-87341602"&gt;Minor cleanup and correct usage of UUID datatype and functions&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/rumlang/rum"&gt;rumlang/rum&lt;/a&gt;: &lt;a href="https://github.com/rumlang/rum/issues/96"&gt;stdlib outside the runtime&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/rumlang/rum"&gt;rumlang/rum&lt;/a&gt;: &lt;a href="https://github.com/rumlang/rum/issues/95"&gt;package debug&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2018-01-07"&gt;2018-01-07&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/mining/mining"&gt;mining/mining&lt;/a&gt;: &lt;a href="https://github.com/mining/mining/issues/282"&gt;migrate to angular 5&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2018-01-05"&gt;2018-01-05&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/rumlang/rum"&gt;rumlang/rum&lt;/a&gt;: &lt;a href="https://github.com/rumlang/rum/issues/92"&gt;Error handling&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/rumlang/rum"&gt;rumlang/rum&lt;/a&gt;: &lt;a href="https://github.com/rumlang/rum/issues/91"&gt;doc string&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/rumlang/rum"&gt;rumlang/rum&lt;/a&gt;: &lt;a href="https://github.com/rumlang/rum/issues/90"&gt;functions by scope&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/rumlang/rum"&gt;rumlang/rum&lt;/a&gt;: &lt;a href="https://github.com/rumlang/rum/issues/89"&gt;runtime: macro&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2018-01-02"&gt;2018-01-02&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/rumlang/rum"&gt;rumlang/rum&lt;/a&gt;: &lt;a href="https://github.com/rumlang/rum/pull/86#pullrequestreview-86160430"&gt;Adapters&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/rumlang/rum"&gt;rumlang/rum&lt;/a&gt;: &lt;a href="https://github.com/rumlang/rum/pull/85#pullrequestreview-86073946"&gt;using simple go functions&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/rumlang/rum"&gt;rumlang/rum&lt;/a&gt;: &lt;a href="https://github.com/rumlang/rum/issues/87"&gt;runtime: open file&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/.emacs"&gt;avelino/.emacs&lt;/a&gt;: 6 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/.emacs/commits?author=avelino&amp;amp;since=2018-01-01T00:00:00Z&amp;amp;until=2018-01-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/aur"&gt;avelino/aur&lt;/a&gt;: 6 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/aur/commits?author=avelino&amp;amp;since=2018-01-01T00:00:00Z&amp;amp;until=2018-01-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/structy/structbase"&gt;structy/structbase&lt;/a&gt;: 4 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/structy/structbase/commits?author=avelino&amp;amp;since=2018-01-01T00:00:00Z&amp;amp;until=2018-01-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/rumlang/rum-mode"&gt;rumlang/rum-mode&lt;/a&gt;: 2 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/rumlang/rum-mode/commits?author=avelino&amp;amp;since=2018-01-01T00:00:00Z&amp;amp;until=2018-01-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 26 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Open Source Contributions - December 2017</title><link>https://avelino.run/foss/2017/12/</link><pubDate>Fri, 01 Dec 2017 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2017/12/</guid><description>&lt;p&gt;Explore the contributions made in December 2017, highlighting a robust activity with 21 repositories participating. This timeline captures the key events, including pull requests, reviews, and issue discussions, reflecting the collaborative spirit of the community.&lt;/p&gt;
&lt;h2 id="2017-12-26"&gt;2017-12-26&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/nuveo/passchecker"&gt;nuveo/passchecker&lt;/a&gt;: &lt;a href="https://github.com/nuveo/passchecker/issues/4"&gt;split repo: passchecker.js&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/nuveo/passchecker"&gt;nuveo/passchecker&lt;/a&gt;: &lt;a href="https://github.com/nuveo/passchecker/issues/3"&gt;travis-ci&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/nuveo/passchecker"&gt;nuveo/passchecker&lt;/a&gt;: &lt;a href="https://github.com/nuveo/passchecker/issues/2"&gt;writter readme example&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-12-25"&gt;2017-12-25&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/rumlang/rum-mode"&gt;rumlang/rum-mode&lt;/a&gt;: &lt;a href="https://github.com/rumlang/rum-mode/pull/1"&gt;used regexp-opt to color keyworkds&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/1728#pullrequestreview-85450332"&gt;added endly declarative end to end testing&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-12-24"&gt;2017-12-24&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/aur"&gt;avelino/aur&lt;/a&gt;: &lt;a href="https://github.com/avelino/aur/pull/12"&gt;describe in the readme the changelog option&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/aur"&gt;avelino/aur&lt;/a&gt;: &lt;a href="https://github.com/avelino/aur/pull/10"&gt;added changelog option&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/rumlang/rum"&gt;rumlang/rum&lt;/a&gt;: &lt;a href="https://github.com/rumlang/rum/issues/84"&gt;vscode plugin&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/rumlang/rum"&gt;rumlang/rum&lt;/a&gt;: &lt;a href="https://github.com/rumlang/rum/issues/83"&gt;vim plugin&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/rumlang/rum"&gt;rumlang/rum&lt;/a&gt;: &lt;a href="https://github.com/rumlang/rum/issues/82"&gt;runtime: load rum file&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/rumlang/rum"&gt;rumlang/rum&lt;/a&gt;: &lt;a href="https://github.com/rumlang/rum/issues/81"&gt;import golang packages&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/aur"&gt;avelino/aur&lt;/a&gt;: &lt;a href="https://github.com/avelino/aur/issues/11"&gt;Write Tests&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-12-21"&gt;2017-12-21&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/Homebrew/homebrew-cask"&gt;Homebrew/homebrew-cask&lt;/a&gt;: &lt;a href="https://github.com/Homebrew/homebrew-cask/issues/42183"&gt;Error: Download failed on Cask 'minikube' &lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-12-20"&gt;2017-12-20&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/prest/cmd"&gt;prest/cmd&lt;/a&gt;: &lt;a href="https://github.com/prest/cmd/pull/5#pullrequestreview-84783392"&gt;escape url&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-12-18"&gt;2017-12-18&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/issues/258"&gt;Heroku deploy button (easily deploy)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/Homebrew/homebrew-core"&gt;Homebrew/homebrew-core&lt;/a&gt;: &lt;a href="https://github.com/Homebrew/homebrew-core/issues/21861"&gt;Error: Download failed on Cask 'minikube'&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-12-16"&gt;2017-12-16&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/rumlang/rum"&gt;rumlang/rum&lt;/a&gt;: &lt;a href="https://github.com/rumlang/rum/pull/79#pullrequestreview-83976712"&gt;unifies and enhances the addition operator&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-12-13"&gt;2017-12-13&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/1723#pullrequestreview-83099841"&gt;Add github.com/marusama/semaphore&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/1721#pullrequestreview-83040664"&gt;Add retry-go library&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/1720#pullrequestreview-83040420"&gt;Add github.com/Xamber/Varis&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/1719#pullrequestreview-83040133"&gt;added banjo to web frameworks list&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/1722#pullrequestreview-83039475"&gt;Add parallel-fn library&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/prest/config"&gt;prest/config&lt;/a&gt;: &lt;a href="https://github.com/prest/config/pull/16#pullrequestreview-83354296"&gt;fix file mandatory&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/255#pullrequestreview-83093060"&gt;Multi stage build&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/rumlang/rum"&gt;rumlang/rum&lt;/a&gt;: &lt;a href="https://github.com/rumlang/rum/issues/78"&gt;package math/rand&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/gofn/gofn"&gt;gofn/gofn&lt;/a&gt;: &lt;a href="https://github.com/gofn/gofn/issues/96"&gt;Used gofn/snapshot.service on iaas (docker public)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/gofn/gofn"&gt;gofn/gofn&lt;/a&gt;: &lt;a href="https://github.com/gofn/gofn/issues/95"&gt;gofn CLI&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/issues/256"&gt;Packages with own versioning&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-12-12"&gt;2017-12-12&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/gofn/gofn"&gt;gofn/gofn&lt;/a&gt;: &lt;a href="https://github.com/gofn/gofn/issues/94"&gt;Move project gofn to organization gofn&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-12-11"&gt;2017-12-11&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/melpa/melpa"&gt;melpa/melpa&lt;/a&gt;: &lt;a href="https://github.com/melpa/melpa/pull/5188"&gt;added rum-mode&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/rumlang/rum"&gt;rumlang/rum&lt;/a&gt;: &lt;a href="https://github.com/rumlang/rum/pull/74#pullrequestreview-82447626"&gt;implement sprintf&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/rumlang/rum"&gt;rumlang/rum&lt;/a&gt;: &lt;a href="https://github.com/rumlang/rum/issues/77"&gt;emacs mode&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/rumlang/rum"&gt;rumlang/rum&lt;/a&gt;: &lt;a href="https://github.com/rumlang/rum/issues/76"&gt;Unifying operators +, +int64, +float64 ...&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/rumlang/rum"&gt;rumlang/rum&lt;/a&gt;: &lt;a href="https://github.com/rumlang/rum/issues/75"&gt;package time&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/golang/go"&gt;golang/go&lt;/a&gt;: &lt;a href="https://github.com/golang/go/issues/23089"&gt;access: golang/lint&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-12-06"&gt;2017-12-06&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/rumlang/rum"&gt;rumlang/rum&lt;/a&gt;: &lt;a href="https://github.com/rumlang/rum/pull/68"&gt;parser: named return on stateIdentifier&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-12-05"&gt;2017-12-05&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/rsc/gocachelogstat"&gt;rsc/gocachelogstat&lt;/a&gt;: &lt;a href="https://github.com/rsc/gocachelogstat/pull/2"&gt;added gocachelogstat bin on ignored main folder&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/rsc/gocachelogstat"&gt;rsc/gocachelogstat&lt;/a&gt;: &lt;a href="https://github.com/rsc/gocachelogstat/pull/1"&gt;used log on stdout print&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/1714#pullrequestreview-81114283"&gt;Add journald&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/1713#pullrequestreview-81113871"&gt;add antch&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/1712#pullrequestreview-81041873"&gt;updated realize description&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/1711#pullrequestreview-81041222"&gt;Add Jaeger&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/1708#pullrequestreview-81041005"&gt;Add repeat&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/1709#pullrequestreview-81040711"&gt;Gogland -&amp;gt; Goland + Add goproxy&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/24pullrequests/24pullrequests"&gt;24pullrequests/24pullrequests&lt;/a&gt;: &lt;a href="https://github.com/24pullrequests/24pullrequests/pull/2123#pullrequestreview-81045991"&gt;Fix redirect after project claim&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap"&gt;editor-bootstrap/vim-bootstrap&lt;/a&gt;: &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap/pull/287#pullrequestreview-81032787"&gt;Fix typo&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/metrue/fx"&gt;metrue/fx&lt;/a&gt;: &lt;a href="https://github.com/metrue/fx/issues/88"&gt;Add support for .Net language&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/metrue/fx"&gt;metrue/fx&lt;/a&gt;: &lt;a href="https://github.com/metrue/fx/issues/87"&gt;Add support for Perl language&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/metrue/fx"&gt;metrue/fx&lt;/a&gt;: &lt;a href="https://github.com/metrue/fx/issues/86"&gt;Add support for Scala language&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/metrue/fx"&gt;metrue/fx&lt;/a&gt;: &lt;a href="https://github.com/metrue/fx/issues/85"&gt;Add support for Lua language&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/metrue/fx"&gt;metrue/fx&lt;/a&gt;: &lt;a href="https://github.com/metrue/fx/issues/84"&gt;Add support for Lisp language&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/metrue/fx"&gt;metrue/fx&lt;/a&gt;: &lt;a href="https://github.com/metrue/fx/issues/83"&gt;Add support for Rust language&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-12-04"&gt;2017-12-04&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;💬 Reviewed PR in &lt;a href="https://github.com/prest/adapters"&gt;prest/adapters&lt;/a&gt;: &lt;a href="https://github.com/prest/adapters/pull/29#pullrequestreview-80933840"&gt;Fix SSL mode&lt;/a&gt; (Commented)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-12-01"&gt;2017-12-01&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/rumlang/rum"&gt;rumlang/rum&lt;/a&gt;: &lt;a href="https://github.com/rumlang/rum/pull/63"&gt;rename rum.go to main.go&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/jehiah/go-strftime"&gt;jehiah/go-strftime&lt;/a&gt;: &lt;a href="https://github.com/jehiah/go-strftime/pull/6"&gt;append example on readme&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/rumlang/rum"&gt;rumlang/rum&lt;/a&gt;: &lt;a href="https://github.com/rumlang/rum/issues/64"&gt;runtime: string join&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/rumlang/rum"&gt;rumlang/rum&lt;/a&gt;: &lt;a href="https://github.com/rumlang/rum/issues/62"&gt;runtime: map&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/rumlang/rum-mode"&gt;rumlang/rum-mode&lt;/a&gt;: 7 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/rumlang/rum-mode/commits?author=avelino&amp;amp;since=2017-12-01T00:00:00Z&amp;amp;until=2017-12-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/.emacs"&gt;avelino/.emacs&lt;/a&gt;: 5 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/.emacs/commits?author=avelino&amp;amp;since=2017-12-01T00:00:00Z&amp;amp;until=2017-12-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/aur"&gt;avelino/aur&lt;/a&gt;: 4 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/aur/commits?author=avelino&amp;amp;since=2017-12-01T00:00:00Z&amp;amp;until=2017-12-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/rumlang/rum"&gt;rumlang/rum&lt;/a&gt;: 3 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/rumlang/rum/commits?author=avelino&amp;amp;since=2017-12-01T00:00:00Z&amp;amp;until=2017-12-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/gofn/cli"&gt;gofn/cli&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/gofn/cli/commits?author=avelino&amp;amp;since=2017-12-01T00:00:00Z&amp;amp;until=2017-12-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/jehiah/go-strftime"&gt;jehiah/go-strftime&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/jehiah/go-strftime/commits?author=avelino&amp;amp;since=2017-12-01T00:00:00Z&amp;amp;until=2017-12-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 27 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Open Source Contributions - November 2017</title><link>https://avelino.run/foss/2017/11/</link><pubDate>Wed, 01 Nov 2017 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2017/11/</guid><description>&lt;p&gt;Explore the significant contributions made in November 2017, where 17 repositories engaged in 76 activities, including 14 pull requests and 35 issues. This timeline highlights the collaborative efforts and advancements made within the community during the month.&lt;/p&gt;
&lt;h2 id="2017-11-30"&gt;2017-11-30&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/golang/lint"&gt;golang/lint&lt;/a&gt;: &lt;a href="https://github.com/golang/lint/pull/359"&gt;golint: group declaration of variables in import.go&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/campoy/golang-driver"&gt;campoy/golang-driver&lt;/a&gt;: &lt;a href="https://github.com/campoy/golang-driver/pull/1"&gt;Ignores binary generated&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/rumlang/rum"&gt;rumlang/rum&lt;/a&gt;: &lt;a href="https://github.com/rumlang/rum/pull/61#pullrequestreview-80337106"&gt;Example comment correction&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-11-29"&gt;2017-11-29&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/golang/lint"&gt;golang/lint&lt;/a&gt;: &lt;a href="https://github.com/golang/lint/pull/353#pullrequestreview-79707058"&gt;Specify exact license in header of Emacs lisp library&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/golang/lint"&gt;golang/lint&lt;/a&gt;: &lt;a href="https://github.com/golang/lint/pull/355#pullrequestreview-79706461"&gt;lint: fix if/else if/else if/else return handling&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-11-28"&gt;2017-11-28&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;💬 Reviewed PR in &lt;a href="https://github.com/rumlang/rum"&gt;rumlang/rum&lt;/a&gt;: &lt;a href="https://github.com/rumlang/rum/pull/59#pullrequestreview-79376777"&gt;for while implementation&lt;/a&gt; (Commented)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-11-26"&gt;2017-11-26&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;💬 Reviewed PR in &lt;a href="https://github.com/rumlang/rum"&gt;rumlang/rum&lt;/a&gt;: &lt;a href="https://github.com/rumlang/rum/pull/56#pullrequestreview-79031480"&gt;remove ' to array create&lt;/a&gt; (Commented)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/rumlang/rum"&gt;rumlang/rum&lt;/a&gt;: &lt;a href="https://github.com/rumlang/rum/issues/57"&gt; float array with point (.)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/rumlang/rum"&gt;rumlang/rum&lt;/a&gt;: &lt;a href="https://github.com/rumlang/rum/issues/55"&gt;remove ' to array create&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/rumlang/rum"&gt;rumlang/rum&lt;/a&gt;: &lt;a href="https://github.com/rumlang/rum/issues/50"&gt;project name gin exist :(&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/rumlang/rum"&gt;rumlang/rum&lt;/a&gt;: &lt;a href="https://github.com/rumlang/rum/issues/49"&gt;float array with comma (,)&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-11-25"&gt;2017-11-25&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/rumlang/rum"&gt;rumlang/rum&lt;/a&gt;: &lt;a href="https://github.com/rumlang/rum/pull/48"&gt;runtime: migrate var to let declaration&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-11-24"&gt;2017-11-24&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/rumlang/rum"&gt;rumlang/rum&lt;/a&gt;: &lt;a href="https://github.com/rumlang/rum/pull/47#pullrequestreview-78988977"&gt;for range implementation&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/rumlang/rum"&gt;rumlang/rum&lt;/a&gt;: &lt;a href="https://github.com/rumlang/rum/issues/45"&gt; C libraries support&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-11-21"&gt;2017-11-21&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/rumlang/rum"&gt;rumlang/rum&lt;/a&gt;: &lt;a href="https://github.com/rumlang/rum/issues/32"&gt;Create packages engine writter&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/rumlang/rum"&gt;rumlang/rum&lt;/a&gt;: &lt;a href="https://github.com/rumlang/rum/issues/31"&gt;package testing&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/zehfernandes/pliim"&gt;zehfernandes/pliim&lt;/a&gt;: &lt;a href="https://github.com/zehfernandes/pliim/issues/3"&gt;homebrew (and cask) distribute&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-11-20"&gt;2017-11-20&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/rumlang/rum"&gt;rumlang/rum&lt;/a&gt;: &lt;a href="https://github.com/rumlang/rum/pull/24"&gt;implement def (function)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/rumlang/rum"&gt;rumlang/rum&lt;/a&gt;: &lt;a href="https://github.com/rumlang/rum/pull/15"&gt;revicer name on package&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/rumlang/rum"&gt;rumlang/rum&lt;/a&gt;: &lt;a href="https://github.com/rumlang/rum/pull/2#pullrequestreview-77680178"&gt;add math/factorial examples&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/rumlang/rum"&gt;rumlang/rum&lt;/a&gt;: &lt;a href="https://github.com/rumlang/rum/issues/23"&gt;create function structure (reserved word)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/rumlang/rum"&gt;rumlang/rum&lt;/a&gt;: &lt;a href="https://github.com/rumlang/rum/issues/22"&gt; package encoding/csv&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/rumlang/rum"&gt;rumlang/rum&lt;/a&gt;: &lt;a href="https://github.com/rumlang/rum/issues/21"&gt;package encoding/base64&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/rumlang/rum"&gt;rumlang/rum&lt;/a&gt;: &lt;a href="https://github.com/rumlang/rum/issues/20"&gt;runtime: else with condition (aka else if) on if&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/rumlang/rum"&gt;rumlang/rum&lt;/a&gt;: &lt;a href="https://github.com/rumlang/rum/issues/19"&gt;runtime: else on if&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/rumlang/rum"&gt;rumlang/rum&lt;/a&gt;: &lt;a href="https://github.com/rumlang/rum/issues/18"&gt;runtime: for (loop)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/rumlang/rum"&gt;rumlang/rum&lt;/a&gt;: &lt;a href="https://github.com/rumlang/rum/issues/17"&gt;package net/http&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/rumlang/rum"&gt;rumlang/rum&lt;/a&gt;: &lt;a href="https://github.com/rumlang/rum/issues/16"&gt;change ioutil.ReadFile to bufio.NewScanner&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/rumlang/rum"&gt;rumlang/rum&lt;/a&gt;: &lt;a href="https://github.com/rumlang/rum/issues/14"&gt;set name on package&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/rumlang/rum"&gt;rumlang/rum&lt;/a&gt;: &lt;a href="https://github.com/rumlang/rum/issues/13"&gt;context isolate on sub package&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/rumlang/rum"&gt;rumlang/rum&lt;/a&gt;: &lt;a href="https://github.com/rumlang/rum/issues/12"&gt;interative: console auto complete &lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/rumlang/rum"&gt;rumlang/rum&lt;/a&gt;: &lt;a href="https://github.com/rumlang/rum/issues/11"&gt;package debug&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/rumlang/rum"&gt;rumlang/rum&lt;/a&gt;: &lt;a href="https://github.com/rumlang/rum/issues/10"&gt;data struct&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/rumlang/rum"&gt;rumlang/rum&lt;/a&gt;: &lt;a href="https://github.com/rumlang/rum/issues/9"&gt;package encoding/json&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/rumlang/rum"&gt;rumlang/rum&lt;/a&gt;: &lt;a href="https://github.com/rumlang/rum/issues/8"&gt;package crypto/rand&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/rumlang/rum"&gt;rumlang/rum&lt;/a&gt;: &lt;a href="https://github.com/rumlang/rum/issues/7"&gt;package sort&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/rumlang/rum"&gt;rumlang/rum&lt;/a&gt;: &lt;a href="https://github.com/rumlang/rum/issues/6"&gt;package time&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/rumlang/rum"&gt;rumlang/rum&lt;/a&gt;: &lt;a href="https://github.com/rumlang/rum/issues/5"&gt;interative: input () empty&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-11-19"&gt;2017-11-19&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/rumlang/rum"&gt;rumlang/rum&lt;/a&gt;: &lt;a href="https://github.com/rumlang/rum/pull/1#pullrequestreview-77655561"&gt;suggestion for loop syntax&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-11-17"&gt;2017-11-17&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/metrue/fx"&gt;metrue/fx&lt;/a&gt;: &lt;a href="https://github.com/metrue/fx/issues/37"&gt;replace glide to dep&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-11-16"&gt;2017-11-16&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/1686"&gt;Create CODE_OF_CONDUCT.md&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap"&gt;editor-bootstrap/vim-bootstrap&lt;/a&gt;: &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap/pull/286#pullrequestreview-77001091"&gt;Update README with openSUSE install instructions&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/cover.run"&gt;avelino/cover.run&lt;/a&gt;: &lt;a href="https://github.com/avelino/cover.run/issues/2"&gt;Queued processing&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/cover.run"&gt;avelino/cover.run&lt;/a&gt;: &lt;a href="https://github.com/avelino/cover.run/issues/1"&gt;support multi Golang version&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-11-15"&gt;2017-11-15&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/Xyaneon/grive-daemon"&gt;Xyaneon/grive-daemon&lt;/a&gt;: &lt;a href="https://github.com/Xyaneon/grive-daemon/issues/14"&gt;archlinux (aur) package&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-11-14"&gt;2017-11-14&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/metrue/fx"&gt;metrue/fx&lt;/a&gt;: &lt;a href="https://github.com/metrue/fx/pull/20"&gt;removed build folder&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/metrue/fx"&gt;metrue/fx&lt;/a&gt;: &lt;a href="https://github.com/metrue/fx/pull/19"&gt;moved main file to package name&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/metrue/fx"&gt;metrue/fx&lt;/a&gt;: &lt;a href="https://github.com/metrue/fx/pull/16"&gt;clear utils swp file&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/metrue/fx"&gt;metrue/fx&lt;/a&gt;: &lt;a href="https://github.com/metrue/fx/pull/15"&gt;fx/main: used full path import&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/metrue/fx"&gt;metrue/fx&lt;/a&gt;: &lt;a href="https://github.com/metrue/fx/issues/17"&gt;See the gofn project&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-11-12"&gt;2017-11-12&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap"&gt;editor-bootstrap/vim-bootstrap&lt;/a&gt;: &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap/pull/285#pullrequestreview-75948282"&gt;govendor -&amp;gt; dep&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap"&gt;editor-bootstrap/vim-bootstrap&lt;/a&gt;: &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap/pull/282#pullrequestreview-75945563"&gt;Updated third party packages&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap"&gt;editor-bootstrap/vim-bootstrap&lt;/a&gt;: &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap/pull/281#pullrequestreview-75945551"&gt;Use go-bindata to embed static files into binary&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap"&gt;editor-bootstrap/vim-bootstrap&lt;/a&gt;: &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap/issues/284"&gt;Website theme 2.0&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap"&gt;editor-bootstrap/vim-bootstrap&lt;/a&gt;: &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap/issues/283"&gt;Release process generate (bin distributed)&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-11-11"&gt;2017-11-11&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/1679"&gt;set awesome-go chat channel&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/1677#pullrequestreview-75927756"&gt;Add 'tui-go' to advanced console UIs&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-11-10"&gt;2017-11-10&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/issues/245"&gt;Usage case session&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-11-06"&gt;2017-11-06&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/issues/1666"&gt;chat channel, gitter or gopher slack&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-11-03"&gt;2017-11-03&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/nuveo/log"&gt;nuveo/log&lt;/a&gt;: &lt;a href="https://github.com/nuveo/log/pull/18"&gt;added Travis Build Status on readme&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/nuveo/log"&gt;nuveo/log&lt;/a&gt;: &lt;a href="https://github.com/nuveo/log/pull/17"&gt;group create type&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-11-02"&gt;2017-11-02&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/1659#pullrequestreview-73925839"&gt;add in rwdb&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/1640#pullrequestreview-73924565"&gt;Add go-prompt&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/1647#pullrequestreview-73923482"&gt;add https://github.com/hyperboloide/lk library&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/prest/cmd"&gt;prest/cmd&lt;/a&gt;: &lt;a href="https://github.com/prest/cmd/pull/4#pullrequestreview-73912491"&gt;gae support as a framework&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-11-01"&gt;2017-11-01&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/anaibol/awesome-serverless"&gt;anaibol/awesome-serverless&lt;/a&gt;: &lt;a href="https://github.com/anaibol/awesome-serverless/pull/85"&gt;added gofn (golang package)&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/campoy/golang-driver"&gt;campoy/golang-driver&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/campoy/golang-driver/commits?author=avelino&amp;amp;since=2017-11-01T00:00:00Z&amp;amp;until=2017-11-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/aur"&gt;avelino/aur&lt;/a&gt;: 9 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/aur/commits?author=avelino&amp;amp;since=2017-11-01T00:00:00Z&amp;amp;until=2017-11-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/rumlang/rum"&gt;rumlang/rum&lt;/a&gt;: 24 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/rumlang/rum/commits?author=avelino&amp;amp;since=2017-11-01T00:00:00Z&amp;amp;until=2017-11-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: 2 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/awesome-go/commits?author=avelino&amp;amp;since=2017-11-01T00:00:00Z&amp;amp;until=2017-11-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/structy/log"&gt;structy/log&lt;/a&gt;: 2 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/structy/log/commits?author=avelino&amp;amp;since=2017-11-01T00:00:00Z&amp;amp;until=2017-11-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/metrue/fx"&gt;metrue/fx&lt;/a&gt;: 3 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/metrue/fx/commits?author=avelino&amp;amp;since=2017-11-01T00:00:00Z&amp;amp;until=2017-11-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/nuveo/log"&gt;nuveo/log&lt;/a&gt;: 2 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/nuveo/log/commits?author=avelino&amp;amp;since=2017-11-01T00:00:00Z&amp;amp;until=2017-11-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/rumlang/jack"&gt;rumlang/jack&lt;/a&gt;: 2 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/rumlang/jack/commits?author=avelino&amp;amp;since=2017-11-01T00:00:00Z&amp;amp;until=2017-11-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/anaibol/awesome-serverless"&gt;anaibol/awesome-serverless&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/anaibol/awesome-serverless/commits?author=avelino&amp;amp;since=2017-11-01T00:00:00Z&amp;amp;until=2017-11-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/.emacs"&gt;avelino/.emacs&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/.emacs/commits?author=avelino&amp;amp;since=2017-11-01T00:00:00Z&amp;amp;until=2017-11-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 35 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>rum language</title><link>https://avelino.run/projects/rumlang/</link><pubDate>Tue, 10 Oct 2017 00:00:00 +0000</pubDate><guid>https://avelino.run/projects/rumlang/</guid><description>&lt;p&gt;&lt;a href="https://github.com/rumlang/rum"&gt;rum&lt;/a&gt; Functional language, easily extensible and possible (Lua features with LISP dialect and functional) to be embarked on software Go!&lt;/p&gt;
&lt;!-- more --&gt;
&lt;p&gt;The project started inside a hotel room with two people (me and &lt;strong&gt;&lt;a href="https://github.com/crgimenes"&gt;Cesar&lt;/a&gt;&lt;/strong&gt;) the day before the 2017 GopherCon Brazil, where there were two developers talking about compilers and lisp dialect.&lt;/p&gt;
&lt;h2 id="history"&gt;History&lt;/h2&gt;
&lt;p&gt;Idealized in &lt;strong&gt;GopherCon Brasil 2017&lt;/strong&gt; (reason of the language being written in Go), had the purpose of being virtual machine of CLISP (development for fun and the founder team enjoys functional programming), after seeing that there was already some parser of CLISP written in Go we had a initiative to make a language with syntax like CLISP but with some own paradigms (such as asynchronous processing using goroutine underneath, thus joining what we have best in the Go).&lt;/p&gt;</description></item><item><title>Open Source Contributions - October 2017</title><link>https://avelino.run/foss/2017/10/</link><pubDate>Sun, 01 Oct 2017 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2017/10/</guid><description>&lt;p&gt;Welcome to the October 2017 contributions timeline. This month was marked by active collaboration across 16 repositories, resulting in 41 contributions. Notably, contributors engaged in 25 pull request reviews and opened 8 new issues, showcasing a vibrant development environment. Dive in to explore the detailed contributions and milestones achieved throughout this month.&lt;/p&gt;
&lt;h2 id="2017-10-31"&gt;2017-10-31&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/nuveo/log"&gt;nuveo/log&lt;/a&gt;: &lt;a href="https://github.com/nuveo/log/pull/15#pullrequestreview-73292141"&gt;support for time formatting&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-10-30"&gt;2017-10-30&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/issues/240"&gt;SQLite support&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/issues/239"&gt;MySQL support&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-10-29"&gt;2017-10-29&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/238#pullrequestreview-72711632"&gt;Update godoc file&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/issues/237"&gt;Multi database support documentation &lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/nuveo/boxos"&gt;nuveo/boxos&lt;/a&gt;: &lt;a href="https://github.com/nuveo/boxos/issues/2"&gt;Debian 9 support&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-10-28"&gt;2017-10-28&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/1653"&gt;Add Meetup List&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-10-27"&gt;2017-10-27&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/prest/config"&gt;prest/config&lt;/a&gt;: &lt;a href="https://github.com/prest/config/pull/13#pullrequestreview-72471740"&gt;add ssl configurations&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-10-15"&gt;2017-10-15&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/sebastianwebber/pgconfig"&gt;sebastianwebber/pgconfig&lt;/a&gt;: &lt;a href="https://github.com/sebastianwebber/pgconfig/issues/13"&gt;PostgreSQL 10 support&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-10-14"&gt;2017-10-14&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/gofn/gofn"&gt;gofn/gofn&lt;/a&gt;: &lt;a href="https://github.com/gofn/gofn/pull/90#pullrequestreview-69394824"&gt;fix error trying to kill a process that is not running&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-10-13"&gt;2017-10-13&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/1624#pullrequestreview-69281525"&gt;Add go-sockaddr network library.&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/1622#pullrequestreview-69280672"&gt;Add govalidator package&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-10-12"&gt;2017-10-12&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/1621#pullrequestreview-68987036"&gt;Add petrovich&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/1620#pullrequestreview-68986464"&gt;Add govatar library&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/1606#pullrequestreview-68985193"&gt;Add &amp;quot;Go Generate Tools&amp;quot;&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/1605#pullrequestreview-68984739"&gt;add stats and metrics&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/nuveo/log"&gt;nuveo/log&lt;/a&gt;: &lt;a href="https://github.com/nuveo/log/pull/14#pullrequestreview-68971861"&gt;limit size of log lines&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-10-09"&gt;2017-10-09&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/229#pullrequestreview-67875138"&gt;add support for Go 1.9&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/prest/config"&gt;prest/config&lt;/a&gt;: &lt;a href="https://github.com/prest/config/pull/7#pullrequestreview-67875206"&gt;restructuring for use of more than one database adapter / config&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/prest/config"&gt;prest/config&lt;/a&gt;: &lt;a href="https://github.com/prest/config/pull/10#pullrequestreview-67875166"&gt;add Go 1.9 in travis platforms&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/prest/template"&gt;prest/template&lt;/a&gt;: &lt;a href="https://github.com/prest/template/pull/2#pullrequestreview-67875152"&gt;add Go 1.9 in travis platforms&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-10-06"&gt;2017-10-06&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/prest/adapters"&gt;prest/adapters&lt;/a&gt;: &lt;a href="https://github.com/prest/adapters/pull/21#pullrequestreview-67603577"&gt;Support Distinct function in query&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/prest/controllers"&gt;prest/controllers&lt;/a&gt;: &lt;a href="https://github.com/prest/controllers/pull/9#pullrequestreview-67604137"&gt;Support Distinct function in query&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-10-04"&gt;2017-10-04&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/prest/adapters"&gt;prest/adapters&lt;/a&gt;: &lt;a href="https://github.com/prest/adapters/pull/20#pullrequestreview-66956456"&gt;Support Distinct function in query&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/fnproject/fn"&gt;fnproject/fn&lt;/a&gt;: &lt;a href="https://github.com/fnproject/fn/issues/388"&gt;lock gofn project&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-10-03"&gt;2017-10-03&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/227#pullrequestreview-66817353"&gt;Fix SQL file to load database structure&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/prest/config"&gt;prest/config&lt;/a&gt;: &lt;a href="https://github.com/prest/config/pull/9#pullrequestreview-66817614"&gt;Use SQL file to load database structure&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/prest/adapters"&gt;prest/adapters&lt;/a&gt;: &lt;a href="https://github.com/prest/adapters/pull/19#pullrequestreview-66817793"&gt;Use SQL file to load database structure&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/prest/template"&gt;prest/template&lt;/a&gt;: &lt;a href="https://github.com/prest/template/pull/1#pullrequestreview-66817723"&gt;Use SQL file to load database structure&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/prest/controllers"&gt;prest/controllers&lt;/a&gt;: &lt;a href="https://github.com/prest/controllers/pull/8#pullrequestreview-66817510"&gt;Use SQL file to load database structure&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;💬 Reviewed PR in &lt;a href="https://github.com/prest/middlewares"&gt;prest/middlewares&lt;/a&gt;: &lt;a href="https://github.com/prest/middlewares/pull/9#pullrequestreview-66925587"&gt;fix cors implementation&lt;/a&gt; (Commented)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/issues/228"&gt;Unify .sql file for tests&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-10-02"&gt;2017-10-02&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/225#pullrequestreview-66561610"&gt;Use SQL file to load database structure&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/issues/226"&gt;Remove documentation of README file, addend Document link&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/avelino.run"&gt;avelino/avelino.run&lt;/a&gt;: 13 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/avelino.run/commits?author=avelino&amp;amp;since=2017-10-01T00:00:00Z&amp;amp;until=2017-10-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/.emacs"&gt;avelino/.emacs&lt;/a&gt;: 6 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/.emacs/commits?author=avelino&amp;amp;since=2017-10-01T00:00:00Z&amp;amp;until=2017-10-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/dhub"&gt;avelino/dhub&lt;/a&gt;: 3 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/dhub/commits?author=avelino&amp;amp;since=2017-10-01T00:00:00Z&amp;amp;until=2017-10-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: 2 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/prest/prest/commits?author=avelino&amp;amp;since=2017-10-01T00:00:00Z&amp;amp;until=2017-10-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/awesome-go/commits?author=avelino&amp;amp;since=2017-10-01T00:00:00Z&amp;amp;until=2017-10-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/nuveo/boxos"&gt;nuveo/boxos&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/nuveo/boxos/commits?author=avelino&amp;amp;since=2017-10-01T00:00:00Z&amp;amp;until=2017-10-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/prest/doc-template"&gt;prest/doc-template&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/prest/doc-template/commits?author=avelino&amp;amp;since=2017-10-01T00:00:00Z&amp;amp;until=2017-10-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 78 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Open Source Contributions - September 2017</title><link>https://avelino.run/foss/2017/09/</link><pubDate>Fri, 01 Sep 2017 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2017/09/</guid><description>&lt;p&gt;Explore the timeline of contributions for September 2017, highlighting key activities across 23 repositories. This month featured a diverse range of pushes, pull requests, and issue discussions, reflecting the dynamic collaboration within the community.&lt;/p&gt;
&lt;h2 id="2017-09-30"&gt;2017-09-30&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/prest/angular-prest"&gt;prest/angular-prest&lt;/a&gt;: &lt;a href="https://github.com/prest/angular-prest/pull/1#pullrequestreview-66300288"&gt;config e params&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-09-29"&gt;2017-09-29&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/prest/adapters"&gt;prest/adapters&lt;/a&gt;: &lt;a href="https://github.com/prest/adapters/pull/15#pullrequestreview-66036593"&gt;restructuring for use of more than one database adapter / adapter&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-09-28"&gt;2017-09-28&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/prest/adapters"&gt;prest/adapters&lt;/a&gt;: &lt;a href="https://github.com/prest/adapters/pull/17#pullrequestreview-66016591"&gt;this commit resolve #222&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/223#pullrequestreview-66016682"&gt;Documentation about issue #222&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap"&gt;editor-bootstrap/vim-bootstrap&lt;/a&gt;: &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap/pull/271#pullrequestreview-65870235"&gt;Change shortcut for GoDeclsDir&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/nuveo/storing"&gt;nuveo/storing&lt;/a&gt;: &lt;a href="https://github.com/nuveo/storing/issues/6"&gt;Google Cloud Storage&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/nuveo/storing"&gt;nuveo/storing&lt;/a&gt;: &lt;a href="https://github.com/nuveo/storing/issues/5"&gt;azure support&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/nuveo/storing"&gt;nuveo/storing&lt;/a&gt;: &lt;a href="https://github.com/nuveo/storing/issues/4"&gt;digital ocean spaces support&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/mholt/curl-to-go"&gt;mholt/curl-to-go&lt;/a&gt;: &lt;a href="https://github.com/mholt/curl-to-go/issues/22"&gt;--form POST&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-09-27"&gt;2017-09-27&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/1598#pullrequestreview-65589429"&gt;Add turtle&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/nuveo/storing"&gt;nuveo/storing&lt;/a&gt;: &lt;a href="https://github.com/nuveo/storing/pull/3#pullrequestreview-65690455"&gt;Options to use own Bucket and ACL configurations&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-09-26"&gt;2017-09-26&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/1594#pullrequestreview-65087643"&gt;Add webview library&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-09-22"&gt;2017-09-22&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/gofn/gofn"&gt;gofn/gofn&lt;/a&gt;: &lt;a href="https://github.com/gofn/gofn/pull/86#pullrequestreview-64682222"&gt;bug fix destroying container&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/gofn/gofn"&gt;gofn/gofn&lt;/a&gt;: &lt;a href="https://github.com/gofn/gofn/issues/88"&gt;IronWorker support&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/gofn/gofn"&gt;gofn/gofn&lt;/a&gt;: &lt;a href="https://github.com/gofn/gofn/issues/87"&gt;aws lambda support&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-09-20"&gt;2017-09-20&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/prest/bgworker"&gt;prest/bgworker&lt;/a&gt;: &lt;a href="https://github.com/prest/bgworker/pull/3#pullrequestreview-63934413"&gt;Move background worker main loop from C to Go code&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-09-18"&gt;2017-09-18&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;💬 Reviewed PR in &lt;a href="https://github.com/prest/adapters"&gt;prest/adapters&lt;/a&gt;: &lt;a href="https://github.com/prest/adapters/pull/13#pullrequestreview-63326563"&gt;fixing the IN operator syntax and adding ANY, SOME, ALL operators to where clause&lt;/a&gt; (Commented)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/prest/bgworker"&gt;prest/bgworker&lt;/a&gt;: &lt;a href="https://github.com/prest/bgworker/pull/2#pullrequestreview-63491165"&gt;Improve build script and supported PostgreSQL versions&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-09-09"&gt;2017-09-09&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/1561#pullrequestreview-61654279"&gt;Add dgraph-io/badger&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/Homebrew/brew"&gt;Homebrew/brew&lt;/a&gt;: &lt;a href="https://github.com/Homebrew/brew/issues/3140"&gt;Error: SHA256 mismatch snowboard-1.0.0.tar.gz&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/nuveo/docker-opencv"&gt;nuveo/docker-opencv&lt;/a&gt;: &lt;a href="https://github.com/nuveo/docker-opencv/issues/2"&gt;support python:2-slim support (debian)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/nuveo/docker-opencv"&gt;nuveo/docker-opencv&lt;/a&gt;: &lt;a href="https://github.com/nuveo/docker-opencv/issues/1"&gt;support python:3-slim support (debian)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/bukalapak/homebrew-packages"&gt;bukalapak/homebrew-packages&lt;/a&gt;: &lt;a href="https://github.com/bukalapak/homebrew-packages/issues/1"&gt;Error: SHA256 mismatch snowboard-1.0.0.tar.gz &lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-09-08"&gt;2017-09-08&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/joaotavora/yasnippet"&gt;joaotavora/yasnippet&lt;/a&gt;: &lt;a href="https://github.com/joaotavora/yasnippet/issues/853"&gt;multi keys&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/AndreaCrotti/yasnippet-snippets"&gt;AndreaCrotti/yasnippet-snippets&lt;/a&gt;: &lt;a href="https://github.com/AndreaCrotti/yasnippet-snippets/issues/214"&gt;multi key&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-09-07"&gt;2017-09-07&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/AndreaCrotti/yasnippet-snippets"&gt;AndreaCrotti/yasnippet-snippets&lt;/a&gt;: &lt;a href="https://github.com/AndreaCrotti/yasnippet-snippets/pull/213"&gt;create python snippet bang #!&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/raphamorim/go-rainbow"&gt;raphamorim/go-rainbow&lt;/a&gt;: &lt;a href="https://github.com/raphamorim/go-rainbow/issues/13"&gt;added package on awesome-go&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-09-06"&gt;2017-09-06&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/Homebrew/brew"&gt;Homebrew/brew&lt;/a&gt;: &lt;a href="https://github.com/Homebrew/brew/issues/3132"&gt;macOS 10.13 Upgrading gtk+3&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/Homebrew/homebrew-core"&gt;Homebrew/homebrew-core&lt;/a&gt;: &lt;a href="https://github.com/Homebrew/homebrew-core/issues/17723"&gt;macOS 10.13 Upgrading gtk+3&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-09-05"&gt;2017-09-05&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/qax-os/excelize"&gt;qax-os/excelize&lt;/a&gt;: &lt;a href="https://github.com/qax-os/excelize/issues/112"&gt;not reader file xlsx&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-09-04"&gt;2017-09-04&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/nuveo/docconv"&gt;nuveo/docconv&lt;/a&gt;: &lt;a href="https://github.com/nuveo/docconv/pull/12"&gt;Fixed white rows&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/nuveo/docconv"&gt;nuveo/docconv&lt;/a&gt;: &lt;a href="https://github.com/nuveo/docconv/pull/11"&gt;used xuri/excelize on ConvertXLSX&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/sajari/docconv"&gt;sajari/docconv&lt;/a&gt;: &lt;a href="https://github.com/sajari/docconv/pull/36"&gt;Fixed white rows&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/prest/bgworker"&gt;prest/bgworker&lt;/a&gt;: 7 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/prest/bgworker/commits?author=avelino&amp;amp;since=2017-09-01T00:00:00Z&amp;amp;until=2017-09-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/prest/angular-prest"&gt;prest/angular-prest&lt;/a&gt;: 2 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/prest/angular-prest/commits?author=avelino&amp;amp;since=2017-09-01T00:00:00Z&amp;amp;until=2017-09-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/nuveo/docker-opencv"&gt;nuveo/docker-opencv&lt;/a&gt;: 14 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/nuveo/docker-opencv/commits?author=avelino&amp;amp;since=2017-09-01T00:00:00Z&amp;amp;until=2017-09-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/AndreaCrotti/yasnippet-snippets"&gt;AndreaCrotti/yasnippet-snippets&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/AndreaCrotti/yasnippet-snippets/commits?author=avelino&amp;amp;since=2017-09-01T00:00:00Z&amp;amp;until=2017-09-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/nuveo/storing"&gt;nuveo/storing&lt;/a&gt;: 2 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/nuveo/storing/commits?author=avelino&amp;amp;since=2017-09-01T00:00:00Z&amp;amp;until=2017-09-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/nuveo/boxos"&gt;nuveo/boxos&lt;/a&gt;: 2 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/nuveo/boxos/commits?author=avelino&amp;amp;since=2017-09-01T00:00:00Z&amp;amp;until=2017-09-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: 4 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/prest/prest/commits?author=avelino&amp;amp;since=2017-09-01T00:00:00Z&amp;amp;until=2017-09-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/golang/go"&gt;golang/go&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/golang/go/commits?author=avelino&amp;amp;since=2017-09-01T00:00:00Z&amp;amp;until=2017-09-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/.emacs"&gt;avelino/.emacs&lt;/a&gt;: 8 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/.emacs/commits?author=avelino&amp;amp;since=2017-09-01T00:00:00Z&amp;amp;until=2017-09-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/prest/doc-template"&gt;prest/doc-template&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/prest/doc-template/commits?author=avelino&amp;amp;since=2017-09-01T00:00:00Z&amp;amp;until=2017-09-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 135 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Open Source Contributions - August 2017</title><link>https://avelino.run/foss/2017/08/</link><pubDate>Tue, 01 Aug 2017 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2017/08/</guid><description>&lt;p&gt;In August 2017, the development community made notable strides with 18 repositories contributing to a total of 37 activities. This timeline showcases key events, including code pushes, issue openings, and pull request reviews, reflecting the collaborative efforts that enriched the projects throughout the month.&lt;/p&gt;
&lt;h2 id="2017-08-31"&gt;2017-08-31&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/1564#pullrequestreview-59752370"&gt;Add test to find out malformed separators.&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-08-25"&gt;2017-08-25&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/gofn/gofn"&gt;gofn/gofn&lt;/a&gt;: &lt;a href="https://github.com/gofn/gofn/pull/85#pullrequestreview-58748539"&gt;Adds setters and getters to ssh keys path&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/211#pullrequestreview-58764999"&gt;update dependencies&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/210#pullrequestreview-58673209"&gt;Update usage of pREST as package&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/jwendell/fnkube"&gt;jwendell/fnkube&lt;/a&gt;: &lt;a href="https://github.com/jwendell/fnkube/issues/3"&gt;merge project on gofn&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-08-24"&gt;2017-08-24&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/gofn/gofn"&gt;gofn/gofn&lt;/a&gt;: &lt;a href="https://github.com/gofn/gofn/issues/84"&gt;ssh key path&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-08-23"&gt;2017-08-23&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/gofn/gofn"&gt;gofn/gofn&lt;/a&gt;: &lt;a href="https://github.com/gofn/gofn/pull/81#pullrequestreview-57944851"&gt;ssh fake server&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-08-22"&gt;2017-08-22&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/prest/controllers"&gt;prest/controllers&lt;/a&gt;: &lt;a href="https://github.com/prest/controllers/pull/5#pullrequestreview-57651326"&gt;Fix middlewares package import&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/gofn/gofn"&gt;gofn/gofn&lt;/a&gt;: &lt;a href="https://github.com/gofn/gofn/issues/83"&gt;terraform orchestration support&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-08-21"&gt;2017-08-21&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/gofn/gofn"&gt;gofn/gofn&lt;/a&gt;: &lt;a href="https://github.com/gofn/gofn/pull/82#pullrequestreview-57586045"&gt;readme file fixes&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/prest/middlewares"&gt;prest/middlewares&lt;/a&gt;: &lt;a href="https://github.com/prest/middlewares/pull/5#pullrequestreview-57608317"&gt;Status badges&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-08-20"&gt;2017-08-20&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/edubart/otclient"&gt;edubart/otclient&lt;/a&gt;: &lt;a href="https://github.com/edubart/otclient/issues/863"&gt;pre-build on homebrew cask&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-08-19"&gt;2017-08-19&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/1545#pullrequestreview-57343847"&gt;Added go-enum&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/1525#pullrequestreview-57343827"&gt;add goworld - another game server engine&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-08-18"&gt;2017-08-18&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/raphamorim/clapton"&gt;raphamorim/clapton&lt;/a&gt;: &lt;a href="https://github.com/raphamorim/clapton/issues/16"&gt;install via homebrew&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-08-14"&gt;2017-08-14&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/gofn/gofn"&gt;gofn/gofn&lt;/a&gt;: &lt;a href="https://github.com/gofn/gofn/pull/77#pullrequestreview-56208509"&gt;bug fix system close before machine shutdown and delete&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-08-13"&gt;2017-08-13&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap"&gt;editor-bootstrap/vim-bootstrap&lt;/a&gt;: &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap/pull/266#pullrequestreview-55966231"&gt;Quicklist is now default&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/GitHawkApp/GitHawk"&gt;GitHawkApp/GitHawk&lt;/a&gt;: &lt;a href="https://github.com/GitHawkApp/GitHawk/issues/242"&gt;Notification show user&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/GitHawkApp/GitHawk"&gt;GitHawkApp/GitHawk&lt;/a&gt;: &lt;a href="https://github.com/GitHawkApp/GitHawk/issues/241"&gt;My profile show &lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-08-12"&gt;2017-08-12&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/1534#pullrequestreview-55936846"&gt;Add package: oak&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/1533#pullrequestreview-55936808"&gt;Add package&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/1537#pullrequestreview-55935826"&gt;Add package: cupaloy&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-08-10"&gt;2017-08-10&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;💬 Reviewed PR in &lt;a href="https://github.com/prest/adapters"&gt;prest/adapters&lt;/a&gt;: &lt;a href="https://github.com/prest/adapters/pull/11#pullrequestreview-55670971"&gt;do not prepare all request&lt;/a&gt; (Commented)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-08-09"&gt;2017-08-09&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/1522#pullrequestreview-55128188"&gt;added trivago/gollum to messaging category&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/1532#pullrequestreview-55128030"&gt;Add patreon-go (Patreon API client)&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-08-06"&gt;2017-08-06&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/1520#pullrequestreview-54537438"&gt;add avgRating&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-08-04"&gt;2017-08-04&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/crgimenes/grupo-estudos-golang"&gt;crgimenes/grupo-estudos-golang&lt;/a&gt;: &lt;a href="https://github.com/crgimenes/grupo-estudos-golang/pull/44#pullrequestreview-54414210"&gt;alteração no horário dos hangouts&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-08-03"&gt;2017-08-03&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/1518#pullrequestreview-54174255"&gt;Add Shixzie/nlp to Natural Language Processing&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;💬 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/1515#pullrequestreview-53988997"&gt;Add OpenPeeDeeP/xdg package to the list&lt;/a&gt; (Commented)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/1513#pullrequestreview-53988931"&gt;Adding mssqlx (production library at iparking.vn)&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/prest/adapters"&gt;prest/adapters&lt;/a&gt;: &lt;a href="https://github.com/prest/adapters/pull/5#pullrequestreview-54153831"&gt;use nuveo/log&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/prest/config"&gt;prest/config&lt;/a&gt;: &lt;a href="https://github.com/prest/config/pull/3#pullrequestreview-54149281"&gt;use nuveo/log&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/googleapis/google-cloud-go"&gt;googleapis/google-cloud-go&lt;/a&gt;: &lt;a href="https://github.com/googleapis/google-cloud-go/issues/716"&gt;vision: Error happens when a program imports grpc more than twice&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-08-02"&gt;2017-08-02&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/golang/dep"&gt;golang/dep&lt;/a&gt;: &lt;a href="https://github.com/golang/dep/issues/935"&gt;dep ensure local packages&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/seed"&gt;avelino/seed&lt;/a&gt;: 31 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/seed/commits?author=avelino&amp;amp;since=2017-08-01T00:00:00Z&amp;amp;until=2017-08-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/gofn/snapshot.service"&gt;gofn/snapshot.service&lt;/a&gt;: 11 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/gofn/snapshot.service/commits?author=avelino&amp;amp;since=2017-08-01T00:00:00Z&amp;amp;until=2017-08-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/nuveo/boxos"&gt;nuveo/boxos&lt;/a&gt;: 2 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/nuveo/boxos/commits?author=avelino&amp;amp;since=2017-08-01T00:00:00Z&amp;amp;until=2017-08-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 222 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Open Source Contributions - July 2017</title><link>https://avelino.run/foss/2017/07/</link><pubDate>Sat, 01 Jul 2017 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2017/07/</guid><description>&lt;p&gt;This timeline captures the key contributions and events from July 2017, showcasing the dynamic activity across 22 repositories. With 64 total contributions, including push events, pull requests, and reviews, this month reflects a significant collaborative effort in the community.&lt;/p&gt;
&lt;h2 id="2017-07-29"&gt;2017-07-29&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/1508#pullrequestreview-53077637"&gt;Add github.com/utahta/go-cronowriter&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/1505#pullrequestreview-53077607"&gt;Broken anchor links&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-07-28"&gt;2017-07-28&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/195#pullrequestreview-53001768"&gt;Improvements/refactor packages&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/prest/adapters"&gt;prest/adapters&lt;/a&gt;: &lt;a href="https://github.com/prest/adapters/pull/4#pullrequestreview-52903487"&gt;Fix problem with fields permissions&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/prest/controllers"&gt;prest/controllers&lt;/a&gt;: &lt;a href="https://github.com/prest/controllers/pull/3#pullrequestreview-52903202"&gt;now fields permission return a slice and an error&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/gofn/gofn"&gt;gofn/gofn&lt;/a&gt;: &lt;a href="https://github.com/gofn/gofn/pull/70#pullrequestreview-53049992"&gt;Context&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-07-27"&gt;2017-07-27&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/prest/adapters"&gt;prest/adapters&lt;/a&gt;: &lt;a href="https://github.com/prest/adapters/pull/3"&gt;set debug on show all query exec&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/prest/controllers"&gt;prest/controllers&lt;/a&gt;: &lt;a href="https://github.com/prest/controllers/pull/2#pullrequestreview-52555873"&gt;scanner implementation&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/nuveo/log"&gt;nuveo/log&lt;/a&gt;: &lt;a href="https://github.com/nuveo/log/issues/5"&gt;sentry support, used adapter pattern&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/issues/199"&gt;Used SQL file on fixture (data base load data)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/issues/198"&gt;group by not working, permission crash&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-07-26"&gt;2017-07-26&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/prest/adapters"&gt;prest/adapters&lt;/a&gt;: &lt;a href="https://github.com/prest/adapters/pull/2#pullrequestreview-52474044"&gt;Scanner&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/prest/adapters"&gt;prest/adapters&lt;/a&gt;: &lt;a href="https://github.com/prest/adapters/pull/1#pullrequestreview-52390812"&gt;Improvements/refactor adapters&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/prest/controllers"&gt;prest/controllers&lt;/a&gt;: &lt;a href="https://github.com/prest/controllers/pull/1#pullrequestreview-52390591"&gt;Refactor controllers package&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/nuveo/log"&gt;nuveo/log&lt;/a&gt;: &lt;a href="https://github.com/nuveo/log/pull/2#pullrequestreview-52427126"&gt;Feature/1 - Add usage examples&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/prest/middlewares"&gt;prest/middlewares&lt;/a&gt;: &lt;a href="https://github.com/prest/middlewares/pull/1#pullrequestreview-52391411"&gt;Refactor middlewares package&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/prest/config"&gt;prest/config&lt;/a&gt;: &lt;a href="https://github.com/prest/config/pull/1#pullrequestreview-52391307"&gt;Refactor config/middlewares package&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/prest/cmd"&gt;prest/cmd&lt;/a&gt;: &lt;a href="https://github.com/prest/cmd/pull/1#pullrequestreview-52391195"&gt;Refactor cmd package&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/nuveo/log"&gt;nuveo/log&lt;/a&gt;: &lt;a href="https://github.com/nuveo/log/issues/3"&gt;rename package&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-07-23"&gt;2017-07-23&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/pythonbrasil/pyBusinesses-BR"&gt;pythonbrasil/pyBusinesses-BR&lt;/a&gt;: &lt;a href="https://github.com/pythonbrasil/pyBusinesses-BR/pull/98"&gt;Adicionando a empresa @nuveo&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-07-20"&gt;2017-07-20&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/1503#pullrequestreview-51082562"&gt;Add github.com/osteele/liquid to Template Engines&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-07-19"&gt;2017-07-19&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/1502#pullrequestreview-50923038"&gt;pRest is not a database, but a tool&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/184#pullrequestreview-50941496"&gt;update docker and travis stuff&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-07-16"&gt;2017-07-16&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;💬 Reviewed PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/183#pullrequestreview-50216126"&gt;fix cors&lt;/a&gt; (Commented)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-07-15"&gt;2017-07-15&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/dut-lang/dut"&gt;dut-lang/dut&lt;/a&gt;: &lt;a href="https://github.com/dut-lang/dut/pull/10"&gt;Include&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/dut-lang/dut"&gt;dut-lang/dut&lt;/a&gt;: &lt;a href="https://github.com/dut-lang/dut/pull/9"&gt;upgrade sq libs&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/albertodemichelis/squirrel"&gt;albertodemichelis/squirrel&lt;/a&gt;: &lt;a href="https://github.com/albertodemichelis/squirrel/pull/99"&gt;update Copyright year 2016 to 2017&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/melpa/melpa"&gt;melpa/melpa&lt;/a&gt;: &lt;a href="https://github.com/melpa/melpa/pull/4852"&gt;added dut-mode&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-07-14"&gt;2017-07-14&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/1497#pullrequestreview-50150607"&gt;Add Go client for the Zooz API&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-07-13"&gt;2017-07-13&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/1474#pullrequestreview-49874620"&gt;Added v&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/1483#pullrequestreview-49872584"&gt;Added moby project&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-07-12"&gt;2017-07-12&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap"&gt;editor-bootstrap/vim-bootstrap&lt;/a&gt;: &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap/pull/263#pullrequestreview-49377246"&gt;bugfix: performance issues&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-07-10"&gt;2017-07-10&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap"&gt;editor-bootstrap/vim-bootstrap&lt;/a&gt;: &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap/pull/262#pullrequestreview-48863918"&gt;Go improvements based on a post&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-07-09"&gt;2017-07-09&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/1493#pullrequestreview-48775566"&gt;Add github.com/artonge/go-gtfs&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/1494#pullrequestreview-48775497"&gt;Added Kallax on ORM&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/1492#pullrequestreview-48775484"&gt;Add goxlsxwriter&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/1490#pullrequestreview-48775353"&gt;Add astitodo&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/crgimenes/grupo-estudos-golang"&gt;crgimenes/grupo-estudos-golang&lt;/a&gt;: &lt;a href="https://github.com/crgimenes/grupo-estudos-golang/issues/42"&gt;Suporte a multi línguas &lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-07-08"&gt;2017-07-08&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/1489#pullrequestreview-48755693"&gt;add astisub&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/1488#pullrequestreview-48755674"&gt;Adding aah web framework under Web Framework section&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/1470#pullrequestreview-48755563"&gt;add project intrinsic, Use x86 SIMD without writing any assembly code&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/1487#pullrequestreview-48744366"&gt;Add goq - html unmarshaling with jquery struct tags&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-07-05"&gt;2017-07-05&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/1479#pullrequestreview-47968752"&gt;Update chi url&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/1480#pullrequestreview-47968590"&gt;Add a new website. &lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/gofn/gofn"&gt;gofn/gofn&lt;/a&gt;: &lt;a href="https://github.com/gofn/gofn/pull/65#pullrequestreview-48192179"&gt;Update example in README to use go best practices&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-07-03"&gt;2017-07-03&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/177#pullrequestreview-47713625"&gt;Add support to HAVING clause&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/prest/template"&gt;prest/template&lt;/a&gt;: 2 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/prest/template/commits?author=avelino&amp;amp;since=2017-07-01T00:00:00Z&amp;amp;until=2017-07-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/prest/controllers"&gt;prest/controllers&lt;/a&gt;: 2 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/prest/controllers/commits?author=avelino&amp;amp;since=2017-07-01T00:00:00Z&amp;amp;until=2017-07-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/prest/config"&gt;prest/config&lt;/a&gt;: 4 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/prest/config/commits?author=avelino&amp;amp;since=2017-07-01T00:00:00Z&amp;amp;until=2017-07-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/prest/adapters"&gt;prest/adapters&lt;/a&gt;: 6 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/prest/adapters/commits?author=avelino&amp;amp;since=2017-07-01T00:00:00Z&amp;amp;until=2017-07-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/pythonbrasil/pyBusinesses-BR"&gt;pythonbrasil/pyBusinesses-BR&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/pythonbrasil/pyBusinesses-BR/commits?author=avelino&amp;amp;since=2017-07-01T00:00:00Z&amp;amp;until=2017-07-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/prest/statements"&gt;prest/statements&lt;/a&gt;: 2 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/prest/statements/commits?author=avelino&amp;amp;since=2017-07-01T00:00:00Z&amp;amp;until=2017-07-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/dut-lang/dut"&gt;dut-lang/dut&lt;/a&gt;: 10 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/dut-lang/dut/commits?author=avelino&amp;amp;since=2017-07-01T00:00:00Z&amp;amp;until=2017-07-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/melpa/melpa"&gt;melpa/melpa&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/melpa/melpa/commits?author=avelino&amp;amp;since=2017-07-01T00:00:00Z&amp;amp;until=2017-07-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/structy/log"&gt;structy/log&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/structy/log/commits?author=avelino&amp;amp;since=2017-07-01T00:00:00Z&amp;amp;until=2017-07-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/prest/cmd"&gt;prest/cmd&lt;/a&gt;: 2 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/prest/cmd/commits?author=avelino&amp;amp;since=2017-07-01T00:00:00Z&amp;amp;until=2017-07-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/nuveo/log"&gt;nuveo/log&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/nuveo/log/commits?author=avelino&amp;amp;since=2017-07-01T00:00:00Z&amp;amp;until=2017-07-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/prest/helpers"&gt;prest/helpers&lt;/a&gt;: 2 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/prest/helpers/commits?author=avelino&amp;amp;since=2017-07-01T00:00:00Z&amp;amp;until=2017-07-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: 21 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/prest/prest/commits?author=avelino&amp;amp;since=2017-07-01T00:00:00Z&amp;amp;until=2017-07-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/albertodemichelis/squirrel"&gt;albertodemichelis/squirrel&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/albertodemichelis/squirrel/commits?author=avelino&amp;amp;since=2017-07-01T00:00:00Z&amp;amp;until=2017-07-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/dut-lang/dut-mode"&gt;dut-lang/dut-mode&lt;/a&gt;: 5 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/dut-lang/dut-mode/commits?author=avelino&amp;amp;since=2017-07-01T00:00:00Z&amp;amp;until=2017-07-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/seed"&gt;avelino/seed&lt;/a&gt;: 4 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/seed/commits?author=avelino&amp;amp;since=2017-07-01T00:00:00Z&amp;amp;until=2017-07-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/prest/middlewares"&gt;prest/middlewares&lt;/a&gt;: 2 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/prest/middlewares/commits?author=avelino&amp;amp;since=2017-07-01T00:00:00Z&amp;amp;until=2017-07-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/.emacs"&gt;avelino/.emacs&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/.emacs/commits?author=avelino&amp;amp;since=2017-07-01T00:00:00Z&amp;amp;until=2017-07-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 192 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Open Source Contributions - June 2017</title><link>https://avelino.run/foss/2017/06/</link><pubDate>Thu, 01 Jun 2017 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2017/06/</guid><description>&lt;p&gt;Explore the contributions made in June 2017 across various repositories. This timeline highlights significant events, including push activities, pull requests, and issue tracking, reflecting the ongoing development and collaboration within the community.&lt;/p&gt;
&lt;h2 id="2017-06-30"&gt;2017-06-30&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/1030#pullrequestreview-47302639"&gt;Add a fast logger for GO, blog4go&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/176#pullrequestreview-47480269"&gt;Add Group by clause support&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-06-27"&gt;2017-06-27&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/174#pullrequestreview-46664703"&gt;bug fix query return from empty table, issue #173&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-06-26"&gt;2017-06-26&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/172"&gt;Create CODE_OF_CONDUCT.md&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/gofn/gofn"&gt;gofn/gofn&lt;/a&gt;: &lt;a href="https://github.com/gofn/gofn/pull/64"&gt;go is package not CLI, removed vendor folder&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-06-22"&gt;2017-06-22&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/niemeyer/gopkg"&gt;niemeyer/gopkg&lt;/a&gt;: &lt;a href="https://github.com/niemeyer/gopkg/issues/57"&gt;beta version 0.1 and 0.2&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/editor-bootstrap/emacs-bootstrap"&gt;editor-bootstrap/emacs-bootstrap&lt;/a&gt;: &lt;a href="https://github.com/editor-bootstrap/emacs-bootstrap/issues/28"&gt;ido support&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-06-19"&gt;2017-06-19&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/nuveo/IWantToWorkAtNuveo"&gt;nuveo/IWantToWorkAtNuveo&lt;/a&gt;: &lt;a href="https://github.com/nuveo/IWantToWorkAtNuveo/pull/2#pullrequestreview-44733970"&gt;Fix framework name&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-06-17"&gt;2017-06-17&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/bbangert/beaker"&gt;bbangert/beaker&lt;/a&gt;: &lt;a href="https://github.com/bbangert/beaker/pull/133#pullrequestreview-44709138"&gt;Builtin managers and synchronizers&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-06-16"&gt;2017-06-16&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/1435#pullrequestreview-44650766"&gt;Add githubql package.&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/1459#pullrequestreview-44640924"&gt;Add a deadline for new PR on CONTRIBUTION&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/1452#pullrequestreview-44580667"&gt;Add gowww/router&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/1451#pullrequestreview-44580293"&gt;Added library for manipulating POSIX ACLs&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/1450#pullrequestreview-44579754"&gt;Added github.com/shomali11/util&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/1449#pullrequestreview-44579383"&gt;Add go-cleanarch&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/1443#pullrequestreview-44579029"&gt;Added goid&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/1442#pullrequestreview-44578632"&gt;Add jsonenums entry to Utilities&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/1439#pullrequestreview-44578298"&gt;Add gorouter package&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/1447#pullrequestreview-44577758"&gt;add ebook&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-06-12"&gt;2017-06-12&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/166#pullrequestreview-43400184"&gt;remove data wrapper from body and Standardize functions&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/issues/1454"&gt;added meetup topic&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-06-06"&gt;2017-06-06&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/165"&gt;Migrate via gopkg&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-06-03"&gt;2017-06-03&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/1444#pullrequestreview-41928246"&gt;Add rubyist/circuitbreaker&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-06-02"&gt;2017-06-02&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/156#pullrequestreview-41895885"&gt;Add array support&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/nuveo/docconv"&gt;nuveo/docconv&lt;/a&gt;: &lt;a href="https://github.com/nuveo/docconv/pull/10#pullrequestreview-41668613"&gt;Convert csv data to XLSX&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-06-01"&gt;2017-06-01&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/155#pullrequestreview-41589484"&gt;prevent more than load when use pREST as a module&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/.emacs"&gt;avelino/.emacs&lt;/a&gt;: 5 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/.emacs/commits?author=avelino&amp;amp;since=2017-06-01T00:00:00Z&amp;amp;until=2017-06-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: 3 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/prest/prest/commits?author=avelino&amp;amp;since=2017-06-01T00:00:00Z&amp;amp;until=2017-06-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/gofn/gofn"&gt;gofn/gofn&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/gofn/gofn/commits?author=avelino&amp;amp;since=2017-06-01T00:00:00Z&amp;amp;until=2017-06-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/nuveo/speech-to-text"&gt;nuveo/speech-to-text&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/nuveo/speech-to-text/commits?author=avelino&amp;amp;since=2017-06-01T00:00:00Z&amp;amp;until=2017-06-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/awesome-go/commits?author=avelino&amp;amp;since=2017-06-01T00:00:00Z&amp;amp;until=2017-06-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/prest/cmd"&gt;prest/cmd&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/prest/cmd/commits?author=avelino&amp;amp;since=2017-06-01T00:00:00Z&amp;amp;until=2017-06-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/nuveo/boxos"&gt;nuveo/boxos&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/nuveo/boxos/commits?author=avelino&amp;amp;since=2017-06-01T00:00:00Z&amp;amp;until=2017-06-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 131 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Conheça seu ambiente de trabalho</title><link>https://avelino.run/conhe%C3%A7a-seu-ambiente-de-trabalho/</link><pubDate>Wed, 03 May 2017 00:00:00 +0000</pubDate><guid>https://avelino.run/conhe%C3%A7a-seu-ambiente-de-trabalho/</guid><description>&lt;p&gt;Aprender novas tecnologias (nesse caso linguagens de programação) não é um trabalho fácil, vai muito além de conhecer syntax da linguagem. Exige alguns desafios como entender porque a linguagem foi criada (existe), entender o eco sistema, como fazer deploy, como gerenciar ambiente de produção e etc.&lt;/p&gt;
&lt;p&gt;&lt;img src="https://miro.medium.com/max/1920/1*vK2aejO19rAW5x3D7-CQhw.png" alt="Mantenha seu ambiente de trabalho organizado e com tudo a seu alcance"&gt;&lt;/p&gt;
&lt;p&gt;Pensando nessa introdução vou falar um pouco sobre conhecer o &lt;strong&gt;seu&lt;/strong&gt; ambiente de trabalho antes de conhecer novas tecnologias (linguagens), é muito comum ver desenvolvedores querer usar sempre o que existe de mais novo no mercado (linguagem, framework, plugin, editor e etc) sem pensar no time de desenvolvimento envolvido, mas sera que isso realmente é a melhor coisa a se fazer para empresa que você trabalha? O nível de complexidade são diferente para pessoas, é extremamente comum ver um desenvolvedor (geralmente auto de data) aprender novas tecnologias muito rápido, mas nem todos são assim. Um dos trabalhos de ser CTO é saber dosar a dose do remédio para que todos os desenvolvedores esteja sempre na mesma página, isso envolve dizer alguns não momentâneos (não é fácil esse papel, mas é extremamente necessário).&lt;/p&gt;</description></item><item><title>Open Source Contributions - May 2017</title><link>https://avelino.run/foss/2017/05/</link><pubDate>Mon, 01 May 2017 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2017/05/</guid><description>&lt;p&gt;Explore the key contributions and milestones from May 2017, where the community actively engaged in 19 repositories, opening 8 pull requests and conducting 43 reviews. This timeline encapsulates the collaborative spirit and innovation that defined the month.&lt;/p&gt;
&lt;h2 id="2017-05-31"&gt;2017-05-31&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/154#pullrequestreview-41124627"&gt;a mock of database connection&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-05-29"&gt;2017-05-29&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/1437#pullrequestreview-40799828"&gt;Clean up whitespace, full stop header consistency&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-05-28"&gt;2017-05-28&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap"&gt;editor-bootstrap/vim-bootstrap&lt;/a&gt;: &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap/pull/259#pullrequestreview-40675763"&gt;Add tempate for Elm&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-05-27"&gt;2017-05-27&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/1426#pullrequestreview-40658027"&gt;Add shabbyrobe/xmlwriter, create XML section&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/1434#pullrequestreview-40657917"&gt;Add go-ataman&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-05-26"&gt;2017-05-26&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/1427#pullrequestreview-40507118"&gt;Add elasticsql&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/1430#pullrequestreview-40506961"&gt;Adding gowd&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/1433#pullrequestreview-40506568"&gt;Adding go-unsplash for unsplash.com API&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/1431#pullrequestreview-40506264"&gt;Add Gogland &amp;amp; deprecate the idea plug-in&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-05-24"&gt;2017-05-24&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/152#pullrequestreview-40097281"&gt;implement funcs to help scripts&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-05-23"&gt;2017-05-23&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/150#pullrequestreview-39842108"&gt;fix bug in insert json&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/148#pullrequestreview-39625709"&gt;introduce debug mode&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-05-22"&gt;2017-05-22&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/luanfonceca/speakerfight"&gt;luanfonceca/speakerfight&lt;/a&gt;: &lt;a href="https://github.com/luanfonceca/speakerfight/issues/209"&gt;Filter by active event&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-05-21"&gt;2017-05-21&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/1425#pullrequestreview-39347753"&gt;Added [slacker] A framework to create Slack bots&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/beerpay/beerpay.io"&gt;beerpay/beerpay.io&lt;/a&gt;: &lt;a href="https://github.com/beerpay/beerpay.io/issues/28"&gt;accept paypal&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/cloe-lang/cloe"&gt;cloe-lang/cloe&lt;/a&gt;: &lt;a href="https://github.com/cloe-lang/cloe/issues/35"&gt;inspired in lisp?&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-05-19"&gt;2017-05-19&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/1421#pullrequestreview-39216318"&gt;Add github.com/yourbasic/bit&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/144#pullrequestreview-39104182"&gt;file no more mandatory&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-05-18"&gt;2017-05-18&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/nuveo/boilr"&gt;nuveo/boilr&lt;/a&gt;: &lt;a href="https://github.com/nuveo/boilr/pull/1"&gt;Private repos&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/golang/go"&gt;golang/go&lt;/a&gt;: &lt;a href="https://github.com/golang/go/issues/20406"&gt;vendor folder ignore on run&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-05-17"&gt;2017-05-17&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/1420#pullrequestreview-38760486"&gt;Add go-rquad - efficient region quadtrees&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/1419#pullrequestreview-38760204"&gt;Add zerolog&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/kardianos/govendor"&gt;kardianos/govendor&lt;/a&gt;: &lt;a href="https://github.com/kardianos/govendor/issues/318"&gt;Error: Different Canonical Packages for, not check on vendor folder&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-05-16"&gt;2017-05-16&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap"&gt;editor-bootstrap/vim-bootstrap&lt;/a&gt;: &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap/pull/258#pullrequestreview-38269007"&gt;Bugfix: matchit not found in neovim. Fix #257&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-05-13"&gt;2017-05-13&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/bottlepy/bottle-mongo"&gt;bottlepy/bottle-mongo&lt;/a&gt;: &lt;a href="https://github.com/bottlepy/bottle-mongo/pull/8"&gt;Travis py versions&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/bottlepy/bottle-mongo"&gt;bottlepy/bottle-mongo&lt;/a&gt;: &lt;a href="https://github.com/bottlepy/bottle-mongo/pull/7"&gt;Revert &amp;quot;Fix deprecation of inspect.inspect.getargspec()&amp;quot;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/1418#pullrequestreview-37982429"&gt;Add dbcleaner&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/bottlepy/bottle-mongo"&gt;bottlepy/bottle-mongo&lt;/a&gt;: &lt;a href="https://github.com/bottlepy/bottle-mongo/pull/6#pullrequestreview-37982610"&gt;Rename context to route accourding to Plugin API v2&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-05-12"&gt;2017-05-12&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap"&gt;editor-bootstrap/vim-bootstrap&lt;/a&gt;: &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap/pull/256"&gt;checker exist curl&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-05-11"&gt;2017-05-11&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/1416#pullrequestreview-37662905"&gt;Add ofxgo&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/1415#pullrequestreview-37662662"&gt;add xpath package&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/bottlepy/bottle"&gt;bottlepy/bottle&lt;/a&gt;: &lt;a href="https://github.com/bottlepy/bottle/pull/970#pullrequestreview-37472244"&gt;unit test mocking documentation&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-05-10"&gt;2017-05-10&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/139#pullrequestreview-37452195"&gt;Prevents multiple startup when the pREST is used as a package.&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-05-09"&gt;2017-05-09&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/melpa/melpa"&gt;melpa/melpa&lt;/a&gt;: &lt;a href="https://github.com/melpa/melpa/pull/4748"&gt;added caleb theme&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap"&gt;editor-bootstrap/vim-bootstrap&lt;/a&gt;: &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap/pull/254#pullrequestreview-36936369"&gt;Add matchit, right way&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/editor-bootstrap/emacs-bootstrap"&gt;editor-bootstrap/emacs-bootstrap&lt;/a&gt;: &lt;a href="https://github.com/editor-bootstrap/emacs-bootstrap/issues/26"&gt;caleb theme&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/caleb-theme"&gt;avelino/caleb-theme&lt;/a&gt;: &lt;a href="https://github.com/avelino/caleb-theme/issues/1"&gt;pictures&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-05-08"&gt;2017-05-08&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/dracula/emacs"&gt;dracula/emacs&lt;/a&gt;: &lt;a href="https://github.com/dracula/emacs/pull/26"&gt;fixed working xterm (256 colors)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/1414#pullrequestreview-36902490"&gt;Update README.md&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-05-07"&gt;2017-05-07&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/1409#pullrequestreview-36672960"&gt;Add joshbetz/config&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/1327#pullrequestreview-36672849"&gt;Add authorizecim - Authorize.net credit card processing API&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/1408#pullrequestreview-36670541"&gt;Added onecache, a caching library&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/1410#pullrequestreview-36670524"&gt;Add UNIS, the modern architecture pattern for string utilities&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/1411#pullrequestreview-36670510"&gt;Add complete&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/1412#pullrequestreview-36670490"&gt;Add rabbus eventbus&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/1413#pullrequestreview-36670457"&gt;Added loginsrv - JWT login microservice&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-05-06"&gt;2017-05-06&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/Homebrew/homebrew-core"&gt;Homebrew/homebrew-core&lt;/a&gt;: &lt;a href="https://github.com/Homebrew/homebrew-core/pull/13292"&gt;pREST upgrade version to 0.1.7&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-05-05"&gt;2017-05-05&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/1375#pullrequestreview-36571065"&gt;Add wuzz&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/1381#pullrequestreview-36569518"&gt;Add hub&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/1382#pullrequestreview-36568957"&gt;Add ladon&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/1401#pullrequestreview-36568445"&gt;add JayDiff&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/1403#pullrequestreview-36567948"&gt;Add go-astilectron&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/1404#pullrequestreview-36567620"&gt;added github.com/adam-hanna/sessions&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/137#pullrequestreview-36627192"&gt;Improve error return&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-05-04"&gt;2017-05-04&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/136#pullrequestreview-36392866"&gt;fix config propagate for all commands&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/bottlepy/bottle"&gt;bottlepy/bottle&lt;/a&gt;: &lt;a href="https://github.com/bottlepy/bottle/pull/967#pullrequestreview-36181597"&gt;Update stpl.rst&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-05-01"&gt;2017-05-01&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/1400"&gt;recommendation new coverage runner cover.run&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap"&gt;editor-bootstrap/vim-bootstrap&lt;/a&gt;: &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap/pull/253#pullrequestreview-35581592"&gt;Add 'requirements.txt.vim' in Python's vim-template&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/cover.run"&gt;avelino/cover.run&lt;/a&gt;: 5 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/cover.run/commits?author=avelino&amp;amp;since=2017-05-01T00:00:00Z&amp;amp;until=2017-05-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/.emacs"&gt;avelino/.emacs&lt;/a&gt;: 3 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/.emacs/commits?author=avelino&amp;amp;since=2017-05-01T00:00:00Z&amp;amp;until=2017-05-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/seed"&gt;avelino/seed&lt;/a&gt;: 3 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/seed/commits?author=avelino&amp;amp;since=2017-05-01T00:00:00Z&amp;amp;until=2017-05-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 195 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>cover.run</title><link>https://avelino.run/projects/coverrun/</link><pubDate>Fri, 28 Apr 2017 00:00:00 +0000</pubDate><guid>https://avelino.run/projects/coverrun/</guid><description>&lt;p&gt;*&lt;em&gt;/!\DEPRECIATED/!*&lt;/em&gt; Code coverage&lt;/p&gt;
&lt;!-- more --&gt;
&lt;p&gt;&lt;img src="https://avelino.run/img/coverrun.png" alt="cover.run"&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://github.com/avelino/cover.run"&gt;github project&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Open Source Contributions - April 2017</title><link>https://avelino.run/foss/2017/04/</link><pubDate>Sat, 01 Apr 2017 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2017/04/</guid><description>&lt;p&gt;Explore the timeline of contributions for April 2017, showcasing significant pull request reviews and collaborative enhancements across various repositories, emphasizing the ongoing commitment to quality and improvement.&lt;/p&gt;
&lt;h2 id="2017-04-28"&gt;2017-04-28&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/gofn/gofn"&gt;gofn/gofn&lt;/a&gt;: &lt;a href="https://github.com/gofn/gofn/pull/63#pullrequestreview-35464212"&gt;Added enviroment variables on container options&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-04-27"&gt;2017-04-27&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/1342#pullrequestreview-35115429"&gt;working on gfm compat (helps #1224)&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-04-26"&gt;2017-04-26&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/134#pullrequestreview-34916784"&gt;Remove prepare from queries scripts&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-04-23"&gt;2017-04-23&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap"&gt;editor-bootstrap/vim-bootstrap&lt;/a&gt;: &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap/pull/252#pullrequestreview-34171033"&gt;Added version(commit hash) on vimrc&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-04-12"&gt;2017-04-12&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/gofn/gofn"&gt;gofn/gofn&lt;/a&gt;: &lt;a href="https://github.com/gofn/gofn/pull/61#pullrequestreview-32362322"&gt;Refactor to aggregate attributes in a unique containerOpts&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/gofn/gofn"&gt;gofn/gofn&lt;/a&gt;: &lt;a href="https://github.com/gofn/gofn/pull/60#pullrequestreview-32281398"&gt;add option to pass command to container&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-04-07"&gt;2017-04-07&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/131#pullrequestreview-31634782"&gt;Refactoring to prevent multiple configuration loads&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 1 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Qual o glamour em ser CEO?</title><link>https://avelino.run/qual-o-glamour-em-ser-ceo/</link><pubDate>Sat, 04 Mar 2017 00:00:00 +0000</pubDate><guid>https://avelino.run/qual-o-glamour-em-ser-ceo/</guid><description>&lt;p&gt;&lt;img src="https://avelino.run/o-ceo.jpeg" alt="The Wolf of Wall Street (2013)"&gt;&lt;/p&gt;
&lt;p&gt;Antes de entrar no assunto do titulo vou contextualizar o porque estou escrevendo esse blogpost.&lt;/p&gt;
&lt;p&gt;Eu (Avelino) a anos acompanho minha rede de contato no LinkedIn e via que muitas pessoas estava como (ou se tornou à pouco tempo) CEO (Chief Executive Officer, que significa Diretor Executivo) de empresa, isso me surgiu curiosidade em saber qual empresa essas pessoas tinham se tornado CEO, para minha surpresa a maioria tinha se tornado CEO de uma empresa e continuava trabalhando em outra empresa, muitas sendo assalariado.&lt;/p&gt;</description></item><item><title>Open Source Contributions - March 2017</title><link>https://avelino.run/foss/2017/03/</link><pubDate>Wed, 01 Mar 2017 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2017/03/</guid><description>&lt;p&gt;Explore the significant contributions made in March 2017, where 12 repositories engaged with 8 pull requests and 11 issues. This timeline highlights key events, showcasing the collaborative efforts that drive open-source development forward.&lt;/p&gt;
&lt;h2 id="2017-03-30"&gt;2017-03-30&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/129#pullrequestreview-29992638"&gt;Xml renderer support&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-03-29"&gt;2017-03-29&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/gofn/gofn"&gt;gofn/gofn&lt;/a&gt;: &lt;a href="https://github.com/gofn/gofn/pull/59#pullrequestreview-29609831"&gt;caught logs when execution failed&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-03-26"&gt;2017-03-26&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/1333#pullrequestreview-29074202"&gt;Add nsq-event-bus&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap"&gt;editor-bootstrap/vim-bootstrap&lt;/a&gt;: &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap/pull/248#pullrequestreview-29062263"&gt;Replace ctrlp with fzf&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-03-24"&gt;2017-03-24&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/gofn/gofn"&gt;gofn/gofn&lt;/a&gt;: &lt;a href="https://github.com/gofn/gofn/pull/57#pullrequestreview-28924980"&gt;Fix #56: Container exited with status code 1, but don't show errors.&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-03-18"&gt;2017-03-18&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/127#pullrequestreview-27710854"&gt;connection timeout configuration&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-03-15"&gt;2017-03-15&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/1320#pullrequestreview-27148095"&gt;Updating Orchestrator's new repo location&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-03-14"&gt;2017-03-14&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/devspace/devspace-user-requests"&gt;devspace/devspace-user-requests&lt;/a&gt;: &lt;a href="https://github.com/devspace/devspace-user-requests/issues/105"&gt;Friends commits on time line&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-03-12"&gt;2017-03-12&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/1315#pullrequestreview-26456967"&gt;Add go-unarr&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-03-11"&gt;2017-03-11&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/bcicen/ctop"&gt;bcicen/ctop&lt;/a&gt;: &lt;a href="https://github.com/bcicen/ctop/pull/34"&gt;used govendor as package manager&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/125"&gt;Added version command line&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/bcicen/ctop"&gt;bcicen/ctop&lt;/a&gt;: &lt;a href="https://github.com/bcicen/ctop/issues/33"&gt;dependence manager (govendor)&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-03-10"&gt;2017-03-10&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/bcicen/ctop"&gt;bcicen/ctop&lt;/a&gt;: &lt;a href="https://github.com/bcicen/ctop/pull/27"&gt;homebrew formula inital&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/Homebrew/homebrew-core"&gt;Homebrew/homebrew-core&lt;/a&gt;: &lt;a href="https://github.com/Homebrew/homebrew-core/pull/10847"&gt;initial prest formula&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/Homebrew/homebrew-core"&gt;Homebrew/homebrew-core&lt;/a&gt;: &lt;a href="https://github.com/Homebrew/homebrew-core/pull/10846"&gt;initial ctop formula&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/go-gitea/gitea"&gt;go-gitea/gitea&lt;/a&gt;: &lt;a href="https://github.com/go-gitea/gitea/issues/1186"&gt;1.1.0 index error panic: runtime error: slice bounds out of range&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/zenorocha/alfred-workflows"&gt;zenorocha/alfred-workflows&lt;/a&gt;: &lt;a href="https://github.com/zenorocha/alfred-workflows/issues/88"&gt;alfred homebrew&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/fniephaus/alfred-homebrew"&gt;fniephaus/alfred-homebrew&lt;/a&gt;: &lt;a href="https://github.com/fniephaus/alfred-homebrew/issues/20"&gt;How to install?&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/issues/124"&gt;homebrew formula&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-03-09"&gt;2017-03-09&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/1313#pullrequestreview-26033707"&gt;Add https://github.com/streadway/amqp&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/go-gitea/gitea"&gt;go-gitea/gitea&lt;/a&gt;: &lt;a href="https://github.com/go-gitea/gitea/issues/1166"&gt;Upgrade 1.0 (docker image) to 1.1.0 (docker image)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/go-gitea/gitea"&gt;go-gitea/gitea&lt;/a&gt;: &lt;a href="https://github.com/go-gitea/gitea/issues/1165"&gt;release v1.1.0 on docker hub&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/bcicen/ctop"&gt;bcicen/ctop&lt;/a&gt;: &lt;a href="https://github.com/bcicen/ctop/issues/5"&gt;homebrew formula&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-03-08"&gt;2017-03-08&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/nuveo/docconv"&gt;nuveo/docconv&lt;/a&gt;: &lt;a href="https://github.com/nuveo/docconv/pull/8"&gt;update vendor (add gosseract)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/nuveo/docconv"&gt;nuveo/docconv&lt;/a&gt;: &lt;a href="https://github.com/nuveo/docconv/pull/7"&gt;update readme, replace @sajari to @nuveo&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/nuveo/docconv"&gt;nuveo/docconv&lt;/a&gt;: &lt;a href="https://github.com/nuveo/docconv/pull/6"&gt;pdf: just dump raw meta&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/1312#pullrequestreview-25830881"&gt;add flag library.&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-03-07"&gt;2017-03-07&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/123#pullrequestreview-25531915"&gt;fix issue #122, removing access control from base stack&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap"&gt;editor-bootstrap/vim-bootstrap&lt;/a&gt;: &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap/pull/243#pullrequestreview-25532919"&gt;changing the vimrc to accept my own shell emulator&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/nuveo/docconv"&gt;nuveo/docconv&lt;/a&gt;: &lt;a href="https://github.com/nuveo/docconv/pull/5#pullrequestreview-25647022"&gt;Update to use last XLS API &lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/nuveo/docconv"&gt;nuveo/docconv&lt;/a&gt;: &lt;a href="https://github.com/nuveo/docconv/issues/4"&gt;pdf: just dump raw meta&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-03-04"&gt;2017-03-04&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/120#pullrequestreview-25105268"&gt;possibility to reorder middlewares&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-03-03"&gt;2017-03-03&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/xo/usql"&gt;xo/usql&lt;/a&gt;: &lt;a href="https://github.com/xo/usql/issues/5"&gt;Dependency Manager&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 0 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Open Source Contributions - February 2017</title><link>https://avelino.run/foss/2017/02/</link><pubDate>Wed, 01 Feb 2017 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2017/02/</guid><description>&lt;p&gt;In February 2017, the open-source community demonstrated robust activity across various repositories. This timeline highlights key contributions, including 5 new pull requests and 22 reviews, reflecting the collaborative spirit and ongoing enhancements within the projects. Explore the details of each contribution and the impact on the respective repositories.&lt;/p&gt;
&lt;h2 id="2017-02-28"&gt;2017-02-28&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/gesior/Gesior2012"&gt;gesior/Gesior2012&lt;/a&gt;: &lt;a href="https://github.com/gesior/Gesior2012/pull/25#pullrequestreview-24132798"&gt;Tfs 1.0&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-02-27"&gt;2017-02-27&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/116#pullrequestreview-23901467"&gt;fix some warnings&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/117#pullrequestreview-23901396"&gt;enable add custom middleware&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/118#pullrequestreview-23901362"&gt;add 1.8 and tip&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-02-25"&gt;2017-02-25&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/1302#pullrequestreview-23858508"&gt;Add raylib-go&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/1303#pullrequestreview-23858498"&gt;add argv library.&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-02-24"&gt;2017-02-24&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/115#pullrequestreview-23829000"&gt;show error if have error in config file&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-02-23"&gt;2017-02-23&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/gofn/gofn"&gt;gofn/gofn&lt;/a&gt;: &lt;a href="https://github.com/gofn/gofn/pull/52"&gt;FnRun receive stdin&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/gofn/gofn"&gt;gofn/gofn&lt;/a&gt;: &lt;a href="https://github.com/gofn/gofn/pull/50"&gt;run tests on go version: 1.6, 1.7, 1.8 and tip&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/gofn/gofn"&gt;gofn/gofn&lt;/a&gt;: &lt;a href="https://github.com/gofn/gofn/pull/49"&gt;Optional use prefix &amp;quot;gofn/&amp;quot; the image name&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/bottlepy/bottle"&gt;bottlepy/bottle&lt;/a&gt;: &lt;a href="https://github.com/bottlepy/bottle/pull/947"&gt;Leave explicit the maxima version supported the CherryPy (&amp;lt;= 9.0.0)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/111#pullrequestreview-23470944"&gt;fix schemas count&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/1298#pullrequestreview-23481069"&gt;Add Air&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/1300#pullrequestreview-23480872"&gt;Add https://github.com/codesenberg/bombardier&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/1299#pullrequestreview-23480744"&gt;add hero template engine&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/issues/113"&gt;disable endpoint cache&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/issues/112"&gt;Possibility of generating cache&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-02-22"&gt;2017-02-22&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/gofn/gofn"&gt;gofn/gofn&lt;/a&gt;: &lt;a href="https://github.com/gofn/gofn/pull/48"&gt;receive keyid iaas&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-02-16"&gt;2017-02-16&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap"&gt;editor-bootstrap/vim-bootstrap&lt;/a&gt;: &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap/pull/242#pullrequestreview-22281389"&gt;Center screen when finding with &amp;quot;n/N&amp;quot;.&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-02-14"&gt;2017-02-14&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/1287#pullrequestreview-21653624"&gt;Added Scribble&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/vdaubry/github-awards"&gt;vdaubry/github-awards&lt;/a&gt;: &lt;a href="https://github.com/vdaubry/github-awards/issues/141"&gt;filter by user or organization&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-02-13"&gt;2017-02-13&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/gofn/gofn"&gt;gofn/gofn&lt;/a&gt;: &lt;a href="https://github.com/gofn/gofn/issues/46"&gt;Used snapshot name on IaaS&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-02-08"&gt;2017-02-08&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/103#pullrequestreview-20666167"&gt;Support to xml is an open issue(#4) fix #102&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/99#pullrequestreview-20666129"&gt;Fix docker compose environment variable&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-02-07"&gt;2017-02-07&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/98#pullrequestreview-20571852"&gt;enable to mock database&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/97#pullrequestreview-20523094"&gt;update vendor&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/96#pullrequestreview-20408470"&gt;[WIP] fix bugs in where #95&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/gofn/gofn"&gt;gofn/gofn&lt;/a&gt;: &lt;a href="https://github.com/gofn/gofn/pull/44#pullrequestreview-20553845"&gt;Refactor methods&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-02-03"&gt;2017-02-03&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/bottlepy/bottle"&gt;bottlepy/bottle&lt;/a&gt;: &lt;a href="https://github.com/bottlepy/bottle/pull/936#pullrequestreview-20006425"&gt;It's 2017....&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-02-02"&gt;2017-02-02&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/gofn/gofn"&gt;gofn/gofn&lt;/a&gt;: &lt;a href="https://github.com/gofn/gofn/pull/41#pullrequestreview-19803023"&gt;Expose stderr&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-02-01"&gt;2017-02-01&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/93#pullrequestreview-19638245"&gt;Improvements testing package&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 0 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Open Source Contributions - January 2017</title><link>https://avelino.run/foss/2017/01/</link><pubDate>Sun, 01 Jan 2017 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2017/01/</guid><description>&lt;p&gt;Explore the timeline of contributions for January 2017, where developers made notable strides in collaboration across 9 repositories. This month featured 6 new pull requests and an impressive 34 reviews, reflecting a commitment to enhancing code quality and project development.&lt;/p&gt;
&lt;h2 id="2017-01-31"&gt;2017-01-31&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;💬 Reviewed PR in &lt;a href="https://github.com/tsuru/tsuru"&gt;tsuru/tsuru&lt;/a&gt;: &lt;a href="https://github.com/tsuru/tsuru/pull/1536#pullrequestreview-19223789"&gt;Add compose environment&lt;/a&gt; (Commented)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-01-30"&gt;2017-01-30&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/go-gitea/gitea"&gt;go-gitea/gitea&lt;/a&gt;: &lt;a href="https://github.com/go-gitea/gitea/pull/788#pullrequestreview-19009671"&gt;Track labels changed on issue view &amp;amp; resolved #542&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-01-28"&gt;2017-01-28&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/92"&gt;Make release&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/gofn/gofn"&gt;gofn/gofn&lt;/a&gt;: &lt;a href="https://github.com/gofn/gofn/pull/38#pullrequestreview-18974160"&gt;Remove panic() functions&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/karalabe/xgo"&gt;karalabe/xgo&lt;/a&gt;: &lt;a href="https://github.com/karalabe/xgo/issues/71"&gt;Support go 1.8&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-01-27"&gt;2017-01-27&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/90#pullrequestreview-18951137"&gt;Null and not null operators&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/89#pullrequestreview-18950940"&gt;Add me MAINTAINERS&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/87#pullrequestreview-18850873"&gt;BUGFIX where with jsonb bug&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/gofn/gofn"&gt;gofn/gofn&lt;/a&gt;: &lt;a href="https://github.com/gofn/gofn/pull/35#pullrequestreview-18929546"&gt;Write in process stdin&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/gofn/gofn"&gt;gofn/gofn&lt;/a&gt;: &lt;a href="https://github.com/gofn/gofn/pull/32#pullrequestreview-18877538"&gt;Support to digital ocean&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/gofn/gofn"&gt;gofn/gofn&lt;/a&gt;: &lt;a href="https://github.com/gofn/gofn/issues/37"&gt;open docker tcp port via environment variable&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-01-26"&gt;2017-01-26&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/84"&gt;Initial contributing guide&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/tsuru/tsuru"&gt;tsuru/tsuru&lt;/a&gt;: &lt;a href="https://github.com/tsuru/tsuru/pull/1534#pullrequestreview-18618239"&gt;add quickstart section for README.md&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-01-25"&gt;2017-01-25&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/tsuru/tsuru"&gt;tsuru/tsuru&lt;/a&gt;: &lt;a href="https://github.com/tsuru/tsuru/pull/1533"&gt;update Copyright year 2016 to 2017&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/go-gitea/docs"&gt;go-gitea/docs&lt;/a&gt;: &lt;a href="https://github.com/go-gitea/docs/pull/87"&gt;var show footer template load time en&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/83#pullrequestreview-18531390"&gt;Add others comparisons in WHERE&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/82#pullrequestreview-18487338"&gt;Remove _VIEW endpoint&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/78#pullrequestreview-18467630"&gt;Add process queries&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/81#pullrequestreview-18308528"&gt;defer close body&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/go-gitea/gitea"&gt;go-gitea/gitea&lt;/a&gt;: &lt;a href="https://github.com/go-gitea/gitea/pull/742#pullrequestreview-18466120"&gt;Add units concept for modulable functions of a repository&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-01-24"&gt;2017-01-24&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/80#pullrequestreview-18205203"&gt;[WIP] Change Access Control verification&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/go-gitea/gitea"&gt;go-gitea/gitea&lt;/a&gt;: &lt;a href="https://github.com/go-gitea/gitea/issues/743"&gt;search by keyword in issue&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-01-21"&gt;2017-01-21&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/77#pullrequestreview-17809706"&gt;fix Invalid insert query if table not has column id&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-01-20"&gt;2017-01-20&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/issues/75"&gt;rewrite tests using native go package&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-01-16"&gt;2017-01-16&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/69#pullrequestreview-16846064"&gt;Increase test cover&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/issues/70"&gt;Executing sql query (like/alternative database views)&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-01-13"&gt;2017-01-13&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/67#pullrequestreview-16562498"&gt;FEATURE: Add Process View&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-01-12"&gt;2017-01-12&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/66#pullrequestreview-16321275"&gt;Access permissions&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-01-11"&gt;2017-01-11&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/gofn/gofn"&gt;gofn/gofn&lt;/a&gt;: &lt;a href="https://github.com/gofn/gofn/pull/26"&gt;initial logo&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/65#pullrequestreview-16144707"&gt;fix some lint issues:&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/gofn/gofn"&gt;gofn/gofn&lt;/a&gt;: &lt;a href="https://github.com/gofn/gofn/pull/28#pullrequestreview-16194602"&gt;Added Makefile to make easier run lint and tests&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/gofn/gofn"&gt;gofn/gofn&lt;/a&gt;: &lt;a href="https://github.com/gofn/gofn/pull/27#pullrequestreview-16186973"&gt;fix #24 - Group options in a structure&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/gofn/gofn"&gt;gofn/gofn&lt;/a&gt;: &lt;a href="https://github.com/gofn/gofn/pull/22#pullrequestreview-16059133"&gt;Added support to build using remote git uri&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/gofn/gofn"&gt;gofn/gofn&lt;/a&gt;: &lt;a href="https://github.com/gofn/gofn/issues/25"&gt;logo the project&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-01-10"&gt;2017-01-10&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/63#pullrequestreview-15995964"&gt;[WIP] - Add COUNT fields operation&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/gofn/gofn"&gt;gofn/gofn&lt;/a&gt;: &lt;a href="https://github.com/gofn/gofn/issues/20"&gt;Support git build&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-01-09"&gt;2017-01-09&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔍 Reviewed PR in &lt;a href="https://github.com/nuveo/docconv"&gt;nuveo/docconv&lt;/a&gt;: &lt;a href="https://github.com/nuveo/docconv/pull/3#pullrequestreview-15715484"&gt;add xlsx support&lt;/a&gt; (Changes requested)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/gofn/gofn"&gt;gofn/gofn&lt;/a&gt;: &lt;a href="https://github.com/gofn/gofn/issues/19"&gt;added on awesome-go&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-01-07"&gt;2017-01-07&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/gofn/gofn"&gt;gofn/gofn&lt;/a&gt;: &lt;a href="https://github.com/gofn/gofn/pull/18#pullrequestreview-15610557"&gt;[WIP] Tests&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-01-06"&gt;2017-01-06&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/62#pullrequestreview-15576085"&gt;Select by fields&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-01-05"&gt;2017-01-05&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/61#pullrequestreview-15351656"&gt;Add transactions in SQL operations&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/gofn/gofn"&gt;gofn/gofn&lt;/a&gt;: &lt;a href="https://github.com/gofn/gofn/pull/17#pullrequestreview-15294627"&gt;Volumes&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-01-03"&gt;2017-01-03&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/cassiobotaro/60-days-of-go"&gt;cassiobotaro/60-days-of-go&lt;/a&gt;: &lt;a href="https://github.com/cassiobotaro/60-days-of-go/pull/1"&gt;Implemented using of goroutine day 2 (fizzbuzz)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;💬 Reviewed PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/60#pullrequestreview-15025118"&gt;add ability to use COUNT function in queries&lt;/a&gt; (Commented)&lt;/li&gt;
&lt;li&gt;💬 Reviewed PR in &lt;a href="https://github.com/gofn/gofn"&gt;gofn/gofn&lt;/a&gt;: &lt;a href="https://github.com/gofn/gofn/pull/15#pullrequestreview-14992828"&gt;Alpine is lighter and python 2 is past&lt;/a&gt; (Commented)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/gofn/gofn"&gt;gofn/gofn&lt;/a&gt;: &lt;a href="https://github.com/gofn/gofn/pull/14#pullrequestreview-14991412"&gt;fix #13 - Treats NotFound as ignored error&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/gofn/gofn"&gt;gofn/gofn&lt;/a&gt;: &lt;a href="https://github.com/gofn/gofn/issues/16"&gt;test coverage&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2017-01-02"&gt;2017-01-02&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/gofn/gofn"&gt;gofn/gofn&lt;/a&gt;: &lt;a href="https://github.com/gofn/gofn/pull/11#pullrequestreview-14872950"&gt;From poc to package&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/gofn/gofn"&gt;gofn/gofn&lt;/a&gt;: &lt;a href="https://github.com/gofn/gofn/pull/10#pullrequestreview-14850745"&gt;Add simple command line parameters&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/libgit2/git2go"&gt;libgit2/git2go&lt;/a&gt;: &lt;a href="https://github.com/libgit2/git2go/issues/359"&gt;Support libgit2 v0.25&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/cassiobotaro/60-days-of-go"&gt;cassiobotaro/60-days-of-go&lt;/a&gt;: 3 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/cassiobotaro/60-days-of-go/commits?author=avelino&amp;amp;since=2017-01-01T00:00:00Z&amp;amp;until=2017-01-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/go-gitea/docs"&gt;go-gitea/docs&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/go-gitea/docs/commits?author=avelino&amp;amp;since=2017-01-01T00:00:00Z&amp;amp;until=2017-01-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 0 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>gofn</title><link>https://avelino.run/projects/gofn/</link><pubDate>Sun, 25 Dec 2016 00:00:00 +0000</pubDate><guid>https://avelino.run/projects/gofn/</guid><description>&lt;p&gt;Function process via docker provider (serverless minimalist)&lt;/p&gt;
&lt;!-- more --&gt;
&lt;p&gt;&lt;img src="https://raw.githubusercontent.com/gofn/gofn/master/docs/assets/logo.png" alt="gofn - serverless minimalist"&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://github.com/gofn/gofn"&gt;github project&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Open Source Contributions - December 2016</title><link>https://avelino.run/foss/2016/12/</link><pubDate>Thu, 01 Dec 2016 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2016/12/</guid><description>&lt;p&gt;In December 2016, the development community made significant strides across 8 repositories, contributing a total of 55 events. This timeline highlights key contributions, including 33 pull requests and 17 issues, reflecting the collaborative spirit and ongoing improvements within the projects.&lt;/p&gt;
&lt;h2 id="2016-12-29"&gt;2016-12-29&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/59#pullrequestreview-14622112"&gt;ORDER BY&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2016-12-28"&gt;2016-12-28&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/gofn/gofn"&gt;gofn/gofn&lt;/a&gt;: &lt;a href="https://github.com/gofn/gofn/issues/8"&gt;Support docker volume&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/gofn/gofn"&gt;gofn/gofn&lt;/a&gt;: &lt;a href="https://github.com/gofn/gofn/issues/7"&gt;Digital Ocean support&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2016-12-27"&gt;2016-12-27&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/57#pullrequestreview-14423583"&gt;Migration&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2016-12-23"&gt;2016-12-23&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/lerrua/remote-jobs-brazil"&gt;lerrua/remote-jobs-brazil&lt;/a&gt;: &lt;a href="https://github.com/lerrua/remote-jobs-brazil/pull/86"&gt;added @nuveo&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/issues/55"&gt;Mock postgresql data base&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/issues/53"&gt;Migrations - manage data structure within the database &lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2016-12-20"&gt;2016-12-20&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✅ Reviewed PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/47#pullrequestreview-13676994"&gt;Conf file&lt;/a&gt; (Approved)&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/issues/51"&gt;Process view&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/issues/50"&gt;Select fields (I don't need all the fields)&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2016-12-12"&gt;2016-12-12&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/gofn/gofn"&gt;gofn/gofn&lt;/a&gt;: &lt;a href="https://github.com/gofn/gofn/pull/4"&gt;move DataOut to provision package&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/gofn/gofn"&gt;gofn/gofn&lt;/a&gt;: &lt;a href="https://github.com/gofn/gofn/pull/3"&gt;Build image&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/gofn/gofn"&gt;gofn/gofn&lt;/a&gt;: &lt;a href="https://github.com/gofn/gofn/pull/2"&gt;start the provider architecture&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2016-12-11"&gt;2016-12-11&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/aur"&gt;avelino/aur&lt;/a&gt;: &lt;a href="https://github.com/avelino/aur/pull/9"&gt;added aur (repository) url&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/aur"&gt;avelino/aur&lt;/a&gt;: &lt;a href="https://github.com/avelino/aur/pull/8"&gt;create aur package manager helper&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/aur"&gt;avelino/aur&lt;/a&gt;: &lt;a href="https://github.com/avelino/aur/pull/7"&gt;Pkgbuild&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/aur"&gt;avelino/aur&lt;/a&gt;: &lt;a href="https://github.com/avelino/aur/pull/6"&gt;Fixed install&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/aur"&gt;avelino/aur&lt;/a&gt;: &lt;a href="https://github.com/avelino/aur/pull/5"&gt;added pacman support&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/aur"&gt;avelino/aur&lt;/a&gt;: &lt;a href="https://github.com/avelino/aur/pull/4"&gt;writting documentation used&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/aur"&gt;avelino/aur&lt;/a&gt;: &lt;a href="https://github.com/avelino/aur/pull/3"&gt;update descrition project&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/aur"&gt;avelino/aur&lt;/a&gt;: &lt;a href="https://github.com/avelino/aur/pull/2"&gt;install via cURL&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/aur"&gt;avelino/aur&lt;/a&gt;: &lt;a href="https://github.com/avelino/aur/pull/1"&gt;initial version aur package&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/39"&gt;Revert &amp;quot;create table on docker to run test more easy&amp;quot;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/gofn/gofn"&gt;gofn/gofn&lt;/a&gt;: &lt;a href="https://github.com/gofn/gofn/pull/1"&gt;beginning of the idea&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2016-12-07"&gt;2016-12-07&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/29"&gt;Remove tip version&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/28"&gt;Fixed travisci&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/27"&gt;remove clean space and set PREST_* vars&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/26"&gt;Postgres support hosting&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;💬 Reviewed PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/24#pullrequestreview-11813812"&gt;dockerize prest&lt;/a&gt; (Commented)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2016-12-06"&gt;2016-12-06&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/nuveo/nuance"&gt;nuveo/nuance&lt;/a&gt;: &lt;a href="https://github.com/nuveo/nuance/pull/6"&gt;added readme sample used docker&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/nuveo/nuance"&gt;nuveo/nuance&lt;/a&gt;: &lt;a href="https://github.com/nuveo/nuance/pull/5"&gt;initial docker environment&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/nuveo/nuance"&gt;nuveo/nuance&lt;/a&gt;: &lt;a href="https://github.com/nuveo/nuance/pull/4"&gt;added vendor on omnipage&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/nuveo/nuance"&gt;nuveo/nuance&lt;/a&gt;: &lt;a href="https://github.com/nuveo/nuance/pull/3"&gt;Omnipage vendor&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/1208"&gt;update negroni path&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/issues/23"&gt;Providing initial data for models&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/issues/22"&gt;pool database connection&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap"&gt;editor-bootstrap/vim-bootstrap&lt;/a&gt;: &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap/issues/226"&gt;migrate glide to govendor&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2016-12-05"&gt;2016-12-05&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/issues/20"&gt;JSONb filter support&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2016-12-04"&gt;2016-12-04&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/issues/18"&gt;RPC support&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2016-12-02"&gt;2016-12-02&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/15"&gt;Readme example used&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/pull/11"&gt;added Install/Run on README&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/go-gitea/gitea"&gt;go-gitea/gitea&lt;/a&gt;: &lt;a href="https://github.com/go-gitea/gitea/pull/336"&gt;UI config to toggle whether user email shows up in Explore Users&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/go-gitea/gitea"&gt;go-gitea/gitea&lt;/a&gt;: &lt;a href="https://github.com/go-gitea/gitea/pull/335"&gt;Fixed project name on setting module key APP_NAME&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/go-gitea/gitea"&gt;go-gitea/gitea&lt;/a&gt;: &lt;a href="https://github.com/go-gitea/gitea/pull/334"&gt;Fixed project name on scripts&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/go-gitea/gitea"&gt;go-gitea/gitea&lt;/a&gt;: &lt;a href="https://github.com/go-gitea/gitea/pull/333"&gt;Fixed project name on base template head&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/go-gitea/gitea"&gt;go-gitea/gitea&lt;/a&gt;: &lt;a href="https://github.com/go-gitea/gitea/pull/332"&gt;Fixed project name on repo template mail&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/go-gitea/gitea"&gt;go-gitea/gitea&lt;/a&gt;: &lt;a href="https://github.com/go-gitea/gitea/pull/331"&gt;Fixed project name on repo template hook settings&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/nuveo/nuance"&gt;nuveo/nuance&lt;/a&gt;: &lt;a href="https://github.com/nuveo/nuance/pull/2"&gt;Omnipage update sample&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/issues/14"&gt;Send prest (repo) to awesome-go&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/issues/13"&gt;Not run test on gocover&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/issues/12"&gt;TOML config file&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/go-gitea/gitea"&gt;go-gitea/gitea&lt;/a&gt;: &lt;a href="https://github.com/go-gitea/gitea/issues/337"&gt;Send gitea (repo) to awesome-go&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2016-12-01"&gt;2016-12-01&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/issues/5"&gt;Auth via JWT&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/prest/prest"&gt;prest/prest&lt;/a&gt;: &lt;a href="https://github.com/prest/prest/issues/4"&gt;Renderer type, xml support&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/lerrua/remote-jobs-brazil"&gt;lerrua/remote-jobs-brazil&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/lerrua/remote-jobs-brazil/commits?author=avelino&amp;amp;since=2016-12-01T00:00:00Z&amp;amp;until=2016-12-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 0 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>O que é responsabilidade?</title><link>https://avelino.run/quote/o-que-%C3%A9-responsabilidade/</link><pubDate>Tue, 01 Nov 2016 01:53:00 +0000</pubDate><guid>https://avelino.run/quote/o-que-%C3%A9-responsabilidade/</guid><description>&lt;p&gt;&lt;img src="https://avelino.run/blog/responsabilidade-pela-vida-640x360-2019-11-01.png" alt="Responsabilidade pela sua vida" title="Responsabilidade pela sua vida"&gt;&lt;/p&gt;
&lt;p&gt;Responder por suas ações e consequências dos seus atos!&lt;/p&gt;
&lt;p&gt;Se você não pode responder pela ação que você toma volte pensar no que você anda fazendo.&lt;br&gt;
Errar é humano, passar a mão na cabeça de quem erra e lidar como nada tivesse acontecido, é justificar o erro como um acerto.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://www.facebook.com/avelino.profile/posts/10154545252728726" title="https://www.facebook.com/avelino.profile/posts/10154545252728726"&gt;https://www.facebook.com/avelino.profile/posts/10154545252728726&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Open Source Contributions - November 2016</title><link>https://avelino.run/foss/2016/11/</link><pubDate>Tue, 01 Nov 2016 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2016/11/</guid><description>&lt;p&gt;In November 2016, the open-source community experienced notable activity across various repositories. With 10 pull requests and 5 issues logged, this month highlighted the ongoing collaborative efforts and improvements being made. Below is a timeline detailing the key contributions and events that shaped this period.&lt;/p&gt;
&lt;h2 id="2016-11-23"&gt;2016-11-23&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap-updater"&gt;editor-bootstrap/vim-bootstrap-updater&lt;/a&gt;: &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap-updater/pull/10"&gt;set default encoding to utf8&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap-updater"&gt;editor-bootstrap/vim-bootstrap-updater&lt;/a&gt;: &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap-updater/pull/9"&gt;used HEADERS on get_available_langs&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap-updater"&gt;editor-bootstrap/vim-bootstrap-updater&lt;/a&gt;: &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap-updater/pull/8"&gt;set headers on generate vimrc request&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/remy/mit-license"&gt;remy/mit-license&lt;/a&gt;: &lt;a href="https://github.com/remy/mit-license/pull/956"&gt;Add @avelino license page&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2016-11-13"&gt;2016-11-13&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/tsuru/now"&gt;tsuru/now&lt;/a&gt;: &lt;a href="https://github.com/tsuru/now/pull/51"&gt;added option -pi (or --private-ip)&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2016-11-08"&gt;2016-11-08&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/go-gitea/gitea"&gt;go-gitea/gitea&lt;/a&gt;: &lt;a href="https://github.com/go-gitea/gitea/pull/113"&gt;replace Gogs to Gitea on locale files&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/go-gitea/gitea"&gt;go-gitea/gitea&lt;/a&gt;: &lt;a href="https://github.com/go-gitea/gitea/pull/112"&gt;update copyright gitea license&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2016-11-06"&gt;2016-11-06&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/gopherconbr/2016-talks"&gt;gopherconbr/2016-talks&lt;/a&gt;: &lt;a href="https://github.com/gopherconbr/2016-talks/pull/3"&gt;avelino's talk&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2016-11-05"&gt;2016-11-05&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/tsuru/tsuru"&gt;tsuru/tsuru&lt;/a&gt;: &lt;a href="https://github.com/tsuru/tsuru/pull/1486"&gt;writting basic configuration experimental installer for DigitalOcean&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/tsuru/tsuru"&gt;tsuru/tsuru&lt;/a&gt;: &lt;a href="https://github.com/tsuru/tsuru/issues/1488"&gt;&amp;quot;No such file or directory&amp;quot; to copy the certificate on tsuru experimental installer&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/tsuru/tsuru"&gt;tsuru/tsuru&lt;/a&gt;: &lt;a href="https://github.com/tsuru/tsuru/issues/1487"&gt;ssh timeout on experimental installer with digitalocean drive&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2016-11-04"&gt;2016-11-04&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap"&gt;editor-bootstrap/vim-bootstrap&lt;/a&gt;: &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap/issues/215"&gt;Auto update If send PR&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap"&gt;editor-bootstrap/vim-bootstrap&lt;/a&gt;: &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap/issues/214"&gt;write test of Go software &lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2016-11-03"&gt;2016-11-03&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/vieux/gocover.io"&gt;vieux/gocover.io&lt;/a&gt;: &lt;a href="https://github.com/vieux/gocover.io/issues/25"&gt;replace martini (the martini framework is no longer maintained)&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2016-11-01"&gt;2016-11-01&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap"&gt;editor-bootstrap/vim-bootstrap&lt;/a&gt;: &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap/pull/210"&gt;Golang&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/remy/mit-license"&gt;remy/mit-license&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/remy/mit-license/commits?author=avelino&amp;amp;since=2016-11-01T00:00:00Z&amp;amp;until=2016-11-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/tsuru/now"&gt;tsuru/now&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/tsuru/now/commits?author=avelino&amp;amp;since=2016-11-01T00:00:00Z&amp;amp;until=2016-11-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/gopherconbr/2016-talks"&gt;gopherconbr/2016-talks&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/gopherconbr/2016-talks/commits?author=avelino&amp;amp;since=2016-11-01T00:00:00Z&amp;amp;until=2016-11-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 0 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Open Source Contributions - October 2016</title><link>https://avelino.run/foss/2016/10/</link><pubDate>Sat, 01 Oct 2016 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2016/10/</guid><description>&lt;p&gt;October 2016 marked an active month in contributions, showcasing significant developments across four repositories. This timeline highlights the major activities, including a notable pull request and various issues raised, emphasizing the collaborative efforts to enhance these projects.&lt;/p&gt;
&lt;h2 id="2016-10-14"&gt;2016-10-14&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap"&gt;editor-bootstrap/vim-bootstrap&lt;/a&gt;: &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap/issues/208"&gt;Convert vim-bootstrap package to Go&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/asaskevich/govalidator"&gt;asaskevich/govalidator&lt;/a&gt;: &lt;a href="https://github.com/asaskevich/govalidator/issues/159"&gt;&amp;quot;valid&amp;quot; need to be first parameter?&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2016-10-11"&gt;2016-10-11&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/gogs/gogs"&gt;gogs/gogs&lt;/a&gt;: &lt;a href="https://github.com/gogs/gogs/issues/3752"&gt;Error remover user of organization &lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2016-10-10"&gt;2016-10-10&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/1127"&gt;Markdown to html, generate page to awesome-go.com&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 0 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Open Source Contributions - September 2016</title><link>https://avelino.run/foss/2016/09/</link><pubDate>Thu, 01 Sep 2016 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2016/09/</guid><description>&lt;p&gt;In September 2016, a total of 3 contributions were made across 3 repositories, focusing on enhancing user experience and documentation. This timeline highlights significant issues opened, showcasing community engagement and continuous improvement in projects like Homebrew and freeCodeCamp.&lt;/p&gt;
&lt;h2 id="2016-09-08"&gt;2016-09-08&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/Homebrew/homebrew-cask"&gt;Homebrew/homebrew-cask&lt;/a&gt;: &lt;a href="https://github.com/Homebrew/homebrew-cask/issues/24349"&gt;Added mpv&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2016-09-06"&gt;2016-09-06&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/Homebrew/homebrew-core"&gt;Homebrew/homebrew-core&lt;/a&gt;: &lt;a href="https://github.com/Homebrew/homebrew-core/issues/4568"&gt;install tmux on 10.12&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2016-09-03"&gt;2016-09-03&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/freeCodeCamp/devdocs"&gt;freeCodeCamp/devdocs&lt;/a&gt;: &lt;a href="https://github.com/freeCodeCamp/devdocs/issues/478"&gt;Added Go Language Doc&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 0 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Open Source Contributions - August 2016</title><link>https://avelino.run/foss/2016/08/</link><pubDate>Mon, 01 Aug 2016 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2016/08/</guid><description>&lt;p&gt;In August 2016, contributors engaged actively across multiple repositories, resulting in notable advancements such as new features and issue tracking. This timeline highlights key events, including pull requests and issues opened, showcasing the collaborative efforts that propelled project development forward.&lt;/p&gt;
&lt;h2 id="2016-08-16"&gt;2016-08-16&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/github-linguist/linguist"&gt;github-linguist/linguist&lt;/a&gt;: &lt;a href="https://github.com/github-linguist/linguist/issues/3155"&gt;Added Dut Lang&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2016-08-13"&gt;2016-08-13&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/dut-lang/dut"&gt;dut-lang/dut&lt;/a&gt;: &lt;a href="https://github.com/dut-lang/dut/pull/3"&gt;added travis support&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/dut-lang/dut"&gt;dut-lang/dut&lt;/a&gt;: &lt;a href="https://github.com/dut-lang/dut/pull/2"&gt;create gitignore file&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/dut-lang/dut"&gt;dut-lang/dut&lt;/a&gt;: &lt;a href="https://github.com/dut-lang/dut/pull/1"&gt;Fixed warning from gcc on squirrel build&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/albertodemichelis/squirrel"&gt;albertodemichelis/squirrel&lt;/a&gt;: &lt;a href="https://github.com/albertodemichelis/squirrel/pull/70"&gt;Fixed code style, remove the warning from gcc&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/dut-lang/dut"&gt;dut-lang/dut&lt;/a&gt;: &lt;a href="https://github.com/dut-lang/dut/issues/4"&gt;Automatically identify the compiler Installer (GCC or CLANG)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/albertodemichelis/squirrel"&gt;albertodemichelis/squirrel&lt;/a&gt;: &lt;a href="https://github.com/albertodemichelis/squirrel/issues/69"&gt;warning: this ‘if’ clause does not guard on sqapi.cpp&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2016-08-07"&gt;2016-08-07&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/cobrateam/splinter"&gt;cobrateam/splinter&lt;/a&gt;: &lt;a href="https://github.com/cobrateam/splinter/issues/500"&gt;support screenshot of element&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/albertodemichelis/squirrel"&gt;albertodemichelis/squirrel&lt;/a&gt;: 3 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/albertodemichelis/squirrel/commits?author=avelino&amp;amp;since=2016-08-01T00:00:00Z&amp;amp;until=2016-08-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 0 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>prestd - PostgreSQL and REST, low-code</title><link>https://avelino.run/projects/prestd/</link><pubDate>Sun, 17 Jul 2016 00:00:00 +0000</pubDate><guid>https://avelino.run/projects/prestd/</guid><description>&lt;p&gt;&lt;a href="https://github.com/prest/prest"&gt;prestd&lt;/a&gt; PostgreSQL ➕ REST, low-code, simplify and accelerate development, ⚡ instant, realtime, high-performance on any Postgres application, existing or new.&lt;/p&gt;
&lt;!-- more --&gt;
&lt;p&gt;&lt;img src="https://avatars.githubusercontent.com/u/30427128" alt="prestd - PostgreSQL ➕ REST, low-code"&gt;&lt;/p&gt;
&lt;h2 id="problem"&gt;Problem&lt;/h2&gt;
&lt;p&gt;There is PostgREST written in Haskell, but keeping Haskell software in production is not an easy job. With this need pREST was born.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://github.com/prest/prest/issues/41"&gt;read more...&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>Open Source Contributions - July 2016</title><link>https://avelino.run/foss/2016/07/</link><pubDate>Fri, 01 Jul 2016 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2016/07/</guid><description>&lt;p&gt;July 2016 marked a significant month for contributions across multiple repositories, highlighting community efforts in project development. The timeline below details key activities, including a pull request aimed at improving documentation and several issues opened to enhance package management for vim-bootstrap and testing for bottle-beaker, reflecting active collaboration and ongoing improvements.&lt;/p&gt;
&lt;h2 id="2016-07-20"&gt;2016-07-20&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap"&gt;editor-bootstrap/vim-bootstrap&lt;/a&gt;: &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap/issues/199"&gt;Create fedora package vim-bootstrap&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap"&gt;editor-bootstrap/vim-bootstrap&lt;/a&gt;: &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap/issues/198"&gt;Create debian/ubuntu package vim-bootstrap&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2016-07-15"&gt;2016-07-15&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/Kozea/flipflop"&gt;Kozea/flipflop&lt;/a&gt;: &lt;a href="https://github.com/Kozea/flipflop/pull/8"&gt;move README file to reStructuredText&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2016-07-13"&gt;2016-07-13&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/bottlepy/bottle-beaker"&gt;bottlepy/bottle-beaker&lt;/a&gt;: &lt;a href="https://github.com/bottlepy/bottle-beaker/issues/2"&gt;Write test&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/bbangert/beaker"&gt;bbangert/beaker&lt;/a&gt;: &lt;a href="https://github.com/bbangert/beaker/issues/107"&gt;Beaker's mongodb extension&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2016-07-05"&gt;2016-07-05&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/Cayan/docker-opentibia"&gt;Cayan/docker-opentibia&lt;/a&gt;: &lt;a href="https://github.com/Cayan/docker-opentibia/issues/1"&gt;You think about finish? &lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/Kozea/flipflop"&gt;Kozea/flipflop&lt;/a&gt;: 2 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/Kozea/flipflop/commits?author=avelino&amp;amp;since=2016-07-01T00:00:00Z&amp;amp;until=2016-07-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 0 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Open Source Contributions - June 2016</title><link>https://avelino.run/foss/2016/06/</link><pubDate>Wed, 01 Jun 2016 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2016/06/</guid><description>&lt;p&gt;Welcome to the June 2016 contributions timeline. This month featured notable activities across two repositories, including a pull request aimed at enhancing Python compatibility and an issue addressing SMTP configurations for email aliases. Explore the details of these contributions below.&lt;/p&gt;
&lt;h2 id="2016-06-29"&gt;2016-06-29&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/nylas/nylas-mail"&gt;nylas/nylas-mail&lt;/a&gt;: &lt;a href="https://github.com/nylas/nylas-mail/issues/2533"&gt;smtp per alias&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2016-06-26"&gt;2016-06-26&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap-updater"&gt;editor-bootstrap/vim-bootstrap-updater&lt;/a&gt;: &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap-updater/pull/7"&gt;Some linux distributions come with Python 3 native (not coming more P…&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 0 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Open Source Contributions - May 2016</title><link>https://avelino.run/foss/2016/05/</link><pubDate>Sun, 01 May 2016 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2016/05/</guid><description>&lt;p&gt;Explore the timeline of May 2016, a month characterized by a lack of contributions, with no new repositories, pull requests, or issues recorded, reflecting a pause in project activity.&lt;/p&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 0 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Open Source Contributions - April 2016</title><link>https://avelino.run/foss/2016/04/</link><pubDate>Fri, 01 Apr 2016 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2016/04/</guid><description>&lt;p&gt;This timeline highlights the key contributions made in April 2016, showcasing the opening of an important issue related to merging the project in vim-bootstrap. Explore the details of this month's activities.&lt;/p&gt;
&lt;h2 id="2016-04-30"&gt;2016-04-30&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/c4rlo/vimhelp"&gt;c4rlo/vimhelp&lt;/a&gt;: &lt;a href="https://github.com/c4rlo/vimhelp/issues/8"&gt;merge project in vim-bootstrap&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 0 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Open Source Contributions - March 2016</title><link>https://avelino.run/foss/2016/03/</link><pubDate>Tue, 01 Mar 2016 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2016/03/</guid><description>&lt;p&gt;In March 2016, the development community made notable strides with two active repositories contributing a total of two pull requests. This timeline showcases key contributions, including updates to the vim-bootstrap and pythonbrasil projects, reflecting the ongoing commitment to collaborative improvement in open-source software.&lt;/p&gt;
&lt;h2 id="2016-03-14"&gt;2016-03-14&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap"&gt;editor-bootstrap/vim-bootstrap&lt;/a&gt;: &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap/pull/182"&gt;set avelino fork repo official vim-bootstrap-updater package&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2016-03-02"&gt;2016-03-02&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/pythonbrasil/wiki"&gt;pythonbrasil/wiki&lt;/a&gt;: &lt;a href="https://github.com/pythonbrasil/wiki/pull/58"&gt;adicionado o logo da empresa filmow&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 0 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Open Source Contributions - February 2016</title><link>https://avelino.run/foss/2016/02/</link><pubDate>Mon, 01 Feb 2016 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2016/02/</guid><description>&lt;p&gt;Explore the timeline of contributions for February 2016, showcasing the collaborative efforts across two repositories. This month highlights key activities including pull requests and a push event, reflecting the vibrant engagement within the community.&lt;/p&gt;
&lt;h2 id="2016-02-22"&gt;2016-02-22&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/lerrua/remote-jobs-brazil"&gt;lerrua/remote-jobs-brazil&lt;/a&gt;: &lt;a href="https://github.com/lerrua/remote-jobs-brazil/pull/66"&gt; network of site sold&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2016-02-16"&gt;2016-02-16&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/yask123/AwesomeTwitterAccounts"&gt;yask123/AwesomeTwitterAccounts&lt;/a&gt;: &lt;a href="https://github.com/yask123/AwesomeTwitterAccounts/pull/4"&gt;added @avelino0&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/lerrua/remote-jobs-brazil"&gt;lerrua/remote-jobs-brazil&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/lerrua/remote-jobs-brazil/commits?author=avelino&amp;amp;since=2016-02-01T00:00:00Z&amp;amp;until=2016-02-29T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 0 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Open Source Contributions - January 2016</title><link>https://avelino.run/foss/2016/01/</link><pubDate>Fri, 01 Jan 2016 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2016/01/</guid><description>&lt;p&gt;Welcome to the January 2016 contribution timeline, where we highlight key activities across four repositories. This month featured two pull requests addressing critical updates and two issues raised for further improvements, showcasing the community's commitment to collaboration and development.&lt;/p&gt;
&lt;h2 id="2016-01-21"&gt;2016-01-21&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/daylerees/colour-schemes"&gt;daylerees/colour-schemes&lt;/a&gt;: &lt;a href="https://github.com/daylerees/colour-schemes/issues/191"&gt;emacs support&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2016-01-17"&gt;2016-01-17&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/tsuru/now"&gt;tsuru/now&lt;/a&gt;: &lt;a href="https://github.com/tsuru/now/issues/39"&gt;E: Unable to locate package linux-image-extra-3.16.0-4-amd64 (debian 8.2)&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2016-01-15"&gt;2016-01-15&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/tsuru/tsuru"&gt;tsuru/tsuru&lt;/a&gt;: &lt;a href="https://github.com/tsuru/tsuru/pull/1337"&gt;fix license year in all go file&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/dear-github/dear-github"&gt;dear-github/dear-github&lt;/a&gt;: &lt;a href="https://github.com/dear-github/dear-github/pull/73"&gt;add me&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 0 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Open Source Contributions - December 2015</title><link>https://avelino.run/foss/2015/12/</link><pubDate>Tue, 01 Dec 2015 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2015/12/</guid><description>&lt;p&gt;Explore the timeline of contributions for December 2015, highlighting key activities across 6 repositories. This month featured a total of 13 events, including 6 pull requests and 5 issues, reflecting a vibrant development community and ongoing project enhancements.&lt;/p&gt;
&lt;h2 id="2015-12-28"&gt;2015-12-28&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap"&gt;editor-bootstrap/vim-bootstrap&lt;/a&gt;: &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap/issues/167"&gt;create docker environment for vim-bootstrap.com&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2015-12-21"&gt;2015-12-21&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/quokkaproject/quokka"&gt;quokkaproject/quokka&lt;/a&gt;: &lt;a href="https://github.com/quokkaproject/quokka/pull/329"&gt;used get_main_image_http on &lt;code&gt;og:image&lt;/code&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/quokkaproject/quokka"&gt;quokkaproject/quokka&lt;/a&gt;: &lt;a href="https://github.com/quokkaproject/quokka/pull/328"&gt;New http main image&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2015-12-20"&gt;2015-12-20&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/quokkaproject/quokka"&gt;quokkaproject/quokka&lt;/a&gt;: &lt;a href="https://github.com/quokkaproject/quokka/issues/327"&gt;AttributeError: is_homepage&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2015-12-16"&gt;2015-12-16&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/quokkaproject/quokka"&gt;quokkaproject/quokka&lt;/a&gt;: &lt;a href="https://github.com/quokkaproject/quokka/pull/325"&gt;Fix #324 basic sitemap (initial bootstrap)&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2015-12-13"&gt;2015-12-13&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/bottlepy/bottle"&gt;bottlepy/bottle&lt;/a&gt;: &lt;a href="https://github.com/bottlepy/bottle/pull/812"&gt;remove py25 on tox file&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2015-12-12"&gt;2015-12-12&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/quokkaproject/quokka"&gt;quokkaproject/quokka&lt;/a&gt;: &lt;a href="https://github.com/quokkaproject/quokka/issues/324"&gt;/sitemap.xml (404) Not found &lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/quokkaproject/quokka"&gt;quokkaproject/quokka&lt;/a&gt;: &lt;a href="https://github.com/quokkaproject/quokka/issues/323"&gt;default settings&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2015-12-09"&gt;2015-12-09&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/go-martini/martini"&gt;go-martini/martini&lt;/a&gt;: &lt;a href="https://github.com/go-martini/martini/pull/388"&gt;update pt-br readme, added note &amp;quot;no longer maintained&amp;quot;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/bottle-admin"&gt;avelino/bottle-admin&lt;/a&gt;: &lt;a href="https://github.com/avelino/bottle-admin/issues/11"&gt;nosql support&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2015-12-05"&gt;2015-12-05&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/FedericoCeratto/bottle-cork"&gt;FedericoCeratto/bottle-cork&lt;/a&gt;: &lt;a href="https://github.com/FedericoCeratto/bottle-cork/pull/99"&gt;Fixed irc bottle channel&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/go-martini/martini"&gt;go-martini/martini&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/go-martini/martini/commits?author=avelino&amp;amp;since=2015-12-01T00:00:00Z&amp;amp;until=2015-12-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/FedericoCeratto/bottle-cork"&gt;FedericoCeratto/bottle-cork&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/FedericoCeratto/bottle-cork/commits?author=avelino&amp;amp;since=2015-12-01T00:00:00Z&amp;amp;until=2015-12-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 0 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Open Source Contributions - November 2015</title><link>https://avelino.run/foss/2015/11/</link><pubDate>Sun, 01 Nov 2015 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2015/11/</guid><description>&lt;p&gt;In November 2015, the community made notable strides with a total of 5 contributions across 5 repositories. This timeline showcases the significant activities, including a new pull request and several issues opened, reflecting ongoing collaboration and innovation within the projects.&lt;/p&gt;
&lt;h2 id="2015-11-29"&gt;2015-11-29&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/djmaze/mailinabox-docker"&gt;djmaze/mailinabox-docker&lt;/a&gt;: &lt;a href="https://github.com/djmaze/mailinabox-docker/issues/4"&gt;image mailinabox-docker-base not exist&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2015-11-17"&gt;2015-11-17&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/pythonbrasil/pyBusinesses-BR"&gt;pythonbrasil/pyBusinesses-BR&lt;/a&gt;: &lt;a href="https://github.com/pythonbrasil/pyBusinesses-BR/pull/4"&gt;added filmow.com&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2015-11-11"&gt;2015-11-11&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/cookiecutter-bottle"&gt;avelino/cookiecutter-bottle&lt;/a&gt;: &lt;a href="https://github.com/avelino/cookiecutter-bottle/issues/7"&gt;Create &amp;quot;It worked!&amp;quot; page&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2015-11-06"&gt;2015-11-06&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap"&gt;editor-bootstrap/vim-bootstrap&lt;/a&gt;: &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap/issues/162"&gt;emacs conf generate power by evil mode&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2015-11-03"&gt;2015-11-03&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/quokkaproject/quokka"&gt;quokkaproject/quokka&lt;/a&gt;: &lt;a href="https://github.com/quokkaproject/quokka/issues/316"&gt;Opps CMS import to Quokka&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 0 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Open Source Contributions - October 2015</title><link>https://avelino.run/foss/2015/10/</link><pubDate>Thu, 01 Oct 2015 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2015/10/</guid><description>&lt;p&gt;In October 2015, the open-source community demonstrated active engagement with a total of 3 issues opened across 3 repositories. This timeline captures key contributions and discussions that shaped the month.&lt;/p&gt;
&lt;h2 id="2015-10-23"&gt;2015-10-23&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/eduardonunesp/sslb"&gt;eduardonunesp/sslb&lt;/a&gt;: &lt;a href="https://github.com/eduardonunesp/sslb/issues/2"&gt;send PR to awesome-go&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2015-10-21"&gt;2015-10-21&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/nuveo/speech-to-text"&gt;nuveo/speech-to-text&lt;/a&gt;: &lt;a href="https://github.com/nuveo/speech-to-text/issues/1"&gt;write the test (mock)&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2015-10-01"&gt;2015-10-01&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/abbyy/ocrsdk.com"&gt;abbyy/ocrsdk.com&lt;/a&gt;: &lt;a href="https://github.com/abbyy/ocrsdk.com/issues/33"&gt;Go language support&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 0 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Open Source Contributions - September 2015</title><link>https://avelino.run/foss/2015/09/</link><pubDate>Tue, 01 Sep 2015 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2015/09/</guid><description>&lt;p&gt;Explore the timeline of contributions made in September 2015, highlighting key activities across three repositories. This month featured a notable pull request and several issues aimed at improving functionality and user experience.&lt;/p&gt;
&lt;h2 id="2015-09-28"&gt;2015-09-28&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/sajari/docconv"&gt;sajari/docconv&lt;/a&gt;: &lt;a href="https://github.com/sajari/docconv/issues/18"&gt;read pdf image via tesseract&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2015-09-23"&gt;2015-09-23&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/sajari/docconv"&gt;sajari/docconv&lt;/a&gt;: &lt;a href="https://github.com/sajari/docconv/pull/16"&gt;images support via gosseract&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2015-09-22"&gt;2015-09-22&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/sajari/docconv"&gt;sajari/docconv&lt;/a&gt;: &lt;a href="https://github.com/sajari/docconv/issues/14"&gt;support in images file&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2015-09-15"&gt;2015-09-15&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap"&gt;editor-bootstrap/vim-bootstrap&lt;/a&gt;: &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap/issues/150"&gt;Error when the terminal is compatible with xterm&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2015-09-05"&gt;2015-09-05&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/sajari/docconv"&gt;sajari/docconv&lt;/a&gt;: &lt;a href="https://github.com/sajari/docconv/issues/13"&gt;go-charset/charset not more hosting in google code&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/filmow/docker-django-pt-br"&gt;filmow/docker-django-pt-br&lt;/a&gt;: 8 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/filmow/docker-django-pt-br/commits?author=avelino&amp;amp;since=2015-09-01T00:00:00Z&amp;amp;until=2015-09-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 0 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Open Source Contributions - August 2015</title><link>https://avelino.run/foss/2015/08/</link><pubDate>Sat, 01 Aug 2015 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2015/08/</guid><description>&lt;p&gt;In August 2015, our contributors made notable strides across three repositories, showcasing a total of four contributions. This timeline highlights key events including push activities and a new pull request, reflecting the ongoing commitment to enhancing our projects.&lt;/p&gt;
&lt;h2 id="2015-08-06"&gt;2015-08-06&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/mining/mining"&gt;mining/mining&lt;/a&gt;: &lt;a href="https://github.com/mining/mining/pull/255"&gt;create query_field&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/filmow/django-piston-xauth"&gt;filmow/django-piston-xauth&lt;/a&gt;: 3 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/filmow/django-piston-xauth/commits?author=avelino&amp;amp;since=2015-08-01T00:00:00Z&amp;amp;until=2015-08-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/mining/mining"&gt;mining/mining&lt;/a&gt;: 3 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/mining/mining/commits?author=avelino&amp;amp;since=2015-08-01T00:00:00Z&amp;amp;until=2015-08-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/slides"&gt;avelino/slides&lt;/a&gt;: 2 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/slides/commits?author=avelino&amp;amp;since=2015-08-01T00:00:00Z&amp;amp;until=2015-08-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 0 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Open Source Contributions - July 2015</title><link>https://avelino.run/foss/2015/07/</link><pubDate>Wed, 01 Jul 2015 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2015/07/</guid><description>&lt;p&gt;This timeline highlights the key contributions made in July 2015, including important push events and pull requests across four repositories. It reflects the collaborative spirit and ongoing development efforts that mark this month.&lt;/p&gt;
&lt;h2 id="2015-07-29"&gt;2015-07-29&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/veggiemonk/awesome-docker"&gt;veggiemonk/awesome-docker&lt;/a&gt;: &lt;a href="https://github.com/veggiemonk/awesome-docker/issues/48"&gt;tsuru&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2015-07-22"&gt;2015-07-22&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap"&gt;editor-bootstrap/vim-bootstrap&lt;/a&gt;: &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap/pull/144"&gt;create templatetag sh_exist&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2015-07-03"&gt;2015-07-03&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/mining/mining"&gt;mining/mining&lt;/a&gt;: &lt;a href="https://github.com/mining/mining/pull/254"&gt;start aggregate action on data rest api&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap"&gt;editor-bootstrap/vim-bootstrap&lt;/a&gt;: 2 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/editor-bootstrap/vim-bootstrap/commits?author=avelino&amp;amp;since=2015-07-01T00:00:00Z&amp;amp;until=2015-07-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/slides"&gt;avelino/slides&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/slides/commits?author=avelino&amp;amp;since=2015-07-01T00:00:00Z&amp;amp;until=2015-07-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/mining/mining"&gt;mining/mining&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/mining/mining/commits?author=avelino&amp;amp;since=2015-07-01T00:00:00Z&amp;amp;until=2015-07-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 0 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Eu nunca mais vou empreender</title><link>https://avelino.run/eu-nunca-mais-vou-empreender/</link><pubDate>Mon, 15 Jun 2015 00:00:00 +0000</pubDate><guid>https://avelino.run/eu-nunca-mais-vou-empreender/</guid><description>&lt;p&gt;&lt;img src="https://avelino.run/empreender.jpg#center" alt="Empreender é viver novas experiências todos os dias"&gt;&lt;/p&gt;
&lt;p&gt;Para quem não me conhece eu tive uma startup durante um tempo e ela foi comprada por uma empresa de fora do Brasil. Logo após a venda da startup eu prometi para mim mesmo que nunca mais empreenderia, sim isso foi um comentário que fiz em um dos meus momentos de reflexão e nunca comentei com ninguém até então.&lt;/p&gt;
&lt;h2 id="porque-eu-prometi-isso-para-mim"&gt;Porque eu prometi isso para mim?&lt;/h2&gt;
&lt;p&gt;Empreender não é um processo simples, não existe mar de rosas no caminho do empreendedor e como tudo temos altas e baixas (e por sinal mais baixa do que alta).
Eu fui sócio do &lt;a href="https://twitter.com/dump"&gt;Christiano Anderson&lt;/a&gt; durante um tempo e ele foi e ainda é uma inspiração para mim como desenvolvedor e empreendedor, passava horas e horas tomando cerveja com ele entendendo algumas tomadas de decisão na vida dele e isso me fez ter ele como uma referência (e por sinal uma ótima referência).
Voltando ao motivo, antes de vender à startup meu filho tinha nascido e empreender com uma criança recém-nascida foi um processo complicado, esposa precisando de atenção (mais do que o comum) e eu tendo que desenvolver solução para melhor atender os clientes, nessa fase logicamente que foi uma fase de baixa (poucos clientes). Como em muitos casos não tínhamos planejado ter filho, mas que venha com saúde.&lt;/p&gt;</description></item><item><title>Open Source Contributions - June 2015</title><link>https://avelino.run/foss/2015/06/</link><pubDate>Mon, 01 Jun 2015 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2015/06/</guid><description>&lt;p&gt;June 2015 was a notable month for contributions across various repositories, with a total of 9 events, including significant pushes and issue discussions. This timeline captures the impactful activities that took place, showcasing the collaborative efforts and developments in the open-source community.&lt;/p&gt;
&lt;h2 id="2015-06-22"&gt;2015-06-22&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/caddyserver/caddy"&gt;caddyserver/caddy&lt;/a&gt;: &lt;a href="https://github.com/caddyserver/caddy/issues/159"&gt;proxy return &amp;quot;Completed 400 Bad Request&amp;quot;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2015-06-03"&gt;2015-06-03&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/bottlepy/bottle-redis"&gt;bottlepy/bottle-redis&lt;/a&gt;: &lt;a href="https://github.com/bottlepy/bottle-redis/pull/9"&gt;merge clean #8&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2015-06-01"&gt;2015-06-01&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/nodejs/node-gyp"&gt;nodejs/node-gyp&lt;/a&gt;: &lt;a href="https://github.com/nodejs/node-gyp/issues/641"&gt;support python 3&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/treeio/treeio"&gt;treeio/treeio&lt;/a&gt;: &lt;a href="https://github.com/treeio/treeio/issues/148"&gt;Should I use django-dajax or django-dajaxice?&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/mining/oml"&gt;mining/oml&lt;/a&gt;: 22 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/mining/oml/commits?author=avelino&amp;amp;since=2015-06-01T00:00:00Z&amp;amp;until=2015-06-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/mining/mining"&gt;mining/mining&lt;/a&gt;: 7 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/mining/mining/commits?author=avelino&amp;amp;since=2015-06-01T00:00:00Z&amp;amp;until=2015-06-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/avelino.run"&gt;avelino/avelino.run&lt;/a&gt;: 5 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/avelino.run/commits?author=avelino&amp;amp;since=2015-06-01T00:00:00Z&amp;amp;until=2015-06-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/bottlepy/bottle-redis"&gt;bottlepy/bottle-redis&lt;/a&gt;: 4 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/bottlepy/bottle-redis/commits?author=avelino&amp;amp;since=2015-06-01T00:00:00Z&amp;amp;until=2015-06-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/mining/frontend"&gt;mining/frontend&lt;/a&gt;: 2 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/mining/frontend/commits?author=avelino&amp;amp;since=2015-06-01T00:00:00Z&amp;amp;until=2015-06-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 5 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Open Source Contributions - May 2015</title><link>https://avelino.run/foss/2015/05/</link><pubDate>Fri, 01 May 2015 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2015/05/</guid><description>&lt;p&gt;Explore the key contributions and activities during May 2015, highlighting the collaborative efforts across 12 repositories. This timeline captures the vibrant push events, open issues, and pull requests that shaped the month.&lt;/p&gt;
&lt;h2 id="2015-05-27"&gt;2015-05-27&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/mining/mining"&gt;mining/mining&lt;/a&gt;: &lt;a href="https://github.com/mining/mining/issues/245"&gt;Unificate source API get data&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/mining/mining"&gt;mining/mining&lt;/a&gt;: &lt;a href="https://github.com/mining/mining/issues/244"&gt;Error when working with geo spatial field (postgresql using gis)&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2015-05-26"&gt;2015-05-26&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/polyglotness/polyglotness"&gt;polyglotness/polyglotness&lt;/a&gt;: &lt;a href="https://github.com/polyglotness/polyglotness/issues/4"&gt;Congrats validate, how to validate if the user that did?&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2015-05-20"&gt;2015-05-20&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/adamvduke/mod_interact"&gt;adamvduke/mod_interact&lt;/a&gt;: &lt;a href="https://github.com/adamvduke/mod_interact/pull/8"&gt;fixed ejabberd initialization was aborted because a module start failed&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2015-05-11"&gt;2015-05-11&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/ROGUE-JCTD/Arbiter-Android"&gt;ROGUE-JCTD/Arbiter-Android&lt;/a&gt;: &lt;a href="https://github.com/ROGUE-JCTD/Arbiter-Android/pull/100"&gt;added new values string pt (Brazilian)&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2015-05-10"&gt;2015-05-10&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/treeio/treeio"&gt;treeio/treeio&lt;/a&gt;: &lt;a href="https://github.com/treeio/treeio/issues/146"&gt;Because the use of the jinja2?&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2015-05-09"&gt;2015-05-09&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/treeio/treeio"&gt;treeio/treeio&lt;/a&gt;: &lt;a href="https://github.com/treeio/treeio/issues/143"&gt;Django 1.8 compatibility&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2015-05-03"&gt;2015-05-03&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/hodge"&gt;avelino/hodge&lt;/a&gt;: &lt;a href="https://github.com/avelino/hodge/issues/2"&gt;added programming language support&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/caddyserver/caddy"&gt;caddyserver/caddy&lt;/a&gt;: &lt;a href="https://github.com/caddyserver/caddy/issues/45"&gt;Add caddy on awesome-go&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/hodge"&gt;avelino/hodge&lt;/a&gt;: 11 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/hodge/commits?author=avelino&amp;amp;since=2015-05-01T00:00:00Z&amp;amp;until=2015-05-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/mining/mining"&gt;mining/mining&lt;/a&gt;: 6 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/mining/mining/commits?author=avelino&amp;amp;since=2015-05-01T00:00:00Z&amp;amp;until=2015-05-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/hodge-init"&gt;avelino/hodge-init&lt;/a&gt;: 3 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/hodge-init/commits?author=avelino&amp;amp;since=2015-05-01T00:00:00Z&amp;amp;until=2015-05-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/mining/frontend"&gt;mining/frontend&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/mining/frontend/commits?author=avelino&amp;amp;since=2015-05-01T00:00:00Z&amp;amp;until=2015-05-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/slides"&gt;avelino/slides&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/slides/commits?author=avelino&amp;amp;since=2015-05-01T00:00:00Z&amp;amp;until=2015-05-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/awesome-go/commits?author=avelino&amp;amp;since=2015-05-01T00:00:00Z&amp;amp;until=2015-05-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/bottlepy/bottle-mongo"&gt;bottlepy/bottle-mongo&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/bottlepy/bottle-mongo/commits?author=avelino&amp;amp;since=2015-05-01T00:00:00Z&amp;amp;until=2015-05-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/ROGUE-JCTD/Arbiter-Android"&gt;ROGUE-JCTD/Arbiter-Android&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/ROGUE-JCTD/Arbiter-Android/commits?author=avelino&amp;amp;since=2015-05-01T00:00:00Z&amp;amp;until=2015-05-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 73 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Open Source Contributions - April 2015</title><link>https://avelino.run/foss/2015/04/</link><pubDate>Wed, 01 Apr 2015 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2015/04/</guid><description>&lt;p&gt;Explore the key contributions and milestones from April 2015, showcasing 15 repositories, 18 newly opened issues, and ongoing collaboration efforts that shaped the month.&lt;/p&gt;
&lt;h2 id="2015-04-28"&gt;2015-04-28&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/uiri/toml"&gt;uiri/toml&lt;/a&gt;: &lt;a href="https://github.com/uiri/toml/issues/36"&gt;New release 0.4.0&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2015-04-27"&gt;2015-04-27&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/vijinho/beautifully-simple-static-blog"&gt;vijinho/beautifully-simple-static-blog&lt;/a&gt;: &lt;a href="https://github.com/vijinho/beautifully-simple-static-blog/issues/1"&gt;yaml (and/or ini) file config&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2015-04-23"&gt;2015-04-23&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/issues/364"&gt;test duplicate link&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2015-04-18"&gt;2015-04-18&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/cadu-leite/python-people"&gt;cadu-leite/python-people&lt;/a&gt;: &lt;a href="https://github.com/cadu-leite/python-people/issues/30"&gt;Upgrade Django to 1.8&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/cadu-leite/python-people"&gt;cadu-leite/python-people&lt;/a&gt;: &lt;a href="https://github.com/cadu-leite/python-people/issues/29"&gt;Create readme file&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/cadu-leite/python-people"&gt;cadu-leite/python-people&lt;/a&gt;: &lt;a href="https://github.com/cadu-leite/python-people/issues/28"&gt;create requirements file&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2015-04-16"&gt;2015-04-16&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/vim-awesome/vim-awesome"&gt;vim-awesome/vim-awesome&lt;/a&gt;: &lt;a href="https://github.com/vim-awesome/vim-awesome/issues/65"&gt;API consumption in vim-bootstrap.com&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2015-04-15"&gt;2015-04-15&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/znc-sistemas/odoo-project-git"&gt;znc-sistemas/odoo-project-git&lt;/a&gt;: &lt;a href="https://github.com/znc-sistemas/odoo-project-git/issues/4"&gt;use python-dateutil&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2015-04-13"&gt;2015-04-13&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/pull/344"&gt;added Slugify package (alternative)&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2015-04-12"&gt;2015-04-12&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/mining/mining"&gt;mining/mining&lt;/a&gt;: &lt;a href="https://github.com/mining/mining/issues/241"&gt;Remove use of the frontend&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/mining/mining"&gt;mining/mining&lt;/a&gt;: &lt;a href="https://github.com/mining/mining/issues/240"&gt;Used elasticsearch-dsl-py on Elastic adapter&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: &lt;a href="https://github.com/opps/opps/issues/470"&gt;Django 1.8 compatibility&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2015-04-11"&gt;2015-04-11&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/jbochi/hackaton_rank"&gt;jbochi/hackaton_rank&lt;/a&gt;: &lt;a href="https://github.com/jbochi/hackaton_rank/issues/4"&gt;Added used languages tags&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2015-04-10"&gt;2015-04-10&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/rdio-linux"&gt;avelino/rdio-linux&lt;/a&gt;: &lt;a href="https://github.com/avelino/rdio-linux/issues/16"&gt;package for Debian&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/rdio-linux"&gt;avelino/rdio-linux&lt;/a&gt;: &lt;a href="https://github.com/avelino/rdio-linux/issues/15"&gt;package for Arch Linux&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/rdio-linux"&gt;avelino/rdio-linux&lt;/a&gt;: &lt;a href="https://github.com/avelino/rdio-linux/issues/14"&gt;package for Gentoo&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/rdio-linux"&gt;avelino/rdio-linux&lt;/a&gt;: &lt;a href="https://github.com/avelino/rdio-linux/issues/13"&gt;support python 2 and 3&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2015-04-08"&gt;2015-04-08&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap"&gt;editor-bootstrap/vim-bootstrap&lt;/a&gt;: &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap/issues/131"&gt;Check package name on Debian&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2015-04-01"&gt;2015-04-01&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/ripienaar/free-for-dev"&gt;ripienaar/free-for-dev&lt;/a&gt;: &lt;a href="https://github.com/ripienaar/free-for-dev/pull/106"&gt;added conversation (call) topic&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/issues/328"&gt;Review all lib hosting in Google Code&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/hodge"&gt;avelino/hodge&lt;/a&gt;: 9 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/hodge/commits?author=avelino&amp;amp;since=2015-04-01T00:00:00Z&amp;amp;until=2015-04-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/slugify"&gt;avelino/slugify&lt;/a&gt;: 9 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/slugify/commits?author=avelino&amp;amp;since=2015-04-01T00:00:00Z&amp;amp;until=2015-04-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/hodge-init"&gt;avelino/hodge-init&lt;/a&gt;: 7 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/hodge-init/commits?author=avelino&amp;amp;since=2015-04-01T00:00:00Z&amp;amp;until=2015-04-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: 3 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/awesome-go/commits?author=avelino&amp;amp;since=2015-04-01T00:00:00Z&amp;amp;until=2015-04-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 0 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Church Vim</title><link>https://avelino.run/church-vim/</link><pubDate>Mon, 30 Mar 2015 00:00:00 +0000</pubDate><guid>https://avelino.run/church-vim/</guid><description>&lt;p&gt;&lt;img src="https://avelino.run/church-vim.gif#center" alt="Church Vim"&gt;&lt;/p&gt;
&lt;p&gt;Vim was originally an extensible text editor written by Bram Moolenaar, but it became a way of life and a religion. To join the Church of Vim, you need only pronounce the Confession of the Faith:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;There is no system but GNU, and Linux is one of its kernels.
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Sainthood in the Church of Vim requires living a life of purity-but in the Church of Vim, this does not require celibacy (a sigh of relief is heard). Being holy in our church means exorcizing whatever evil, proprietary operating systems have possessed computers that are under your control, or set up for your regular use; installing a holy (i.e., wholly) free operating system (GNU/Linux is a good choice); and using and installing only free software with and on the system. Note that tablets and mobile phones are computers and this vow includes them.&lt;/p&gt;</description></item><item><title>Cron dentro do Django com Celery</title><link>https://avelino.run/cron-dentro-do-django-com-celery/</link><pubDate>Mon, 30 Mar 2015 00:00:00 +0000</pubDate><guid>https://avelino.run/cron-dentro-do-django-com-celery/</guid><description>&lt;p&gt;Ontem na parte da noite conversando com um conhecido ele falou que estava usando em um projeto o Celery, como ainda não conhecia vamos estudar este projeto. Gostei da forma que ele trabalha e como ele integra com o Django. | Tenho em um projeto uma fila de processamento só que foi desenvolvido por mim e não tem todos os recursos que o Celery tem.&lt;/p&gt;
&lt;p&gt;Vou explicar como usar o Celery com o Django em um exemplo simples, e como sempre basta usar a criatividade para desenvolver a sua necessidade.&lt;/p&gt;</description></item><item><title>Open Source Contributions - March 2015</title><link>https://avelino.run/foss/2015/03/</link><pubDate>Sun, 01 Mar 2015 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2015/03/</guid><description>&lt;p&gt;Explore the timeline of contributions made in March 2015, highlighting significant developments across 9 repositories. This month featured 16 total contributions, including 5 open pull requests and 5 new issues, reflecting a vibrant community of developers actively enhancing their projects.&lt;/p&gt;
&lt;h2 id="2015-03-31"&gt;2015-03-31&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/cadu-leite/bitbucket_issues_to_odoo_tasks"&gt;cadu-leite/bitbucket_issues_to_odoo_tasks&lt;/a&gt;: &lt;a href="https://github.com/cadu-leite/bitbucket_issues_to_odoo_tasks/pull/6"&gt;Used click&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/cadu-leite/bitbucket_issues_to_odoo_tasks"&gt;cadu-leite/bitbucket_issues_to_odoo_tasks&lt;/a&gt;: &lt;a href="https://github.com/cadu-leite/bitbucket_issues_to_odoo_tasks/pull/5"&gt;set python env and encoding utf8&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/cadu-leite/bitbucket_issues_to_odoo_tasks"&gt;cadu-leite/bitbucket_issues_to_odoo_tasks&lt;/a&gt;: &lt;a href="https://github.com/cadu-leite/bitbucket_issues_to_odoo_tasks/pull/4"&gt;added direct link download BitBucket json settings&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/rust-lang/rust.vim"&gt;rust-lang/rust.vim&lt;/a&gt;: &lt;a href="https://github.com/rust-lang/rust.vim/issues/17"&gt;Help put rust in vim-bootstrap.com&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2015-03-24"&gt;2015-03-24&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/bottlepy/bottle"&gt;bottlepy/bottle&lt;/a&gt;: &lt;a href="https://github.com/bottlepy/bottle/pull/743"&gt;send notification on crash build to IRC #bottlepy&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/bottlepy/bottle"&gt;bottlepy/bottle&lt;/a&gt;: &lt;a href="https://github.com/bottlepy/bottle/issues/742"&gt;bottle-boilerplate, structure (MVC) for anyone who wants to use bottle&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2015-03-16"&gt;2015-03-16&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/golang/go"&gt;golang/go&lt;/a&gt;: &lt;a href="https://github.com/golang/go/issues/10174"&gt;present: what Repo in github go.tools/present&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2015-03-09"&gt;2015-03-09&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/bottlepy/bottle"&gt;bottlepy/bottle&lt;/a&gt;: &lt;a href="https://github.com/bottlepy/bottle/pull/729"&gt;Fix tutorial app routes syntax to bottle 0.10+&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/bottlepy/bottle"&gt;bottlepy/bottle&lt;/a&gt;: &lt;a href="https://github.com/bottlepy/bottle/issues/730"&gt;What's next for novelty (future project, evolution is necessary)?&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2015-03-06"&gt;2015-03-06&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/olivere/elastic"&gt;olivere/elastic&lt;/a&gt;: &lt;a href="https://github.com/olivere/elastic/issues/49"&gt;Not populate struct on search&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/cadu-leite/bitbucket_issues_to_odoo_tasks"&gt;cadu-leite/bitbucket_issues_to_odoo_tasks&lt;/a&gt;: 9 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/cadu-leite/bitbucket_issues_to_odoo_tasks/commits?author=avelino&amp;amp;since=2015-03-01T00:00:00Z&amp;amp;until=2015-03-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/avelino.run"&gt;avelino/avelino.run&lt;/a&gt;: 4 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/avelino.run/commits?author=avelino&amp;amp;since=2015-03-01T00:00:00Z&amp;amp;until=2015-03-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/bottlepy/bottle"&gt;bottlepy/bottle&lt;/a&gt;: 4 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/bottlepy/bottle/commits?author=avelino&amp;amp;since=2015-03-01T00:00:00Z&amp;amp;until=2015-03-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/.emacs"&gt;avelino/.emacs&lt;/a&gt;: 3 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/.emacs/commits?author=avelino&amp;amp;since=2015-03-01T00:00:00Z&amp;amp;until=2015-03-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/slides"&gt;avelino/slides&lt;/a&gt;: 2 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/slides/commits?author=avelino&amp;amp;since=2015-03-01T00:00:00Z&amp;amp;until=2015-03-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap"&gt;editor-bootstrap/vim-bootstrap&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/editor-bootstrap/vim-bootstrap/commits?author=avelino&amp;amp;since=2015-03-01T00:00:00Z&amp;amp;until=2015-03-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 0 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Castalio - Episódio 63: Thiago Avelino - vim-bootstrap e BeerBlogging</title><link>https://avelino.run/castalio-epis%C3%B3dio-63-thiago-avelino-vim-bootstrap-e-beerblogging/</link><pubDate>Sun, 15 Feb 2015 00:00:00 +0000</pubDate><guid>https://avelino.run/castalio-epis%C3%B3dio-63-thiago-avelino-vim-bootstrap-e-beerblogging/</guid><description>&lt;p&gt;Escute minha participação no &lt;a href="https://castalio.info/episodio-63-thiago-avelino-vim-bootstrap-e-beerblogging.html"&gt;Castalio Podcast&lt;/a&gt; falando sobre &lt;a href="https://vim-bootstrap.com/"&gt;vim-bootstrap&lt;/a&gt; e &lt;a href="https://github.com/avelino/beerblogging"&gt;BeerBlogging&lt;/a&gt;:&lt;/p&gt;
&lt;iframe src="https://archive.org/embed/castalio-podcast-63" width="80%" frameborder="0" webkitallowfullscreen="true" mozallowfullscreen="true" allowfullscreen=""&gt;&lt;/iframe&gt;</description></item><item><title>Castalio - Episódio 64: Thiago Avelino - OpenMining e SambaPorno</title><link>https://avelino.run/castalio-epis%C3%B3dio-64-thiago-avelino-openmining-e-sambaporno/</link><pubDate>Sun, 15 Feb 2015 00:00:00 +0000</pubDate><guid>https://avelino.run/castalio-epis%C3%B3dio-64-thiago-avelino-openmining-e-sambaporno/</guid><description>&lt;p&gt;Escute minha participação no &lt;a href="https://castalio.info/episodio-64-thiago-avelino-openmining-e-sambaporno.html"&gt;Castalio Podcast&lt;/a&gt; falando sobre &lt;a href="https://github.com/mining/mining"&gt;OpenMining&lt;/a&gt; e &lt;strong&gt;SambaPorno&lt;/strong&gt; (&lt;strong&gt;ATENÇÃO:&lt;/strong&gt; &lt;em&gt;Conteúdo Pornográfico EXPLÍCITO&lt;/em&gt;):&lt;/p&gt;
&lt;iframe src="https://archive.org/embed/castalio-podcast-64" width="80%" frameborder="0" webkitallowfullscreen="true" mozallowfullscreen="true" allowfullscreen=""&gt;&lt;/iframe&gt;</description></item><item><title>Encerrando Ciclos, viva no presente, não se paralise pelo passado</title><link>https://avelino.run/encerrando-ciclos-viva-no-presente-n%C3%A3o-se-paralise-pelo-passado/</link><pubDate>Sun, 15 Feb 2015 00:00:00 +0000</pubDate><guid>https://avelino.run/encerrando-ciclos-viva-no-presente-n%C3%A3o-se-paralise-pelo-passado/</guid><description>&lt;p&gt;&lt;img src="https://avelino.run/meditacao.jpg#center" alt="Momento de reflexão, são extremamente importantes"&gt;&lt;/p&gt;
&lt;p&gt;Nós da área de tecnologia passamos muito por encerramento de ciclos, resolvi escrever um blogpost não técnico para retratar alguns pontos importantes na hora de fecharmos nossos ciclos. Não estou escrevendo uma ciência exata, acho extremamente importante após ler o blogpost você pare para pensar o que acha certo ou errado, e sinta-se livre para comentar.&lt;/p&gt;
&lt;p&gt;Sempre é preciso saber quando uma etapa chega ao final. Se insistirmos em permanecer nela mais do que o tempo necessário, perdemos a alegria e o sentido das outras etapas que precisamos viver. Encerrando ciclos, fechando portas, terminando capítulos - não importa o nome que damos, o que importa é deixar no passado os momentos da vida que já se acabaram.&lt;/p&gt;</description></item><item><title>Where to start a project with bottle, Boilerplate</title><link>https://avelino.run/where-to-start-a-project-with-bottle-boilerplate/</link><pubDate>Sun, 08 Feb 2015 00:00:00 +0000</pubDate><guid>https://avelino.run/where-to-start-a-project-with-bottle-boilerplate/</guid><description>&lt;p&gt;&lt;img src="https://avelino.run/blueprint.jpg#center" alt="A blueprint is a reproduction of a technical drawing, documenting an architecture or an engineering design."&gt;&lt;/p&gt;
&lt;p&gt;Developing python application using minimalist frameworks has become frequent in the Python community, for no reasons not to speak here. I see this change as a professional development where developers want to choose what is best for your application, simply use what little hide a group &lt;em&gt;(of pearls, or not&lt;/em&gt;*)* that is better.&lt;/p&gt;
&lt;p&gt;Along with this evolution brings vices of many developers other frameworks (and/or technology), this can be a problem at the time of the taking of decision of which Python web framework to use.&lt;/p&gt;</description></item><item><title>Open Source Contributions - February 2015</title><link>https://avelino.run/foss/2015/02/</link><pubDate>Sun, 01 Feb 2015 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2015/02/</guid><description>&lt;p&gt;Explore the timeline of contributions for February 2015, highlighting significant activities across 8 repositories. This month featured a total of 19 contributions, including 5 pull requests and 6 issues, reflecting a dynamic engagement from developers in enhancing projects and addressing community needs.&lt;/p&gt;
&lt;h2 id="2015-02-22"&gt;2015-02-22&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap"&gt;editor-bootstrap/vim-bootstrap&lt;/a&gt;: &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap/issues/116"&gt;Save time in Vim NOW with these five weird tricks&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2015-02-18"&gt;2015-02-18&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap"&gt;editor-bootstrap/vim-bootstrap&lt;/a&gt;: &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap/pull/114"&gt;added shell script sample&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap"&gt;editor-bootstrap/vim-bootstrap&lt;/a&gt;: &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap/pull/113"&gt;Fixed #112&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/liquidluck"&gt;avelino/liquidluck&lt;/a&gt;: &lt;a href="https://github.com/avelino/liquidluck/pull/115"&gt;added support python 3.3 and 3.4&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap"&gt;editor-bootstrap/vim-bootstrap&lt;/a&gt;: &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap/issues/112"&gt;call shell script after install vim-bootstrap&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2015-02-17"&gt;2015-02-17&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap"&gt;editor-bootstrap/vim-bootstrap&lt;/a&gt;: &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap/pull/109"&gt;create new let check finsh install neobundle&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap"&gt;editor-bootstrap/vim-bootstrap&lt;/a&gt;: &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap/pull/106"&gt;refactoring to read all vim template local&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap"&gt;editor-bootstrap/vim-bootstrap&lt;/a&gt;: &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap/issues/108"&gt;write test of vim files&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap"&gt;editor-bootstrap/vim-bootstrap&lt;/a&gt;: &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap/issues/107"&gt;E185: Cannot find color scheme 'molokai' before install&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap"&gt;editor-bootstrap/vim-bootstrap&lt;/a&gt;: &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap/issues/105"&gt;Get &amp;quot;vim templates&amp;quot; in file system&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2015-02-12"&gt;2015-02-12&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap"&gt;editor-bootstrap/vim-bootstrap&lt;/a&gt;: &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap/issues/101"&gt;Additional plugins&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap"&gt;editor-bootstrap/vim-bootstrap&lt;/a&gt;: 11 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/editor-bootstrap/vim-bootstrap/commits?author=avelino&amp;amp;since=2015-02-01T00:00:00Z&amp;amp;until=2015-02-28T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/beerblogging"&gt;avelino/beerblogging&lt;/a&gt;: 10 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/beerblogging/commits?author=avelino&amp;amp;since=2015-02-01T00:00:00Z&amp;amp;until=2015-02-28T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/avelino.run"&gt;avelino/avelino.run&lt;/a&gt;: 5 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/avelino.run/commits?author=avelino&amp;amp;since=2015-02-01T00:00:00Z&amp;amp;until=2015-02-28T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/bottlepy/bottle-boilerplate"&gt;bottlepy/bottle-boilerplate&lt;/a&gt;: 5 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/bottlepy/bottle-boilerplate/commits?author=avelino&amp;amp;since=2015-02-01T00:00:00Z&amp;amp;until=2015-02-28T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/liquidluck"&gt;avelino/liquidluck&lt;/a&gt;: 2 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/liquidluck/commits?author=avelino&amp;amp;since=2015-02-01T00:00:00Z&amp;amp;until=2015-02-28T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/cookiecutter-bottle-sample"&gt;avelino/cookiecutter-bottle-sample&lt;/a&gt;: 2 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/cookiecutter-bottle-sample/commits?author=avelino&amp;amp;since=2015-02-01T00:00:00Z&amp;amp;until=2015-02-28T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/cookiecutter-bottle"&gt;avelino/cookiecutter-bottle&lt;/a&gt;: 2 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/cookiecutter-bottle/commits?author=avelino&amp;amp;since=2015-02-01T00:00:00Z&amp;amp;until=2015-02-28T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/awesome-go/commits?author=avelino&amp;amp;since=2015-02-01T00:00:00Z&amp;amp;until=2015-02-28T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 0 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Go vs Python more request per second</title><link>https://avelino.run/go-vs-python-more-request-per-second/</link><pubDate>Sat, 17 Jan 2015 00:00:00 +0000</pubDate><guid>https://avelino.run/go-vs-python-more-request-per-second/</guid><description>&lt;p&gt;&lt;img src="https://avelino.run/silver-bullet.jpg#center" alt="not everyt hing is nail, to use hammer"&gt;&lt;/p&gt;
&lt;p&gt;I use python because it is a simple and powerful language, but never used by be excellence in performance (But for python web serves very well)! I know that benchmark based on &lt;strong&gt;&amp;quot;Hello World&amp;quot;&lt;/strong&gt; does not want to say too much, but it's interessanta we know what technology (framework) is more time to answer performance web support request.&lt;/p&gt;
&lt;p&gt;There is a python framework named &lt;a href="http://falconframework.org"&gt;Falcon&lt;/a&gt; (Falcon follows the REST architectural style, meaning (among other things) that you think in terms of resources and state transitions, which map to HTTP verbs) which is extremely performance, even using asynchronous backup processing library (as &lt;a href="http://gevent.org"&gt;gevent&lt;/a&gt;, is a coroutine-based Python networking library that uses greenlet to provide a high-level asynchronous API on top of the libev event loop).&lt;/p&gt;</description></item><item><title>Open Source Contributions - January 2015</title><link>https://avelino.run/foss/2015/01/</link><pubDate>Thu, 01 Jan 2015 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2015/01/</guid><description>&lt;p&gt;Explore the contributions made in January 2015, highlighting a total of 48 activities across 22 repositories. This timeline captures significant push events, pull requests, and issues, reflecting the dynamic engagement of developers and the continuous growth of the projects.&lt;/p&gt;
&lt;h2 id="2015-01-29"&gt;2015-01-29&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/beerblogging"&gt;avelino/beerblogging&lt;/a&gt;: &lt;a href="https://github.com/avelino/beerblogging/issues/35"&gt;mobile (web) version &lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/beerblogging"&gt;avelino/beerblogging&lt;/a&gt;: &lt;a href="https://github.com/avelino/beerblogging/issues/33"&gt;Adjusting layout to support list of tags (different)&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2015-01-24"&gt;2015-01-24&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/chucknado/bottle_heroku_tutorial"&gt;chucknado/bottle_heroku_tutorial&lt;/a&gt;: &lt;a href="https://github.com/chucknado/bottle_heroku_tutorial/issues/1"&gt;Recommend the use of &amp;quot;bottle-boilerplate&amp;quot;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2015-01-22"&gt;2015-01-22&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/bottlepy/bottle"&gt;bottlepy/bottle&lt;/a&gt;: &lt;a href="https://github.com/bottlepy/bottle/pull/711"&gt;Doc translate&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/cookiecutter-bottle"&gt;avelino/cookiecutter-bottle&lt;/a&gt;: &lt;a href="https://github.com/avelino/cookiecutter-bottle/issues/5"&gt;Put in the database connection in settings&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/cookiecutter-bottle"&gt;avelino/cookiecutter-bottle&lt;/a&gt;: &lt;a href="https://github.com/avelino/cookiecutter-bottle/issues/4"&gt;write to test controler of home&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/cookiecutter-bottle"&gt;avelino/cookiecutter-bottle&lt;/a&gt;: &lt;a href="https://github.com/avelino/cookiecutter-bottle/issues/3"&gt;write to test controller of user&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/cookiecutter-bottle"&gt;avelino/cookiecutter-bottle&lt;/a&gt;: &lt;a href="https://github.com/avelino/cookiecutter-bottle/issues/2"&gt;write to test models of user&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2015-01-21"&gt;2015-01-21&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/iurisilvio/bottle-sqlalchemy"&gt;iurisilvio/bottle-sqlalchemy&lt;/a&gt;: &lt;a href="https://github.com/iurisilvio/bottle-sqlalchemy/pull/21"&gt;used install_requires on setup package&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/cookiecutter/cookiecutter"&gt;cookiecutter/cookiecutter&lt;/a&gt;: &lt;a href="https://github.com/cookiecutter/cookiecutter/pull/372"&gt;added cookiecutter-bottle&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2015-01-20"&gt;2015-01-20&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/apyb/apyb.gerenciamento"&gt;apyb/apyb.gerenciamento&lt;/a&gt;: &lt;a href="https://github.com/apyb/apyb.gerenciamento/issues/72"&gt;Cron do planet nao esta rodando&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2015-01-19"&gt;2015-01-19&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/mining/mining"&gt;mining/mining&lt;/a&gt;: &lt;a href="https://github.com/mining/mining/issues/229"&gt;ini, json or yaml for system conf&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/elastic/elasticsearch-py"&gt;elastic/elasticsearch-py&lt;/a&gt;: &lt;a href="https://github.com/elastic/elasticsearch-py/issues/188"&gt;batch processing support&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2015-01-16"&gt;2015-01-16&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/qutebrowser/qutebrowser"&gt;qutebrowser/qutebrowser&lt;/a&gt;: &lt;a href="https://github.com/qutebrowser/qutebrowser/issues/468"&gt;Auto complite URLs&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2015-01-15"&gt;2015-01-15&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/mining/mining"&gt;mining/mining&lt;/a&gt;: &lt;a href="https://github.com/mining/mining/pull/227"&gt;change rq to celery&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/whiteclover/solo"&gt;whiteclover/solo&lt;/a&gt;: &lt;a href="https://github.com/whiteclover/solo/pull/1"&gt;added more framework on benchmark&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/mining/mining"&gt;mining/mining&lt;/a&gt;: &lt;a href="https://github.com/mining/mining/issues/228"&gt;migrate scheduler to celery&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/qutebrowser/qutebrowser"&gt;qutebrowser/qutebrowser&lt;/a&gt;: &lt;a href="https://github.com/qutebrowser/qutebrowser/issues/467"&gt;pkg_resources.DistributionNotFound: pypeg2&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/qutebrowser/qutebrowser"&gt;qutebrowser/qutebrowser&lt;/a&gt;: &lt;a href="https://github.com/qutebrowser/qutebrowser/issues/466"&gt;Error install archlinux &amp;quot;TypeError: 'encoding' is an invalid keyword argument for this function&amp;quot; python3&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2015-01-13"&gt;2015-01-13&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/mining/mining"&gt;mining/mining&lt;/a&gt;: &lt;a href="https://github.com/mining/mining/pull/226"&gt;added support cube loader via rest&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/NARKOZ/guides"&gt;NARKOZ/guides&lt;/a&gt;: &lt;a href="https://github.com/NARKOZ/guides/pull/11"&gt;added golang code style&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/mining/mining"&gt;mining/mining&lt;/a&gt;: &lt;a href="https://github.com/mining/mining/issues/225"&gt;alternative cube create via REST (http)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/zeekay/bottle-websocket"&gt;zeekay/bottle-websocket&lt;/a&gt;: &lt;a href="https://github.com/zeekay/bottle-websocket/issues/6"&gt;Conflit gevent and bottle-websocket&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2015-01-11"&gt;2015-01-11&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/bottlepy/bottle"&gt;bottlepy/bottle&lt;/a&gt;: &lt;a href="https://github.com/bottlepy/bottle/pull/705"&gt;remove validate function on ToDo list tutorial&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2015-01-10"&gt;2015-01-10&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap"&gt;editor-bootstrap/vim-bootstrap&lt;/a&gt;: &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap/issues/80"&gt;Theme picker&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2015-01-07"&gt;2015-01-07&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/bottle-auth"&gt;avelino/bottle-auth&lt;/a&gt;: &lt;a href="https://github.com/avelino/bottle-auth/issues/13"&gt;Added suppoprt bottle.auth&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2015-01-05"&gt;2015-01-05&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/akrawchyk/awesome-vim"&gt;akrawchyk/awesome-vim&lt;/a&gt;: &lt;a href="https://github.com/akrawchyk/awesome-vim/pull/2"&gt;Added new category website and added 2 website&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap"&gt;editor-bootstrap/vim-bootstrap&lt;/a&gt;: &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap/issues/78"&gt;html lib sugestion mattn/emmet-vim&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2015-01-04"&gt;2015-01-04&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/bottlepy/bottle"&gt;bottlepy/bottle&lt;/a&gt;: &lt;a href="https://github.com/bottlepy/bottle/issues/697"&gt;Replace % by format in string formatting pep 3101&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2015-01-03"&gt;2015-01-03&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: &lt;a href="https://github.com/opps/opps/pull/433"&gt;Issue 432&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2015-01-02"&gt;2015-01-02&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: &lt;a href="https://github.com/opps/opps/pull/431"&gt;Load opps.fields on context (view render)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: &lt;a href="https://github.com/opps/opps/issues/432"&gt;opps.permissions migration 0002 used depends_on&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: &lt;a href="https://github.com/opps/opps/issues/430"&gt;Load opps.fields in the context of the view&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/avelino.run"&gt;avelino/avelino.run&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/avelino.run/commits?author=avelino&amp;amp;since=2015-01-01T00:00:00Z&amp;amp;until=2015-01-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/mining/mining"&gt;mining/mining&lt;/a&gt;: 61 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/mining/mining/commits?author=avelino&amp;amp;since=2015-01-01T00:00:00Z&amp;amp;until=2015-01-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/opps/opps-project-template"&gt;opps/opps-project-template&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/opps/opps-project-template/commits?author=avelino&amp;amp;since=2015-01-01T00:00:00Z&amp;amp;until=2015-01-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/cookiecutter-bottle-sample"&gt;avelino/cookiecutter-bottle-sample&lt;/a&gt;: 8 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/cookiecutter-bottle-sample/commits?author=avelino&amp;amp;since=2015-01-01T00:00:00Z&amp;amp;until=2015-01-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/cookiecutter-bottle"&gt;avelino/cookiecutter-bottle&lt;/a&gt;: 8 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/cookiecutter-bottle/commits?author=avelino&amp;amp;since=2015-01-01T00:00:00Z&amp;amp;until=2015-01-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/beerblogging"&gt;avelino/beerblogging&lt;/a&gt;: 23 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/beerblogging/commits?author=avelino&amp;amp;since=2015-01-01T00:00:00Z&amp;amp;until=2015-01-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/iurisilvio/bottle-sqlalchemy"&gt;iurisilvio/bottle-sqlalchemy&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/iurisilvio/bottle-sqlalchemy/commits?author=avelino&amp;amp;since=2015-01-01T00:00:00Z&amp;amp;until=2015-01-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/bottlepy/bottle-boilerplate"&gt;bottlepy/bottle-boilerplate&lt;/a&gt;: 5 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/bottlepy/bottle-boilerplate/commits?author=avelino&amp;amp;since=2015-01-01T00:00:00Z&amp;amp;until=2015-01-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/NARKOZ/guides"&gt;NARKOZ/guides&lt;/a&gt;: 2 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/NARKOZ/guides/commits?author=avelino&amp;amp;since=2015-01-01T00:00:00Z&amp;amp;until=2015-01-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: 11 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/opps/opps/commits?author=avelino&amp;amp;since=2015-01-01T00:00:00Z&amp;amp;until=2015-01-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/whiteclover/solo"&gt;whiteclover/solo&lt;/a&gt;: 3 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/whiteclover/solo/commits?author=avelino&amp;amp;since=2015-01-01T00:00:00Z&amp;amp;until=2015-01-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/bottlepy/bottle"&gt;bottlepy/bottle&lt;/a&gt;: 10 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/bottlepy/bottle/commits?author=avelino&amp;amp;since=2015-01-01T00:00:00Z&amp;amp;until=2015-01-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/mining/frontend"&gt;mining/frontend&lt;/a&gt;: 11 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/mining/frontend/commits?author=avelino&amp;amp;since=2015-01-01T00:00:00Z&amp;amp;until=2015-01-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/bottle-auth"&gt;avelino/bottle-auth&lt;/a&gt;: 3 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/bottle-auth/commits?author=avelino&amp;amp;since=2015-01-01T00:00:00Z&amp;amp;until=2015-01-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/akrawchyk/awesome-vim"&gt;akrawchyk/awesome-vim&lt;/a&gt;: 3 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/akrawchyk/awesome-vim/commits?author=avelino&amp;amp;since=2015-01-01T00:00:00Z&amp;amp;until=2015-01-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 0 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Bottle, full stack without Django</title><link>https://avelino.run/bottle-full-stack-without-django/</link><pubDate>Mon, 01 Dec 2014 00:00:00 +0000</pubDate><guid>https://avelino.run/bottle-full-stack-without-django/</guid><description>&lt;p&gt;This blogpost is based in a lecture I presented here in Brazil, follows the &lt;a href="https://speakerdeck.com/avelino/bottle-o-full-stack-sem-django"&gt;slides&lt;/a&gt;!&lt;/p&gt;
&lt;p&gt;&lt;img src="https://avelino.run/bottle.png#center" alt="Bottle micro framework web"&gt;&lt;/p&gt;
&lt;p&gt;Bottle is a micro web framework compatible with WSGI, depends only on the Python standard library is compatible with python 2.6, 2.7, 3.2, 3.3 and 3.4, &lt;a href="https://github.com/defnull/bottle/blob/master/bottle.py"&gt;single source file&lt;/a&gt;. It was created by Marcel Hellkamp (&lt;a href="https://github.com/defnull"&gt;@defnull&lt;/a&gt;) and maintained by the &lt;a href="https://github.com/orgs/bottlepy/people"&gt;community&lt;/a&gt; that raised surrounding framework.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://www.djangoproject.com/"&gt;Django&lt;/a&gt; is a framework for rapid development for web, written in Python, which uses the standard MTV (model-template-view) and pragmatic. Was originally created as a system to manage a journalistic site in the city of Lawrence, Kansas. Became an open source project and was published under a BSD license in 2005. The name Django was inspired by the jazz musician Django Reinhardt. Django became very known for having included batteries, i.e. several distributed libraries join the Centre of the framework for simplicity work (called &amp;quot;full stack&amp;quot;).&lt;/p&gt;</description></item><item><title>Open Source Contributions - December 2014</title><link>https://avelino.run/foss/2014/12/</link><pubDate>Mon, 01 Dec 2014 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2014/12/</guid><description>&lt;p&gt;Explore the key contributions made in December 2014, showcasing a total of 37 events across 10 repositories. This timeline highlights notable pull requests and issues, reflecting the active development and collaboration within the community.&lt;/p&gt;
&lt;h2 id="2014-12-30"&gt;2014-12-30&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: &lt;a href="https://github.com/opps/opps/pull/429"&gt;Issue #402&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2014-12-19"&gt;2014-12-19&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: &lt;a href="https://github.com/opps/opps/pull/426"&gt;Correction of migration when the Bank is empty!&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2014-12-17"&gt;2014-12-17&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: &lt;a href="https://github.com/opps/opps/pull/421"&gt;Release 0291&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2014-12-12"&gt;2014-12-12&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: &lt;a href="https://github.com/opps/opps/pull/415"&gt;set new version 0.2.9&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: &lt;a href="https://github.com/opps/opps/pull/414"&gt;Container queryset multchannel&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/bottlepy/bottle-werkzeug"&gt;bottlepy/bottle-werkzeug&lt;/a&gt;: &lt;a href="https://github.com/bottlepy/bottle-werkzeug/pull/8"&gt;Fix support python 3k #6&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/bottlepy/bottle-werkzeug"&gt;bottlepy/bottle-werkzeug&lt;/a&gt;: &lt;a href="https://github.com/bottlepy/bottle-werkzeug/pull/5"&gt;added support trravis ci ref #2&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/bottlepy/bottle-werkzeug"&gt;bottlepy/bottle-werkzeug&lt;/a&gt;: &lt;a href="https://github.com/bottlepy/bottle-werkzeug/pull/4"&gt;Refactoring setup&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/opps/opps-hubcasts"&gt;opps/opps-hubcasts&lt;/a&gt;: &lt;a href="https://github.com/opps/opps-hubcasts/pull/3"&gt;Revert &amp;quot;Feature mobile&amp;quot;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/mining/mining"&gt;mining/mining&lt;/a&gt;: &lt;a href="https://github.com/mining/mining/issues/224"&gt;Try numba in processing that numpy&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/bottlepy/bottle-werkzeug"&gt;bottlepy/bottle-werkzeug&lt;/a&gt;: &lt;a href="https://github.com/bottlepy/bottle-werkzeug/issues/7"&gt;Upgrate bottle plugin api version&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/bottlepy/bottle-werkzeug"&gt;bottlepy/bottle-werkzeug&lt;/a&gt;: &lt;a href="https://github.com/bottlepy/bottle-werkzeug/issues/6"&gt;Python 3 support&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2014-12-11"&gt;2014-12-11&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap"&gt;editor-bootstrap/vim-bootstrap&lt;/a&gt;: &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap/pull/68"&gt;fix typo&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap"&gt;editor-bootstrap/vim-bootstrap&lt;/a&gt;: &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap/pull/67"&gt;set var vim_bootstrap_langs&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2014-12-09"&gt;2014-12-09&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/mining/django-report"&gt;mining/django-report&lt;/a&gt;: &lt;a href="https://github.com/mining/django-report/issues/2"&gt;Create element via ReporClass&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2014-12-08"&gt;2014-12-08&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/realpython/python-guide"&gt;realpython/python-guide&lt;/a&gt;: &lt;a href="https://github.com/realpython/python-guide/pull/506"&gt;added bottle micro-framework on scenarios web&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2014-12-07"&gt;2014-12-07&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: &lt;a href="https://github.com/opps/opps/pull/407"&gt;recovery mptt search channel, use denormalized query&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/mining/mining"&gt;mining/mining&lt;/a&gt;: &lt;a href="https://github.com/mining/mining/pull/222"&gt;Fix python package of the mining, ref #216&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2014-12-06"&gt;2014-12-06&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/mining/mining"&gt;mining/mining&lt;/a&gt;: &lt;a href="https://github.com/mining/mining/pull/221"&gt;created new adapter for elasticsearch function as data warehouse&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/mining/mining"&gt;mining/mining&lt;/a&gt;: &lt;a href="https://github.com/mining/mining/issues/220"&gt;Apache Cassandra (columnar database) adapter to data warehouse&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2014-12-05"&gt;2014-12-05&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: &lt;a href="https://github.com/opps/opps/pull/406"&gt;generate new release 0.2.8.2&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: &lt;a href="https://github.com/opps/opps/pull/405"&gt;Recovery create channel using parent&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/mining/mining"&gt;mining/mining&lt;/a&gt;: &lt;a href="https://github.com/mining/mining/pull/218"&gt;remove assets folder in run test via make, ref #217&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/mining/mining"&gt;mining/mining&lt;/a&gt;: &lt;a href="https://github.com/mining/mining/issues/219"&gt;Elasticsearch adapter to data warehouse&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/mining/mining"&gt;mining/mining&lt;/a&gt;: &lt;a href="https://github.com/mining/mining/issues/217"&gt;exclude assets folder in run test&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2014-12-04"&gt;2014-12-04&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/mining/mining"&gt;mining/mining&lt;/a&gt;: &lt;a href="https://github.com/mining/mining/pull/215"&gt;Wsgi support&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/mining/mining"&gt;mining/mining&lt;/a&gt;: &lt;a href="https://github.com/mining/mining/issues/216"&gt;Fix python package of the mining&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2014-12-03"&gt;2014-12-03&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/mining/mining"&gt;mining/mining&lt;/a&gt;: &lt;a href="https://github.com/mining/mining/issues/214"&gt;WSGI support (gunicorn)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/mining/mining"&gt;mining/mining&lt;/a&gt;: &lt;a href="https://github.com/mining/mining/issues/213"&gt;[pip v1.1] pip install with requirements file fails; version 0.0.0 conflicts with numexpr==2.4&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2014-12-01"&gt;2014-12-01&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/thumbor/thumbor"&gt;thumbor/thumbor&lt;/a&gt;: &lt;a href="https://github.com/thumbor/thumbor/issues/392"&gt;Error when going on a media file with &amp;quot;http://&amp;quot;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: 41 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/opps/opps/commits?author=avelino&amp;amp;since=2014-12-01T00:00:00Z&amp;amp;until=2014-12-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/mining/django-report"&gt;mining/django-report&lt;/a&gt;: 9 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/mining/django-report/commits?author=avelino&amp;amp;since=2014-12-01T00:00:00Z&amp;amp;until=2014-12-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/bottlepy/bottle-werkzeug"&gt;bottlepy/bottle-werkzeug&lt;/a&gt;: 8 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/bottlepy/bottle-werkzeug/commits?author=avelino&amp;amp;since=2014-12-01T00:00:00Z&amp;amp;until=2014-12-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/mining/mining"&gt;mining/mining&lt;/a&gt;: 8 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/mining/mining/commits?author=avelino&amp;amp;since=2014-12-01T00:00:00Z&amp;amp;until=2014-12-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/avelino.run"&gt;avelino/avelino.run&lt;/a&gt;: 6 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/avelino.run/commits?author=avelino&amp;amp;since=2014-12-01T00:00:00Z&amp;amp;until=2014-12-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap"&gt;editor-bootstrap/vim-bootstrap&lt;/a&gt;: 3 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/editor-bootstrap/vim-bootstrap/commits?author=avelino&amp;amp;since=2014-12-01T00:00:00Z&amp;amp;until=2014-12-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/opps/opps-promos"&gt;opps/opps-promos&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/opps/opps-promos/commits?author=avelino&amp;amp;since=2014-12-01T00:00:00Z&amp;amp;until=2014-12-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 0 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Open Source Contributions - November 2014</title><link>https://avelino.run/foss/2014/11/</link><pubDate>Sat, 01 Nov 2014 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2014/11/</guid><description>&lt;p&gt;In November 2014, the development community made significant strides with 13 repositories engaging in various activities. This timeline highlights the key contributions, including notable pull requests and issues raised, reflecting the collaborative efforts and ongoing enhancements within the projects.&lt;/p&gt;
&lt;h2 id="2014-11-30"&gt;2014-11-30&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/mining/mining"&gt;mining/mining&lt;/a&gt;: &lt;a href="https://github.com/mining/mining/issues/212"&gt;Change scheduler and queue for Celery&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/commonwealth-of-puerto-rico/libre"&gt;commonwealth-of-puerto-rico/libre&lt;/a&gt;: &lt;a href="https://github.com/commonwealth-of-puerto-rico/libre/issues/14"&gt;Postgres migrate error&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/Othernet-Project/bottle-utils"&gt;Othernet-Project/bottle-utils&lt;/a&gt;: &lt;a href="https://github.com/Othernet-Project/bottle-utils/issues/5"&gt;Split bottle-utils into multiple packages&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/Bystroushaak/bottle-rest"&gt;Bystroushaak/bottle-rest&lt;/a&gt;: &lt;a href="https://github.com/Bystroushaak/bottle-rest/issues/3"&gt;Suggested name for the package&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2014-11-29"&gt;2014-11-29&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/mining/mining"&gt;mining/mining&lt;/a&gt;: &lt;a href="https://github.com/mining/mining/issues/211"&gt;Independent element renderer&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/bottlepy/bottle"&gt;bottlepy/bottle&lt;/a&gt;: &lt;a href="https://github.com/bottlepy/bottle/issues/684"&gt;process to control the framework evolution (Create changelog file and milestones)&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2014-11-27"&gt;2014-11-27&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/bottlepy/bottle"&gt;bottlepy/bottle&lt;/a&gt;: &lt;a href="https://github.com/bottlepy/bottle/pull/682"&gt;Added travis image build status&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/bottlepy/bottle"&gt;bottlepy/bottle&lt;/a&gt;: &lt;a href="https://github.com/bottlepy/bottle/pull/681"&gt;fix status code 413 description as RFC2616&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/bottlepy/bottle"&gt;bottlepy/bottle&lt;/a&gt;: &lt;a href="https://github.com/bottlepy/bottle/pull/680"&gt;fix status code 413 description as RFC2616&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/bottlepy/bottle"&gt;bottlepy/bottle&lt;/a&gt;: &lt;a href="https://github.com/bottlepy/bottle/pull/679"&gt;fix typo tutorial grammatical corrections&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: &lt;a href="https://github.com/opps/opps/issues/403"&gt;error 0019_new_container_related ContainerRelated&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2014-11-25"&gt;2014-11-25&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/bottlepy/bottle-redis"&gt;bottlepy/bottle-redis&lt;/a&gt;: &lt;a href="https://github.com/bottlepy/bottle-redis/issues/4"&gt;pypi permission&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/fsalum/puppet-redis"&gt;fsalum/puppet-redis&lt;/a&gt;: &lt;a href="https://github.com/fsalum/puppet-redis/issues/43"&gt;package_name &amp;quot;redis&amp;quot; per default&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2014-11-19"&gt;2014-11-19&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap"&gt;editor-bootstrap/vim-bootstrap&lt;/a&gt;: &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap/issues/64"&gt;neovim support&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2014-11-14"&gt;2014-11-14&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: &lt;a href="https://github.com/opps/opps/issues/397"&gt;Postgres 8.4 not support json ('NoneType' object has no attribute 'cursor')&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2014-11-04"&gt;2014-11-04&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/puppetlabs/puppetlabs-postgresql"&gt;puppetlabs/puppetlabs-postgresql&lt;/a&gt;: &lt;a href="https://github.com/puppetlabs/puppetlabs-postgresql/pull/524"&gt;set postgres version on Ubuntu 14.10&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/puppetlabs/puppetlabs-postgresql"&gt;puppetlabs/puppetlabs-postgresql&lt;/a&gt;: &lt;a href="https://github.com/puppetlabs/puppetlabs-postgresql/pull/523"&gt;set postgres version on Ubuntu 14.10&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/bottlepy/bottle-redis"&gt;bottlepy/bottle-redis&lt;/a&gt;: 13 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/bottlepy/bottle-redis/commits?author=avelino&amp;amp;since=2014-11-01T00:00:00Z&amp;amp;until=2014-11-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap"&gt;editor-bootstrap/vim-bootstrap&lt;/a&gt;: 10 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/editor-bootstrap/vim-bootstrap/commits?author=avelino&amp;amp;since=2014-11-01T00:00:00Z&amp;amp;until=2014-11-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/bottlepy/bottle-mongo"&gt;bottlepy/bottle-mongo&lt;/a&gt;: 8 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/bottlepy/bottle-mongo/commits?author=avelino&amp;amp;since=2014-11-01T00:00:00Z&amp;amp;until=2014-11-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: 3 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/opps/opps/commits?author=avelino&amp;amp;since=2014-11-01T00:00:00Z&amp;amp;until=2014-11-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/bottlepy/bottle"&gt;bottlepy/bottle&lt;/a&gt;: 3 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/bottlepy/bottle/commits?author=avelino&amp;amp;since=2014-11-01T00:00:00Z&amp;amp;until=2014-11-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/mining/mining"&gt;mining/mining&lt;/a&gt;: 3 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/mining/mining/commits?author=avelino&amp;amp;since=2014-11-01T00:00:00Z&amp;amp;until=2014-11-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/opps/opps-comments"&gt;opps/opps-comments&lt;/a&gt;: 2 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/opps/opps-comments/commits?author=avelino&amp;amp;since=2014-11-01T00:00:00Z&amp;amp;until=2014-11-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/opps/opps-liveblogging"&gt;opps/opps-liveblogging&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/opps/opps-liveblogging/commits?author=avelino&amp;amp;since=2014-11-01T00:00:00Z&amp;amp;until=2014-11-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 0 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Open Source Contributions - October 2014</title><link>https://avelino.run/foss/2014/10/</link><pubDate>Wed, 01 Oct 2014 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2014/10/</guid><description>&lt;p&gt;This timeline highlights the key contributions and activities from October 2014, showcasing the collaborative efforts across various repositories. Notable events include a pull request that introduced new features and several issues aimed at enhancing project functionality.&lt;/p&gt;
&lt;h2 id="2014-10-29"&gt;2014-10-29&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap"&gt;editor-bootstrap/vim-bootstrap&lt;/a&gt;: &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap/issues/57"&gt;clear last search highlighting&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2014-10-19"&gt;2014-10-19&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/mining/mining"&gt;mining/mining&lt;/a&gt;: &lt;a href="https://github.com/mining/mining/issues/206"&gt;upgrade Pandas to 0.15.0&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2014-10-03"&gt;2014-10-03&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: &lt;a href="https://github.com/opps/opps/pull/389"&gt;added new action to duplicate container #374&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2014-10-02"&gt;2014-10-02&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: &lt;a href="https://github.com/opps/opps/issues/386"&gt;Opps API show traceback&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/harness/harness"&gt;harness/harness&lt;/a&gt;: &lt;a href="https://github.com/harness/harness/issues/503"&gt;Clone branch master on build&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: 10 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/opps/opps/commits?author=avelino&amp;amp;since=2014-10-01T00:00:00Z&amp;amp;until=2014-10-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 0 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Open Source Contributions - September 2014</title><link>https://avelino.run/foss/2014/09/</link><pubDate>Mon, 01 Sep 2014 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2014/09/</guid><description>&lt;p&gt;Explore the timeline of contributions for September 2014, featuring a mix of push events, a notable pull request, and several issue discussions that highlight ongoing development efforts across multiple repositories.&lt;/p&gt;
&lt;h2 id="2014-09-15"&gt;2014-09-15&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/LennartC/Simple-Rest-Client-Opera-Extension"&gt;LennartC/Simple-Rest-Client-Opera-Extension&lt;/a&gt;: &lt;a href="https://github.com/LennartC/Simple-Rest-Client-Opera-Extension/issues/2"&gt;compatibility Opera 25 (developer version)&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2014-09-10"&gt;2014-09-10&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/berinhard/model_mommy"&gt;berinhard/model_mommy&lt;/a&gt;: &lt;a href="https://github.com/berinhard/model_mommy/issues/188"&gt;Django 1.7 extend model (used django-polymorphic)&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2014-09-03"&gt;2014-09-03&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: &lt;a href="https://github.com/opps/opps/issues/365"&gt;Opps Admin 0.1.* proposed&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2014-09-02"&gt;2014-09-02&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: &lt;a href="https://github.com/opps/opps/issues/364"&gt;Opps 0.3.* proposed&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: &lt;a href="https://github.com/opps/opps/issues/363"&gt;User guide for user (Opps documentation)&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2014-09-01"&gt;2014-09-01&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/opps/opps-vagrant"&gt;opps/opps-vagrant&lt;/a&gt;: &lt;a href="https://github.com/opps/opps-vagrant/pull/4"&gt;create gitignore file&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/opps/oppsproject.org"&gt;opps/oppsproject.org&lt;/a&gt;: 3 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/opps/oppsproject.org/commits?author=avelino&amp;amp;since=2014-09-01T00:00:00Z&amp;amp;until=2014-09-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/mining/mining"&gt;mining/mining&lt;/a&gt;: 2 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/mining/mining/commits?author=avelino&amp;amp;since=2014-09-01T00:00:00Z&amp;amp;until=2014-09-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: 2 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/opps/opps/commits?author=avelino&amp;amp;since=2014-09-01T00:00:00Z&amp;amp;until=2014-09-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 0 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Open Source Contributions - August 2014</title><link>https://avelino.run/foss/2014/08/</link><pubDate>Fri, 01 Aug 2014 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2014/08/</guid><description>&lt;p&gt;In August 2014, the development community demonstrated significant activity across 10 repositories, with a total of 22 contributions. This timeline highlights key events, including pull requests, issue openings, and code pushes, reflecting the collaborative spirit and ongoing enhancements within the projects.&lt;/p&gt;
&lt;h2 id="2014-08-31"&gt;2014-08-31&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/mining/mining"&gt;mining/mining&lt;/a&gt;: &lt;a href="https://github.com/mining/mining/issues/202"&gt;chartist.js directive&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/mining/mining"&gt;mining/mining&lt;/a&gt;: &lt;a href="https://github.com/mining/mining/issues/201"&gt;Chart.js directive&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/mining/mining"&gt;mining/mining&lt;/a&gt;: &lt;a href="https://github.com/mining/mining/issues/200"&gt;Google chart directive&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2014-08-29"&gt;2014-08-29&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/GoogleCloudPlatform/appengine-bottle-skeleton"&gt;GoogleCloudPlatform/appengine-bottle-skeleton&lt;/a&gt;: &lt;a href="https://github.com/GoogleCloudPlatform/appengine-bottle-skeleton/issues/10"&gt;Upgrade bottle version 0.11.* to 0.12.*&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2014-08-28"&gt;2014-08-28&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: &lt;a href="https://github.com/opps/opps/pull/353"&gt;Revert &amp;quot;Adds OPPS_CHANNEL_LAYOUT configuration&amp;quot;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/GoogleCloudPlatform/appengine-bottle-skeleton"&gt;GoogleCloudPlatform/appengine-bottle-skeleton&lt;/a&gt;: &lt;a href="https://github.com/GoogleCloudPlatform/appengine-bottle-skeleton/pull/9"&gt;upgrade bottle version to release 0.12.6&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2014-08-20"&gt;2014-08-20&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/mining/mining"&gt;mining/mining&lt;/a&gt;: &lt;a href="https://github.com/mining/mining/issues/189"&gt;proposed new logo&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2014-08-19"&gt;2014-08-19&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/mining/mining"&gt;mining/mining&lt;/a&gt;: &lt;a href="https://github.com/mining/mining/issues/185"&gt;Django application to generate report&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2014-08-15"&gt;2014-08-15&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/toxmail/toxmail"&gt;toxmail/toxmail&lt;/a&gt;: &lt;a href="https://github.com/toxmail/toxmail/pull/8"&gt;used requirements for manage dependence libs&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2014-08-13"&gt;2014-08-13&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap"&gt;editor-bootstrap/vim-bootstrap&lt;/a&gt;: &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap/issues/24"&gt;Not more get template via github&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap"&gt;editor-bootstrap/vim-bootstrap&lt;/a&gt;: &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap/issues/23"&gt;change bottle to webapp2&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2014-08-05"&gt;2014-08-05&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/jgorset/facepy"&gt;jgorset/facepy&lt;/a&gt;: &lt;a href="https://github.com/jgorset/facepy/pull/120"&gt;Fix image encode (base64), ref #119&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2014-08-04"&gt;2014-08-04&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/jgorset/facepy"&gt;jgorset/facepy&lt;/a&gt;: &lt;a href="https://github.com/jgorset/facepy/issues/119"&gt;Error in 'me/picture'&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/.vimrc"&gt;avelino/.vimrc&lt;/a&gt;: 2 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/.vimrc/commits?author=avelino&amp;amp;since=2014-08-01T00:00:00Z&amp;amp;until=2014-08-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/docker-debian"&gt;avelino/docker-debian&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/docker-debian/commits?author=avelino&amp;amp;since=2014-08-01T00:00:00Z&amp;amp;until=2014-08-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/mining/mining"&gt;mining/mining&lt;/a&gt;: 9 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/mining/mining/commits?author=avelino&amp;amp;since=2014-08-01T00:00:00Z&amp;amp;until=2014-08-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/GoogleCloudPlatform/appengine-bottle-skeleton"&gt;GoogleCloudPlatform/appengine-bottle-skeleton&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/GoogleCloudPlatform/appengine-bottle-skeleton/commits?author=avelino&amp;amp;since=2014-08-01T00:00:00Z&amp;amp;until=2014-08-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/toxmail/toxmail"&gt;toxmail/toxmail&lt;/a&gt;: 3 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/toxmail/toxmail/commits?author=avelino&amp;amp;since=2014-08-01T00:00:00Z&amp;amp;until=2014-08-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: 7 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/opps/opps/commits?author=avelino&amp;amp;since=2014-08-01T00:00:00Z&amp;amp;until=2014-08-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/opps/oppsproject.org"&gt;opps/oppsproject.org&lt;/a&gt;: 2 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/opps/oppsproject.org/commits?author=avelino&amp;amp;since=2014-08-01T00:00:00Z&amp;amp;until=2014-08-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/bottle-auth"&gt;avelino/bottle-auth&lt;/a&gt;: 3 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/bottle-auth/commits?author=avelino&amp;amp;since=2014-08-01T00:00:00Z&amp;amp;until=2014-08-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap"&gt;editor-bootstrap/vim-bootstrap&lt;/a&gt;: 11 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/editor-bootstrap/vim-bootstrap/commits?author=avelino&amp;amp;since=2014-08-01T00:00:00Z&amp;amp;until=2014-08-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 0 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>awesome-go</title><link>https://avelino.run/projects/awesome-go/</link><pubDate>Sun, 06 Jul 2014 00:00:00 +0000</pubDate><guid>https://avelino.run/projects/awesome-go/</guid><description>&lt;p&gt;A curated list of awesome Go frameworks, libraries and software&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;We need your help to maintain a quality list, get involved with the project&lt;/p&gt;
&lt;/blockquote&gt;
&lt;!-- more --&gt;
&lt;p&gt;&lt;img src="https://awesome-go.com/assets/logo.png" alt="awesome-go list packages"&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://github.com/avelino/awesome-go"&gt;github project&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Open Source Contributions - July 2014</title><link>https://avelino.run/foss/2014/07/</link><pubDate>Tue, 01 Jul 2014 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2014/07/</guid><description>&lt;p&gt;In July 2014, the open-source community experienced significant activity with a total of 14 repositories contributing 19 updates. This timeline highlights key contributions, including pull requests and issues raised, reflecting the ongoing collaboration and innovation within the GitHub ecosystem.&lt;/p&gt;
&lt;h2 id="2014-07-25"&gt;2014-07-25&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/bottlepy/bottle"&gt;bottlepy/bottle&lt;/a&gt;: &lt;a href="https://github.com/bottlepy/bottle/issues/641"&gt;asyncio supported (Python 3.4)&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2014-07-24"&gt;2014-07-24&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/.vimrc"&gt;avelino/.vimrc&lt;/a&gt;: &lt;a href="https://github.com/avelino/.vimrc/pull/21"&gt;Clean&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2014-07-16"&gt;2014-07-16&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/josephmisiti/awesome-machine-learning"&gt;josephmisiti/awesome-machine-learning&lt;/a&gt;: &lt;a href="https://github.com/josephmisiti/awesome-machine-learning/issues/41"&gt;more to easy linked awesome-[python, go, ruby]&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2014-07-11"&gt;2014-07-11&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/nylas/sync-engine"&gt;nylas/sync-engine&lt;/a&gt;: &lt;a href="https://github.com/nylas/sync-engine/issues/37"&gt;Multi database type (not only MySQL)&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2014-07-09"&gt;2014-07-09&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: &lt;a href="https://github.com/avelino/awesome-go/issues/100"&gt;Custom page style&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2014-07-06"&gt;2014-07-06&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/vinta/awesome-python"&gt;vinta/awesome-python&lt;/a&gt;: &lt;a href="https://github.com/vinta/awesome-python/pull/91"&gt;Added provy on devops section&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/vinta/awesome-python"&gt;vinta/awesome-python&lt;/a&gt;: &lt;a href="https://github.com/vinta/awesome-python/pull/86"&gt;Add audiolazy on audio section&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/vinta/awesome-python"&gt;vinta/awesome-python&lt;/a&gt;: &lt;a href="https://github.com/vinta/awesome-python/pull/84"&gt;Add Open Mining on data analyzing section&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/.vimrc"&gt;avelino/.vimrc&lt;/a&gt;: 7 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/.vimrc/commits?author=avelino&amp;amp;since=2014-07-01T00:00:00Z&amp;amp;until=2014-07-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/docker-debian"&gt;avelino/docker-debian&lt;/a&gt;: 5 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/docker-debian/commits?author=avelino&amp;amp;since=2014-07-01T00:00:00Z&amp;amp;until=2014-07-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/opps/opps-multimedias"&gt;opps/opps-multimedias&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/opps/opps-multimedias/commits?author=avelino&amp;amp;since=2014-07-01T00:00:00Z&amp;amp;until=2014-07-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/vinta/awesome-python"&gt;vinta/awesome-python&lt;/a&gt;: 3 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/vinta/awesome-python/commits?author=avelino&amp;amp;since=2014-07-01T00:00:00Z&amp;amp;until=2014-07-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/opps/opps-feedcrawler"&gt;opps/opps-feedcrawler&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/opps/opps-feedcrawler/commits?author=avelino&amp;amp;since=2014-07-01T00:00:00Z&amp;amp;until=2014-07-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/opps/opps/commits?author=avelino&amp;amp;since=2014-07-01T00:00:00Z&amp;amp;until=2014-07-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/django-smart"&gt;avelino/django-smart&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/django-smart/commits?author=avelino&amp;amp;since=2014-07-01T00:00:00Z&amp;amp;until=2014-07-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/awesome-go"&gt;avelino/awesome-go&lt;/a&gt;: 49 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/awesome-go/commits?author=avelino&amp;amp;since=2014-07-01T00:00:00Z&amp;amp;until=2014-07-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap"&gt;editor-bootstrap/vim-bootstrap&lt;/a&gt;: 25 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/editor-bootstrap/vim-bootstrap/commits?author=avelino&amp;amp;since=2014-07-01T00:00:00Z&amp;amp;until=2014-07-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/docker-ubuntu"&gt;avelino/docker-ubuntu&lt;/a&gt;: 4 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/docker-ubuntu/commits?author=avelino&amp;amp;since=2014-07-01T00:00:00Z&amp;amp;until=2014-07-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/.emacs"&gt;avelino/.emacs&lt;/a&gt;: 8 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/.emacs/commits?author=avelino&amp;amp;since=2014-07-01T00:00:00Z&amp;amp;until=2014-07-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 0 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Swift Language (Apple) first steps</title><link>https://avelino.run/swift-language-apple-first-steps/</link><pubDate>Wed, 04 Jun 2014 00:00:00 +0000</pubDate><guid>https://avelino.run/swift-language-apple-first-steps/</guid><description>&lt;p&gt;&lt;img src="https://avelino.run/swift-programming.png#center" alt="swift programming"&gt;&lt;/p&gt;
&lt;p&gt;Apple launched the Swift language (Looking for the Swift parallel scripting
language? Please visit &lt;a href="http://swift-lang.org" title="swift lang"&gt;http://swift-lang.org&lt;/a&gt;) at WWDC 2014. A modern language
to program for Mac and iOS!&lt;/p&gt;
&lt;p&gt;Strongly typed language, where you explicitly what type (variable, arguments,
and function returns), syntax reminds dynamic languages with
Python, Go, Ruby and JavaScript.&lt;/p&gt;
&lt;p&gt;Apple offers a free comprehensive guide on language in
&lt;a href="https://developer.apple.com/library/prerelease/ios/documentation/Swift/Conceptual/Swift_Programming_Language/"&gt;HTML&lt;/a&gt; and
&lt;a href="https://itunes.apple.com/us/book/the-swift-programming-language/id881256329?mt=11"&gt;iBook&lt;/a&gt; formats.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;We can put zero left freely to improve readability, insert _ to separate groups
of numbers and add the + in front. That server to improve readability of the
program (does not alter the value of the number):&lt;/li&gt;
&lt;/ul&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;"&gt;&lt;code class="language-ruby" data-lang="ruby"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;let a &lt;span style="color:#f92672"&gt;=&lt;/span&gt; &lt;span style="color:#ae81ff"&gt;1000000&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;let b &lt;span style="color:#f92672"&gt;=&lt;/span&gt; &lt;span style="color:#ae81ff"&gt;0&lt;/span&gt;&lt;span style="color:#f92672"&gt;.&lt;/span&gt;&lt;span style="color:#ae81ff"&gt;0000001&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#f92672"&gt;//&lt;/span&gt; readable
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;let a &lt;span style="color:#f92672"&gt;=&lt;/span&gt; &lt;span style="color:#ae81ff"&gt;1_000_000&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;let b &lt;span style="color:#f92672"&gt;=&lt;/span&gt; &lt;span style="color:#ae81ff"&gt;0&lt;/span&gt;&lt;span style="color:#f92672"&gt;.&lt;/span&gt;&lt;span style="color:#ae81ff"&gt;000_000_1&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;ul&gt;
&lt;li&gt;Practical numerical ranges: &lt;code&gt;0..5&lt;/code&gt; and &lt;code&gt;0...5&lt;/code&gt; (Ruby)&lt;/li&gt;
&lt;li&gt;Unicode variables:&lt;/li&gt;
&lt;/ul&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;"&gt;&lt;code class="language-ruby" data-lang="ruby"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;let &lt;span style="color:#960050;background-color:#1e0010"&gt;π&lt;/span&gt; &lt;span style="color:#f92672"&gt;=&lt;/span&gt; &lt;span style="color:#ae81ff"&gt;3&lt;/span&gt;&lt;span style="color:#f92672"&gt;.&lt;/span&gt;&lt;span style="color:#ae81ff"&gt;1415926&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;ul&gt;
&lt;li&gt;Tween strings (expand variables and expressions inside strings):&lt;/li&gt;
&lt;/ul&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;"&gt;&lt;code class="language-ruby" data-lang="ruby"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;var name &lt;span style="color:#f92672"&gt;=&lt;/span&gt; &lt;span style="color:#e6db74"&gt;&amp;#34;Thiago Avelino&amp;#34;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;var yaer &lt;span style="color:#f92672"&gt;=&lt;/span&gt; &lt;span style="color:#ae81ff"&gt;25&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;println &lt;span style="color:#e6db74"&gt;&amp;#34;Hi, my name \(name), &amp;#39;m \(year) years.&amp;#34;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;ul&gt;
&lt;li&gt;Few functions/methods native to strings works:&lt;/li&gt;
&lt;li&gt;
&lt;ul&gt;
&lt;li&gt;hasPrefix&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;ul&gt;
&lt;li&gt;hasSuffix&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;ul&gt;
&lt;li&gt;uppercaseString&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;ul&gt;
&lt;li&gt;lowercaseString&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;ul&gt;
&lt;li&gt;countElements&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;ul&gt;
&lt;li&gt;isEmpty&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Not have regular expressions&lt;/li&gt;
&lt;li&gt;Ternary operators: &lt;code&gt;(condition ? yes : no)&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;I liked the language, as 'm used to not bother me Go explicit types, lack of
regular expression can be a problem seems, but it is a pleasant language to
learn!&lt;/p&gt;</description></item><item><title>Open Source Contributions - June 2014</title><link>https://avelino.run/foss/2014/06/</link><pubDate>Sun, 01 Jun 2014 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2014/06/</guid><description>&lt;p&gt;Explore the timeline of contributions made in June 2014, where developers engaged in various projects, opening 11 pull requests and addressing 3 issues. This month reflects a vibrant collaboration within the community, showcasing the ongoing development efforts across multiple repositories.&lt;/p&gt;
&lt;h2 id="2014-06-23"&gt;2014-06-23&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/arnimarj/py-leveldb"&gt;arnimarj/py-leveldb&lt;/a&gt;: &lt;a href="https://github.com/arnimarj/py-leveldb/pull/1"&gt;Fix markdom syntax on README file&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2014-06-19"&gt;2014-06-19&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: &lt;a href="https://github.com/opps/opps/pull/339"&gt;App image edited to new fix in liveblog.&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: &lt;a href="https://github.com/opps/opps/pull/337"&gt;Mkdocs maker&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/opps/opps-liveblogging"&gt;opps/opps-liveblogging&lt;/a&gt;: &lt;a href="https://github.com/opps/opps-liveblogging/pull/1"&gt;Option of sending image with message.&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2014-06-17"&gt;2014-06-17&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/mining/mining"&gt;mining/mining&lt;/a&gt;: &lt;a href="https://github.com/mining/mining/pull/181"&gt;Datawarehouse choice&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2014-06-16"&gt;2014-06-16&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/mining/mining"&gt;mining/mining&lt;/a&gt;: &lt;a href="https://github.com/mining/mining/pull/180"&gt;used one key (riak)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/mining/mining"&gt;mining/mining&lt;/a&gt;: &lt;a href="https://github.com/mining/mining/pull/179"&gt;clean on riak store&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/mining/mining"&gt;mining/mining&lt;/a&gt;: &lt;a href="https://github.com/mining/mining/pull/178"&gt;fix error on lastupdate get&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/mining/mining"&gt;mining/mining&lt;/a&gt;: &lt;a href="https://github.com/mining/mining/pull/177"&gt;Fix remove job on scheduler&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/basho/riak-python-client"&gt;basho/riak-python-client&lt;/a&gt;: &lt;a href="https://github.com/basho/riak-python-client/issues/346"&gt;Expected status [200, 201, 204, 300], received 503 [JIRA: CLIENTS-78]&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2014-06-13"&gt;2014-06-13&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/mining/mining"&gt;mining/mining&lt;/a&gt;: &lt;a href="https://github.com/mining/mining/pull/176"&gt;refactoring like operator&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/bottle-auth"&gt;avelino/bottle-auth&lt;/a&gt;: &lt;a href="https://github.com/avelino/bottle-auth/issues/7"&gt;Migrate oauth auth to oauthlib (python)&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2014-06-10"&gt;2014-06-10&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/mining/mining"&gt;mining/mining&lt;/a&gt;: &lt;a href="https://github.com/mining/mining/issues/175"&gt;refactoring like filter&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2014-06-05"&gt;2014-06-05&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/mining/mining"&gt;mining/mining&lt;/a&gt;: &lt;a href="https://github.com/mining/mining/pull/168"&gt;fix bug on save connection on mining cube&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/mining/mining"&gt;mining/mining&lt;/a&gt;: 57 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/mining/mining/commits?author=avelino&amp;amp;since=2014-06-01T00:00:00Z&amp;amp;until=2014-06-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: 27 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/opps/opps/commits?author=avelino&amp;amp;since=2014-06-01T00:00:00Z&amp;amp;until=2014-06-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/opps/opps-liveblogging"&gt;opps/opps-liveblogging&lt;/a&gt;: 3 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/opps/opps-liveblogging/commits?author=avelino&amp;amp;since=2014-06-01T00:00:00Z&amp;amp;until=2014-06-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/avelino.run"&gt;avelino/avelino.run&lt;/a&gt;: 3 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/avelino.run/commits?author=avelino&amp;amp;since=2014-06-01T00:00:00Z&amp;amp;until=2014-06-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/arnimarj/py-leveldb"&gt;arnimarj/py-leveldb&lt;/a&gt;: 2 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/arnimarj/py-leveldb/commits?author=avelino&amp;amp;since=2014-06-01T00:00:00Z&amp;amp;until=2014-06-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 0 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Open Source Contributions - May 2014</title><link>https://avelino.run/foss/2014/05/</link><pubDate>Thu, 01 May 2014 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2014/05/</guid><description>&lt;p&gt;In May 2014, the development community experienced a surge in contributions across six repositories. This timeline captures the key events, including 21 pull requests and 17 issues, showcasing the collaborative efforts that advanced various projects. Explore the details of each contribution to understand the impact made during this dynamic month.&lt;/p&gt;
&lt;h2 id="2014-05-29"&gt;2014-05-29&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/mining/mining"&gt;mining/mining&lt;/a&gt;: &lt;a href="https://github.com/mining/mining/pull/160"&gt;fix scheduler used mining path&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/mining/mining"&gt;mining/mining&lt;/a&gt;: &lt;a href="https://github.com/mining/mining/pull/159"&gt;upgrade 0.2.x&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2014-05-28"&gt;2014-05-28&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/mining/mining"&gt;mining/mining&lt;/a&gt;: &lt;a href="https://github.com/mining/mining/pull/158"&gt;Cube merge&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2014-05-21"&gt;2014-05-21&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/mining/mining"&gt;mining/mining&lt;/a&gt;: &lt;a href="https://github.com/mining/mining/pull/149"&gt;used session file type&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/mining/mining"&gt;mining/mining&lt;/a&gt;: &lt;a href="https://github.com/mining/mining/pull/148"&gt;fix bug, user api send parans&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/mining/mining"&gt;mining/mining&lt;/a&gt;: &lt;a href="https://github.com/mining/mining/pull/147"&gt;Fix uid make on user get api&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2014-05-19"&gt;2014-05-19&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/mining/mining"&gt;mining/mining&lt;/a&gt;: &lt;a href="https://github.com/mining/mining/pull/146"&gt;Fix bug bottle-auth&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2014-05-16"&gt;2014-05-16&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/mining/mining"&gt;mining/mining&lt;/a&gt;: &lt;a href="https://github.com/mining/mining/pull/145"&gt;Add url callback on custom login&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/mining/mining"&gt;mining/mining&lt;/a&gt;: &lt;a href="https://github.com/mining/mining/pull/144"&gt;load server used more workers&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2014-05-15"&gt;2014-05-15&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/mining/mining"&gt;mining/mining&lt;/a&gt;: &lt;a href="https://github.com/mining/mining/pull/141"&gt;used gevent to send websocket event&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/mining/mining"&gt;mining/mining&lt;/a&gt;: &lt;a href="https://github.com/mining/mining/issues/143"&gt; prefilter if store related database&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/mining/mining"&gt;mining/mining&lt;/a&gt;: &lt;a href="https://github.com/mining/mining/issues/142"&gt;support to mult storage&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2014-05-14"&gt;2014-05-14&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/mining/mining"&gt;mining/mining&lt;/a&gt;: &lt;a href="https://github.com/mining/mining/pull/140"&gt;Fix bug on report JS, regex filter type&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2014-05-13"&gt;2014-05-13&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/mining/mining"&gt;mining/mining&lt;/a&gt;: &lt;a href="https://github.com/mining/mining/pull/139"&gt;DataFrameSearchColumn flex, used to regex and like&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/mining/mining"&gt;mining/mining&lt;/a&gt;: &lt;a href="https://github.com/mining/mining/pull/138"&gt;refactoring DataFrame Search Column&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/mining/mining"&gt;mining/mining&lt;/a&gt;: &lt;a href="https://github.com/mining/mining/pull/135"&gt;Fix bug on conf method, set sql_conn_params&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/mining/mining"&gt;mining/mining&lt;/a&gt;: &lt;a href="https://github.com/mining/mining/pull/134"&gt;update version 0.2.x&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/mining/mining"&gt;mining/mining&lt;/a&gt;: &lt;a href="https://github.com/mining/mining/issues/132"&gt;Websocket API crash on firefox used domain&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2014-05-12"&gt;2014-05-12&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/mining/mining"&gt;mining/mining&lt;/a&gt;: &lt;a href="https://github.com/mining/mining/pull/126"&gt;add run mining on load all dashboard in scheduler&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/mining/mining"&gt;mining/mining&lt;/a&gt;: &lt;a href="https://github.com/mining/mining/pull/125"&gt;upgrade stable version, run mining on add cube to scheduler&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/mining/mining"&gt;mining/mining&lt;/a&gt;: &lt;a href="https://github.com/mining/mining/issues/131"&gt;Application translate, python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/mining/mining"&gt;mining/mining&lt;/a&gt;: &lt;a href="https://github.com/mining/mining/issues/130"&gt;mapping string on cube&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/mining/mining"&gt;mining/mining&lt;/a&gt;: &lt;a href="https://github.com/mining/mining/issues/129"&gt;filter api like&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/mining/mining"&gt;mining/mining&lt;/a&gt;: &lt;a href="https://github.com/mining/mining/issues/128"&gt;Filter widget, generic filter per defaults&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/mining/mining"&gt;mining/mining&lt;/a&gt;: &lt;a href="https://github.com/mining/mining/issues/127"&gt;bottle-auth (Google) on reload page!&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2014-05-09"&gt;2014-05-09&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/mining/mining"&gt;mining/mining&lt;/a&gt;: &lt;a href="https://github.com/mining/mining/issues/122"&gt;Error on connect in SQLite not support pool and overflow&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2014-05-07"&gt;2014-05-07&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/mining/mining"&gt;mining/mining&lt;/a&gt;: &lt;a href="https://github.com/mining/mining/pull/115"&gt;Thread more quere #114&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/mining/mining"&gt;mining/mining&lt;/a&gt;: &lt;a href="https://github.com/mining/mining/issues/117"&gt;scheduler infinity loop&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/mining/mining"&gt;mining/mining&lt;/a&gt;: &lt;a href="https://github.com/mining/mining/issues/116"&gt;refactoring application package&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/mining/mining"&gt;mining/mining&lt;/a&gt;: &lt;a href="https://github.com/mining/mining/issues/114"&gt;mining bin process working stop without giving error&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/mining/mining"&gt;mining/mining&lt;/a&gt;: &lt;a href="https://github.com/mining/mining/issues/113"&gt;manage commands&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/mining/mining"&gt;mining/mining&lt;/a&gt;: &lt;a href="https://github.com/mining/mining/issues/112"&gt;Remove memcached requirements&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2014-05-06"&gt;2014-05-06&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/mining/mining"&gt;mining/mining&lt;/a&gt;: &lt;a href="https://github.com/mining/mining/issues/111"&gt;Remove scheduling task&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2014-05-05"&gt;2014-05-05&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/mining/mining"&gt;mining/mining&lt;/a&gt;: &lt;a href="https://github.com/mining/mining/pull/109"&gt;alternative fix access on get connection api&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/mining/mining"&gt;mining/mining&lt;/a&gt;: &lt;a href="https://github.com/mining/mining/pull/108"&gt;Async mining&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/mining/mining"&gt;mining/mining&lt;/a&gt;: &lt;a href="https://github.com/mining/mining/issues/98"&gt;User groups&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/mining/mining"&gt;mining/mining&lt;/a&gt;: &lt;a href="https://github.com/mining/mining/issues/97"&gt;scheduler concurrency&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2014-05-03"&gt;2014-05-03&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/bottlepy/bottle"&gt;bottlepy/bottle&lt;/a&gt;: &lt;a href="https://github.com/bottlepy/bottle/pull/620"&gt;loaded plugins run via command line, ref #619&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/mining/mining"&gt;mining/mining&lt;/a&gt;: 114 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/mining/mining/commits?author=avelino&amp;amp;since=2014-05-01T00:00:00Z&amp;amp;until=2014-05-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/bottle-auth"&gt;avelino/bottle-auth&lt;/a&gt;: 4 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/bottle-auth/commits?author=avelino&amp;amp;since=2014-05-01T00:00:00Z&amp;amp;until=2014-05-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap"&gt;editor-bootstrap/vim-bootstrap&lt;/a&gt;: 3 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/editor-bootstrap/vim-bootstrap/commits?author=avelino&amp;amp;since=2014-05-01T00:00:00Z&amp;amp;until=2014-05-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/.vimrc"&gt;avelino/.vimrc&lt;/a&gt;: 3 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/.vimrc/commits?author=avelino&amp;amp;since=2014-05-01T00:00:00Z&amp;amp;until=2014-05-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/bottlepy/bottle"&gt;bottlepy/bottle&lt;/a&gt;: 2 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/bottlepy/bottle/commits?author=avelino&amp;amp;since=2014-05-01T00:00:00Z&amp;amp;until=2014-05-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/opps/oppsproject.org"&gt;opps/oppsproject.org&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/opps/oppsproject.org/commits?author=avelino&amp;amp;since=2014-05-01T00:00:00Z&amp;amp;until=2014-05-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 0 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Open Source Contributions - April 2014</title><link>https://avelino.run/foss/2014/04/</link><pubDate>Tue, 01 Apr 2014 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2014/04/</guid><description>&lt;p&gt;In April 2014, the development community made significant strides with 20 contributions across 8 repositories. This timeline highlights key events, including pull requests, issues, and pushes that shaped the month.&lt;/p&gt;
&lt;h2 id="2014-04-29"&gt;2014-04-29&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/dbader/schedule"&gt;dbader/schedule&lt;/a&gt;: &lt;a href="https://github.com/dbader/schedule/issues/24"&gt;Async process jobs&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2014-04-28"&gt;2014-04-28&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/python-excel/xlwt"&gt;python-excel/xlwt&lt;/a&gt;: &lt;a href="https://github.com/python-excel/xlwt/issues/47"&gt;New release (one year more)&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2014-04-24"&gt;2014-04-24&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/mining/mining"&gt;mining/mining&lt;/a&gt;: &lt;a href="https://github.com/mining/mining/issues/90"&gt;custom parans&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2014-04-22"&gt;2014-04-22&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/mining/mining"&gt;mining/mining&lt;/a&gt;: &lt;a href="https://github.com/mining/mining/issues/89"&gt;Conflit gevent and bottle-websocket&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2014-04-17"&gt;2014-04-17&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/mining/mining"&gt;mining/mining&lt;/a&gt;: &lt;a href="https://github.com/mining/mining/issues/88"&gt;New interface, more user friend&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2014-04-14"&gt;2014-04-14&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/zeekay/bottle-websocket"&gt;zeekay/bottle-websocket&lt;/a&gt;: &lt;a href="https://github.com/zeekay/bottle-websocket/pull/4"&gt;Fix install via pypi, ref #3&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/mining/mining"&gt;mining/mining&lt;/a&gt;: &lt;a href="https://github.com/mining/mining/issues/85"&gt;Order by api&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/zeekay/bottle-websocket"&gt;zeekay/bottle-websocket&lt;/a&gt;: &lt;a href="https://github.com/zeekay/bottle-websocket/issues/3"&gt;IOError: [Errno 2] No such file or directory: 'README.md'&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2014-04-11"&gt;2014-04-11&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/bottlepy/bottle"&gt;bottlepy/bottle&lt;/a&gt;: &lt;a href="https://github.com/bottlepy/bottle/pull/612"&gt;Replicate orrection #611 0.12 to master&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2014-04-08"&gt;2014-04-08&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/mining/mining"&gt;mining/mining&lt;/a&gt;: &lt;a href="https://github.com/mining/mining/issues/83"&gt;Element grid page limit&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/mining/mining"&gt;mining/mining&lt;/a&gt;: &lt;a href="https://github.com/mining/mining/issues/82"&gt;Check permission access api (backend)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/mining/mining"&gt;mining/mining&lt;/a&gt;: &lt;a href="https://github.com/mining/mining/issues/81"&gt;Save filter, load defaults filter&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2014-04-07"&gt;2014-04-07&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/mining/mining"&gt;mining/mining&lt;/a&gt;: &lt;a href="https://github.com/mining/mining/issues/80"&gt;Change html element select to select2&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/mining/mining"&gt;mining/mining&lt;/a&gt;: &lt;a href="https://github.com/mining/mining/issues/79"&gt;MapReduce to manager data output&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2014-04-03"&gt;2014-04-03&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/thumbor/thumbor"&gt;thumbor/thumbor&lt;/a&gt;: &lt;a href="https://github.com/thumbor/thumbor/issues/295"&gt;Change color on image process&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/mining/mining"&gt;mining/mining&lt;/a&gt;: 57 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/mining/mining/commits?author=avelino&amp;amp;since=2014-04-01T00:00:00Z&amp;amp;until=2014-04-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/bottle-auth"&gt;avelino/bottle-auth&lt;/a&gt;: 13 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/bottle-auth/commits?author=avelino&amp;amp;since=2014-04-01T00:00:00Z&amp;amp;until=2014-04-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: 12 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/opps/opps/commits?author=avelino&amp;amp;since=2014-04-01T00:00:00Z&amp;amp;until=2014-04-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/zeekay/bottle-websocket"&gt;zeekay/bottle-websocket&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/zeekay/bottle-websocket/commits?author=avelino&amp;amp;since=2014-04-01T00:00:00Z&amp;amp;until=2014-04-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/bottlepy/bottle"&gt;bottlepy/bottle&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/bottlepy/bottle/commits?author=avelino&amp;amp;since=2014-04-01T00:00:00Z&amp;amp;until=2014-04-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 0 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Golang, C and Python the benchmark time</title><link>https://avelino.run/golang-c-and-python-the-benchmark-time/</link><pubDate>Thu, 06 Mar 2014 00:00:00 +0000</pubDate><guid>https://avelino.run/golang-c-and-python-the-benchmark-time/</guid><description>&lt;p&gt;I was wondering how performant Golang is, so I decided to put together a little benchmarking example for myself.&lt;/p&gt;
&lt;p&gt;The benchmark will be done in my personal computer:&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;"&gt;&lt;code class="language-fallback" data-lang="fallback"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;Processor 3 GHz Intel Core i7
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;Memory 8 GB 1600 MHz DDR3
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;Software OS X 10.9.2 (13C64)
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;&lt;img src="https://avelino.run/vs.png#center" alt="vs benchmark time"&gt;&lt;/p&gt;
&lt;p&gt;So I started with Python, which is what I know best and created the following simple script;&lt;/p&gt;
&lt;script src="https://gist.github.com/avelino/b66dfb057504c4ad93452d037e1ed5c1.js?file=factorial.py"&gt;&lt;/script&gt;

&lt;p&gt;The reason for the &lt;strong&gt;total&lt;/strong&gt; output, was to have a check to ensure that I was getting the same results in each of the scripts. To make sure that they are doing the same amount of work.&lt;/p&gt;</description></item><item><title>Open Source Contributions - March 2014</title><link>https://avelino.run/foss/2014/03/</link><pubDate>Sat, 01 Mar 2014 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2014/03/</guid><description>&lt;p&gt;Explore the contributions made in March 2014, highlighting the active participation across 14 repositories. This timeline showcases the various activities, including pushes, pull requests, and issues that shaped the month, reflecting a vibrant development community.&lt;/p&gt;
&lt;h2 id="2014-03-30"&gt;2014-03-30&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: &lt;a href="https://github.com/opps/opps/issues/321"&gt;New classifiers propose &amp;quot;Framework :: Opps&amp;quot; in pypi&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2014-03-29"&gt;2014-03-29&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: &lt;a href="https://github.com/opps/opps/issues/320"&gt;Recursive Container Box QuerySet (Opps)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/bottlepy/bottle-werkzeug"&gt;bottlepy/bottle-werkzeug&lt;/a&gt;: &lt;a href="https://github.com/bottlepy/bottle-werkzeug/issues/2"&gt;Travis integration&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/bottlepy/bottle-werkzeug"&gt;bottlepy/bottle-werkzeug&lt;/a&gt;: &lt;a href="https://github.com/bottlepy/bottle-werkzeug/issues/1"&gt;Fix README&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/bottlepy/bottle-redis"&gt;bottlepy/bottle-redis&lt;/a&gt;: &lt;a href="https://github.com/bottlepy/bottle-redis/issues/2"&gt;Travis integration&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/bottlepy/bottle-redis"&gt;bottlepy/bottle-redis&lt;/a&gt;: &lt;a href="https://github.com/bottlepy/bottle-redis/issues/1"&gt;Fix README&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/bottlepy/bottle-memcache"&gt;bottlepy/bottle-memcache&lt;/a&gt;: &lt;a href="https://github.com/bottlepy/bottle-memcache/issues/2"&gt;Travis integration&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/bottlepy/bottle-memcache"&gt;bottlepy/bottle-memcache&lt;/a&gt;: &lt;a href="https://github.com/bottlepy/bottle-memcache/issues/1"&gt;Fix README&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2014-03-27"&gt;2014-03-27&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/bottlepy/bottle"&gt;bottlepy/bottle&lt;/a&gt;: &lt;a href="https://github.com/bottlepy/bottle/pull/605"&gt;update Google App Engine docs url&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2014-03-26"&gt;2014-03-26&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/bottlepy/bottle"&gt;bottlepy/bottle&lt;/a&gt;: &lt;a href="https://github.com/bottlepy/bottle/pull/604"&gt;add Bottle Beaker plugin on docs plugin index&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2014-03-25"&gt;2014-03-25&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/opps/opps-multimedias"&gt;opps/opps-multimedias&lt;/a&gt;: &lt;a href="https://github.com/opps/opps-multimedias/pull/2"&gt;Localbackend&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/bottle-auth"&gt;avelino/bottle-auth&lt;/a&gt;: &lt;a href="https://github.com/avelino/bottle-auth/issues/1"&gt;Personal auth&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2014-03-19"&gt;2014-03-19&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: &lt;a href="https://github.com/opps/opps/issues/314"&gt;Export/import container box&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2014-03-18"&gt;2014-03-18&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: &lt;a href="https://github.com/opps/opps/pull/312"&gt;Issue 310&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: &lt;a href="https://github.com/opps/opps/issues/310"&gt;error on save content type (container) if no user mirror channel&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2014-03-17"&gt;2014-03-17&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/mining/mining"&gt;mining/mining&lt;/a&gt;: &lt;a href="https://github.com/mining/mining/issues/75"&gt;cron, scheduler cube process&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2014-03-15"&gt;2014-03-15&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/mining/mining"&gt;mining/mining&lt;/a&gt;: &lt;a href="https://github.com/mining/mining/issues/74"&gt;Alternatively cube to create (not only SQL)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/mining/mining"&gt;mining/mining&lt;/a&gt;: &lt;a href="https://github.com/mining/mining/issues/73"&gt;Merge, join, and concatenate API&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2014-03-14"&gt;2014-03-14&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/mining/mining"&gt;mining/mining&lt;/a&gt;: &lt;a href="https://github.com/mining/mining/issues/72"&gt;cube process status&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/bottlepy/bottle"&gt;bottlepy/bottle&lt;/a&gt;: &lt;a href="https://github.com/bottlepy/bottle/issues/600"&gt;Bottle (run and reloader true) + gevent Exception in thread Thread-1:&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2014-03-13"&gt;2014-03-13&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/mining/mining"&gt;mining/mining&lt;/a&gt;: &lt;a href="https://github.com/mining/mining/issues/71"&gt;Group By API&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2014-03-12"&gt;2014-03-12&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/bottlepy/bottle"&gt;bottlepy/bottle&lt;/a&gt;: &lt;a href="https://github.com/bottlepy/bottle/pull/598"&gt;Fix sample websocket via gevent-websocket&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2014-03-11"&gt;2014-03-11&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/bottlepy/bottle"&gt;bottlepy/bottle&lt;/a&gt;: &lt;a href="https://github.com/bottlepy/bottle/pull/596"&gt;Set new pypi to MongoDB Bottle Plugin&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/bottlepy/bottle-extras"&gt;bottlepy/bottle-extras&lt;/a&gt;: &lt;a href="https://github.com/bottlepy/bottle-extras/pull/25"&gt;Merge mongodb plugin&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/mining/mining"&gt;mining/mining&lt;/a&gt;: &lt;a href="https://github.com/mining/mining/issues/69"&gt;Looking for Python 3.4&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2014-03-10"&gt;2014-03-10&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/mining/mining"&gt;mining/mining&lt;/a&gt;: &lt;a href="https://github.com/mining/mining/issues/68"&gt;User access&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/pandas-dev/pandas"&gt;pandas-dev/pandas&lt;/a&gt;: &lt;a href="https://github.com/pandas-dev/pandas/issues/6590"&gt;BUG: impossible to select string with special character from DataFrame via query&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2014-03-08"&gt;2014-03-08&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/mining/mining"&gt;mining/mining&lt;/a&gt;: &lt;a href="https://github.com/mining/mining/issues/67"&gt;Used MongoDB (Motor async drive) in Admin&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2014-03-06"&gt;2014-03-06&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/mining/mining"&gt;mining/mining&lt;/a&gt;: &lt;a href="https://github.com/mining/mining/issues/65"&gt;error on count max item on grid (pandas)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/mining/mining"&gt;mining/mining&lt;/a&gt;: &lt;a href="https://github.com/mining/mining/issues/63"&gt;order by to element render&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/mining/mining"&gt;mining/mining&lt;/a&gt;: &lt;a href="https://github.com/mining/mining/issues/61"&gt; support on mongodb storage&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/mining/mining"&gt;mining/mining&lt;/a&gt;: &lt;a href="https://github.com/mining/mining/issues/60"&gt;support on hadoop storage (map reduce)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/mining/mining"&gt;mining/mining&lt;/a&gt;: &lt;a href="https://github.com/mining/mining/issues/59"&gt;Element pagination&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/mining/mining"&gt;mining/mining&lt;/a&gt;: &lt;a href="https://github.com/mining/mining/issues/58"&gt;using bottle + gevent (performance)&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/avelino.run"&gt;avelino/avelino.run&lt;/a&gt;: 4 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/avelino.run/commits?author=avelino&amp;amp;since=2014-03-01T00:00:00Z&amp;amp;until=2014-03-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/bottlepy/bottle-mongo"&gt;bottlepy/bottle-mongo&lt;/a&gt;: 5 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/bottlepy/bottle-mongo/commits?author=avelino&amp;amp;since=2014-03-01T00:00:00Z&amp;amp;until=2014-03-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/mining/mining"&gt;mining/mining&lt;/a&gt;: 129 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/mining/mining/commits?author=avelino&amp;amp;since=2014-03-01T00:00:00Z&amp;amp;until=2014-03-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/opps/opps-multimedias"&gt;opps/opps-multimedias&lt;/a&gt;: 27 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/opps/opps-multimedias/commits?author=avelino&amp;amp;since=2014-03-01T00:00:00Z&amp;amp;until=2014-03-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/bottlepy/bottle-sqlite"&gt;bottlepy/bottle-sqlite&lt;/a&gt;: 3 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/bottlepy/bottle-sqlite/commits?author=avelino&amp;amp;since=2014-03-01T00:00:00Z&amp;amp;until=2014-03-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/bottlepy/bottle-extras"&gt;bottlepy/bottle-extras&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/bottlepy/bottle-extras/commits?author=avelino&amp;amp;since=2014-03-01T00:00:00Z&amp;amp;until=2014-03-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/bottlepy/bottle-memcache"&gt;bottlepy/bottle-memcache&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/bottlepy/bottle-memcache/commits?author=avelino&amp;amp;since=2014-03-01T00:00:00Z&amp;amp;until=2014-03-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/bottlepy/bottle-werkzeug"&gt;bottlepy/bottle-werkzeug&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/bottlepy/bottle-werkzeug/commits?author=avelino&amp;amp;since=2014-03-01T00:00:00Z&amp;amp;until=2014-03-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/bottlepy/bottle-redis"&gt;bottlepy/bottle-redis&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/bottlepy/bottle-redis/commits?author=avelino&amp;amp;since=2014-03-01T00:00:00Z&amp;amp;until=2014-03-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: 24 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/opps/opps/commits?author=avelino&amp;amp;since=2014-03-01T00:00:00Z&amp;amp;until=2014-03-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/bottlepy/bottle-beaker"&gt;bottlepy/bottle-beaker&lt;/a&gt;: 8 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/bottlepy/bottle-beaker/commits?author=avelino&amp;amp;since=2014-03-01T00:00:00Z&amp;amp;until=2014-03-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/bottlepy/bottle"&gt;bottlepy/bottle&lt;/a&gt;: 4 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/bottlepy/bottle/commits?author=avelino&amp;amp;since=2014-03-01T00:00:00Z&amp;amp;until=2014-03-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/bottle-auth"&gt;avelino/bottle-auth&lt;/a&gt;: 30 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/bottle-auth/commits?author=avelino&amp;amp;since=2014-03-01T00:00:00Z&amp;amp;until=2014-03-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 0 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Business Intelligence (BI) Application Server written in Python</title><link>https://avelino.run/business-intelligence-bi-application-server-written-in-python/</link><pubDate>Fri, 21 Feb 2014 00:00:00 +0000</pubDate><guid>https://avelino.run/business-intelligence-bi-application-server-written-in-python/</guid><description>&lt;p&gt;I started a new project with the name &lt;a href="https://github.com/mining/mining"&gt;OpenMining&lt;/a&gt;, new application server written in Python.&lt;/p&gt;
&lt;p&gt;OpenMining is software for creating OLAP (online analytical processing) cubes (multi-dimensional) using Numpy, Scipy and Pandas for data management and flexibility in processing dynamical filters. Open-source provider of reporting, analysis, dashboard, data mining and workflow capabilities.&lt;/p&gt;
&lt;h2 id="our-goals"&gt;Our goals&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Business Intelligence software (Pentaho/Jaspersoft) alternative;&lt;/li&gt;
&lt;li&gt;OLAP manager;&lt;/li&gt;
&lt;li&gt;Generate report (grid, charts, pdf and etc);&lt;/li&gt;
&lt;li&gt;Dashboard manager, link one or more element (report);&lt;/li&gt;
&lt;li&gt;Easy dashboard generate;&lt;/li&gt;
&lt;li&gt;Not one data is processed on the basis of source data;&lt;/li&gt;
&lt;li&gt;Friendly interface;&lt;/li&gt;
&lt;li&gt;Used websocket on cube load.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="python-libs-used"&gt;Python libs used&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Pandas&lt;/li&gt;
&lt;li&gt;Numpy&lt;/li&gt;
&lt;li&gt;numexpr&lt;/li&gt;
&lt;li&gt;ipython&lt;/li&gt;
&lt;li&gt;Tornado&lt;/li&gt;
&lt;li&gt;SQLAlchemy&lt;/li&gt;
&lt;li&gt;RQ&lt;/li&gt;
&lt;li&gt;Riak client&lt;/li&gt;
&lt;li&gt;Redis client&lt;/li&gt;
&lt;li&gt;Memcached client&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="more-about-olap-cube"&gt;More about OLAP cube&lt;/h2&gt;
&lt;p&gt;A cube can be considered a generalization of a three-dimensional spreadsheet. For example, a company might wish to summarize financial data by product, by time-period, and by city to compare actual and budget expenses. Product, time, city and scenario (actual and budget) are the data's dimensions.&lt;/p&gt;</description></item><item><title>Business Intelligence (BI) Application Server written in Python</title><link>https://avelino.run/business-intelligence-bi-application-server-written-in-python/</link><pubDate>Fri, 21 Feb 2014 00:00:00 +0000</pubDate><guid>https://avelino.run/business-intelligence-bi-application-server-written-in-python/</guid><description>&lt;p&gt;I started a new project with the name &lt;a href="http://openmining.io"&gt;OpenMining&lt;/a&gt;, new application server written in &lt;strong&gt;Python&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;&lt;img src="https://raw.githubusercontent.com/mining/frontend/master/assets/image/openmining.io.png#center" alt="OpenMining" title="openmining.io"&gt;&lt;/p&gt;
&lt;p&gt;OpenMining is software for creating OLAP (online analytical processing) cubes (multi-dimensional) using Numpy, Scipy and Pandas for data management and flexibility in processing dynamical filters. Open-source provider of reporting, analysis, dashboard, data mining and workflow capabilities.&lt;/p&gt;
&lt;h2 id="our-goals"&gt;Our goals&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Business Intelligence software (Pentaho/Jaspersoft) alternative;&lt;/li&gt;
&lt;li&gt;OLAP manager;&lt;/li&gt;
&lt;li&gt;Generate report (grid, charts, pdf and etc);&lt;/li&gt;
&lt;li&gt;Dashboard manager, link one or more element (report);&lt;/li&gt;
&lt;li&gt;Easy dashboard generate;&lt;/li&gt;
&lt;li&gt;Not one data is processed on the basis of source data;&lt;/li&gt;
&lt;li&gt;Friendly interface;&lt;/li&gt;
&lt;li&gt;Used websocket on &lt;em&gt;cube&lt;/em&gt; load;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="python-libs-used"&gt;Python libs used&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Pandas&lt;/li&gt;
&lt;li&gt;Numpy&lt;/li&gt;
&lt;li&gt;numexpr&lt;/li&gt;
&lt;li&gt;ipython&lt;/li&gt;
&lt;li&gt;Tornado&lt;/li&gt;
&lt;li&gt;SQLAlchemy&lt;/li&gt;
&lt;li&gt;RQ&lt;/li&gt;
&lt;li&gt;Riak client&lt;/li&gt;
&lt;li&gt;Redis client&lt;/li&gt;
&lt;li&gt;Memcached client&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="more-about-olap-cube"&gt;More about OLAP cube&lt;/h2&gt;
&lt;p&gt;A cube can be considered a generalization of a three-dimensional spreadsheet. For example, a company might wish to summarize financial data by product, by time-period, and by city to compare actual and budget expenses. Product, time, city and scenario (actual and budget) are the data's dimensions.&lt;/p&gt;</description></item><item><title>Open Source Contributions - February 2014</title><link>https://avelino.run/foss/2014/02/</link><pubDate>Sat, 01 Feb 2014 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2014/02/</guid><description>&lt;p&gt;Explore the timeline of contributions for February 2014, showcasing the active engagement in six repositories. This month was marked by the opening of 30 issues and substantial code updates, including 203 commits, reflecting the collaborative spirit and ongoing development efforts within the community.&lt;/p&gt;
&lt;h2 id="2014-02-27"&gt;2014-02-27&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/mining/mining"&gt;mining/mining&lt;/a&gt;: &lt;a href="https://github.com/mining/mining/issues/50"&gt;Cube query process test&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/mining/mining"&gt;mining/mining&lt;/a&gt;: &lt;a href="https://github.com/mining/mining/issues/48"&gt;pie chart&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/mining/mining"&gt;mining/mining&lt;/a&gt;: &lt;a href="https://github.com/mining/mining/issues/47"&gt;Export as filter apply&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2014-02-21"&gt;2014-02-21&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/mining/mining"&gt;mining/mining&lt;/a&gt;: &lt;a href="https://github.com/mining/mining/issues/46"&gt;Delete handler removed hierarchy objects&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2014-02-20"&gt;2014-02-20&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/mining/mining"&gt;mining/mining&lt;/a&gt;: &lt;a href="https://github.com/mining/mining/issues/45"&gt;Add delete item (admin)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/mining/mining"&gt;mining/mining&lt;/a&gt;: &lt;a href="https://github.com/mining/mining/issues/44"&gt;Status on cube process (load)&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2014-02-19"&gt;2014-02-19&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/mining/mining"&gt;mining/mining&lt;/a&gt;: &lt;a href="https://github.com/mining/mining/issues/43"&gt;start task on create/update cube&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2014-02-18"&gt;2014-02-18&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/mining/mining"&gt;mining/mining&lt;/a&gt;: &lt;a href="https://github.com/mining/mining/issues/42"&gt;Refactoring in chart javascript&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2014-02-14"&gt;2014-02-14&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/mining/mining"&gt;mining/mining&lt;/a&gt;: &lt;a href="https://github.com/mining/mining/pull/41"&gt;update process api, used websocket&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2014-02-13"&gt;2014-02-13&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/mining/mining"&gt;mining/mining&lt;/a&gt;: &lt;a href="https://github.com/mining/mining/issues/36"&gt;Add filter bottun on element grid&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2014-02-12"&gt;2014-02-12&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/mining/mining"&gt;mining/mining&lt;/a&gt;: &lt;a href="https://github.com/mining/mining/issues/31"&gt;Stream API&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2014-02-11"&gt;2014-02-11&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/mining/mining"&gt;mining/mining&lt;/a&gt;: &lt;a href="https://github.com/mining/mining/pull/25"&gt;Fix issue #23&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/mining/mining"&gt;mining/mining&lt;/a&gt;: &lt;a href="https://github.com/mining/mining/issues/23"&gt;crash import, used 12G of memory and kill script&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2014-02-10"&gt;2014-02-10&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/mining/mining"&gt;mining/mining&lt;/a&gt;: &lt;a href="https://github.com/mining/mining/issues/22"&gt;Field alias on cube generator&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/mining/mining"&gt;mining/mining&lt;/a&gt;: &lt;a href="https://github.com/mining/mining/issues/21"&gt;Custom element (interface) grid&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/mining/mining"&gt;mining/mining&lt;/a&gt;: &lt;a href="https://github.com/mining/mining/issues/19"&gt;PDF export&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/mining/mining"&gt;mining/mining&lt;/a&gt;: &lt;a href="https://github.com/mining/mining/issues/18"&gt;Interface&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/mining/mining"&gt;mining/mining&lt;/a&gt;: &lt;a href="https://github.com/mining/mining/issues/17"&gt;CSV export&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/mining/mining"&gt;mining/mining&lt;/a&gt;: &lt;a href="https://github.com/mining/mining/issues/16"&gt;Add title on chart&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/mining/mining"&gt;mining/mining&lt;/a&gt;: &lt;a href="https://github.com/mining/mining/issues/14"&gt;breaking fields description on admin selected field&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/mining/mining"&gt;mining/mining&lt;/a&gt;: &lt;a href="https://github.com/mining/mining/issues/12"&gt;check exist dashboard&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/mining/mining"&gt;mining/mining&lt;/a&gt;: &lt;a href="https://github.com/mining/mining/issues/11"&gt;Manage patterns&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/mining/mining"&gt;mining/mining&lt;/a&gt;: &lt;a href="https://github.com/mining/mining/issues/10"&gt;Environment plugins&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2014-02-07"&gt;2014-02-07&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/mining/mining"&gt;mining/mining&lt;/a&gt;: &lt;a href="https://github.com/mining/mining/issues/9"&gt;Configurate CI environment&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/mining/mining"&gt;mining/mining&lt;/a&gt;: &lt;a href="https://github.com/mining/mining/issues/8"&gt;Configurate docs environment&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2014-02-04"&gt;2014-02-04&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/mining/mining"&gt;mining/mining&lt;/a&gt;: &lt;a href="https://github.com/mining/mining/issues/7"&gt;Auto reload form choices (meta data)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/mining/mining"&gt;mining/mining&lt;/a&gt;: &lt;a href="https://github.com/mining/mining/issues/6"&gt;Customize element grid with ng-grid&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2014-02-03"&gt;2014-02-03&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/mining/mining"&gt;mining/mining&lt;/a&gt;: &lt;a href="https://github.com/mining/mining/issues/5"&gt;List all dashboard&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/mining/mining"&gt;mining/mining&lt;/a&gt;: &lt;a href="https://github.com/mining/mining/issues/4"&gt;Render more than one element item crash chart&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/mining/mining"&gt;mining/mining&lt;/a&gt;: &lt;a href="https://github.com/mining/mining/issues/3"&gt;settings in file&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/mining/mining"&gt;mining/mining&lt;/a&gt;: &lt;a href="https://github.com/mining/mining/issues/2"&gt;Create dynamic filter via field type (get via sql query)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/mining/mining"&gt;mining/mining&lt;/a&gt;: &lt;a href="https://github.com/mining/mining/issues/1"&gt;Used SQLAlchemy (PostgreSQL) in Admin&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/mining/mining"&gt;mining/mining&lt;/a&gt;: 203 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/mining/mining/commits?author=avelino&amp;amp;since=2014-02-01T00:00:00Z&amp;amp;until=2014-02-28T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/riak-dashboard"&gt;avelino/riak-dashboard&lt;/a&gt;: 43 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/riak-dashboard/commits?author=avelino&amp;amp;since=2014-02-01T00:00:00Z&amp;amp;until=2014-02-28T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/avelino.run"&gt;avelino/avelino.run&lt;/a&gt;: 5 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/avelino.run/commits?author=avelino&amp;amp;since=2014-02-01T00:00:00Z&amp;amp;until=2014-02-28T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: 2 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/opps/opps/commits?author=avelino&amp;amp;since=2014-02-01T00:00:00Z&amp;amp;until=2014-02-28T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/opps/opps-feedcrawler"&gt;opps/opps-feedcrawler&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/opps/opps-feedcrawler/commits?author=avelino&amp;amp;since=2014-02-01T00:00:00Z&amp;amp;until=2014-02-28T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/opps/oppsproject.org"&gt;opps/oppsproject.org&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/opps/oppsproject.org/commits?author=avelino&amp;amp;since=2014-02-01T00:00:00Z&amp;amp;until=2014-02-28T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 0 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Open Source Contributions - January 2014</title><link>https://avelino.run/foss/2014/01/</link><pubDate>Wed, 01 Jan 2014 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2014/01/</guid><description>&lt;p&gt;In January 2014, contributions surged across four key repositories, showcasing a collaborative spirit and dedication to project enhancement. This timeline highlights significant push events that shaped the month.&lt;/p&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/mining/mining"&gt;mining/mining&lt;/a&gt;: 87 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/mining/mining/commits?author=avelino&amp;amp;since=2014-01-01T00:00:00Z&amp;amp;until=2014-01-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: 3 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/opps/opps/commits?author=avelino&amp;amp;since=2014-01-01T00:00:00Z&amp;amp;until=2014-01-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap"&gt;editor-bootstrap/vim-bootstrap&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/editor-bootstrap/vim-bootstrap/commits?author=avelino&amp;amp;since=2014-01-01T00:00:00Z&amp;amp;until=2014-01-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/.vimrc"&gt;avelino/.vimrc&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/.vimrc/commits?author=avelino&amp;amp;since=2014-01-01T00:00:00Z&amp;amp;until=2014-01-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 0 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Corretor Ortográfico no VIM</title><link>https://avelino.run/corretor-ortogr%C3%A1fico-no-vim/</link><pubDate>Sat, 07 Dec 2013 00:00:00 +0000</pubDate><guid>https://avelino.run/corretor-ortogr%C3%A1fico-no-vim/</guid><description>&lt;p&gt;&lt;img src="https://avelino.run/vim-libreoffice-vero.png#center" alt="Corretor Ortográfico dentro do VIM"&gt;&lt;/p&gt;
&lt;p&gt;Desde 2007 escrevo aqui no meu blog, com isso já passei por diversas plataforma
de blog (Blogspot, Wordpress, Django, &lt;a href="https://bitbucket.org/semente/django-diario"&gt;Django
Diario&lt;/a&gt;,
&lt;a href="http://docs.getpelican.com/"&gt;Pelican&lt;/a&gt;, entre outras), hoje estou
usando &lt;a href="http://liquidluck.readthedocs.org/en/latest/index.html"&gt;liquidluck&lt;/a&gt;
(ferramenta escrita em Tornado Python para gerar arquivos estático), minha
escolha para essa mudança foi simplificar o processo de escrever texto, ou
seja, usar o que eu uso no dia a dia para programar, com isso tive algumas
perda como corretor ortográfo!&lt;/p&gt;</description></item><item><title>Open Source Contributions - December 2013</title><link>https://avelino.run/foss/2013/12/</link><pubDate>Sun, 01 Dec 2013 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2013/12/</guid><description>&lt;p&gt;December 2013 was a month of significant activity, showcasing contributions across 14 repositories. This timeline highlights key events, including a variety of pushes, issues opened, and a notable pull request, reflecting the collaborative spirit and ongoing development efforts within the community.&lt;/p&gt;
&lt;h2 id="2013-12-08"&gt;2013-12-08&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/quokkaproject/quokka"&gt;quokkaproject/quokka&lt;/a&gt;: &lt;a href="https://github.com/quokkaproject/quokka/pull/116"&gt;Fix install quokka, issue #115&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/quokkaproject/quokka"&gt;quokkaproject/quokka&lt;/a&gt;: &lt;a href="https://github.com/quokkaproject/quokka/issues/115"&gt;Error on setup install&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2013-12-07"&gt;2013-12-07&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/quokkaproject/quokka"&gt;quokkaproject/quokka&lt;/a&gt;: &lt;a href="https://github.com/quokkaproject/quokka/issues/113"&gt;Not location quokka-admin.py file on setup.py develop&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/bottlepy/bottle"&gt;bottlepy/bottle&lt;/a&gt;: &lt;a href="https://github.com/bottlepy/bottle/issues/565"&gt;Two repo for this project?&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/avelino.run"&gt;avelino/avelino.run&lt;/a&gt;: 3 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/avelino.run/commits?author=avelino&amp;amp;since=2013-12-01T00:00:00Z&amp;amp;until=2013-12-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/.vimrc"&gt;avelino/.vimrc&lt;/a&gt;: 3 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/.vimrc/commits?author=avelino&amp;amp;since=2013-12-01T00:00:00Z&amp;amp;until=2013-12-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/opps/opps-multimedias"&gt;opps/opps-multimedias&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/opps/opps-multimedias/commits?author=avelino&amp;amp;since=2013-12-01T00:00:00Z&amp;amp;until=2013-12-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/opps/opps-project-template"&gt;opps/opps-project-template&lt;/a&gt;: 2 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/opps/opps-project-template/commits?author=avelino&amp;amp;since=2013-12-01T00:00:00Z&amp;amp;until=2013-12-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/opps/opps-comments"&gt;opps/opps-comments&lt;/a&gt;: 8 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/opps/opps-comments/commits?author=avelino&amp;amp;since=2013-12-01T00:00:00Z&amp;amp;until=2013-12-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/opps/opps-hubcasts"&gt;opps/opps-hubcasts&lt;/a&gt;: 3 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/opps/opps-hubcasts/commits?author=avelino&amp;amp;since=2013-12-01T00:00:00Z&amp;amp;until=2013-12-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/opps/opps-social"&gt;opps/opps-social&lt;/a&gt;: 7 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/opps/opps-social/commits?author=avelino&amp;amp;since=2013-12-01T00:00:00Z&amp;amp;until=2013-12-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: 49 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/opps/opps/commits?author=avelino&amp;amp;since=2013-12-01T00:00:00Z&amp;amp;until=2013-12-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/opps/opps-piston"&gt;opps/opps-piston&lt;/a&gt;: 7 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/opps/opps-piston/commits?author=avelino&amp;amp;since=2013-12-01T00:00:00Z&amp;amp;until=2013-12-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/opps/opps-liveblogging"&gt;opps/opps-liveblogging&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/opps/opps-liveblogging/commits?author=avelino&amp;amp;since=2013-12-01T00:00:00Z&amp;amp;until=2013-12-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/opps/oppsproject.org"&gt;opps/oppsproject.org&lt;/a&gt;: 3 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/opps/oppsproject.org/commits?author=avelino&amp;amp;since=2013-12-01T00:00:00Z&amp;amp;until=2013-12-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap"&gt;editor-bootstrap/vim-bootstrap&lt;/a&gt;: 3 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/editor-bootstrap/vim-bootstrap/commits?author=avelino&amp;amp;since=2013-12-01T00:00:00Z&amp;amp;until=2013-12-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 0 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Prazo no desenvolvimento de software, qual é a ciência exata?</title><link>https://avelino.run/prazo-no-desenvolvimento-de-software-qual-%C3%A9-a-ci%C3%AAncia-exata/</link><pubDate>Tue, 19 Nov 2013 00:00:00 +0000</pubDate><guid>https://avelino.run/prazo-no-desenvolvimento-de-software-qual-%C3%A9-a-ci%C3%AAncia-exata/</guid><description>&lt;p&gt;&lt;img src="https://avelino.run/macaco-pensando-tragarte.jpg#center" alt="Pensando igual macaco"&gt;&lt;/p&gt;
&lt;p&gt;Falar de prazo é uma tarefa muito complicada hoje e sempre, pois não existe uma
ciência exata (tirando 42), outro ponto que prazo é uma promessa e consequentemente
promessa tem que ser cumprida (e você vai fazer de tudo para cumpri-las), com
isso trabalhar muito mais para cumprir o que você assumiu (prazo).&lt;/p&gt;
&lt;p&gt;Levantando conteúdo para esse blogpost achei no Quora o seguinte topico &lt;a href="https://www.quora.com/Software-Engineering/What-is-the-hardest-thing-you-do-as-a-software-engineer"&gt;&amp;quot;What
is the hardest thing you do as a software
engineer?&amp;quot;&lt;/a&gt;
(Qual a coisa mais difícil para um engenheiro de software?) e os termos que
tem haver com tempo, prazo, horas e etc são os mais falado.&lt;/p&gt;</description></item><item><title>Open Source Contributions - November 2013</title><link>https://avelino.run/foss/2013/11/</link><pubDate>Fri, 01 Nov 2013 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2013/11/</guid><description>&lt;p&gt;Explore the significant contributions made in November 2013 across various repositories. This timeline highlights key events, including issue openings and code pushes, showcasing the collaborative efforts of developers during this month.&lt;/p&gt;
&lt;h2 id="2013-11-29"&gt;2013-11-29&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/nacho"&gt;avelino/nacho&lt;/a&gt;: &lt;a href="https://github.com/avelino/nacho/issues/9"&gt;Rewrite used asyncio (Python 3.4)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/django-tastypie/django-tastypie"&gt;django-tastypie/django-tastypie&lt;/a&gt;: &lt;a href="https://github.com/django-tastypie/django-tastypie/issues/1087"&gt;Error on POST &amp;quot;No JSON object could be decoded&amp;quot;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2013-11-26"&gt;2013-11-26&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: &lt;a href="https://github.com/opps/opps/issues/288"&gt;get queryset (Boxes) on get_containerbox if exist queryset (field)&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2013-11-19"&gt;2013-11-19&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/.vimrc"&gt;avelino/.vimrc&lt;/a&gt;: &lt;a href="https://github.com/avelino/.vimrc/issues/16"&gt;Conflict plugin CamelCaseMotion and ctrlp.vim&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2013-11-15"&gt;2013-11-15&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: &lt;a href="https://github.com/opps/opps/issues/281"&gt;Fix celery conf run in redis&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: &lt;a href="https://github.com/opps/opps/issues/280"&gt;Remove API Views (DetailView and ListView)&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2013-11-13"&gt;2013-11-13&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: &lt;a href="https://github.com/opps/opps/issues/276"&gt;Update fixture example&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: &lt;a href="https://github.com/opps/opps/issues/275"&gt;Logging application (on contrib)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/quik"&gt;avelino/quik&lt;/a&gt;: &lt;a href="https://github.com/avelino/quik/issues/7"&gt;Change IF syntax&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2013-11-08"&gt;2013-11-08&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: &lt;a href="https://github.com/opps/opps/issues/273"&gt;Filter on context view&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2013-11-04"&gt;2013-11-04&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: &lt;a href="https://github.com/opps/opps/issues/272"&gt;Fix sitemap test on django &amp;gt;= 1.6&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: &lt;a href="https://github.com/opps/opps/issues/271"&gt;Used tox for test running at more environment&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2013-11-02"&gt;2013-11-02&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: &lt;a href="https://github.com/opps/opps/issues/269"&gt;Opps API not open&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: 61 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/opps/opps/commits?author=avelino&amp;amp;since=2013-11-01T00:00:00Z&amp;amp;until=2013-11-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap"&gt;editor-bootstrap/vim-bootstrap&lt;/a&gt;: 6 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/editor-bootstrap/vim-bootstrap/commits?author=avelino&amp;amp;since=2013-11-01T00:00:00Z&amp;amp;until=2013-11-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/.vimrc"&gt;avelino/.vimrc&lt;/a&gt;: 6 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/.vimrc/commits?author=avelino&amp;amp;since=2013-11-01T00:00:00Z&amp;amp;until=2013-11-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/opps/opps-liveblogging"&gt;opps/opps-liveblogging&lt;/a&gt;: 5 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/opps/opps-liveblogging/commits?author=avelino&amp;amp;since=2013-11-01T00:00:00Z&amp;amp;until=2013-11-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/.emacs"&gt;avelino/.emacs&lt;/a&gt;: 4 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/.emacs/commits?author=avelino&amp;amp;since=2013-11-01T00:00:00Z&amp;amp;until=2013-11-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/opps/opps-social"&gt;opps/opps-social&lt;/a&gt;: 4 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/opps/opps-social/commits?author=avelino&amp;amp;since=2013-11-01T00:00:00Z&amp;amp;until=2013-11-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/opps/opps-multimedias"&gt;opps/opps-multimedias&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/opps/opps-multimedias/commits?author=avelino&amp;amp;since=2013-11-01T00:00:00Z&amp;amp;until=2013-11-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 0 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>A volta dos que nao foram, software livre para sempre</title><link>https://avelino.run/a-volta-dos-que-nao-foram-software-livre-para-sempre/</link><pubDate>Sat, 26 Oct 2013 00:00:00 +0000</pubDate><guid>https://avelino.run/a-volta-dos-que-nao-foram-software-livre-para-sempre/</guid><description>&lt;p&gt;&lt;img src="https://avelino.run/google-apple-v1-600x338.jpg#center" alt="Chromebook Pixel; MacBook Pro Retina display (Image: ZDNet)"&gt;&lt;/p&gt;
&lt;p&gt;Durante 5 anos usei o sistema operacional da Apple (OS X), o OS X é um ótimo sistema operacional principalmente o ambiente gráfico que é sensassional, sistema de áudio entre outros recursos, os 3 primeiro anos usei sem problema nem um ate que a Apple veio com uma historia de cobrar pelo Xcode (The Xcode interface seamlessly integrates code editing, UI design with Interface Builder, testing, and debugging, all within a single window. The embedded Apple LLVM compiler underlines coding mistakes as you type, and is even smart enough to fix the problems for you automatically), ou seja, é a IDE para escrever projetos para plataforma Apple (OS X e iOS) mais o compilador vugo GCC, essa foi a gota d'agua, eles estavam vendendo o GCC, mas como eu já tinha me acostumado com o ambiente (que não é um trabalho muito complicado pois a Apple faz ótimos produtos) não quiz parar de usar e comprei o Xcode, depois de um tempo a Apple voltou a traz colocando novamente de graça.&lt;/p&gt;</description></item><item><title>Open Source Contributions - October 2013</title><link>https://avelino.run/foss/2013/10/</link><pubDate>Tue, 01 Oct 2013 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2013/10/</guid><description>&lt;p&gt;Explore the timeline of contributions for October 2013, showcasing a dynamic month filled with significant activity across 14 repositories. Key highlights include the opening of 13 issues and 4 pull requests, reflecting the community's ongoing commitment to improvement and collaboration in various projects.&lt;/p&gt;
&lt;h2 id="2013-10-29"&gt;2013-10-29&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/Japle/python-pagseguro"&gt;Japle/python-pagseguro&lt;/a&gt;: &lt;a href="https://github.com/Japle/python-pagseguro/pull/1"&gt;fix typo, &lt;code&gt;Congigurando&lt;/code&gt; to &lt;code&gt;Configurando&lt;/code&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: &lt;a href="https://github.com/opps/opps/issues/267"&gt;Add field title_url on containerbox&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2013-10-28"&gt;2013-10-28&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/rochacbruno-archive/dotfiles"&gt;rochacbruno-archive/dotfiles&lt;/a&gt;: &lt;a href="https://github.com/rochacbruno-archive/dotfiles/pull/1"&gt;Fix .emacs.d home folder&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: &lt;a href="https://github.com/opps/opps/issues/265"&gt;Mobile detect not bringing this path (url)&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2013-10-26"&gt;2013-10-26&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: &lt;a href="https://github.com/opps/opps/issues/262"&gt;Write Opps documentation style (inspiration from the flask clean)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: &lt;a href="https://github.com/opps/opps/issues/261"&gt;Fix docs organize&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: &lt;a href="https://github.com/opps/opps/issues/260"&gt;Changelog organize&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2013-10-19"&gt;2013-10-19&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: &lt;a href="https://github.com/opps/opps/issues/256"&gt;Tags: IntegrityError: duplicate key value violates unique constraint &amp;quot;containers_container_site_id_667d10f0ba0b8f9f_uniq&amp;quot;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2013-10-18"&gt;2013-10-18&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: &lt;a href="https://github.com/opps/opps/issues/255"&gt;Memory leak on run Opps in Gunicorn (after a while it is running)&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2013-10-16"&gt;2013-10-16&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: &lt;a href="https://github.com/opps/opps/issues/254"&gt;Bug #250: in boxe queryset (dynamic) removed Mirror&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2013-10-15"&gt;2013-10-15&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: &lt;a href="https://github.com/opps/opps/issues/253"&gt;Write Riak drive on opps.db&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: &lt;a href="https://github.com/opps/opps/issues/252"&gt;Generate PDF in real time all containers&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2013-10-14"&gt;2013-10-14&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: &lt;a href="https://github.com/opps/opps/pull/251"&gt;Fixed #250 (More one channel per container)&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2013-10-12"&gt;2013-10-12&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: &lt;a href="https://github.com/opps/opps/issues/250"&gt;More one channel per container&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2013-10-09"&gt;2013-10-09&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/django-tags"&gt;avelino/django-tags&lt;/a&gt;: &lt;a href="https://github.com/avelino/django-tags/issues/1"&gt;implement get_tags&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2013-10-04"&gt;2013-10-04&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: &lt;a href="https://github.com/opps/opps/pull/246"&gt;Opps.contrib.notifications&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2013-10-01"&gt;2013-10-01&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: &lt;a href="https://github.com/opps/opps/issues/241"&gt;opps.notification&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/avelino.run"&gt;avelino/avelino.run&lt;/a&gt;: 13 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/avelino.run/commits?author=avelino&amp;amp;since=2013-10-01T00:00:00Z&amp;amp;until=2013-10-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/.vimrc"&gt;avelino/.vimrc&lt;/a&gt;: 8 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/.vimrc/commits?author=avelino&amp;amp;since=2013-10-01T00:00:00Z&amp;amp;until=2013-10-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/Japle/python-pagseguro"&gt;Japle/python-pagseguro&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/Japle/python-pagseguro/commits?author=avelino&amp;amp;since=2013-10-01T00:00:00Z&amp;amp;until=2013-10-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/opps/opps-goalserve"&gt;opps/opps-goalserve&lt;/a&gt;: 3 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/opps/opps-goalserve/commits?author=avelino&amp;amp;since=2013-10-01T00:00:00Z&amp;amp;until=2013-10-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/django-tags"&gt;avelino/django-tags&lt;/a&gt;: 18 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/django-tags/commits?author=avelino&amp;amp;since=2013-10-01T00:00:00Z&amp;amp;until=2013-10-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/opps/opps-social"&gt;opps/opps-social&lt;/a&gt;: 7 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/opps/opps-social/commits?author=avelino&amp;amp;since=2013-10-01T00:00:00Z&amp;amp;until=2013-10-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: 118 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/opps/opps/commits?author=avelino&amp;amp;since=2013-10-01T00:00:00Z&amp;amp;until=2013-10-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/opps/opps-liveblogging"&gt;opps/opps-liveblogging&lt;/a&gt;: 4 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/opps/opps-liveblogging/commits?author=avelino&amp;amp;since=2013-10-01T00:00:00Z&amp;amp;until=2013-10-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/PostmonAPI/postmon"&gt;PostmonAPI/postmon&lt;/a&gt;: 10 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/PostmonAPI/postmon/commits?author=avelino&amp;amp;since=2013-10-01T00:00:00Z&amp;amp;until=2013-10-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/rochacbruno-archive/dotfiles"&gt;rochacbruno-archive/dotfiles&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/rochacbruno-archive/dotfiles/commits?author=avelino&amp;amp;since=2013-10-01T00:00:00Z&amp;amp;until=2013-10-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/plone/plone.recipe.codeanalysis"&gt;plone/plone.recipe.codeanalysis&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/plone/plone.recipe.codeanalysis/commits?author=avelino&amp;amp;since=2013-10-01T00:00:00Z&amp;amp;until=2013-10-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/opps/oppsproject.org"&gt;opps/oppsproject.org&lt;/a&gt;: 3 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/opps/oppsproject.org/commits?author=avelino&amp;amp;since=2013-10-01T00:00:00Z&amp;amp;until=2013-10-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap"&gt;editor-bootstrap/vim-bootstrap&lt;/a&gt;: 8 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/editor-bootstrap/vim-bootstrap/commits?author=avelino&amp;amp;since=2013-10-01T00:00:00Z&amp;amp;until=2013-10-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/.emacs"&gt;avelino/.emacs&lt;/a&gt;: 11 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/.emacs/commits?author=avelino&amp;amp;since=2013-10-01T00:00:00Z&amp;amp;until=2013-10-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 0 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Open Source Contributions - September 2013</title><link>https://avelino.run/foss/2013/09/</link><pubDate>Sun, 01 Sep 2013 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2013/09/</guid><description>&lt;p&gt;Explore the timeline of contributions for September 2013, where developers engaged in 19 repositories, opened 20 issues, and made 37 total contributions. This month reflects a vibrant collaboration within the community, marked by key developments and discussions that shaped the ongoing projects.&lt;/p&gt;
&lt;h2 id="2013-09-30"&gt;2013-09-30&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: &lt;a href="https://github.com/opps/opps/issues/240"&gt;Package opps.contrib.db_backend migrate to opps.db.backends.postgresql_psycopg2&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2013-09-27"&gt;2013-09-27&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: &lt;a href="https://github.com/opps/opps/pull/238"&gt;create custom field environment&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2013-09-26"&gt;2013-09-26&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: &lt;a href="https://github.com/opps/opps/issues/237"&gt;Add dynamic custom field on container type (class extend container)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: &lt;a href="https://github.com/opps/opps/issues/235"&gt;Remove simplejson&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2013-09-25"&gt;2013-09-25&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/django-haystack/django-haystack"&gt;django-haystack/django-haystack&lt;/a&gt;: &lt;a href="https://github.com/django-haystack/django-haystack/issues/865"&gt;Switch to official Python Elasticsearch client&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2013-09-22"&gt;2013-09-22&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/quik"&gt;avelino/quik&lt;/a&gt;: &lt;a href="https://github.com/avelino/quik/issues/5"&gt;cache on render template html&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2013-09-20"&gt;2013-09-20&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: &lt;a href="https://github.com/opps/opps/issues/234"&gt;Not get father template&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2013-09-13"&gt;2013-09-13&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: &lt;a href="https://github.com/opps/opps/issues/229"&gt;create channel name blacklist&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2013-09-12"&gt;2013-09-12&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: &lt;a href="https://github.com/opps/opps/issues/227"&gt;bug save channel parent with more than 2 levels&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2013-09-10"&gt;2013-09-10&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/Homebrew/homebrew-cask"&gt;Homebrew/homebrew-cask&lt;/a&gt;: &lt;a href="https://github.com/Homebrew/homebrew-cask/issues/1003"&gt;Error: Failure while executing: git clone --depth 1 --branch v0.16.0 &lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2013-09-09"&gt;2013-09-09&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: &lt;a href="https://github.com/opps/opps/issues/225"&gt;Source field (engine) change to text field&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2013-09-05"&gt;2013-09-05&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/quik"&gt;avelino/quik&lt;/a&gt;: &lt;a href="https://github.com/avelino/quik/issues/4"&gt;New syntax to methods&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/nacho"&gt;avelino/nacho&lt;/a&gt;: &lt;a href="https://github.com/avelino/nacho/issues/7"&gt;Signals engine&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/nacho"&gt;avelino/nacho&lt;/a&gt;: &lt;a href="https://github.com/avelino/nacho/issues/6"&gt;Static file engine&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/nacho"&gt;avelino/nacho&lt;/a&gt;: &lt;a href="https://github.com/avelino/nacho/issues/5"&gt;Session engine (default cookeis)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/nacho"&gt;avelino/nacho&lt;/a&gt;: &lt;a href="https://github.com/avelino/nacho/issues/4"&gt;Tracebacks view&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/maddyblue/goread"&gt;maddyblue/goread&lt;/a&gt;: &lt;a href="https://github.com/maddyblue/goread/issues/243"&gt;Get new feed via SSE&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2013-09-04"&gt;2013-09-04&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: &lt;a href="https://github.com/opps/opps/issues/220"&gt;[opps-goalserve] remove dependency on closed project&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2013-09-03"&gt;2013-09-03&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/quik"&gt;avelino/quik&lt;/a&gt;: &lt;a href="https://github.com/avelino/quik/issues/3"&gt;create filter (template tag) engine&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/quik"&gt;avelino/quik&lt;/a&gt;: &lt;a href="https://github.com/avelino/quik/issues/2"&gt;create block engine&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/quik"&gt;avelino/quik&lt;/a&gt;: &lt;a href="https://github.com/avelino/quik/issues/1"&gt;create macros engine&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/avelino.run"&gt;avelino/avelino.run&lt;/a&gt;: 3 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/avelino.run/commits?author=avelino&amp;amp;since=2013-09-01T00:00:00Z&amp;amp;until=2013-09-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/opps/opps-sponsor"&gt;opps/opps-sponsor&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/opps/opps-sponsor/commits?author=avelino&amp;amp;since=2013-09-01T00:00:00Z&amp;amp;until=2013-09-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/opps/opps-blogs"&gt;opps/opps-blogs&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/opps/opps-blogs/commits?author=avelino&amp;amp;since=2013-09-01T00:00:00Z&amp;amp;until=2013-09-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/opps/opps-multimedias"&gt;opps/opps-multimedias&lt;/a&gt;: 11 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/opps/opps-multimedias/commits?author=avelino&amp;amp;since=2013-09-01T00:00:00Z&amp;amp;until=2013-09-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/opps/opps-project-template"&gt;opps/opps-project-template&lt;/a&gt;: 3 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/opps/opps-project-template/commits?author=avelino&amp;amp;since=2013-09-01T00:00:00Z&amp;amp;until=2013-09-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/opps/opps-promos"&gt;opps/opps-promos&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/opps/opps-promos/commits?author=avelino&amp;amp;since=2013-09-01T00:00:00Z&amp;amp;until=2013-09-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/opps/opps-feedcrawler"&gt;opps/opps-feedcrawler&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/opps/opps-feedcrawler/commits?author=avelino&amp;amp;since=2013-09-01T00:00:00Z&amp;amp;until=2013-09-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/opps/opps-goalserve"&gt;opps/opps-goalserve&lt;/a&gt;: 10 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/opps/opps-goalserve/commits?author=avelino&amp;amp;since=2013-09-01T00:00:00Z&amp;amp;until=2013-09-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/opps/opps-hubcasts"&gt;opps/opps-hubcasts&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/opps/opps-hubcasts/commits?author=avelino&amp;amp;since=2013-09-01T00:00:00Z&amp;amp;until=2013-09-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: 155 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/opps/opps/commits?author=avelino&amp;amp;since=2013-09-01T00:00:00Z&amp;amp;until=2013-09-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/opps/opps-polls"&gt;opps/opps-polls&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/opps/opps-polls/commits?author=avelino&amp;amp;since=2013-09-01T00:00:00Z&amp;amp;until=2013-09-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/opps/opps-liveblogging"&gt;opps/opps-liveblogging&lt;/a&gt;: 21 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/opps/opps-liveblogging/commits?author=avelino&amp;amp;since=2013-09-01T00:00:00Z&amp;amp;until=2013-09-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/quik"&gt;avelino/quik&lt;/a&gt;: 66 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/quik/commits?author=avelino&amp;amp;since=2013-09-01T00:00:00Z&amp;amp;until=2013-09-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/opps/opps-ganalytics"&gt;opps/opps-ganalytics&lt;/a&gt;: 3 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/opps/opps-ganalytics/commits?author=avelino&amp;amp;since=2013-09-01T00:00:00Z&amp;amp;until=2013-09-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/nacho"&gt;avelino/nacho&lt;/a&gt;: 44 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/nacho/commits?author=avelino&amp;amp;since=2013-09-01T00:00:00Z&amp;amp;until=2013-09-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/Flask-Quik"&gt;avelino/Flask-Quik&lt;/a&gt;: 16 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/Flask-Quik/commits?author=avelino&amp;amp;since=2013-09-01T00:00:00Z&amp;amp;until=2013-09-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 0 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>New web framework asynchronous to Python 3</title><link>https://avelino.run/new-web-framework-asynchronous-to-python-3/</link><pubDate>Sun, 11 Aug 2013 00:00:00 +0000</pubDate><guid>https://avelino.run/new-web-framework-asynchronous-to-python-3/</guid><description>&lt;p&gt;I started a new project with the name nacho, &lt;strong&gt;asynchronous&lt;/strong&gt; web framework for &lt;strong&gt;Python 3&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;&lt;img src="https://avelino.run/blog/nacho.png#center" alt="Nacho Python3 Web Framework"&gt;&lt;/p&gt;
&lt;h2 id="our-goals"&gt;Our goals&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;It was designed to work on Python 3.x&lt;/li&gt;
&lt;li&gt;Some of syntax were inspired on Tornado's syntax&lt;/li&gt;
&lt;li&gt;Tornado is the default server, but Eventlet is stable as well&lt;/li&gt;
&lt;li&gt;Templates are done by Jinja2&lt;/li&gt;
&lt;li&gt;HTML5 as the big-main-thing&lt;/li&gt;
&lt;li&gt;Work friendly with NoSQL (otherwise we should stop talking about them)&lt;/li&gt;
&lt;li&gt;Handle asynchronous requests properly&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="example"&gt;Example&lt;/h2&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;"&gt;&lt;code class="language-python" data-lang="python"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#66d9ef"&gt;class&lt;/span&gt; &lt;span style="color:#a6e22e"&gt;MainHandler&lt;/span&gt;(ApplicationController):
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &lt;span style="color:#66d9ef"&gt;def&lt;/span&gt; &lt;span style="color:#a6e22e"&gt;get&lt;/span&gt;(self):
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; data &lt;span style="color:#f92672"&gt;=&lt;/span&gt; {&lt;span style="color:#e6db74"&gt;&amp;#39;title&amp;#39;&lt;/span&gt;: &lt;span style="color:#e6db74"&gt;&amp;#39;testando lero lero&amp;#39;&lt;/span&gt;}
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; self&lt;span style="color:#f92672"&gt;.&lt;/span&gt;render(&lt;span style="color:#e6db74"&gt;&amp;#34;home.html&amp;#34;&lt;/span&gt;, &lt;span style="color:#f92672"&gt;**&lt;/span&gt;data)
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;r &lt;span style="color:#f92672"&gt;=&lt;/span&gt; Routers([(&lt;span style="color:#e6db74"&gt;r&lt;/span&gt;&lt;span style="color:#e6db74"&gt;&amp;#34;/&amp;#34;&lt;/span&gt;, MainHandler),])
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;</description></item><item><title>Open Source Contributions - August 2013</title><link>https://avelino.run/foss/2013/08/</link><pubDate>Thu, 01 Aug 2013 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2013/08/</guid><description>&lt;p&gt;Explore the contributions made in August 2013, highlighting a month filled with robust development efforts across 20 repositories. This timeline details various events, including pushes, pull requests, and issues, reflecting the active engagement of developers in enhancing projects.&lt;/p&gt;
&lt;h2 id="2013-08-23"&gt;2013-08-23&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: &lt;a href="https://github.com/opps/opps/issues/209"&gt;organizing structure conf file&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2013-08-17"&gt;2013-08-17&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/jazzband/django-polymorphic"&gt;jazzband/django-polymorphic&lt;/a&gt;: &lt;a href="https://github.com/jazzband/django-polymorphic/issues/54"&gt;Charset error in polymorphic&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2013-08-08"&gt;2013-08-08&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/mongodb/mongo-python-driver"&gt;mongodb/mongo-python-driver&lt;/a&gt;: &lt;a href="https://github.com/mongodb/mongo-python-driver/pull/193"&gt;Add Django MongoEngine to Framework tools page of docs&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/mongodb/mongo-python-driver"&gt;mongodb/mongo-python-driver&lt;/a&gt;: &lt;a href="https://github.com/mongodb/mongo-python-driver/pull/192"&gt;Fix link MongoEngine to tools page of docs&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/avelino.run"&gt;avelino/avelino.run&lt;/a&gt;: 7 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/avelino.run/commits?author=avelino&amp;amp;since=2013-08-01T00:00:00Z&amp;amp;until=2013-08-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/.vimrc"&gt;avelino/.vimrc&lt;/a&gt;: 6 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/.vimrc/commits?author=avelino&amp;amp;since=2013-08-01T00:00:00Z&amp;amp;until=2013-08-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/opps/opps-blogs"&gt;opps/opps-blogs&lt;/a&gt;: 21 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/opps/opps-blogs/commits?author=avelino&amp;amp;since=2013-08-01T00:00:00Z&amp;amp;until=2013-08-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/django/django-localflavor"&gt;django/django-localflavor&lt;/a&gt;: 3 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/django/django-localflavor/commits?author=avelino&amp;amp;since=2013-08-01T00:00:00Z&amp;amp;until=2013-08-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/opps/opps-multimedias"&gt;opps/opps-multimedias&lt;/a&gt;: 3 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/opps/opps-multimedias/commits?author=avelino&amp;amp;since=2013-08-01T00:00:00Z&amp;amp;until=2013-08-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/opps/opps-registration"&gt;opps/opps-registration&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/opps/opps-registration/commits?author=avelino&amp;amp;since=2013-08-01T00:00:00Z&amp;amp;until=2013-08-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/opps/opps-project-template"&gt;opps/opps-project-template&lt;/a&gt;: 2 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/opps/opps-project-template/commits?author=avelino&amp;amp;since=2013-08-01T00:00:00Z&amp;amp;until=2013-08-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/MongoEngine/django-mongoengine"&gt;MongoEngine/django-mongoengine&lt;/a&gt;: 13 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/MongoEngine/django-mongoengine/commits?author=avelino&amp;amp;since=2013-08-01T00:00:00Z&amp;amp;until=2013-08-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/opps/opps-promos"&gt;opps/opps-promos&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/opps/opps-promos/commits?author=avelino&amp;amp;since=2013-08-01T00:00:00Z&amp;amp;until=2013-08-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/mongodb/mongo-python-driver"&gt;mongodb/mongo-python-driver&lt;/a&gt;: 3 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/mongodb/mongo-python-driver/commits?author=avelino&amp;amp;since=2013-08-01T00:00:00Z&amp;amp;until=2013-08-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/django-routers"&gt;avelino/django-routers&lt;/a&gt;: 4 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/django-routers/commits?author=avelino&amp;amp;since=2013-08-01T00:00:00Z&amp;amp;until=2013-08-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/opps/opps-hubcasts"&gt;opps/opps-hubcasts&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/opps/opps-hubcasts/commits?author=avelino&amp;amp;since=2013-08-01T00:00:00Z&amp;amp;until=2013-08-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: 126 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/opps/opps/commits?author=avelino&amp;amp;since=2013-08-01T00:00:00Z&amp;amp;until=2013-08-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/opps/opps-polls"&gt;opps/opps-polls&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/opps/opps-polls/commits?author=avelino&amp;amp;since=2013-08-01T00:00:00Z&amp;amp;until=2013-08-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/opps/opps-timelinejs"&gt;opps/opps-timelinejs&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/opps/opps-timelinejs/commits?author=avelino&amp;amp;since=2013-08-01T00:00:00Z&amp;amp;until=2013-08-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/opps/opps-liveblogging"&gt;opps/opps-liveblogging&lt;/a&gt;: 12 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/opps/opps-liveblogging/commits?author=avelino&amp;amp;since=2013-08-01T00:00:00Z&amp;amp;until=2013-08-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/opps/oppsproject.org"&gt;opps/oppsproject.org&lt;/a&gt;: 2 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/opps/oppsproject.org/commits?author=avelino&amp;amp;since=2013-08-01T00:00:00Z&amp;amp;until=2013-08-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/nacho"&gt;avelino/nacho&lt;/a&gt;: 34 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/nacho/commits?author=avelino&amp;amp;since=2013-08-01T00:00:00Z&amp;amp;until=2013-08-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap"&gt;editor-bootstrap/vim-bootstrap&lt;/a&gt;: 6 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/editor-bootstrap/vim-bootstrap/commits?author=avelino&amp;amp;since=2013-08-01T00:00:00Z&amp;amp;until=2013-08-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 0 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Open Source Contributions - July 2013</title><link>https://avelino.run/foss/2013/07/</link><pubDate>Mon, 01 Jul 2013 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2013/07/</guid><description>&lt;p&gt;Explore the timeline of contributions for July 2013, highlighting a month of robust activity with 17 repositories involved. This period featured 22 new issues raised and 13 pushes, reflecting the collaborative spirit and ongoing development efforts across multiple projects.&lt;/p&gt;
&lt;h2 id="2013-07-28"&gt;2013-07-28&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/MongoEngine/django-mongoengine"&gt;MongoEngine/django-mongoengine&lt;/a&gt;: &lt;a href="https://github.com/MongoEngine/django-mongoengine/pull/16"&gt;basic fixed to run the project in Django 1.5&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/MongoEngine/django-mongoengine"&gt;MongoEngine/django-mongoengine&lt;/a&gt;: &lt;a href="https://github.com/MongoEngine/django-mongoengine/issues/17"&gt;Create new Admin&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2013-07-26"&gt;2013-07-26&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/mps/GittyFeedback"&gt;mps/GittyFeedback&lt;/a&gt;: &lt;a href="https://github.com/mps/GittyFeedback/issues/131"&gt;Add star in repo via app&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2013-07-25"&gt;2013-07-25&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: &lt;a href="https://github.com/opps/opps/pull/180"&gt;Opps tags&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2013-07-23"&gt;2013-07-23&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: &lt;a href="https://github.com/opps/opps/issues/179"&gt;Channel convention for external applications&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2013-07-19"&gt;2013-07-19&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: &lt;a href="https://github.com/opps/opps/issues/171"&gt;Register all Opps App on pypi&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2013-07-18"&gt;2013-07-18&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: &lt;a href="https://github.com/opps/opps/issues/166"&gt;Opps Admin theme custom&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2013-07-17"&gt;2013-07-17&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: &lt;a href="https://github.com/opps/opps/issues/165"&gt;Container box aggregation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: &lt;a href="https://github.com/opps/opps/issues/164"&gt;[opps-feedcrawler] write yaml processor&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: &lt;a href="https://github.com/opps/opps/issues/163"&gt;[opps-facebook-comments] Facebook is limiting Batch Requests&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: &lt;a href="https://github.com/opps/opps/issues/162"&gt;[opps-polls] Allow multiple channel relationship&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: &lt;a href="https://github.com/opps/opps/issues/161"&gt;[opps-polls] Multiple votes control&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: &lt;a href="https://github.com/opps/opps/issues/160"&gt;[opps-feedcrawler] Management command is not recognized by django manage.py&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: &lt;a href="https://github.com/opps/opps/issues/159"&gt;[opps-feedcrawler] Implement celery task to refresh_feeds&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: &lt;a href="https://github.com/opps/opps/issues/158"&gt;[opps-feedcrawler] Create actions&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: &lt;a href="https://github.com/opps/opps/issues/157"&gt;[opps-feedcrawler] Feed sync from file (yaml, json and ...)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: &lt;a href="https://github.com/opps/opps/issues/156"&gt;[opps-multimedias] Remove UOLmaislib dependency&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2013-07-16"&gt;2013-07-16&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: &lt;a href="https://github.com/opps/opps/issues/150"&gt;Opps tag&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: &lt;a href="https://github.com/opps/opps/issues/149"&gt;Custo all admin for use in opps.contrib.admin&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2013-07-13"&gt;2013-07-13&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/pythonbrasil/conference2013"&gt;pythonbrasil/conference2013&lt;/a&gt;: &lt;a href="https://github.com/pythonbrasil/conference2013/pull/1"&gt;Fix subject email confirmation, Conference number [7] to [9]&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/pythonbrasil/apyb.conference"&gt;pythonbrasil/apyb.conference&lt;/a&gt;: &lt;a href="https://github.com/pythonbrasil/apyb.conference/pull/1"&gt;Fix conference name, replace all &lt;code&gt;[7]&lt;/code&gt; to &lt;code&gt;[9]&lt;/code&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/Homebrew/legacy-homebrew"&gt;Homebrew/legacy-homebrew&lt;/a&gt;: &lt;a href="https://github.com/Homebrew/legacy-homebrew/issues/21191"&gt;Juju for OS X&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2013-07-08"&gt;2013-07-08&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: &lt;a href="https://github.com/opps/opps/issues/148"&gt;Support Python 3.x&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: &lt;a href="https://github.com/opps/opps/issues/147"&gt;Generic image library (remove the thumbor dependecy)&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2013-07-07"&gt;2013-07-07&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: &lt;a href="https://github.com/opps/opps/issues/146"&gt;App fileupload (used for mass upload) join Opps Contrib&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2013-07-06"&gt;2013-07-06&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: &lt;a href="https://github.com/opps/opps/issues/145"&gt;Add compatibility with Django 1.6&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/opps/opps-gamification"&gt;opps/opps-gamification&lt;/a&gt;: 16 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/opps/opps-gamification/commits?author=avelino&amp;amp;since=2013-07-01T00:00:00Z&amp;amp;until=2013-07-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/.vimrc"&gt;avelino/.vimrc&lt;/a&gt;: 3 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/.vimrc/commits?author=avelino&amp;amp;since=2013-07-01T00:00:00Z&amp;amp;until=2013-07-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/django/django-localflavor"&gt;django/django-localflavor&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/django/django-localflavor/commits?author=avelino&amp;amp;since=2013-07-01T00:00:00Z&amp;amp;until=2013-07-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/opps/opps-multimedias"&gt;opps/opps-multimedias&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/opps/opps-multimedias/commits?author=avelino&amp;amp;since=2013-07-01T00:00:00Z&amp;amp;until=2013-07-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/opps/opps-project-template"&gt;opps/opps-project-template&lt;/a&gt;: 13 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/opps/opps-project-template/commits?author=avelino&amp;amp;since=2013-07-01T00:00:00Z&amp;amp;until=2013-07-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/MongoEngine/django-mongoengine"&gt;MongoEngine/django-mongoengine&lt;/a&gt;: 12 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/MongoEngine/django-mongoengine/commits?author=avelino&amp;amp;since=2013-07-01T00:00:00Z&amp;amp;until=2013-07-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/opps/opps-hubcasts"&gt;opps/opps-hubcasts&lt;/a&gt;: 11 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/opps/opps-hubcasts/commits?author=avelino&amp;amp;since=2013-07-01T00:00:00Z&amp;amp;until=2013-07-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: 183 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/opps/opps/commits?author=avelino&amp;amp;since=2013-07-01T00:00:00Z&amp;amp;until=2013-07-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/opps/opps-liveblogging"&gt;opps/opps-liveblogging&lt;/a&gt;: 42 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/opps/opps-liveblogging/commits?author=avelino&amp;amp;since=2013-07-01T00:00:00Z&amp;amp;until=2013-07-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/irccloud-chrome"&gt;avelino/irccloud-chrome&lt;/a&gt;: 2 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/irccloud-chrome/commits?author=avelino&amp;amp;since=2013-07-01T00:00:00Z&amp;amp;until=2013-07-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/opps/opps-ganalytics"&gt;opps/opps-ganalytics&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/opps/opps-ganalytics/commits?author=avelino&amp;amp;since=2013-07-01T00:00:00Z&amp;amp;until=2013-07-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/opps/oppsproject.org"&gt;opps/oppsproject.org&lt;/a&gt;: 16 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/opps/oppsproject.org/commits?author=avelino&amp;amp;since=2013-07-01T00:00:00Z&amp;amp;until=2013-07-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap"&gt;editor-bootstrap/vim-bootstrap&lt;/a&gt;: 3 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/editor-bootstrap/vim-bootstrap/commits?author=avelino&amp;amp;since=2013-07-01T00:00:00Z&amp;amp;until=2013-07-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 0 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Open Source Contributions - June 2013</title><link>https://avelino.run/foss/2013/06/</link><pubDate>Sat, 01 Jun 2013 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2013/06/</guid><description>&lt;p&gt;In June 2013, the development community experienced a productive month marked by 12 active repositories. This timeline highlights key contributions, including substantial pushes and newly opened issues, reflecting the team's dedication to enhancing the projects.&lt;/p&gt;
&lt;h2 id="2013-06-26"&gt;2013-06-26&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/jazzband/django-taggit"&gt;jazzband/django-taggit&lt;/a&gt;: &lt;a href="https://github.com/jazzband/django-taggit/issues/138"&gt;Slow on save (100110 tags)&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2013-06-13"&gt;2013-06-13&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: &lt;a href="https://github.com/opps/opps/issues/135"&gt;Opps Admin (Django xAdmin)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: &lt;a href="https://github.com/opps/opps/issues/134"&gt;Opps generic view 0.2&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2013-06-07"&gt;2013-06-07&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: &lt;a href="https://github.com/opps/opps/issues/127"&gt;Dynamic template via drag an drop&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/opps/opps-gamification"&gt;opps/opps-gamification&lt;/a&gt;: 4 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/opps/opps-gamification/commits?author=avelino&amp;amp;since=2013-06-01T00:00:00Z&amp;amp;until=2013-06-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/opps/opps-blogs"&gt;opps/opps-blogs&lt;/a&gt;: 24 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/opps/opps-blogs/commits?author=avelino&amp;amp;since=2013-06-01T00:00:00Z&amp;amp;until=2013-06-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/opps/opps-multimedias"&gt;opps/opps-multimedias&lt;/a&gt;: 3 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/opps/opps-multimedias/commits?author=avelino&amp;amp;since=2013-06-01T00:00:00Z&amp;amp;until=2013-06-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/python-opencv-detect"&gt;avelino/python-opencv-detect&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/python-opencv-detect/commits?author=avelino&amp;amp;since=2013-06-01T00:00:00Z&amp;amp;until=2013-06-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/opps/opps-promos"&gt;opps/opps-promos&lt;/a&gt;: 3 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/opps/opps-promos/commits?author=avelino&amp;amp;since=2013-06-01T00:00:00Z&amp;amp;until=2013-06-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/opps/opps-fileupload"&gt;opps/opps-fileupload&lt;/a&gt;: 4 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/opps/opps-fileupload/commits?author=avelino&amp;amp;since=2013-06-01T00:00:00Z&amp;amp;until=2013-06-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/opps/opps-wiki"&gt;opps/opps-wiki&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/opps/opps-wiki/commits?author=avelino&amp;amp;since=2013-06-01T00:00:00Z&amp;amp;until=2013-06-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/opps/opps-hubcasts"&gt;opps/opps-hubcasts&lt;/a&gt;: 12 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/opps/opps-hubcasts/commits?author=avelino&amp;amp;since=2013-06-01T00:00:00Z&amp;amp;until=2013-06-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/opps/opps-infographics"&gt;opps/opps-infographics&lt;/a&gt;: 2 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/opps/opps-infographics/commits?author=avelino&amp;amp;since=2013-06-01T00:00:00Z&amp;amp;until=2013-06-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: 39 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/opps/opps/commits?author=avelino&amp;amp;since=2013-06-01T00:00:00Z&amp;amp;until=2013-06-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/opps/opps-polls"&gt;opps/opps-polls&lt;/a&gt;: 3 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/opps/opps-polls/commits?author=avelino&amp;amp;since=2013-06-01T00:00:00Z&amp;amp;until=2013-06-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 0 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Open Source Contributions - May 2013</title><link>https://avelino.run/foss/2013/05/</link><pubDate>Wed, 01 May 2013 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2013/05/</guid><description>&lt;p&gt;In May 2013, the development community made substantial strides with 22 repositories actively contributing to various projects. This timeline highlights key activities, including 19 push events and 8 newly opened issues, showcasing the collaborative efforts and innovations of the month.&lt;/p&gt;
&lt;h2 id="2013-05-28"&gt;2013-05-28&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: &lt;a href="https://github.com/opps/opps/pull/124"&gt;Site domain on article model&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2013-05-26"&gt;2013-05-26&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: &lt;a href="https://github.com/opps/opps/issues/123"&gt;create cache_page for multisite&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2013-05-25"&gt;2013-05-25&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: &lt;a href="https://github.com/opps/opps/issues/122"&gt;Opps App: Mailling list&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2013-05-23"&gt;2013-05-23&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/jazzband/django-taggit"&gt;jazzband/django-taggit&lt;/a&gt;: &lt;a href="https://github.com/jazzband/django-taggit/pull/134"&gt;Fix bug on tag whit accent&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2013-05-20"&gt;2013-05-20&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/mbrochh/pelican-responsive"&gt;mbrochh/pelican-responsive&lt;/a&gt;: &lt;a href="https://github.com/mbrochh/pelican-responsive/pull/1"&gt;Fix minimal bugs...&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2013-05-09"&gt;2013-05-09&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/berinhard/model_mommy"&gt;berinhard/model_mommy&lt;/a&gt;: &lt;a href="https://github.com/berinhard/model_mommy/issues/99"&gt;*** DoesNotExist: Post matching query does not exist. Lookup parameters were {'pk': 1}&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2013-05-07"&gt;2013-05-07&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/gregmuellegger/django-autofixture"&gt;gregmuellegger/django-autofixture&lt;/a&gt;: &lt;a href="https://github.com/gregmuellegger/django-autofixture/issues/9"&gt;*** RuntimeError: maximum recursion depth exceeded&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2013-05-03"&gt;2013-05-03&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/ricobl/django-thumbor"&gt;ricobl/django-thumbor&lt;/a&gt;: &lt;a href="https://github.com/ricobl/django-thumbor/pull/1"&gt;Add THUMBOR_ARGUMENTS rules&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: &lt;a href="https://github.com/opps/opps/issues/110"&gt;Slow query in open Article (Post/Album) basic recomendation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: &lt;a href="https://github.com/opps/opps/issues/109"&gt;Create PYPI Opps mirror&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: &lt;a href="https://github.com/opps/opps/issues/108"&gt;Support ESI (Varnish)&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2013-05-01"&gt;2013-05-01&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: &lt;a href="https://github.com/opps/opps/issues/99"&gt;RESTFul API (Generic)&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/avelino.run"&gt;avelino/avelino.run&lt;/a&gt;: 36 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/avelino.run/commits?author=avelino&amp;amp;since=2013-05-01T00:00:00Z&amp;amp;until=2013-05-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/opps/opps-sponsor"&gt;opps/opps-sponsor&lt;/a&gt;: 5 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/opps/opps-sponsor/commits?author=avelino&amp;amp;since=2013-05-01T00:00:00Z&amp;amp;until=2013-05-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/.vimrc"&gt;avelino/.vimrc&lt;/a&gt;: 16 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/.vimrc/commits?author=avelino&amp;amp;since=2013-05-01T00:00:00Z&amp;amp;until=2013-05-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/opps/opps-multimedias"&gt;opps/opps-multimedias&lt;/a&gt;: 8 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/opps/opps-multimedias/commits?author=avelino&amp;amp;since=2013-05-01T00:00:00Z&amp;amp;until=2013-05-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/mbrochh/pelican-responsive"&gt;mbrochh/pelican-responsive&lt;/a&gt;: 4 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/mbrochh/pelican-responsive/commits?author=avelino&amp;amp;since=2013-05-01T00:00:00Z&amp;amp;until=2013-05-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/opps/opps-registration"&gt;opps/opps-registration&lt;/a&gt;: 2 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/opps/opps-registration/commits?author=avelino&amp;amp;since=2013-05-01T00:00:00Z&amp;amp;until=2013-05-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/opps/opps-project-template"&gt;opps/opps-project-template&lt;/a&gt;: 5 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/opps/opps-project-template/commits?author=avelino&amp;amp;since=2013-05-01T00:00:00Z&amp;amp;until=2013-05-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/opps/opps-promos"&gt;opps/opps-promos&lt;/a&gt;: 4 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/opps/opps-promos/commits?author=avelino&amp;amp;since=2013-05-01T00:00:00Z&amp;amp;until=2013-05-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/opps/opps-feedcrawler"&gt;opps/opps-feedcrawler&lt;/a&gt;: 7 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/opps/opps-feedcrawler/commits?author=avelino&amp;amp;since=2013-05-01T00:00:00Z&amp;amp;until=2013-05-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/django-googl"&gt;avelino/django-googl&lt;/a&gt;: 4 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/django-googl/commits?author=avelino&amp;amp;since=2013-05-01T00:00:00Z&amp;amp;until=2013-05-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/django-routers"&gt;avelino/django-routers&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/django-routers/commits?author=avelino&amp;amp;since=2013-05-01T00:00:00Z&amp;amp;until=2013-05-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/opps/opps-facebook-comments"&gt;opps/opps-facebook-comments&lt;/a&gt;: 3 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/opps/opps-facebook-comments/commits?author=avelino&amp;amp;since=2013-05-01T00:00:00Z&amp;amp;until=2013-05-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/opps/opps-infographics"&gt;opps/opps-infographics&lt;/a&gt;: 4 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/opps/opps-infographics/commits?author=avelino&amp;amp;since=2013-05-01T00:00:00Z&amp;amp;until=2013-05-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/ricobl/django-thumbor"&gt;ricobl/django-thumbor&lt;/a&gt;: 4 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/ricobl/django-thumbor/commits?author=avelino&amp;amp;since=2013-05-01T00:00:00Z&amp;amp;until=2013-05-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: 280 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/opps/opps/commits?author=avelino&amp;amp;since=2013-05-01T00:00:00Z&amp;amp;until=2013-05-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/juggler"&gt;avelino/juggler&lt;/a&gt;: 3 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/juggler/commits?author=avelino&amp;amp;since=2013-05-01T00:00:00Z&amp;amp;until=2013-05-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/opps/opps-polls"&gt;opps/opps-polls&lt;/a&gt;: 6 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/opps/opps-polls/commits?author=avelino&amp;amp;since=2013-05-01T00:00:00Z&amp;amp;until=2013-05-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/opps/opps-ganalytics"&gt;opps/opps-ganalytics&lt;/a&gt;: 12 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/opps/opps-ganalytics/commits?author=avelino&amp;amp;since=2013-05-01T00:00:00Z&amp;amp;until=2013-05-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap"&gt;editor-bootstrap/vim-bootstrap&lt;/a&gt;: 16 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/editor-bootstrap/vim-bootstrap/commits?author=avelino&amp;amp;since=2013-05-01T00:00:00Z&amp;amp;until=2013-05-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 0 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Open Source Contributions - April 2013</title><link>https://avelino.run/foss/2013/04/</link><pubDate>Mon, 01 Apr 2013 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2013/04/</guid><description>&lt;p&gt;This timeline showcases the key contributions and activities from April 2013, detailing the collaborative efforts across 18 repositories. With a total of 47 events, including multiple push events and newly opened issues, the month reflects a vibrant development environment and active participation from the community.&lt;/p&gt;
&lt;h2 id="2013-04-30"&gt;2013-04-30&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: &lt;a href="https://github.com/opps/opps/issues/98"&gt;Not used &lt;strong&gt;unicode&lt;/strong&gt; on get_absolute_url&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2013-04-28"&gt;2013-04-28&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/TracyWebTech/puppet-supervisor"&gt;TracyWebTech/puppet-supervisor&lt;/a&gt;: &lt;a href="https://github.com/TracyWebTech/puppet-supervisor/pull/1"&gt;Fixbug, not location supervisor file in init.d&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/python-mode/python-mode"&gt;python-mode/python-mode&lt;/a&gt;: &lt;a href="https://github.com/python-mode/python-mode/issues/212"&gt;Error auto run pyflakes&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2013-04-27"&gt;2013-04-27&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: &lt;a href="https://github.com/opps/opps/issues/94"&gt;Detect mobile device&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2013-04-26"&gt;2013-04-26&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: &lt;a href="https://github.com/opps/opps/pull/91"&gt;Multiple (mass) upload via Admin refs #87&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: &lt;a href="https://github.com/opps/opps/issues/93"&gt;Wondering Opps as platform, content type (core system)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: &lt;a href="https://github.com/opps/opps/issues/92"&gt;Not return 404 when no article channel&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2013-04-19"&gt;2013-04-19&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: &lt;a href="https://github.com/opps/opps/issues/88"&gt;Change URL/Channel article 301 redirect after URL change&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: &lt;a href="https://github.com/opps/opps/issues/87"&gt;Image upload mass&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: &lt;a href="https://github.com/opps/opps/issues/86"&gt;Johnny Cache on Django 1.5.1 'module' object has no attribute 'empty_iter'&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: &lt;a href="https://github.com/opps/opps/issues/85"&gt;Template group channel on Article list&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2013-04-16"&gt;2013-04-16&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: &lt;a href="https://github.com/opps/opps/issues/83"&gt;Not create channel and runserver acessa '/'&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2013-04-15"&gt;2013-04-15&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: &lt;a href="https://github.com/opps/opps/issues/82"&gt;opps-admin.py (bin file)&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2013-04-11"&gt;2013-04-11&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: &lt;a href="https://github.com/opps/opps/issues/80"&gt;Slow query in OppsList process home page (/)&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2013-04-10"&gt;2013-04-10&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: &lt;a href="https://github.com/opps/opps/issues/78"&gt;Use fixtures on tests&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2013-04-09"&gt;2013-04-09&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: &lt;a href="https://github.com/opps/opps/issues/76"&gt;Article filter per type&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: &lt;a href="https://github.com/opps/opps/issues/75"&gt;Create migrations for all core application&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2013-04-08"&gt;2013-04-08&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/flackr/circ"&gt;flackr/circ&lt;/a&gt;: &lt;a href="https://github.com/flackr/circ/issues/152"&gt;auto reconnect network&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2013-04-06"&gt;2013-04-06&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/thumbor/thumbor"&gt;thumbor/thumbor&lt;/a&gt;: &lt;a href="https://github.com/thumbor/thumbor/pull/179"&gt;Fix import error OpenCV 2.4.*&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2013-04-05"&gt;2013-04-05&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: &lt;a href="https://github.com/opps/opps/issues/73"&gt;Article, slow process query&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2013-04-04"&gt;2013-04-04&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: &lt;a href="https://github.com/opps/opps/issues/72"&gt;Tag page&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: &lt;a href="https://github.com/opps/opps/issues/71"&gt;Form generation &lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: &lt;a href="https://github.com/opps/opps/issues/70"&gt;DynamicBox&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2013-04-03"&gt;2013-04-03&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/django/django"&gt;django/django&lt;/a&gt;: &lt;a href="https://github.com/django/django/pull/983"&gt;Fix bug, TypeError: unicode argument expected, got 'str' on core management validation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: &lt;a href="https://github.com/opps/opps/issues/69"&gt;Create new article type &amp;quot;link&amp;quot;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: &lt;a href="https://github.com/opps/opps/issues/67"&gt;fug in run opps in gunicorn&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/benoitc/gunicorn"&gt;benoitc/gunicorn&lt;/a&gt;: &lt;a href="https://github.com/benoitc/gunicorn/issues/509"&gt;Run django on runserver not error import circular, run gunicorn_django circular error&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2013-04-02"&gt;2013-04-02&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: &lt;a href="https://github.com/opps/opps/issues/64"&gt;Default theme (template)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: &lt;a href="https://github.com/opps/opps/issues/63"&gt;Album page (URL)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: &lt;a href="https://github.com/opps/opps/issues/62"&gt;Flat page&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: &lt;a href="https://github.com/opps/opps/issues/61"&gt;Article pagination&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: &lt;a href="https://github.com/opps/opps/issues/60"&gt;Feed per channel&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: &lt;a href="https://github.com/opps/opps/issues/59"&gt;Feed list all post&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/avelino.run"&gt;avelino/avelino.run&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/avelino.run/commits?author=avelino&amp;amp;since=2013-04-01T00:00:00Z&amp;amp;until=2013-04-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/.vimrc"&gt;avelino/.vimrc&lt;/a&gt;: 10 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/.vimrc/commits?author=avelino&amp;amp;since=2013-04-01T00:00:00Z&amp;amp;until=2013-04-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/opps/opps-multimedias"&gt;opps/opps-multimedias&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/opps/opps-multimedias/commits?author=avelino&amp;amp;since=2013-04-01T00:00:00Z&amp;amp;until=2013-04-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/opps/opps-project-template"&gt;opps/opps-project-template&lt;/a&gt;: 10 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/opps/opps-project-template/commits?author=avelino&amp;amp;since=2013-04-01T00:00:00Z&amp;amp;until=2013-04-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/opps/opps-recommendations"&gt;opps/opps-recommendations&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/opps/opps-recommendations/commits?author=avelino&amp;amp;since=2013-04-01T00:00:00Z&amp;amp;until=2013-04-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/django-googl"&gt;avelino/django-googl&lt;/a&gt;: 3 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/django-googl/commits?author=avelino&amp;amp;since=2013-04-01T00:00:00Z&amp;amp;until=2013-04-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/TracyWebTech/puppet-supervisor"&gt;TracyWebTech/puppet-supervisor&lt;/a&gt;: 2 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/TracyWebTech/puppet-supervisor/commits?author=avelino&amp;amp;since=2013-04-01T00:00:00Z&amp;amp;until=2013-04-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/ricobl/django-thumbor"&gt;ricobl/django-thumbor&lt;/a&gt;: 4 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/ricobl/django-thumbor/commits?author=avelino&amp;amp;since=2013-04-01T00:00:00Z&amp;amp;until=2013-04-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: 391 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/opps/opps/commits?author=avelino&amp;amp;since=2013-04-01T00:00:00Z&amp;amp;until=2013-04-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/thumbor/thumbor"&gt;thumbor/thumbor&lt;/a&gt;: 2 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/thumbor/thumbor/commits?author=avelino&amp;amp;since=2013-04-01T00:00:00Z&amp;amp;until=2013-04-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/opps/opps-polls"&gt;opps/opps-polls&lt;/a&gt;: 2 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/opps/opps-polls/commits?author=avelino&amp;amp;since=2013-04-01T00:00:00Z&amp;amp;until=2013-04-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/opps/opps-ganalytics"&gt;opps/opps-ganalytics&lt;/a&gt;: 9 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/opps/opps-ganalytics/commits?author=avelino&amp;amp;since=2013-04-01T00:00:00Z&amp;amp;until=2013-04-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap"&gt;editor-bootstrap/vim-bootstrap&lt;/a&gt;: 10 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/editor-bootstrap/vim-bootstrap/commits?author=avelino&amp;amp;since=2013-04-01T00:00:00Z&amp;amp;until=2013-04-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/opps/opps-app-template"&gt;opps/opps-app-template&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/opps/opps-app-template/commits?author=avelino&amp;amp;since=2013-04-01T00:00:00Z&amp;amp;until=2013-04-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 0 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Open Source Contributions - March 2013</title><link>https://avelino.run/foss/2013/03/</link><pubDate>Fri, 01 Mar 2013 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2013/03/</guid><description>&lt;p&gt;Explore the timeline of contributions for March 2013, highlighting significant events across 8 repositories. This month featured a total of 31 contributions, including 6 pull requests and 18 issues, reflecting a vibrant community dedicated to enhancing project development and collaboration.&lt;/p&gt;
&lt;h2 id="2013-03-29"&gt;2013-03-29&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: &lt;a href="https://github.com/opps/opps/pull/58"&gt;Taggit&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: &lt;a href="https://github.com/opps/opps/issues/57"&gt;django-tagging to django-taggit&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2013-03-28"&gt;2013-03-28&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: &lt;a href="https://github.com/opps/opps/issues/55"&gt;Upgrade Django 1.5.0 to 1.5.1&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2013-03-24"&gt;2013-03-24&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: &lt;a href="https://github.com/opps/opps/issues/49"&gt;Error on save Channel (Admin) cross channel domain&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2013-03-23"&gt;2013-03-23&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: &lt;a href="https://github.com/opps/opps/issues/48"&gt;Django multi site&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2013-03-19"&gt;2013-03-19&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: &lt;a href="https://github.com/opps/opps/issues/44"&gt;Publishing rule (Channel/Post) on views&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: &lt;a href="https://github.com/opps/opps/issues/43"&gt;Channel get absolute url&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: &lt;a href="https://github.com/opps/opps/issues/42"&gt;Opps Search Engine&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2013-03-15"&gt;2013-03-15&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: &lt;a href="https://github.com/opps/opps/issues/40"&gt;rewrite readme Markdown to reStructuredText (Pypi)&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2013-03-09"&gt;2013-03-09&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/fisadev/fisa-vim-config"&gt;fisadev/fisa-vim-config&lt;/a&gt;: &lt;a href="https://github.com/fisadev/fisa-vim-config/issues/35"&gt;Error detected while processing function pymode#queue#Poll:&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2013-03-08"&gt;2013-03-08&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: &lt;a href="https://github.com/opps/opps/issues/33"&gt;Sitemap generator&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: &lt;a href="https://github.com/opps/opps/issues/32"&gt;Specific template (channel / article)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: &lt;a href="https://github.com/opps/opps/issues/31"&gt;Use new format User models on FK, Django 1.5&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2013-03-06"&gt;2013-03-06&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: &lt;a href="https://github.com/opps/opps/pull/22"&gt;implement article list&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: &lt;a href="https://github.com/opps/opps/pull/21"&gt;fix channel url open article (post)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: &lt;a href="https://github.com/opps/opps/issues/28"&gt;Entry url home page (/)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: &lt;a href="https://github.com/opps/opps/issues/27"&gt;ArticleBox, newsgroup, another channel&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: &lt;a href="https://github.com/opps/opps/issues/26"&gt;write url rule list article (open article)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: &lt;a href="https://github.com/opps/opps/issues/25"&gt;write url rule article detail (list all article on channel)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: &lt;a href="https://github.com/opps/opps/issues/24"&gt;Create template article post_list.html&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: &lt;a href="https://github.com/opps/opps/issues/23"&gt;Create template article post_detail.html&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2013-03-05"&gt;2013-03-05&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: &lt;a href="https://github.com/opps/opps/pull/20"&gt;update version to 0.1.2 (basic)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: &lt;a href="https://github.com/opps/opps/pull/19"&gt;create basic entre url news (article post)&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2013-03-04"&gt;2013-03-04&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: &lt;a href="https://github.com/opps/opps/pull/18"&gt;fix save admin, auto select user (logged)&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: 321 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/opps/opps/commits?author=avelino&amp;amp;since=2013-03-01T00:00:00Z&amp;amp;until=2013-03-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/opps/opps-ganalytics"&gt;opps/opps-ganalytics&lt;/a&gt;: 39 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/opps/opps-ganalytics/commits?author=avelino&amp;amp;since=2013-03-01T00:00:00Z&amp;amp;until=2013-03-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/opps/opps-polls"&gt;opps/opps-polls&lt;/a&gt;: 8 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/opps/opps-polls/commits?author=avelino&amp;amp;since=2013-03-01T00:00:00Z&amp;amp;until=2013-03-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap"&gt;editor-bootstrap/vim-bootstrap&lt;/a&gt;: 5 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/editor-bootstrap/vim-bootstrap/commits?author=avelino&amp;amp;since=2013-03-01T00:00:00Z&amp;amp;until=2013-03-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/.vimrc"&gt;avelino/.vimrc&lt;/a&gt;: 5 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/.vimrc/commits?author=avelino&amp;amp;since=2013-03-01T00:00:00Z&amp;amp;until=2013-03-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/opps/opps-multimedias"&gt;opps/opps-multimedias&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/opps/opps-multimedias/commits?author=avelino&amp;amp;since=2013-03-01T00:00:00Z&amp;amp;until=2013-03-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/opps/opps-facebook-comments"&gt;opps/opps-facebook-comments&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/opps/opps-facebook-comments/commits?author=avelino&amp;amp;since=2013-03-01T00:00:00Z&amp;amp;until=2013-03-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 0 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Open Source Contributions - February 2013</title><link>https://avelino.run/foss/2013/02/</link><pubDate>Fri, 01 Feb 2013 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2013/02/</guid><description>&lt;p&gt;Explore the timeline of February 2013, highlighting the dynamic contributions made across various repositories. This month featured notable pushes, the opening of a pull request, and the initiation of multiple issues, showcasing the active engagement of developers in enhancing projects.&lt;/p&gt;
&lt;h2 id="2013-02-28"&gt;2013-02-28&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: &lt;a href="https://github.com/opps/opps/issues/15"&gt;FIx url redactor in opps.core.urls&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: &lt;a href="https://github.com/opps/opps/issues/14"&gt;version 0.1.2&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: &lt;a href="https://github.com/opps/opps/issues/13"&gt;Short url goo.gl&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2013-02-19"&gt;2013-02-19&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/django-googl"&gt;avelino/django-googl&lt;/a&gt;: &lt;a href="https://github.com/avelino/django-googl/pull/1"&gt;Write documentation on use googl in backend&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2013-02-06"&gt;2013-02-06&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: &lt;a href="https://github.com/opps/opps/issues/12"&gt;Active travis-ci on Opps Project&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: &lt;a href="https://github.com/opps/opps/issues/11"&gt;Write models test (use django testcase) on source&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: &lt;a href="https://github.com/opps/opps/issues/10"&gt;Write models test (use django testcase) on channel&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: &lt;a href="https://github.com/opps/opps/issues/9"&gt;Write models test (use django testcase) on profile&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: &lt;a href="https://github.com/opps/opps/issues/8"&gt;model source on core app&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: 142 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/opps/opps/commits?author=avelino&amp;amp;since=2013-02-01T00:00:00Z&amp;amp;until=2013-02-28T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/irccloud-chrome"&gt;avelino/irccloud-chrome&lt;/a&gt;: 13 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/irccloud-chrome/commits?author=avelino&amp;amp;since=2013-02-01T00:00:00Z&amp;amp;until=2013-02-28T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap"&gt;editor-bootstrap/vim-bootstrap&lt;/a&gt;: 6 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/editor-bootstrap/vim-bootstrap/commits?author=avelino&amp;amp;since=2013-02-01T00:00:00Z&amp;amp;until=2013-02-28T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/.vimrc"&gt;avelino/.vimrc&lt;/a&gt;: 6 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/.vimrc/commits?author=avelino&amp;amp;since=2013-02-01T00:00:00Z&amp;amp;until=2013-02-28T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/django-googl"&gt;avelino/django-googl&lt;/a&gt;: 2 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/django-googl/commits?author=avelino&amp;amp;since=2013-02-01T00:00:00Z&amp;amp;until=2013-02-28T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 0 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Open Source Contributions - January 2013</title><link>https://avelino.run/foss/2013/01/</link><pubDate>Tue, 01 Jan 2013 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2013/01/</guid><description>&lt;p&gt;Explore the timeline of contributions made in January 2013, showcasing a robust engagement with a total of 15 activities across 6 repositories. This month highlights the collaborative efforts of developers, featuring notable pull requests and issues that set the stage for ongoing improvements and innovations.&lt;/p&gt;
&lt;h2 id="2013-01-29"&gt;2013-01-29&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: &lt;a href="https://github.com/opps/opps/issues/7"&gt;Structure cache environment&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: &lt;a href="https://github.com/opps/opps/issues/6"&gt;Use django file browser (core)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: &lt;a href="https://github.com/opps/opps/issues/5"&gt;Use django tagging (core)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: &lt;a href="https://github.com/opps/opps/issues/4"&gt;menu list, get model channel&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: &lt;a href="https://github.com/opps/opps/issues/3"&gt;model article on core app&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: &lt;a href="https://github.com/opps/opps/issues/2"&gt;model profile journalist on core app&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: &lt;a href="https://github.com/opps/opps/issues/1"&gt;revise channel rule (save and edit)&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2013-01-18"&gt;2013-01-18&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/ella/ella"&gt;ella/ella&lt;/a&gt;: &lt;a href="https://github.com/ella/ella/pull/136"&gt;Change url (img) Travis CI&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/ella/ella"&gt;ella/ella&lt;/a&gt;: &lt;a href="https://github.com/ella/ella/pull/135"&gt;Fix pep8 on project ella&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/kevinw/pyflakes-vim"&gt;kevinw/pyflakes-vim&lt;/a&gt;: &lt;a href="https://github.com/kevinw/pyflakes-vim/issues/62"&gt;pyflakes-vim more powerline error&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2013-01-17"&gt;2013-01-17&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/joemiller/puppet-newrelic"&gt;joemiller/puppet-newrelic&lt;/a&gt;: &lt;a href="https://github.com/joemiller/puppet-newrelic/pull/8"&gt;apt-key from behind a firewall&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap"&gt;editor-bootstrap/vim-bootstrap&lt;/a&gt;: 19 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/editor-bootstrap/vim-bootstrap/commits?author=avelino&amp;amp;since=2013-01-01T00:00:00Z&amp;amp;until=2013-01-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/.vimrc"&gt;avelino/.vimrc&lt;/a&gt;: 19 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/.vimrc/commits?author=avelino&amp;amp;since=2013-01-01T00:00:00Z&amp;amp;until=2013-01-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/opps/opps"&gt;opps/opps&lt;/a&gt;: 17 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/opps/opps/commits?author=avelino&amp;amp;since=2013-01-01T00:00:00Z&amp;amp;until=2013-01-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/ella/ella"&gt;ella/ella&lt;/a&gt;: 14 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/ella/ella/commits?author=avelino&amp;amp;since=2013-01-01T00:00:00Z&amp;amp;until=2013-01-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 0 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Riak, alta performance NoSQL para seu projeto</title><link>https://avelino.run/riak-alta-performance-nosql-para-seu-projeto/</link><pubDate>Sun, 23 Dec 2012 00:00:00 +0000</pubDate><guid>https://avelino.run/riak-alta-performance-nosql-para-seu-projeto/</guid><description>&lt;p&gt;Esse ano de 2012 ajudei a comunidade &lt;a href="http://basho.com/products/riak-overview/"&gt;Riak&lt;/a&gt; que a cada dia esse banco de dados vem me surpreendendo. Estou para escrever um blogpost desde fevereiro, mas como vida de programador (pelo menos para mim esse ano) é agitada.&lt;/p&gt;
&lt;p&gt;Resolvi falar sobre a performance nesse primeiro blogpost sobre Riak e colocar na mesa um teste (relativamente simples) para compara o tempo de inserção, realmente é um teste simples se tratando de NoSQL.&lt;/p&gt;</description></item><item><title>Palestra sobre London Framework na PyCon Argentina</title><link>https://avelino.run/palestra-sobre-london-framework-na-pycon-argentina/</link><pubDate>Mon, 10 Dec 2012 00:00:00 +0000</pubDate><guid>https://avelino.run/palestra-sobre-london-framework-na-pycon-argentina/</guid><description>&lt;p&gt;&lt;code&gt;Universidad Nacional de Quilmes, local onde foi organizado a PyCon Argentina&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;No começo de junho o Mariano (organizador do evento &lt;code&gt;PyCon Argentina 2012&lt;/code&gt;, me fez um convite para ir palestra sobre &lt;code&gt;London Framework&lt;/code&gt; (Framework criado por &lt;a href="https://github.com/marinho"&gt;Marinho Brandão&lt;/a&gt;).&lt;/p&gt;
&lt;p&gt;Nada melhor do que conhecer pessoas e principalmente culturas novas, entender o que os Argentinos estão desenvolvendo e o que anda estudando, ou seja, fazer network (como falamos na área de tecnologia). Dava para ver no rosto dos argentinos a vontade de aprender e de consumir o maximo de informação possível, na PyCon Argentina de 2012 teve uma ótima seleção de palestra, onde foi abordado temas como asynchrony (twisted), Plone (com Erico Andrei - Brasileiro), web2py (com Massimo Di Pierro - criador do framework), Python 3.3 (com Brett Cannon - Desenvolvedor Google) e muito mais.&lt;/p&gt;</description></item><item><title>Open Source Contributions - December 2012</title><link>https://avelino.run/foss/2012/12/</link><pubDate>Sat, 01 Dec 2012 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2012/12/</guid><description>&lt;p&gt;Explore the timeline of contributions made in December 2012, showcasing a productive month with notable pushes and issues across multiple repositories. This period highlights the collaborative efforts and ongoing development in various projects.&lt;/p&gt;
&lt;h2 id="2012-12-19"&gt;2012-12-19&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/django-routers"&gt;avelino/django-routers&lt;/a&gt;: &lt;a href="https://github.com/avelino/django-routers/issues/2"&gt;Check if online server&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/django-routers"&gt;avelino/django-routers&lt;/a&gt;: &lt;a href="https://github.com/avelino/django-routers/issues/1"&gt;Weighted random selection&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2012-12-13"&gt;2012-12-13&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avatarnewyork/puppet-cloudbackup"&gt;avatarnewyork/puppet-cloudbackup&lt;/a&gt;: &lt;a href="https://github.com/avatarnewyork/puppet-cloudbackup/pull/1"&gt;Add rule to debian&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2012-12-10"&gt;2012-12-10&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/willianpc/zonjs"&gt;willianpc/zonjs&lt;/a&gt;: &lt;a href="https://github.com/willianpc/zonjs/pull/1"&gt;Create ZonJS Test suite&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2012-12-02"&gt;2012-12-02&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/beerblogging"&gt;avelino/beerblogging&lt;/a&gt;: &lt;a href="https://github.com/avelino/beerblogging/issues/26"&gt;Fix document in readme&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/beerblogging"&gt;avelino/beerblogging&lt;/a&gt;: 15 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/beerblogging/commits?author=avelino&amp;amp;since=2012-12-01T00:00:00Z&amp;amp;until=2012-12-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/django-googl"&gt;avelino/django-googl&lt;/a&gt;: 14 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/django-googl/commits?author=avelino&amp;amp;since=2012-12-01T00:00:00Z&amp;amp;until=2012-12-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/django-routers"&gt;avelino/django-routers&lt;/a&gt;: 10 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/django-routers/commits?author=avelino&amp;amp;since=2012-12-01T00:00:00Z&amp;amp;until=2012-12-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap"&gt;editor-bootstrap/vim-bootstrap&lt;/a&gt;: 6 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/editor-bootstrap/vim-bootstrap/commits?author=avelino&amp;amp;since=2012-12-01T00:00:00Z&amp;amp;until=2012-12-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/.vimrc"&gt;avelino/.vimrc&lt;/a&gt;: 6 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/.vimrc/commits?author=avelino&amp;amp;since=2012-12-01T00:00:00Z&amp;amp;until=2012-12-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/willianpc/zonjs"&gt;willianpc/zonjs&lt;/a&gt;: 3 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/willianpc/zonjs/commits?author=avelino&amp;amp;since=2012-12-01T00:00:00Z&amp;amp;until=2012-12-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 0 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Open Source Contributions - November 2012</title><link>https://avelino.run/foss/2012/11/</link><pubDate>Thu, 01 Nov 2012 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2012/11/</guid><description>&lt;p&gt;November 2012 was a dynamic month for contributions, showcasing a total of 11 repositories with significant activity. The timeline below highlights key events, including 6 pull requests and 2 issues, reflecting the collaborative efforts and progress made during this period.&lt;/p&gt;
&lt;h2 id="2012-11-28"&gt;2012-11-28&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/collective/collective.newrelic"&gt;collective/collective.newrelic&lt;/a&gt;: &lt;a href="https://github.com/collective/collective.newrelic/issues/4"&gt;Move repo to github.com/collective&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2012-11-13"&gt;2012-11-13&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/collective/Collective"&gt;collective/Collective&lt;/a&gt;: &lt;a href="https://github.com/collective/Collective/pull/551"&gt;following pattern of repository name&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/rdio-linux"&gt;avelino/rdio-linux&lt;/a&gt;: &lt;a href="https://github.com/avelino/rdio-linux/issues/9"&gt;Test QT&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2012-11-12"&gt;2012-11-12&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/collective/Collective"&gt;collective/Collective&lt;/a&gt;: &lt;a href="https://github.com/collective/Collective/pull/550"&gt;Create new repo Facebook Comments (collective.facebook.comments)&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2012-11-08"&gt;2012-11-08&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/collective/Collective"&gt;collective/Collective&lt;/a&gt;: &lt;a href="https://github.com/collective/Collective/pull/548"&gt;create fork avelino/collective.twitter.widget.portlets&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2012-11-07"&gt;2012-11-07&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/collective/Collective"&gt;collective/Collective&lt;/a&gt;: &lt;a href="https://github.com/collective/Collective/pull/545"&gt;Add avelino (profile) as team contributors&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/collective/collective.disqus"&gt;collective/collective.disqus&lt;/a&gt;: &lt;a href="https://github.com/collective/collective.disqus/pull/7"&gt;Fix pep8&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/cosent/plonesocial.microblog"&gt;cosent/plonesocial.microblog&lt;/a&gt;: &lt;a href="https://github.com/cosent/plonesocial.microblog/pull/3"&gt;Fix code style&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/collective.twitter.widget.portlets"&gt;avelino/collective.twitter.widget.portlets&lt;/a&gt;: 39 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/collective.twitter.widget.portlets/commits?author=avelino&amp;amp;since=2012-11-01T00:00:00Z&amp;amp;until=2012-11-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/talks"&gt;avelino/talks&lt;/a&gt;: 10 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/talks/commits?author=avelino&amp;amp;since=2012-11-01T00:00:00Z&amp;amp;until=2012-11-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/collective/Collective"&gt;collective/Collective&lt;/a&gt;: 7 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/collective/Collective/commits?author=avelino&amp;amp;since=2012-11-01T00:00:00Z&amp;amp;until=2012-11-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/cosent/plonesocial.microblog"&gt;cosent/plonesocial.microblog&lt;/a&gt;: 5 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/cosent/plonesocial.microblog/commits?author=avelino&amp;amp;since=2012-11-01T00:00:00Z&amp;amp;until=2012-11-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/buildout.sample.dev"&gt;avelino/buildout.sample.dev&lt;/a&gt;: 4 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/buildout.sample.dev/commits?author=avelino&amp;amp;since=2012-11-01T00:00:00Z&amp;amp;until=2012-11-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap"&gt;editor-bootstrap/vim-bootstrap&lt;/a&gt;: 3 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/editor-bootstrap/vim-bootstrap/commits?author=avelino&amp;amp;since=2012-11-01T00:00:00Z&amp;amp;until=2012-11-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/.vimrc"&gt;avelino/.vimrc&lt;/a&gt;: 3 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/.vimrc/commits?author=avelino&amp;amp;since=2012-11-01T00:00:00Z&amp;amp;until=2012-11-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/avelino.run"&gt;avelino/avelino.run&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/avelino.run/commits?author=avelino&amp;amp;since=2012-11-01T00:00:00Z&amp;amp;until=2012-11-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 0 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Comandos tmux (cheat sheet)</title><link>https://avelino.run/comandos-tmux-cheat-sheet/</link><pubDate>Mon, 08 Oct 2012 00:00:00 +0000</pubDate><guid>https://avelino.run/comandos-tmux-cheat-sheet/</guid><description>&lt;p&gt;&lt;a href=""&gt;tmux&lt;/a&gt; é um software que pode ser usado para vários consoles de multiplex virtuais, permitindo que um usuário acesse múltiplas sessões de terminais separados dentro de uma janela de um único terminal ou sessão de terminal remoto. É útil para lidar com vários programas a partir de uma interface de linha de comando, e para separar os programas a partir do shell do Unix, que começou o programa. Distribuído sob uma licença BSD.&lt;/p&gt;</description></item><item><title>Open Source Contributions - October 2012</title><link>https://avelino.run/foss/2012/10/</link><pubDate>Mon, 01 Oct 2012 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2012/10/</guid><description>&lt;p&gt;Explore the timeline of October 2012, showcasing key contributions across three repositories. This month featured a total of 12 commits, reflecting the vibrant activity within the open-source ecosystem.&lt;/p&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap"&gt;editor-bootstrap/vim-bootstrap&lt;/a&gt;: 5 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/editor-bootstrap/vim-bootstrap/commits?author=avelino&amp;amp;since=2012-10-01T00:00:00Z&amp;amp;until=2012-10-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/.vimrc"&gt;avelino/.vimrc&lt;/a&gt;: 5 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/.vimrc/commits?author=avelino&amp;amp;since=2012-10-01T00:00:00Z&amp;amp;until=2012-10-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/avelino.run"&gt;avelino/avelino.run&lt;/a&gt;: 2 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/avelino.run/commits?author=avelino&amp;amp;since=2012-10-01T00:00:00Z&amp;amp;until=2012-10-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 0 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Open Source Contributions - September 2012</title><link>https://avelino.run/foss/2012/09/</link><pubDate>Sat, 01 Sep 2012 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2012/09/</guid><description>&lt;p&gt;In September 2012, the development community made notable strides, contributing to three repositories with various updates including a pull request and several issues. This timeline highlights the key events and contributions that shaped the month.&lt;/p&gt;
&lt;h2 id="2012-09-07"&gt;2012-09-07&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/rdio-linux"&gt;avelino/rdio-linux&lt;/a&gt;: &lt;a href="https://github.com/avelino/rdio-linux/pull/8"&gt;Menu&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/rdio-linux"&gt;avelino/rdio-linux&lt;/a&gt;: &lt;a href="https://github.com/avelino/rdio-linux/issues/7"&gt;Resize window&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/rdio-linux"&gt;avelino/rdio-linux&lt;/a&gt;: &lt;a href="https://github.com/avelino/rdio-linux/issues/6"&gt;Check dependence installation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/rdio-linux"&gt;avelino/rdio-linux&lt;/a&gt;: &lt;a href="https://github.com/avelino/rdio-linux/issues/5"&gt;Add icon on multimedia menu&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/rdio-linux"&gt;avelino/rdio-linux&lt;/a&gt;: &lt;a href="https://github.com/avelino/rdio-linux/issues/4"&gt;Package DEB&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/rdio-linux"&gt;avelino/rdio-linux&lt;/a&gt;: 21 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/rdio-linux/commits?author=avelino&amp;amp;since=2012-09-01T00:00:00Z&amp;amp;until=2012-09-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap"&gt;editor-bootstrap/vim-bootstrap&lt;/a&gt;: 2 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/editor-bootstrap/vim-bootstrap/commits?author=avelino&amp;amp;since=2012-09-01T00:00:00Z&amp;amp;until=2012-09-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/.vimrc"&gt;avelino/.vimrc&lt;/a&gt;: 2 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/.vimrc/commits?author=avelino&amp;amp;since=2012-09-01T00:00:00Z&amp;amp;until=2012-09-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 0 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Plone para desenvolvedores Python</title><link>https://avelino.run/plone-para-desenvolvedores-python/</link><pubDate>Thu, 30 Aug 2012 00:00:00 +0000</pubDate><guid>https://avelino.run/plone-para-desenvolvedores-python/</guid><description>&lt;p&gt;Sempre que uma pessoa vinha falar de &lt;a href="http://plone.org/"&gt;Plone&lt;/a&gt; para mim eu não me sentia muito bem pois não conhecia e o pessoal que sempre conversei que desenvolvia em Plone e depois conheceu &lt;a href="https://www.djangoproject.com/"&gt;Django&lt;/a&gt; sempre falava que não valia apena mexer com Plone! Será que isso é realmente verdade?&lt;/p&gt;
&lt;p&gt;Depois do que eu escutei o pessoal falando eu não queria nem saber desse cara chamado Plone, ate mesmo que para desenvolver uma solução de gerenciamento de conteúdo usando Django não é muito trabalhoso (Realmente era assim que eu pensava, mal eu sabia que estava completamente enganado). Como eu fiz para mudar esse preconceito que tinha?&lt;/p&gt;</description></item><item><title>Proxy transparente com Nginx</title><link>https://avelino.run/proxy-transparente-com-nginx/</link><pubDate>Thu, 09 Aug 2012 00:00:00 +0000</pubDate><guid>https://avelino.run/proxy-transparente-com-nginx/</guid><description>&lt;p&gt;Muitas pessoas usam Squid para fazer qual quer tipo de proxy, ate mesmo para proxy transparente para usar em servidor web, por exemplo:&lt;/p&gt;
&lt;p&gt;Você tem um site que precisa ter IP aqui no Brasil so que como o custo de servidor e link aqui no Brasil é muito caro, você pode fazer um proxy transparente para o servidor aqui no Brasil ser um cara que vai receber a requisição e repassar para o outro servidor que esteja em qual quer lugar do mundo. Com essa solução podemos ter uma maquina simples (maquina com pouco poder de processamento) pois ela só vai receber o trafego e repassar para o servidor que esteja em outro local.&lt;/p&gt;</description></item><item><title>Open Source Contributions - August 2012</title><link>https://avelino.run/foss/2012/08/</link><pubDate>Wed, 01 Aug 2012 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2012/08/</guid><description>&lt;p&gt;August 2012 marked a productive month in the development community, showcasing the contributions of multiple repositories. This timeline highlights key events such as push activities, pull requests, and issue resolutions that shaped the collaborative efforts during this period.&lt;/p&gt;
&lt;h2 id="2012-08-27"&gt;2012-08-27&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/xiru/plone.api.json"&gt;xiru/plone.api.json&lt;/a&gt;: &lt;a href="https://github.com/xiru/plone.api.json/pull/1"&gt;Fix markdown&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2012-08-25"&gt;2012-08-25&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/plone/plone.api"&gt;plone/plone.api&lt;/a&gt;: &lt;a href="https://github.com/plone/plone.api/pull/28"&gt;Add new tests&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/plone/plone.api"&gt;plone/plone.api&lt;/a&gt;: &lt;a href="https://github.com/plone/plone.api/pull/27"&gt;Review source commented&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2012-08-24"&gt;2012-08-24&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/basho/riak-python-client"&gt;basho/riak-python-client&lt;/a&gt;: &lt;a href="https://github.com/basho/riak-python-client/issues/144"&gt;Split unit test&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2012-08-23"&gt;2012-08-23&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/basho/riak-python-client"&gt;basho/riak-python-client&lt;/a&gt;: &lt;a href="https://github.com/basho/riak-python-client/pull/143"&gt;Fix pep8 #141&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/.vimrc"&gt;avelino/.vimrc&lt;/a&gt;: 22 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/.vimrc/commits?author=avelino&amp;amp;since=2012-08-01T00:00:00Z&amp;amp;until=2012-08-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap"&gt;editor-bootstrap/vim-bootstrap&lt;/a&gt;: 21 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/editor-bootstrap/vim-bootstrap/commits?author=avelino&amp;amp;since=2012-08-01T00:00:00Z&amp;amp;until=2012-08-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/plone/plone.api"&gt;plone/plone.api&lt;/a&gt;: 6 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/plone/plone.api/commits?author=avelino&amp;amp;since=2012-08-01T00:00:00Z&amp;amp;until=2012-08-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 0 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Open Source Contributions - July 2012</title><link>https://avelino.run/foss/2012/07/</link><pubDate>Sun, 01 Jul 2012 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2012/07/</guid><description>&lt;p&gt;Explore the timeline of contributions for July 2012, highlighting a pivotal push event in the avelino/votacao_paredao_bbb repository, which included 35 impactful commits.&lt;/p&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/votacao_paredao_bbb"&gt;avelino/votacao_paredao_bbb&lt;/a&gt;: 35 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/votacao_paredao_bbb/commits?author=avelino&amp;amp;since=2012-07-01T00:00:00Z&amp;amp;until=2012-07-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 0 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Criando package (modulo) em Node.js</title><link>https://avelino.run/criando-package-modulo-em-node.js/</link><pubDate>Sat, 23 Jun 2012 00:00:00 +0000</pubDate><guid>https://avelino.run/criando-package-modulo-em-node.js/</guid><description>&lt;p&gt;Existe muitas pessoas querendo estudar Node.js pela simplicidade de trabalhar com processamento assíncrono e por usar JavaScript em server side. JavaScript é uma linguagem simples mas para desenvolvimento Client side mas ao mesmo tempo quando colocamos JavaScript do lado do servidor começa a surgi algumas duvidas como: estrutura do software, como criar biblioteca, qual Framework usar e muitas outras.&lt;/p&gt;
&lt;p&gt;Dando uma olhada no Github vi que tem muitos software que parece uma lingüiça com mais de 500 linhas em um mesmo arquivo, aí me vem a seguinte pergunta &amp;quot;JavaScript não é orientado a objeto?&amp;quot; logicamente que sim, então tem alguma coisa errada pois uns dos paradigma é dividir funcionabilidade onde cada modulo faça sua parte e usando todas faz o que foi proposto a ser feito.&lt;/p&gt;</description></item><item><title>Open Source Contributions - June 2012</title><link>https://avelino.run/foss/2012/06/</link><pubDate>Fri, 01 Jun 2012 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2012/06/</guid><description>&lt;p&gt;In June 2012, contributors made notable strides across 4 repositories, marked by 3 significant push events and the opening of a key pull request. This timeline highlights the collaborative efforts and advancements achieved during the month.&lt;/p&gt;
&lt;h2 id="2012-06-27"&gt;2012-06-27&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/beerblogging"&gt;avelino/beerblogging&lt;/a&gt;: &lt;a href="https://github.com/avelino/beerblogging/pull/25"&gt;Adding feedburner PyAvelino url&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap"&gt;editor-bootstrap/vim-bootstrap&lt;/a&gt;: 4 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/editor-bootstrap/vim-bootstrap/commits?author=avelino&amp;amp;since=2012-06-01T00:00:00Z&amp;amp;until=2012-06-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/.vimrc"&gt;avelino/.vimrc&lt;/a&gt;: 4 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/.vimrc/commits?author=avelino&amp;amp;since=2012-06-01T00:00:00Z&amp;amp;until=2012-06-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/flux.vim"&gt;avelino/flux.vim&lt;/a&gt;: 2 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/flux.vim/commits?author=avelino&amp;amp;since=2012-06-01T00:00:00Z&amp;amp;until=2012-06-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 0 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Open Source Contributions - May 2012</title><link>https://avelino.run/foss/2012/05/</link><pubDate>Tue, 01 May 2012 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2012/05/</guid><description>&lt;p&gt;Explore the contributions made in May 2012, highlighting key events such as code pushes and pull requests across three repositories. This timeline captures the collaborative spirit and development progress within the community.&lt;/p&gt;
&lt;h2 id="2012-05-17"&gt;2012-05-17&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/msanders/snipmate.vim"&gt;msanders/snipmate.vim&lt;/a&gt;: &lt;a href="https://github.com/msanders/snipmate.vim/pull/45"&gt;python.snippets&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2012-05-06"&gt;2012-05-06&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/avelino/.vimrc"&gt;avelino/.vimrc&lt;/a&gt;: &lt;a href="https://github.com/avelino/.vimrc/pull/6"&gt;Pathogen&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap"&gt;editor-bootstrap/vim-bootstrap&lt;/a&gt;: 22 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/editor-bootstrap/vim-bootstrap/commits?author=avelino&amp;amp;since=2012-05-01T00:00:00Z&amp;amp;until=2012-05-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/.vimrc"&gt;avelino/.vimrc&lt;/a&gt;: 22 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/.vimrc/commits?author=avelino&amp;amp;since=2012-05-01T00:00:00Z&amp;amp;until=2012-05-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 7 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Trabalhar para empresa de fora do Brasil</title><link>https://avelino.run/trabalhar-para-empresa-de-fora-do-brasil/</link><pubDate>Fri, 20 Apr 2012 00:00:00 +0000</pubDate><guid>https://avelino.run/trabalhar-para-empresa-de-fora-do-brasil/</guid><description>&lt;p&gt;O tema é muito abrangente mas vou focar justamente para a área tecnologia onde temos a possibilidade de trabalhar remoto (vulgo home office, que é um outro tema que gera muita polemica).&lt;/p&gt;
&lt;p&gt;Hoje fecha um total de 3 dias trabalhando na empresa &lt;a href="http://mochii.co.uk/"&gt;Mochii&lt;/a&gt; (Realmente achei o site da empresa muito nerd e extremamente diferente, esse e outros motivo me fez trabalhar com eles) e durante esses três dias tive uma ótima experiencia para compartilhar.&lt;/p&gt;</description></item><item><title>Open Source Contributions - April 2012</title><link>https://avelino.run/foss/2012/04/</link><pubDate>Sun, 01 Apr 2012 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2012/04/</guid><description>&lt;p&gt;In April 2012, the development activities included notable contributions across two repositories. This timeline showcases the key events such as pushes and issue management that shaped the month.&lt;/p&gt;
&lt;h2 id="2012-04-29"&gt;2012-04-29&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/.vimrc"&gt;avelino/.vimrc&lt;/a&gt;: &lt;a href="https://github.com/avelino/.vimrc/issues/5"&gt;Python auto complete&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/rsync-backup.sh"&gt;avelino/rsync-backup.sh&lt;/a&gt;: 2 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/rsync-backup.sh/commits?author=avelino&amp;amp;since=2012-04-01T00:00:00Z&amp;amp;until=2012-04-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/.vimrc"&gt;avelino/.vimrc&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/.vimrc/commits?author=avelino&amp;amp;since=2012-04-01T00:00:00Z&amp;amp;until=2012-04-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 0 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Open Source Contributions - March 2012</title><link>https://avelino.run/foss/2012/03/</link><pubDate>Thu, 01 Mar 2012 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2012/03/</guid><description>&lt;p&gt;In March 2012, the development community showcased their collaborative spirit with a total of 4 contributions across 3 repositories. This timeline highlights key activities, including significant pushes and a noteworthy pull request, reflecting the ongoing commitment to enhancing projects and fostering innovation.&lt;/p&gt;
&lt;h2 id="2012-03-17"&gt;2012-03-17&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/rafaelsierra/wedraw"&gt;rafaelsierra/wedraw&lt;/a&gt;: &lt;a href="https://github.com/rafaelsierra/wedraw/pull/1"&gt;Add all dependence node modules&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap"&gt;editor-bootstrap/vim-bootstrap&lt;/a&gt;: 11 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/editor-bootstrap/vim-bootstrap/commits?author=avelino&amp;amp;since=2012-03-01T00:00:00Z&amp;amp;until=2012-03-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/.vimrc"&gt;avelino/.vimrc&lt;/a&gt;: 11 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/.vimrc/commits?author=avelino&amp;amp;since=2012-03-01T00:00:00Z&amp;amp;until=2012-03-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/rafaelsierra/wedraw"&gt;rafaelsierra/wedraw&lt;/a&gt;: 3 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/rafaelsierra/wedraw/commits?author=avelino&amp;amp;since=2012-03-01T00:00:00Z&amp;amp;until=2012-03-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 0 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Test é para os fracos</title><link>https://avelino.run/test-%C3%A9-para-os-fracos/</link><pubDate>Fri, 24 Feb 2012 00:00:00 +0000</pubDate><guid>https://avelino.run/test-%C3%A9-para-os-fracos/</guid><description>&lt;p&gt;Em novembro fiz mais uma palestra sobre &lt;code&gt;teste unitários&lt;/code&gt; só que agora com o titulo da palestra bem diferente &lt;a href="http://www.slideshare.net/avelinoo/test-para-os-fracos"&gt;&amp;quot;Test é para os fracos&amp;quot;&lt;/a&gt;, o motivo desse titulo é para deixar a palestra mais dinâmica pois escrever teste não é uma tarefa muito simples no primeiro contato.&lt;/p&gt;
&lt;p&gt;Tem muitas pessoas que acha que escrever teste não garante que o software não tem bug, isso é claro, mas vamos encarar o problema quando quando tiver que mudar o software, caso ele esteja como teste na parte onde esta sendo implementado novas funcionalidade e venha quebrar ai sim vamos dar valor aos teste.&lt;/p&gt;</description></item><item><title>Open Source Contributions - February 2012</title><link>https://avelino.run/foss/2012/02/</link><pubDate>Wed, 01 Feb 2012 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2012/02/</guid><description>&lt;p&gt;This timeline highlights the key contributions made in February 2012, showcasing the collaborative efforts across three repositories. With notable push events and a pull request, it reflects the ongoing commitment to enhancing open-source projects.&lt;/p&gt;
&lt;h2 id="2012-02-25"&gt;2012-02-25&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/ekalinin/nodeenv"&gt;ekalinin/nodeenv&lt;/a&gt;: &lt;a href="https://github.com/ekalinin/nodeenv/pull/12"&gt;Centralize envs on folder ~/.nodeenvs&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap"&gt;editor-bootstrap/vim-bootstrap&lt;/a&gt;: 6 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/editor-bootstrap/vim-bootstrap/commits?author=avelino&amp;amp;since=2012-02-01T00:00:00Z&amp;amp;until=2012-02-29T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/.vimrc"&gt;avelino/.vimrc&lt;/a&gt;: 6 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/.vimrc/commits?author=avelino&amp;amp;since=2012-02-01T00:00:00Z&amp;amp;until=2012-02-29T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 0 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Open Source Contributions - January 2012</title><link>https://avelino.run/foss/2012/01/</link><pubDate>Sun, 01 Jan 2012 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2012/01/</guid><description>&lt;p&gt;Welcome to the January 2012 contributions timeline, highlighting key developments in two active repositories. This month featured substantial progress with a total of 26 commits across both projects, showcasing the ongoing commitment to enhancing collaborative coding efforts.&lt;/p&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap"&gt;editor-bootstrap/vim-bootstrap&lt;/a&gt;: 13 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/editor-bootstrap/vim-bootstrap/commits?author=avelino&amp;amp;since=2012-01-01T00:00:00Z&amp;amp;until=2012-01-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/.vimrc"&gt;avelino/.vimrc&lt;/a&gt;: 13 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/.vimrc/commits?author=avelino&amp;amp;since=2012-01-01T00:00:00Z&amp;amp;until=2012-01-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 0 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>VIM a IDE para programadores Python</title><link>https://avelino.run/vim-a-ide-para-programadores-python/</link><pubDate>Thu, 22 Dec 2011 00:00:00 +0000</pubDate><guid>https://avelino.run/vim-a-ide-para-programadores-python/</guid><description>&lt;p&gt;Depois muito tempo sem escrever nada no meu blog, escolhi esse tema para chamar a atenção do pessoal que esta começando desenvolver em Python que sempre pergunta qual é a melhor IDE para desenvolver em Python ou qual quer programador que usa uma super IDE pesado porque tem o recurso X, Y e Z.&lt;/p&gt;
&lt;p&gt;Com o VIM podemos ter todos os recurso avançado que temos em qual quer IDE, basta algumas configurações para que esses recursos ser ativado, para facilitar a vida de todos compartilhei o meu &lt;code&gt;.vimrc&lt;/code&gt; e nesse post vou explicar como usar o mesmo.&lt;/p&gt;</description></item><item><title>Open Source Contributions - December 2011</title><link>https://avelino.run/foss/2011/12/</link><pubDate>Thu, 01 Dec 2011 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2011/12/</guid><description>&lt;p&gt;This timeline highlights the key contributions made in December 2011, showcasing the collaborative efforts across two repositories, including notable push events that contributed to the vibrant open-source community.&lt;/p&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap"&gt;editor-bootstrap/vim-bootstrap&lt;/a&gt;: 13 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/editor-bootstrap/vim-bootstrap/commits?author=avelino&amp;amp;since=2011-12-01T00:00:00Z&amp;amp;until=2011-12-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/.vimrc"&gt;avelino/.vimrc&lt;/a&gt;: 13 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/.vimrc/commits?author=avelino&amp;amp;since=2011-12-01T00:00:00Z&amp;amp;until=2011-12-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 0 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Open Source Contributions - November 2011</title><link>https://avelino.run/foss/2011/11/</link><pubDate>Tue, 01 Nov 2011 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2011/11/</guid><description>&lt;p&gt;This timeline highlights the key contributions made in November 2011, detailing the active engagement across various repositories. With 8 repositories involved, significant pushes, and the opening of important issues and a pull request, this month marked notable progress in collaborative software development.&lt;/p&gt;
&lt;h2 id="2011-11-24"&gt;2011-11-24&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/vic/typhon"&gt;vic/typhon&lt;/a&gt;: &lt;a href="https://github.com/vic/typhon/pull/2"&gt;Implementation PEP8 and Encode UTF-8&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2011-11-12"&gt;2011-11-12&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/python-opencv-detect"&gt;avelino/python-opencv-detect&lt;/a&gt;: &lt;a href="https://github.com/avelino/python-opencv-detect/issues/1"&gt;Create hand detect&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2011-11-04"&gt;2011-11-04&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/cadu-leite/python-people"&gt;cadu-leite/python-people&lt;/a&gt;: &lt;a href="https://github.com/cadu-leite/python-people/issues/4"&gt;url friend to profile&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/python-opencv-detect"&gt;avelino/python-opencv-detect&lt;/a&gt;: 7 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/python-opencv-detect/commits?author=avelino&amp;amp;since=2011-11-01T00:00:00Z&amp;amp;until=2011-11-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/vic/typhon"&gt;vic/typhon&lt;/a&gt;: 4 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/vic/typhon/commits?author=avelino&amp;amp;since=2011-11-01T00:00:00Z&amp;amp;until=2011-11-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap"&gt;editor-bootstrap/vim-bootstrap&lt;/a&gt;: 4 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/editor-bootstrap/vim-bootstrap/commits?author=avelino&amp;amp;since=2011-11-01T00:00:00Z&amp;amp;until=2011-11-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/.vimrc"&gt;avelino/.vimrc&lt;/a&gt;: 4 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/.vimrc/commits?author=avelino&amp;amp;since=2011-11-01T00:00:00Z&amp;amp;until=2011-11-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/readertogplusfriends"&gt;avelino/readertogplusfriends&lt;/a&gt;: 3 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/readertogplusfriends/commits?author=avelino&amp;amp;since=2011-11-01T00:00:00Z&amp;amp;until=2011-11-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/grooveshark-scrobbler"&gt;avelino/grooveshark-scrobbler&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/grooveshark-scrobbler/commits?author=avelino&amp;amp;since=2011-11-01T00:00:00Z&amp;amp;until=2011-11-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/pycorreios"&gt;avelino/pycorreios&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/pycorreios/commits?author=avelino&amp;amp;since=2011-11-01T00:00:00Z&amp;amp;until=2011-11-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 0 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Nova versão da API do Dropbox</title><link>https://avelino.run/nova-vers%C3%A3o-da-api-do-dropbox/</link><pubDate>Thu, 13 Oct 2011 00:00:00 +0000</pubDate><guid>https://avelino.run/nova-vers%C3%A3o-da-api-do-dropbox/</guid><description>&lt;p&gt;Dia 14/09/2011 o Dropbox lançou a nova versão 1.0 da API, nesse lançamento trouxe muitas novidades e melhorias:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Suporte para aplicações web&lt;/li&gt;
&lt;li&gt;Suporte para criação de pasta (Na versão 0.1 da API não tinha)&lt;/li&gt;
&lt;li&gt;Novo site para desenvolvedores, com documentação simples e completa &lt;a href="https://www.dropbox.com/developers_beta"&gt;https://www.dropbox.com/developers_beta&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Melhor compartilhamento de arquivo, streaming, busca por arquivo e suporte para revisão de arquivo&lt;/li&gt;
&lt;li&gt;Implementação no controle de nomes de arquivos, para não sobrescrever arquivos já salvo&lt;/li&gt;
&lt;li&gt;SDK atualizado para iOS, Android, Python, Ruby e Java que implementa todas modificações e documentação&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Link do repositorio (Python Pypi) da nova biblioteca &lt;a href="http://pypi.python.org/pypi/dropbox/1.1"&gt;http://pypi.python.org/pypi/dropbox/1.1&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Open Source Contributions - October 2011</title><link>https://avelino.run/foss/2011/10/</link><pubDate>Sat, 01 Oct 2011 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2011/10/</guid><description>&lt;p&gt;Explore the timeline of October 2011, highlighting key contributions from various repositories. This month featured 5 active projects, with notable events including a pull request aimed at enhancing testing in the django-jobim repository and an issue addressing Nginx monitoring in the fish-slapping project.&lt;/p&gt;
&lt;h2 id="2011-10-18"&gt;2011-10-18&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/cabello/django-jobim"&gt;cabello/django-jobim&lt;/a&gt;: &lt;a href="https://github.com/cabello/django-jobim/pull/5"&gt;Add test in contact and create file requirements (pip freeze)&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2011-10-03"&gt;2011-10-03&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/lfagundes/fish-slapping"&gt;lfagundes/fish-slapping&lt;/a&gt;: &lt;a href="https://github.com/lfagundes/fish-slapping/issues/1"&gt;Plugin para monitorar Nginx&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/readertogplusfriends"&gt;avelino/readertogplusfriends&lt;/a&gt;: 4 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/readertogplusfriends/commits?author=avelino&amp;amp;since=2011-10-01T00:00:00Z&amp;amp;until=2011-10-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap"&gt;editor-bootstrap/vim-bootstrap&lt;/a&gt;: 2 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/editor-bootstrap/vim-bootstrap/commits?author=avelino&amp;amp;since=2011-10-01T00:00:00Z&amp;amp;until=2011-10-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/.vimrc"&gt;avelino/.vimrc&lt;/a&gt;: 2 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/.vimrc/commits?author=avelino&amp;amp;since=2011-10-01T00:00:00Z&amp;amp;until=2011-10-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/cabello/django-jobim"&gt;cabello/django-jobim&lt;/a&gt;: 2 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/cabello/django-jobim/commits?author=avelino&amp;amp;since=2011-10-01T00:00:00Z&amp;amp;until=2011-10-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 0 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Open Source Contributions - September 2011</title><link>https://avelino.run/foss/2011/09/</link><pubDate>Thu, 01 Sep 2011 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2011/09/</guid><description>&lt;p&gt;Explore the timeline of September 2011, where we track key contributions and activities within the avelino/dgrid repository, marking a month of focused development with one significant push event.&lt;/p&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/dgrid"&gt;avelino/dgrid&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/dgrid/commits?author=avelino&amp;amp;since=2011-09-01T00:00:00Z&amp;amp;until=2011-09-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 0 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Open Source Contributions - August 2011</title><link>https://avelino.run/foss/2011/08/</link><pubDate>Mon, 01 Aug 2011 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2011/08/</guid><description>&lt;p&gt;Explore the contributions made in August 2011, highlighting key developments across five repositories. This timeline details various events including pushes, a pull request, and an issue, reflecting the collaborative efforts and advancements in the open-source community during the month.&lt;/p&gt;
&lt;h2 id="2011-08-30"&gt;2011-08-30&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/lleitep3/maxLengthBox"&gt;lleitep3/maxLengthBox&lt;/a&gt;: &lt;a href="https://github.com/lleitep3/maxLengthBox/issues/3"&gt;Implementação de Teste Unitario&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2011-08-22"&gt;2011-08-22&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/lleitep3/maxLengthBox"&gt;lleitep3/maxLengthBox&lt;/a&gt;: &lt;a href="https://github.com/lleitep3/maxLengthBox/pull/1"&gt;Modificação do README&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/nql"&gt;avelino/nql&lt;/a&gt;: 9 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/nql/commits?author=avelino&amp;amp;since=2011-08-01T00:00:00Z&amp;amp;until=2011-08-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/dgrid"&gt;avelino/dgrid&lt;/a&gt;: 5 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/dgrid/commits?author=avelino&amp;amp;since=2011-08-01T00:00:00Z&amp;amp;until=2011-08-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap"&gt;editor-bootstrap/vim-bootstrap&lt;/a&gt;: 4 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/editor-bootstrap/vim-bootstrap/commits?author=avelino&amp;amp;since=2011-08-01T00:00:00Z&amp;amp;until=2011-08-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/.vimrc"&gt;avelino/.vimrc&lt;/a&gt;: 4 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/.vimrc/commits?author=avelino&amp;amp;since=2011-08-01T00:00:00Z&amp;amp;until=2011-08-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/lleitep3/maxLengthBox"&gt;lleitep3/maxLengthBox&lt;/a&gt;: 2 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/lleitep3/maxLengthBox/commits?author=avelino&amp;amp;since=2011-08-01T00:00:00Z&amp;amp;until=2011-08-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 0 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Open Source Contributions - July 2011</title><link>https://avelino.run/foss/2011/07/</link><pubDate>Fri, 01 Jul 2011 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2011/07/</guid><description>&lt;p&gt;In July 2011, a total of 4 repositories saw considerable contributions, culminating in 10 distinct commits. This timeline highlights the impactful developments and collaborative efforts made during this month.&lt;/p&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/ilix"&gt;avelino/ilix&lt;/a&gt;: 3 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/ilix/commits?author=avelino&amp;amp;since=2011-07-01T00:00:00Z&amp;amp;until=2011-07-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap"&gt;editor-bootstrap/vim-bootstrap&lt;/a&gt;: 3 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/editor-bootstrap/vim-bootstrap/commits?author=avelino&amp;amp;since=2011-07-01T00:00:00Z&amp;amp;until=2011-07-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/.vimrc"&gt;avelino/.vimrc&lt;/a&gt;: 3 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/.vimrc/commits?author=avelino&amp;amp;since=2011-07-01T00:00:00Z&amp;amp;until=2011-07-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/dgrid"&gt;avelino/dgrid&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/dgrid/commits?author=avelino&amp;amp;since=2011-07-01T00:00:00Z&amp;amp;until=2011-07-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 0 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Open Source Contributions - June 2011</title><link>https://avelino.run/foss/2011/06/</link><pubDate>Wed, 01 Jun 2011 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2011/06/</guid><description>&lt;p&gt;Explore the timeline of contributions for June 2011, highlighting key activities and milestones achieved within two repositories, showcasing the collaborative spirit of development.&lt;/p&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap"&gt;editor-bootstrap/vim-bootstrap&lt;/a&gt;: 4 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/editor-bootstrap/vim-bootstrap/commits?author=avelino&amp;amp;since=2011-06-01T00:00:00Z&amp;amp;until=2011-06-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/.vimrc"&gt;avelino/.vimrc&lt;/a&gt;: 4 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/.vimrc/commits?author=avelino&amp;amp;since=2011-06-01T00:00:00Z&amp;amp;until=2011-06-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 0 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Entendendo na pratica como funciona a linguagem Go</title><link>https://avelino.run/entendendo-na-pratica-como-funciona-a-linguagem-go/</link><pubDate>Wed, 25 May 2011 00:00:00 +0000</pubDate><guid>https://avelino.run/entendendo-na-pratica-como-funciona-a-linguagem-go/</guid><description>&lt;p&gt;A linguagem Go é um projeto open source para tornar os programadores mais produtivos.&lt;/p&gt;
&lt;p&gt;Go foi desenvolvido para utilização maxima do CPU, tornando um processo simples para criar aplicação Multithreaded, o processo de utilização de maquinas na rede para processar determinado programa também é bem simples, assim tornando um software mais flexível e modular.&lt;/p&gt;
&lt;p&gt;Vamos montar um servidor HTTP em Go.&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;"&gt;&lt;code class="language-go" data-lang="go"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#f92672"&gt;package&lt;/span&gt; &lt;span style="color:#a6e22e"&gt;main&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#f92672"&gt;import&lt;/span&gt; (
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &lt;span style="color:#e6db74"&gt;&amp;#34;http&amp;#34;&lt;/span&gt;;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &lt;span style="color:#e6db74"&gt;&amp;#34;io&amp;#34;&lt;/span&gt;;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &lt;span style="color:#e6db74"&gt;&amp;#34;fmt&amp;#34;&lt;/span&gt;;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;)
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#66d9ef"&gt;func&lt;/span&gt; &lt;span style="color:#a6e22e"&gt;HelloServer&lt;/span&gt;(&lt;span style="color:#a6e22e"&gt;c&lt;/span&gt; &lt;span style="color:#f92672"&gt;*&lt;/span&gt;&lt;span style="color:#a6e22e"&gt;http&lt;/span&gt;.&lt;span style="color:#a6e22e"&gt;Conn&lt;/span&gt;, &lt;span style="color:#a6e22e"&gt;req&lt;/span&gt; &lt;span style="color:#f92672"&gt;*&lt;/span&gt;&lt;span style="color:#a6e22e"&gt;http&lt;/span&gt;.&lt;span style="color:#a6e22e"&gt;Request&lt;/span&gt;) {
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &lt;span style="color:#a6e22e"&gt;io&lt;/span&gt;.&lt;span style="color:#a6e22e"&gt;WriteString&lt;/span&gt;(&lt;span style="color:#a6e22e"&gt;c&lt;/span&gt;, &lt;span style="color:#e6db74"&gt;&amp;#34;hello, world!\n&amp;#34;&lt;/span&gt;);
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;}
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#66d9ef"&gt;func&lt;/span&gt; &lt;span style="color:#a6e22e"&gt;main&lt;/span&gt;() {
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &lt;span style="color:#a6e22e"&gt;fmt&lt;/span&gt;.&lt;span style="color:#a6e22e"&gt;Printf&lt;/span&gt;(&lt;span style="color:#e6db74"&gt;&amp;#34;http://localhost:8080/hello\n&amp;#34;&lt;/span&gt;);
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &lt;span style="color:#a6e22e"&gt;http&lt;/span&gt;.&lt;span style="color:#a6e22e"&gt;Handle&lt;/span&gt;(&lt;span style="color:#e6db74"&gt;&amp;#34;/hello&amp;#34;&lt;/span&gt;, &lt;span style="color:#a6e22e"&gt;http&lt;/span&gt;.&lt;span style="color:#a6e22e"&gt;HandlerFunc&lt;/span&gt;(&lt;span style="color:#a6e22e"&gt;HelloServer&lt;/span&gt;));
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &lt;span style="color:#a6e22e"&gt;err&lt;/span&gt; &lt;span style="color:#f92672"&gt;:=&lt;/span&gt; &lt;span style="color:#a6e22e"&gt;http&lt;/span&gt;.&lt;span style="color:#a6e22e"&gt;ListenAndServe&lt;/span&gt;(&lt;span style="color:#e6db74"&gt;&amp;#34;:8080&amp;#34;&lt;/span&gt;, &lt;span style="color:#66d9ef"&gt;nil&lt;/span&gt;);
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &lt;span style="color:#66d9ef"&gt;if&lt;/span&gt; &lt;span style="color:#a6e22e"&gt;err&lt;/span&gt; &lt;span style="color:#f92672"&gt;!=&lt;/span&gt; &lt;span style="color:#66d9ef"&gt;nil&lt;/span&gt; {
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; panic(&lt;span style="color:#e6db74"&gt;&amp;#34;ListenAndServe: &amp;#34;&lt;/span&gt;, &lt;span style="color:#a6e22e"&gt;err&lt;/span&gt;.&lt;span style="color:#a6e22e"&gt;String&lt;/span&gt;())
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; }
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;}
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;O &lt;code&gt;HelloServer()&lt;/code&gt; é o que vai fazer a parte de renderização, o &lt;code&gt;man()&lt;/code&gt; ele sobre o servidor HTTP na porta &lt;em&gt;8080&lt;/em&gt;, e caso o usuário tente processar um URL que não esteja no fmt ele vai cair no err onde vai processar o erro e apresentar o &lt;em&gt;panic&lt;/em&gt;.
Simples assim já temos um servidor HTTP.&lt;/p&gt;</description></item><item><title>Open Source Contributions - May 2011</title><link>https://avelino.run/foss/2011/05/</link><pubDate>Sun, 01 May 2011 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2011/05/</guid><description>&lt;p&gt;In May 2011, the development landscape was marked by notable activities across two repositories. This timeline showcases the contributions made, including the opening of two issues and the execution of two significant pushes, highlighting the ongoing collaboration and innovation in the community.&lt;/p&gt;
&lt;h2 id="2011-05-19"&gt;2011-05-19&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/.vimrc"&gt;avelino/.vimrc&lt;/a&gt;: &lt;a href="https://github.com/avelino/.vimrc/issues/3"&gt;qwerqwerqwer&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/.vimrc"&gt;avelino/.vimrc&lt;/a&gt;: &lt;a href="https://github.com/avelino/.vimrc/issues/2"&gt;sfgdgsfg&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap"&gt;editor-bootstrap/vim-bootstrap&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/editor-bootstrap/vim-bootstrap/commits?author=avelino&amp;amp;since=2011-05-01T00:00:00Z&amp;amp;until=2011-05-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/.vimrc"&gt;avelino/.vimrc&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/.vimrc/commits?author=avelino&amp;amp;since=2011-05-01T00:00:00Z&amp;amp;until=2011-05-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 0 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Upload da arquivo no Google App Engine (BlobProperty)</title><link>https://avelino.run/upload-da-arquivo-no-google-app-engine-blobproperty/</link><pubDate>Sat, 23 Apr 2011 00:00:00 +0000</pubDate><guid>https://avelino.run/upload-da-arquivo-no-google-app-engine-blobproperty/</guid><description>&lt;p&gt;Essa semana que passou tive uma necessidade para um sistema de trabalhar com UPLOAD de arquivos, ate ai é simples, só que o sistema estava em Google App Engine, depois de apanhar um pouco resolvi fazer um post aqui no Blog para deixar documentado como não é complicado trabalhar com &lt;strong&gt;BlobProperty&lt;/strong&gt; no &lt;strong&gt;BigTable&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;Primeiro vamos criar um Modal onde vai ter dois campo o arquivo e o mimetype dele:&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;"&gt;&lt;code class="language-python" data-lang="python"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#66d9ef"&gt;class&lt;/span&gt; &lt;span style="color:#a6e22e"&gt;DatastoreFile&lt;/span&gt;(db&lt;span style="color:#f92672"&gt;.&lt;/span&gt;Model):
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; data &lt;span style="color:#f92672"&gt;=&lt;/span&gt; db&lt;span style="color:#f92672"&gt;.&lt;/span&gt;BlobProperty(required&lt;span style="color:#f92672"&gt;=&lt;/span&gt;&lt;span style="color:#66d9ef"&gt;True&lt;/span&gt;)
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; mimetype &lt;span style="color:#f92672"&gt;=&lt;/span&gt; db&lt;span style="color:#f92672"&gt;.&lt;/span&gt;StringProperty(required&lt;span style="color:#f92672"&gt;=&lt;/span&gt;&lt;span style="color:#66d9ef"&gt;True&lt;/span&gt;)
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Agora vamos criar a views onde ele vai processar o formulario e o POST do formulario:&lt;/p&gt;</description></item><item><title>Criando sistema com Multithreaded em Python</title><link>https://avelino.run/criando-sistema-com-multithreaded-em-python/</link><pubDate>Fri, 01 Apr 2011 00:00:00 +0000</pubDate><guid>https://avelino.run/criando-sistema-com-multithreaded-em-python/</guid><description>&lt;p&gt;Multithreaded é quando temos mais de um programa executando ao mesmo tempo, totalmente diferente de executar duas vez o mesmo programa, com &amp;quot;threads&amp;quot; o sistema vai ser executado apenas uma vez e via thread vai processar mais de uma função ao mesmo tempo, isso é necessario para concorrência em sistema.&lt;/p&gt;
&lt;p&gt;Algumas vantagens de trabalha com threads:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Múltiplos processo ao mesmo tempo e pode, portanto, compartilhar informações e comunicar uns com os outros mais facilmente do que se fossem processos separados;&lt;/li&gt;
&lt;li&gt;Menos consumo de memória, pois o mesmo vai consumir mais CPU.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Uma thread tem um começo, meio e fim, assim podemos colocar um ponteiro de instrução para acompanhar onde esta sendo processado cada thread dentro de seu contexto.&lt;/p&gt;</description></item><item><title>Open Source Contributions - April 2011</title><link>https://avelino.run/foss/2011/04/</link><pubDate>Fri, 01 Apr 2011 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2011/04/</guid><description>&lt;p&gt;Explore the timeline of contributions for April 2011, showcasing a total of 4 repositories with notable activities including 3 pushes and an open pull request that added a new plugin to the Oh My Zsh project.&lt;/p&gt;
&lt;h2 id="2011-04-30"&gt;2011-04-30&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/ohmyzsh/ohmyzsh"&gt;ohmyzsh/ohmyzsh&lt;/a&gt;: &lt;a href="https://github.com/ohmyzsh/ohmyzsh/pull/318"&gt;Add new plugin Python and Django&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap"&gt;editor-bootstrap/vim-bootstrap&lt;/a&gt;: 7 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/editor-bootstrap/vim-bootstrap/commits?author=avelino&amp;amp;since=2011-04-01T00:00:00Z&amp;amp;until=2011-04-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/.vimrc"&gt;avelino/.vimrc&lt;/a&gt;: 7 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/.vimrc/commits?author=avelino&amp;amp;since=2011-04-01T00:00:00Z&amp;amp;until=2011-04-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/post_py_upload_de_arquivo_no_gae"&gt;avelino/post_py_upload_de_arquivo_no_gae&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/post_py_upload_de_arquivo_no_gae/commits?author=avelino&amp;amp;since=2011-04-01T00:00:00Z&amp;amp;until=2011-04-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 0 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Certificado EV SSL</title><link>https://avelino.run/certificado-ev-ssl/</link><pubDate>Mon, 28 Mar 2011 00:00:00 +0000</pubDate><guid>https://avelino.run/certificado-ev-ssl/</guid><description>&lt;p&gt;Certificados Digitais EV SSL, ou em português SSL de Validação Avançada, são certificados qualificados que se apresentam aos usuários da Internet de forma distinta dos demais certificados, garantindo assim aos usuários que o site acessado possui um certificado SSL emitido segundo um processo altamente seguro e verificado através de uma auditoria.&lt;/p&gt;
&lt;h2 id="história"&gt;História&lt;/h2&gt;
&lt;p&gt;O Comércio via Internet está enfrentando uma crise de segurança. A confiança na segurança de sites está diminuindo, e o número de consumidores que estão deixando de fazer transações on-line está aumentando. Segundo o instituto Forrester Research, ao final de 2005, 24% dos usuários de Internet não compraria via web para os feriados de final de ano pois não se sentiam seguros e 61% reportou que haviam reduzido as compras online por algum motivo.&lt;/p&gt;</description></item><item><title>Trabalhando com Python e MongoDB</title><link>https://avelino.run/trabalhando-com-python-e-mongodb/</link><pubDate>Mon, 28 Mar 2011 00:00:00 +0000</pubDate><guid>https://avelino.run/trabalhando-com-python-e-mongodb/</guid><description>&lt;p&gt;Hoje MongoDB está começando ficar bem comentado na internet (famosos Database NoSQL). Tenho bastante aplicações em produção trabalhando com MongoDB e outros database NoSQL ambas escrita em Python, vou escrever um pouco como usar o MongoDB na linguagem Python.&lt;/p&gt;
&lt;p&gt;Como em qualquer outra linguagem, não tem muito segredo. No Python temos a LIB chamada PyMongo, que simplifica muito o trabalho do programador.&lt;/p&gt;
&lt;p&gt;Contando que o PyMongo já estejá instalado, seguimos em frente.&lt;/p&gt;</description></item><item><title>Open Source Contributions - March 2011</title><link>https://avelino.run/foss/2011/03/</link><pubDate>Tue, 01 Mar 2011 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2011/03/</guid><description>&lt;p&gt;This timeline highlights the key contributions made in March 2011, focusing on the significant pull request submitted to the MongoDB repository. The month reflects the active engagement of developers in enhancing the project.&lt;/p&gt;
&lt;h2 id="2011-03-11"&gt;2011-03-11&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔀 Opened PR in &lt;a href="https://github.com/mongodb/mongo"&gt;mongodb/mongo&lt;/a&gt;: &lt;a href="https://github.com/mongodb/mongo/pull/29"&gt;Clear test, removed comment&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 0 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Coding Dojo o melhor lugar para pratica Programação</title><link>https://avelino.run/coding-dojo-o-melhor-lugar-para-pratica-programa%C3%A7%C3%A3o/</link><pubDate>Mon, 21 Feb 2011 00:00:00 +0000</pubDate><guid>https://avelino.run/coding-dojo-o-melhor-lugar-para-pratica-programa%C3%A7%C3%A3o/</guid><description>&lt;p&gt;Nós da Comunidade Python São Paulo estamos no 10' Coding Dojo.&lt;/p&gt;
&lt;p&gt;Parabéns a todos os organizadores e participantes.&lt;/p&gt;
&lt;p&gt;Agradeço a todas as empresa que abriu a porta para nós da Comunidade Python São Paulo poder realizar o Coding Dojo.&lt;/p&gt;
&lt;p&gt;Coding Dojo é uma reunião onde um grupo de programadores se reúnem para trabalhar em um desafio de programação. Eles estão lá para se divertir e se envolver em prática a fim de melhorar suas habilidades.&lt;/p&gt;</description></item><item><title>Meu ambiente de trabalho em 7 itens</title><link>https://avelino.run/meu-ambiente-de-trabalho-em-7-itens/</link><pubDate>Sun, 20 Feb 2011 00:00:00 +0000</pubDate><guid>https://avelino.run/meu-ambiente-de-trabalho-em-7-itens/</guid><description>&lt;p&gt;O &lt;a href="https://twitter.com/licio" title="The Licio - Twitter"&gt;Licio&lt;/a&gt; me convidou para entrar no ritmo dos &amp;quot;7 itens&amp;quot; então vamos lá...&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;GIT + Mercurial&lt;/li&gt;
&lt;/ul&gt;
&lt;blockquote&gt;
&lt;p&gt;Geralmente procuro usar Mercurial no Bitbucket mas costumo usar bastante Git no Github. Uso o Github porque vejo ele muito mais do que um espaço para criar repositórios, e sim uma rede social de Desenvolvedor.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;ul&gt;
&lt;li&gt;VIM&lt;/li&gt;
&lt;/ul&gt;
&lt;blockquote&gt;
&lt;p&gt;Depois de muito testar o Emacs, TextMate e VIM, resolvi afirma que para mim o melhor é o VIM, consigo fazer tudo que preciso e não tenho tantos problemas com &amp;quot; como no TextMate. Falando um pouco sobre o Emacs, realmente é um ótimo editor, só que cansa brincar de street fighter quando vou programar (Para os que conhece Emacs vai entender).
Depois de conhecer o &lt;a href="https://twitter.com/qmx" title="Douglas Campos aka QMX - Twitter"&gt;QMX&lt;/a&gt; (Evangelista VIM) comecei ver o VIM como um ótimo editor.&lt;/p&gt;</description></item><item><title>Open Source Contributions - February 2011</title><link>https://avelino.run/foss/2011/02/</link><pubDate>Tue, 01 Feb 2011 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2011/02/</guid><description>&lt;p&gt;Explore the contributions made in February 2011, highlighting key updates and activities across two repositories. This timeline captures the essence of collaborative efforts during the month.&lt;/p&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap"&gt;editor-bootstrap/vim-bootstrap&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/editor-bootstrap/vim-bootstrap/commits?author=avelino&amp;amp;since=2011-02-01T00:00:00Z&amp;amp;until=2011-02-28T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/.vimrc"&gt;avelino/.vimrc&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/.vimrc/commits?author=avelino&amp;amp;since=2011-02-01T00:00:00Z&amp;amp;until=2011-02-28T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 0 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Open Source Contributions - January 2011</title><link>https://avelino.run/foss/2011/01/</link><pubDate>Sat, 01 Jan 2011 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2011/01/</guid><description>&lt;p&gt;Explore the timeline of contributions made in January 2011, highlighting the collaborative efforts across three repositories with a total of 10 impactful commits.&lt;/p&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/pypagseguro"&gt;avelino/pypagseguro&lt;/a&gt;: 4 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/pypagseguro/commits?author=avelino&amp;amp;since=2011-01-01T00:00:00Z&amp;amp;until=2011-01-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap"&gt;editor-bootstrap/vim-bootstrap&lt;/a&gt;: 3 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/editor-bootstrap/vim-bootstrap/commits?author=avelino&amp;amp;since=2011-01-01T00:00:00Z&amp;amp;until=2011-01-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/.vimrc"&gt;avelino/.vimrc&lt;/a&gt;: 3 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/.vimrc/commits?author=avelino&amp;amp;since=2011-01-01T00:00:00Z&amp;amp;until=2011-01-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 0 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Problema com Celery "process exiting with exitcode 1"</title><link>https://avelino.run/problema-com-celery-process-exiting-with-exitcode-1/</link><pubDate>Sun, 26 Dec 2010 00:00:00 +0000</pubDate><guid>https://avelino.run/problema-com-celery-process-exiting-with-exitcode-1/</guid><description>&lt;p&gt;Hoje estava rodando o Celery em um projeto e me deparei com um problema, o &amp;quot;process exiting with exitcode 1&amp;quot; quando dava start no Celery:&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;"&gt;&lt;code class="language-shell" data-lang="shell"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#f92672"&gt;[&lt;/span&gt;root@xen-01 gonow&lt;span style="color:#f92672"&gt;]&lt;/span&gt;&lt;span style="color:#75715e"&gt;# python2.7 manage.py celeryd -v 2 -B -s celery -E -l INFO&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#f92672"&gt;[&lt;/span&gt;2010-12-16 09:18:13,184: WARNING/MainProcess&lt;span style="color:#f92672"&gt;]&lt;/span&gt; celery@xen-01 v2.1.3 is starting.
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#f92672"&gt;[&lt;/span&gt;2010-12-16 09:18:13,185: WARNING/MainProcess&lt;span style="color:#f92672"&gt;]&lt;/span&gt; /usr/local/lib/python2.7/site-packages/celery-2.1.3-py2.7.egg/celery/apps/
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; worker.py:107: UserWarning: Running celeryd with superuser privileges is not encouraged!
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &lt;span style="color:#e6db74"&gt;&amp;#34;Running celeryd with superuser privileges is not encouraged!&amp;#34;&lt;/span&gt;&lt;span style="color:#f92672"&gt;)&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#f92672"&gt;[&lt;/span&gt;2010-12-16 09:18:13,185: WARNING/MainProcess&lt;span style="color:#f92672"&gt;]&lt;/span&gt; /usr/local/lib/python2.7/site-packages/celery-2.1.3-py2.7.egg/celery/apps/
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; worker.py:110: UserWarning: Using settings.DEBUG leads to a memory leak, never use this setting in a production environment!
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; warnings.warn&lt;span style="color:#f92672"&gt;(&lt;/span&gt;&lt;span style="color:#e6db74"&gt;&amp;#34;Using settings.DEBUG leads to a memory leak, &amp;#34;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#f92672"&gt;[&lt;/span&gt;2010-12-16 09:18:13,188: WARNING/MainProcess&lt;span style="color:#f92672"&gt;]&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;Configuration -&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; . broker -&amp;gt; ghettoq.taproot.Database://guest@localhost/
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; . queues -&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; . celery -&amp;gt; exchange:celery &lt;span style="color:#f92672"&gt;(&lt;/span&gt;direct&lt;span style="color:#f92672"&gt;)&lt;/span&gt; binding:celery
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; . concurrency -&amp;gt; &lt;span style="color:#ae81ff"&gt;2&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; . loader -&amp;gt; djcelery.loaders.DjangoLoader
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; . logfile -&amp;gt; &lt;span style="color:#f92672"&gt;[&lt;/span&gt;stderr&lt;span style="color:#f92672"&gt;]&lt;/span&gt;@INFO
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; . events -&amp;gt; ON
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; . beat -&amp;gt; ON
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; . tasks -&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; . gonow.vps.tasks.lvm
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#f92672"&gt;[&lt;/span&gt;2010-12-16 09:18:13,213: INFO/PoolWorker-2&lt;span style="color:#f92672"&gt;]&lt;/span&gt; child process calling self.run&lt;span style="color:#f92672"&gt;()&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#f92672"&gt;[&lt;/span&gt;2010-12-16 09:18:13,223: INFO/PoolWorker-3&lt;span style="color:#f92672"&gt;]&lt;/span&gt; child process calling self.run&lt;span style="color:#f92672"&gt;()&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#f92672"&gt;[&lt;/span&gt;2010-12-16 09:18:13,237: INFO/Beat&lt;span style="color:#f92672"&gt;]&lt;/span&gt; child process calling self.run&lt;span style="color:#f92672"&gt;()&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#f92672"&gt;[&lt;/span&gt;2010-12-16 09:18:13,239: INFO/Beat&lt;span style="color:#f92672"&gt;]&lt;/span&gt; Celerybeat: Starting...
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#f92672"&gt;[&lt;/span&gt;2010-12-16 09:18:13,239: WARNING/MainProcess&lt;span style="color:#f92672"&gt;]&lt;/span&gt; celery@xen-01 has started.
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#f92672"&gt;[&lt;/span&gt;2010-12-16 09:18:13,257: INFO/Beat&lt;span style="color:#f92672"&gt;]&lt;/span&gt; process shutting down
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#f92672"&gt;[&lt;/span&gt;2010-12-16 09:18:13,258: WARNING/Beat&lt;span style="color:#f92672"&gt;]&lt;/span&gt; Process Beat:
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#f92672"&gt;[&lt;/span&gt;2010-12-16 09:18:13,259: WARNING/Beat&lt;span style="color:#f92672"&gt;]&lt;/span&gt; Traceback &lt;span style="color:#f92672"&gt;(&lt;/span&gt;most recent call last&lt;span style="color:#f92672"&gt;)&lt;/span&gt;:
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#f92672"&gt;[&lt;/span&gt;2010-12-16 09:18:13,259: WARNING/Beat&lt;span style="color:#f92672"&gt;]&lt;/span&gt; File &lt;span style="color:#e6db74"&gt;&amp;#34;/usr/local/lib/python2.7/multiprocessing/process.py&amp;#34;&lt;/span&gt;, line 232, in _bootstrap
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#f92672"&gt;[&lt;/span&gt;2010-12-16 09:18:13,284: WARNING/Beat&lt;span style="color:#f92672"&gt;]&lt;/span&gt; self.run&lt;span style="color:#f92672"&gt;()&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#f92672"&gt;[&lt;/span&gt;2010-12-16 09:18:13,285: WARNING/Beat&lt;span style="color:#f92672"&gt;]&lt;/span&gt; File &lt;span style="color:#e6db74"&gt;&amp;#34;/usr/local/lib/python2.7/site-packages/celery-2.1.3-py2.7.egg/celery/beat.py&amp;#34;&lt;/span&gt;,
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; line 392, in run
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#f92672"&gt;[&lt;/span&gt;2010-12-16 09:18:13,291: WARNING/Beat&lt;span style="color:#f92672"&gt;]&lt;/span&gt; self.service.start&lt;span style="color:#f92672"&gt;(&lt;/span&gt;embedded_process&lt;span style="color:#f92672"&gt;=&lt;/span&gt;True&lt;span style="color:#f92672"&gt;)&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#f92672"&gt;[&lt;/span&gt;2010-12-16 09:18:13,292: WARNING/Beat&lt;span style="color:#f92672"&gt;]&lt;/span&gt; File &lt;span style="color:#e6db74"&gt;&amp;#34;/usr/local/lib/python2.7/site-packages/celery-2.1.3-py2.7.egg/celery/beat.py&amp;#34;&lt;/span&gt;,
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; line 322, in start
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#f92672"&gt;[&lt;/span&gt;2010-12-16 09:18:13,292: WARNING/Beat&lt;span style="color:#f92672"&gt;]&lt;/span&gt; humanize_seconds&lt;span style="color:#f92672"&gt;(&lt;/span&gt;self.scheduler.max_interval&lt;span style="color:#f92672"&gt;)))&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#f92672"&gt;[&lt;/span&gt;2010-12-16 09:18:13,292: WARNING/Beat&lt;span style="color:#f92672"&gt;]&lt;/span&gt; File &lt;span style="color:#e6db74"&gt;&amp;#34;/usr/local/lib/python2.7/site-packages/celery-2.1.3-py2.7.egg/celery/beat.py&amp;#34;&lt;/span&gt;,
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; line 362, in scheduler
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#f92672"&gt;[&lt;/span&gt;2010-12-16 09:18:13,292: WARNING/Beat&lt;span style="color:#f92672"&gt;]&lt;/span&gt; self._scheduler &lt;span style="color:#f92672"&gt;=&lt;/span&gt; self.get_scheduler&lt;span style="color:#f92672"&gt;()&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#f92672"&gt;[&lt;/span&gt;2010-12-16 09:18:13,292: WARNING/Beat&lt;span style="color:#f92672"&gt;]&lt;/span&gt; File &lt;span style="color:#e6db74"&gt;&amp;#34;/usr/local/lib/python2.7/site-packages/celery-2.1.3-py2.7.egg/celery/beat.py&amp;#34;&lt;/span&gt;,
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; line 354, in get_scheduler
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#f92672"&gt;[&lt;/span&gt;2010-12-16 09:18:13,293: WARNING/Beat&lt;span style="color:#f92672"&gt;]&lt;/span&gt; lazy&lt;span style="color:#f92672"&gt;=&lt;/span&gt;lazy&lt;span style="color:#f92672"&gt;)&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#f92672"&gt;[&lt;/span&gt;2010-12-16 09:18:13,293: WARNING/Beat&lt;span style="color:#f92672"&gt;]&lt;/span&gt; File &lt;span style="color:#e6db74"&gt;&amp;#34;/usr/local/lib/python2.7/site-packages/celery-2.1.3-py2.7.egg/celery/utils/
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#e6db74"&gt; __init__.py&amp;#34;&lt;/span&gt;, line 362, in instantiate
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#f92672"&gt;[&lt;/span&gt;2010-12-16 09:18:13,297: WARNING/Beat&lt;span style="color:#f92672"&gt;]&lt;/span&gt; &lt;span style="color:#66d9ef"&gt;return&lt;/span&gt; get_cls_by_name&lt;span style="color:#f92672"&gt;(&lt;/span&gt;name&lt;span style="color:#f92672"&gt;)(&lt;/span&gt;*args, **kwargs&lt;span style="color:#f92672"&gt;)&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#f92672"&gt;[&lt;/span&gt;2010-12-16 09:18:13,298: WARNING/Beat&lt;span style="color:#f92672"&gt;]&lt;/span&gt; File &lt;span style="color:#e6db74"&gt;&amp;#34;/usr/local/lib/python2.7/site-packages/celery-2.1.3-py2.7.egg/celery/beat.py&amp;#34;&lt;/span&gt;,
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; line 274, in __init__
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#f92672"&gt;[&lt;/span&gt;2010-12-16 09:18:13,298: WARNING/Beat&lt;span style="color:#f92672"&gt;]&lt;/span&gt; Scheduler.__init__&lt;span style="color:#f92672"&gt;(&lt;/span&gt;self, *args, **kwargs&lt;span style="color:#f92672"&gt;)&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#f92672"&gt;[&lt;/span&gt;2010-12-16 09:18:13,298: WARNING/Beat&lt;span style="color:#f92672"&gt;]&lt;/span&gt; File &lt;span style="color:#e6db74"&gt;&amp;#34;/usr/local/lib/python2.7/site-packages/celery-2.1.3-py2.7.egg/celery/beat.py&amp;#34;&lt;/span&gt;,
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; line 150, in __init__
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#f92672"&gt;[&lt;/span&gt;2010-12-16 09:18:13,299: WARNING/Beat&lt;span style="color:#f92672"&gt;]&lt;/span&gt; self.setup_schedule&lt;span style="color:#f92672"&gt;()&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#f92672"&gt;[&lt;/span&gt;2010-12-16 09:18:13,299: WARNING/Beat&lt;span style="color:#f92672"&gt;]&lt;/span&gt; File &lt;span style="color:#e6db74"&gt;&amp;#34;/usr/local/lib/python2.7/site-packages/celery-2.1.3-py2.7.egg/celery/beat.py&amp;#34;&lt;/span&gt;,
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; line 279, in setup_schedule
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#f92672"&gt;[&lt;/span&gt;2010-12-16 09:18:13,299: WARNING/Beat&lt;span style="color:#f92672"&gt;]&lt;/span&gt; self.merge_inplace&lt;span style="color:#f92672"&gt;(&lt;/span&gt;conf.CELERYBEAT_SCHEDULE&lt;span style="color:#f92672"&gt;)&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#f92672"&gt;[&lt;/span&gt;2010-12-16 09:18:13,299: WARNING/Beat&lt;span style="color:#f92672"&gt;]&lt;/span&gt; File &lt;span style="color:#e6db74"&gt;&amp;#34;/usr/local/lib/python2.7/site-packages/celery-2.1.3-py2.7.egg/celery/beat.py&amp;#34;&lt;/span&gt;,
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; line 250, in merge_inplace
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#f92672"&gt;[&lt;/span&gt;2010-12-16 09:18:13,299: WARNING/Beat&lt;span style="color:#f92672"&gt;]&lt;/span&gt; &lt;span style="color:#66d9ef"&gt;if&lt;/span&gt; self.get&lt;span style="color:#f92672"&gt;(&lt;/span&gt;key&lt;span style="color:#f92672"&gt;)&lt;/span&gt;:
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#f92672"&gt;[&lt;/span&gt;2010-12-16 09:18:13,300: WARNING/Beat&lt;span style="color:#f92672"&gt;]&lt;/span&gt; File &lt;span style="color:#e6db74"&gt;&amp;#34;/usr/local/lib/python2.7/UserDict.py&amp;#34;&lt;/span&gt;, line 61, in get
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#f92672"&gt;[&lt;/span&gt;2010-12-16 09:18:13,310: WARNING/Beat&lt;span style="color:#f92672"&gt;]&lt;/span&gt; &lt;span style="color:#66d9ef"&gt;return&lt;/span&gt; self&lt;span style="color:#f92672"&gt;[&lt;/span&gt;key&lt;span style="color:#f92672"&gt;]&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#f92672"&gt;[&lt;/span&gt;2010-12-16 09:18:13,310: WARNING/Beat&lt;span style="color:#f92672"&gt;]&lt;/span&gt; File &lt;span style="color:#e6db74"&gt;&amp;#34;/usr/local/lib/python2.7/UserDict.py&amp;#34;&lt;/span&gt;, line 20, in __getitem__
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#f92672"&gt;[&lt;/span&gt;2010-12-16 09:18:13,310: WARNING/Beat&lt;span style="color:#f92672"&gt;]&lt;/span&gt; &lt;span style="color:#66d9ef"&gt;return&lt;/span&gt; self.data&lt;span style="color:#f92672"&gt;[&lt;/span&gt;key&lt;span style="color:#f92672"&gt;]&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#f92672"&gt;[&lt;/span&gt;2010-12-16 09:18:13,311: WARNING/Beat&lt;span style="color:#f92672"&gt;]&lt;/span&gt; File &lt;span style="color:#e6db74"&gt;&amp;#34;/usr/local/lib/python2.7/shelve.py&amp;#34;&lt;/span&gt;, line 122, in __getitem__
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#f92672"&gt;[&lt;/span&gt;2010-12-16 09:18:13,317: WARNING/Beat&lt;span style="color:#f92672"&gt;]&lt;/span&gt; value &lt;span style="color:#f92672"&gt;=&lt;/span&gt; Unpickler&lt;span style="color:#f92672"&gt;(&lt;/span&gt;f&lt;span style="color:#f92672"&gt;)&lt;/span&gt;.load&lt;span style="color:#f92672"&gt;()&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#f92672"&gt;[&lt;/span&gt;2010-12-16 09:18:13,318: WARNING/Beat&lt;span style="color:#f92672"&gt;]&lt;/span&gt; EOFError
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#f92672"&gt;[&lt;/span&gt;2010-12-16 09:18:13,318: INFO/Beat&lt;span style="color:#f92672"&gt;]&lt;/span&gt; process exiting with exitcode &lt;span style="color:#ae81ff"&gt;1&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;O motivo desse error é que antes de dar start no Celery ele já esta rodando em memoria. Quando rodamos o Celery ele cria alguns arquivos no projeto para gerenciamento de Task, um dele é o celery.dir que guarda informações das function que vai ser processada de X em X tempo.&lt;/p&gt;</description></item><item><title>Vim Bootstrap</title><link>https://avelino.run/projects/vimbootstrap/</link><pubDate>Sun, 05 Dec 2010 00:00:00 +0000</pubDate><guid>https://avelino.run/projects/vimbootstrap/</guid><description>&lt;p&gt;Vim Bootstrap is a generator that provides a simple method of generating a configuration for vim / neovim.&lt;/p&gt;
&lt;!-- more --&gt;
&lt;p&gt;&lt;img src="https://avatars.githubusercontent.com/u/57500804" alt="vim bootstrap"&gt;&lt;/p&gt;
&lt;p&gt;The &lt;strong&gt;vim-bootstrap&lt;/strong&gt; project started with my annoyance of other people using my vim file (my personal vim configuration files), in a conversation with &lt;a href="https://github.com/lerrua"&gt;lerrua&lt;/a&gt; I proposed to gather our vim configuration files and make a vim file generator with focus on who is starting to use vim text editor.&lt;/p&gt;</description></item><item><title>Open Source Contributions - December 2010</title><link>https://avelino.run/foss/2010/12/</link><pubDate>Wed, 01 Dec 2010 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2010/12/</guid><description>&lt;p&gt;Explore the timeline of contributions for December 2010, highlighting the 5 repositories that experienced notable code pushes, reflecting the community's commitment to continuous improvement and innovation.&lt;/p&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/pycorreios"&gt;avelino/pycorreios&lt;/a&gt;: 9 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/pycorreios/commits?author=avelino&amp;amp;since=2010-12-01T00:00:00Z&amp;amp;until=2010-12-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/editor-bootstrap/vim-bootstrap"&gt;editor-bootstrap/vim-bootstrap&lt;/a&gt;: 2 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/editor-bootstrap/vim-bootstrap/commits?author=avelino&amp;amp;since=2010-12-01T00:00:00Z&amp;amp;until=2010-12-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/.vimrc"&gt;avelino/.vimrc&lt;/a&gt;: 2 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/.vimrc/commits?author=avelino&amp;amp;since=2010-12-01T00:00:00Z&amp;amp;until=2010-12-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/pylocagateway"&gt;avelino/pylocagateway&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/pylocagateway/commits?author=avelino&amp;amp;since=2010-12-01T00:00:00Z&amp;amp;until=2010-12-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/pyBraspag"&gt;avelino/pyBraspag&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/pyBraspag/commits?author=avelino&amp;amp;since=2010-12-01T00:00:00Z&amp;amp;until=2010-12-31T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 0 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Open Source Contributions - November 2010</title><link>https://avelino.run/foss/2010/11/</link><pubDate>Mon, 01 Nov 2010 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2010/11/</guid><description>&lt;p&gt;This timeline highlights the key contributions and activities from November 2010, showcasing a total of 21 events including 17 issues opened and 4 code pushes across various repositories. Explore the details of each contribution and understand the impact on the community.&lt;/p&gt;
&lt;h2 id="2010-11-25"&gt;2010-11-25&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/avelino/vcm"&gt;avelino/vcm&lt;/a&gt;: &lt;a href="https://github.com/avelino/vcm/issues/1"&gt;Criar LVM por admin&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2010-11-04"&gt;2010-11-04&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/djangobrasil/django-l10n-portuguese"&gt;djangobrasil/django-l10n-portuguese&lt;/a&gt;: &lt;a href="https://github.com/djangobrasil/django-l10n-portuguese/issues/16"&gt;Erros na tradução&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/djangobrasil/django-l10n-portuguese"&gt;djangobrasil/django-l10n-portuguese&lt;/a&gt;: &lt;a href="https://github.com/djangobrasil/django-l10n-portuguese/issues/15"&gt;Tradução do software Django (POT)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/djangobrasil/django-l10n-portuguese"&gt;djangobrasil/django-l10n-portuguese&lt;/a&gt;: &lt;a href="https://github.com/djangobrasil/django-l10n-portuguese/issues/14"&gt;Uma pagina no djangobrail.org com os status das traduções&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/djangobrasil/django-l10n-portuguese"&gt;djangobrasil/django-l10n-portuguese&lt;/a&gt;: &lt;a href="https://github.com/djangobrasil/django-l10n-portuguese/issues/13"&gt;Corrigir mensagens no Admin em POT file ao inserir/excluir/....&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/djangobrasil/django-l10n-portuguese"&gt;djangobrasil/django-l10n-portuguese&lt;/a&gt;: &lt;a href="https://github.com/djangobrasil/django-l10n-portuguese/issues/12"&gt;Layout da documentação em HTML&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/djangobrasil/django-l10n-portuguese"&gt;djangobrasil/django-l10n-portuguese&lt;/a&gt;: &lt;a href="https://github.com/djangobrasil/django-l10n-portuguese/issues/11"&gt;DjangoBot&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/djangobrasil/django-l10n-portuguese"&gt;djangobrasil/django-l10n-portuguese&lt;/a&gt;: &lt;a href="https://github.com/djangobrasil/django-l10n-portuguese/issues/10"&gt;Erro na tradução da documentação - Tutorial 02&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/djangobrasil/django-l10n-portuguese"&gt;djangobrasil/django-l10n-portuguese&lt;/a&gt;: &lt;a href="https://github.com/djangobrasil/django-l10n-portuguese/issues/9"&gt;Migrar DocPtRedirects para este repositório&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/djangobrasil/django-l10n-portuguese"&gt;djangobrasil/django-l10n-portuguese&lt;/a&gt;: &lt;a href="https://github.com/djangobrasil/django-l10n-portuguese/issues/8"&gt;Adequar quebra de linhas&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/djangobrasil/django-l10n-portuguese"&gt;djangobrasil/django-l10n-portuguese&lt;/a&gt;: &lt;a href="https://github.com/djangobrasil/django-l10n-portuguese/issues/7"&gt;Corrigidos pequenos erros em docs/tutorial01_pt-br.txt&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/djangobrasil/django-l10n-portuguese"&gt;djangobrasil/django-l10n-portuguese&lt;/a&gt;: &lt;a href="https://github.com/djangobrasil/django-l10n-portuguese/issues/6"&gt;Corrigidos pequenos erros em docs/overview_pt-br.txt&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/djangobrasil/django-l10n-portuguese"&gt;djangobrasil/django-l10n-portuguese&lt;/a&gt;: &lt;a href="https://github.com/djangobrasil/django-l10n-portuguese/issues/5"&gt;Corrigidos pequenos erros em docs/documentation_pt-br.txt.&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/djangobrasil/django-l10n-portuguese"&gt;djangobrasil/django-l10n-portuguese&lt;/a&gt;: &lt;a href="https://github.com/djangobrasil/django-l10n-portuguese/issues/4"&gt;Melhorar texto da página inicial&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/djangobrasil/django-l10n-portuguese"&gt;djangobrasil/django-l10n-portuguese&lt;/a&gt;: &lt;a href="https://github.com/djangobrasil/django-l10n-portuguese/issues/3"&gt;Migrar informações sobre como contribuir do Google Groups para cá&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/djangobrasil/django-l10n-portuguese"&gt;djangobrasil/django-l10n-portuguese&lt;/a&gt;: &lt;a href="https://github.com/djangobrasil/django-l10n-portuguese/issues/2"&gt;Criar nova política de tradução&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/djangobrasil/django-l10n-portuguese"&gt;djangobrasil/django-l10n-portuguese&lt;/a&gt;: &lt;a href="https://github.com/djangobrasil/django-l10n-portuguese/issues/1"&gt;Migrar traduções do Google Groups para cá&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/lvm-like"&gt;avelino/lvm-like&lt;/a&gt;: 2 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/lvm-like/commits?author=avelino&amp;amp;since=2010-11-01T00:00:00Z&amp;amp;until=2010-11-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/pycorreios"&gt;avelino/pycorreios&lt;/a&gt;: 2 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/pycorreios/commits?author=avelino&amp;amp;since=2010-11-01T00:00:00Z&amp;amp;until=2010-11-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/vcm"&gt;avelino/vcm&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/vcm/commits?author=avelino&amp;amp;since=2010-11-01T00:00:00Z&amp;amp;until=2010-11-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/pyBraspag"&gt;avelino/pyBraspag&lt;/a&gt;: 1 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/pyBraspag/commits?author=avelino&amp;amp;since=2010-11-01T00:00:00Z&amp;amp;until=2010-11-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 0 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Calculo de Bhaskara via Python</title><link>https://avelino.run/calculo-de-bhaskara-via-python/</link><pubDate>Fri, 15 Oct 2010 00:00:00 +0000</pubDate><guid>https://avelino.run/calculo-de-bhaskara-via-python/</guid><description>&lt;p&gt;O foco este post é levar você aprender computação com Python.&lt;/p&gt;
&lt;p&gt;Para calcular as raízes em função do segundo grau, utilizamos uma fórmula muito querida por todos que estudam no ensino médio, a famosa fórmula de Bhaskara:&lt;/p&gt;
&lt;p&gt;&lt;img src="https://avelino.run/blog/bhaskara-1.gif" alt="Calculo de Bhaskara"&gt;&lt;/p&gt;
&lt;p&gt;Onde cada letra desta fórmula representa os coeficientes da função do segundo grau que queremos resolver. Basta substituir e achar os valores. Podem notar que há um ± no meio da fórmula. Pois é, é daí que irá sair dois resultados: um com o sinal de + e outro com o sinal de -. Veja o exemplo:&lt;/p&gt;</description></item><item><title>Open Source Contributions - October 2010</title><link>https://avelino.run/foss/2010/10/</link><pubDate>Fri, 01 Oct 2010 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2010/10/</guid><description>&lt;p&gt;Welcome to the October 2010 timeline, where we explore the contributions and activities within the project. This month reflects a notable pause, with no recorded activities, setting the stage for future developments.&lt;/p&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 0 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Ajudando projeto open source: MongoEngine</title><link>https://avelino.run/ajudando-projeto-open-source-mongoengine/</link><pubDate>Mon, 06 Sep 2010 00:00:00 +0000</pubDate><guid>https://avelino.run/ajudando-projeto-open-source-mongoengine/</guid><description>&lt;p&gt;&lt;img src="https://avelino.run/blog/mongoengine.png" alt="MongoEngine"&gt;&lt;/p&gt;
&lt;p&gt;Com grande orgunho que venho anunciar a todos que o projeto MongoEngine tem path pt_BR.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://mongoengine.org/pt_BR/"&gt;http://mongoengine.org/pt_BR/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Por enquanto estamos apenas com o site em Português e trabalhando encima da documentação.&lt;/p&gt;
&lt;p&gt;Caso você queira ajudar o projeto por favor mandar email para [avelino AT mongoengine DOT org](mailto:avelino AT mongoengine DOT org)&lt;/p&gt;</description></item><item><title>Open Source Contributions - September 2010</title><link>https://avelino.run/foss/2010/09/</link><pubDate>Wed, 01 Sep 2010 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2010/09/</guid><description>&lt;p&gt;Explore the contributions made in September 2010, highlighting key activities such as repository pushes and the ongoing development efforts within the community. This timeline captures the essence of collaboration and progress during the month.&lt;/p&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/iug"&gt;avelino/iug&lt;/a&gt;: 2 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/iug/commits?author=avelino&amp;amp;since=2010-09-01T00:00:00Z&amp;amp;until=2010-09-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelino/trianguliCET"&gt;avelino/trianguliCET&lt;/a&gt;: 2 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/trianguliCET/commits?author=avelino&amp;amp;since=2010-09-01T00:00:00Z&amp;amp;until=2010-09-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 0 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Open Source Contributions - August 2010</title><link>https://avelino.run/foss/2010/08/</link><pubDate>Sun, 01 Aug 2010 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2010/08/</guid><description>&lt;p&gt;Explore the timeline of August 2010, a month characterized by a complete halt in contributions, offering insights into the project's evolution and future direction.&lt;/p&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 0 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>TDA Fila com Python</title><link>https://avelino.run/tda-fila-com-python/</link><pubDate>Fri, 23 Jul 2010 00:00:00 +0000</pubDate><guid>https://avelino.run/tda-fila-com-python/</guid><description>&lt;p&gt;O foco este post é levar você aprender computação com Python.
O TDA Fila é definido pelas seguintes operações:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;__init__&lt;/code&gt;: Inicializar uma nova fila vazia
&lt;code&gt;insert&lt;/code&gt;: Adicionar um novo item à fila
&lt;code&gt;remove&lt;/code&gt;: Remover e retornar um item da fila. O item retornado é o que foi adicionado primeiro.
&lt;code&gt;isEmpty&lt;/code&gt;: Checar se a fila está vazia&lt;/p&gt;
&lt;p&gt;Segue abaixo um código para explica melhor a implementação &lt;code&gt;&amp;quot;TAD Fila&amp;quot;&lt;/code&gt;.&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;"&gt;&lt;code class="language-python" data-lang="python"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#66d9ef"&gt;class&lt;/span&gt; &lt;span style="color:#a6e22e"&gt;Queue&lt;/span&gt;:
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;	&lt;span style="color:#66d9ef"&gt;def&lt;/span&gt; &lt;span style="color:#a6e22e"&gt;__init__&lt;/span&gt;(self):
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;		self&lt;span style="color:#f92672"&gt;.&lt;/span&gt;length &lt;span style="color:#f92672"&gt;=&lt;/span&gt; &lt;span style="color:#ae81ff"&gt;0&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;		self&lt;span style="color:#f92672"&gt;.&lt;/span&gt;head &lt;span style="color:#f92672"&gt;=&lt;/span&gt; &lt;span style="color:#66d9ef"&gt;None&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;	&lt;span style="color:#66d9ef"&gt;def&lt;/span&gt; &lt;span style="color:#a6e22e"&gt;isEmpty&lt;/span&gt;(self):
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;		&lt;span style="color:#66d9ef"&gt;return&lt;/span&gt; (self&lt;span style="color:#f92672"&gt;.&lt;/span&gt;length &lt;span style="color:#f92672"&gt;==&lt;/span&gt; &lt;span style="color:#ae81ff"&gt;0&lt;/span&gt;)
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;	&lt;span style="color:#66d9ef"&gt;def&lt;/span&gt; &lt;span style="color:#a6e22e"&gt;insert&lt;/span&gt;(self, cargo):
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;		node &lt;span style="color:#f92672"&gt;=&lt;/span&gt; Node(cargo)
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;		node&lt;span style="color:#f92672"&gt;.&lt;/span&gt;next &lt;span style="color:#f92672"&gt;=&lt;/span&gt; &lt;span style="color:#66d9ef"&gt;None&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;		&lt;span style="color:#66d9ef"&gt;if&lt;/span&gt; self&lt;span style="color:#f92672"&gt;.&lt;/span&gt;head &lt;span style="color:#f92672"&gt;==&lt;/span&gt; &lt;span style="color:#66d9ef"&gt;None&lt;/span&gt;:
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;			&lt;span style="color:#75715e"&gt;# if list is empty the new node goes first&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;			self&lt;span style="color:#f92672"&gt;.&lt;/span&gt;head &lt;span style="color:#f92672"&gt;=&lt;/span&gt; node
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;		&lt;span style="color:#66d9ef"&gt;else&lt;/span&gt;:
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;			&lt;span style="color:#75715e"&gt;# find the last node in the list&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;			last &lt;span style="color:#f92672"&gt;=&lt;/span&gt; self&lt;span style="color:#f92672"&gt;.&lt;/span&gt;head
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;			&lt;span style="color:#66d9ef"&gt;while&lt;/span&gt; last&lt;span style="color:#f92672"&gt;.&lt;/span&gt;next: last &lt;span style="color:#f92672"&gt;=&lt;/span&gt; last&lt;span style="color:#f92672"&gt;.&lt;/span&gt;next
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;			&lt;span style="color:#75715e"&gt;# append the new node&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;			last&lt;span style="color:#f92672"&gt;.&lt;/span&gt;next &lt;span style="color:#f92672"&gt;=&lt;/span&gt; node
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;			self&lt;span style="color:#f92672"&gt;.&lt;/span&gt;length &lt;span style="color:#f92672"&gt;=&lt;/span&gt; self&lt;span style="color:#f92672"&gt;.&lt;/span&gt;length &lt;span style="color:#f92672"&gt;+&lt;/span&gt; &lt;span style="color:#ae81ff"&gt;1&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;	&lt;span style="color:#66d9ef"&gt;def&lt;/span&gt; &lt;span style="color:#a6e22e"&gt;remove&lt;/span&gt;(self):
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;		cargo &lt;span style="color:#f92672"&gt;=&lt;/span&gt; self&lt;span style="color:#f92672"&gt;.&lt;/span&gt;head&lt;span style="color:#f92672"&gt;.&lt;/span&gt;cargo
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;		self&lt;span style="color:#f92672"&gt;.&lt;/span&gt;head &lt;span style="color:#f92672"&gt;=&lt;/span&gt; self&lt;span style="color:#f92672"&gt;.&lt;/span&gt;head&lt;span style="color:#f92672"&gt;.&lt;/span&gt;next
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;		self&lt;span style="color:#f92672"&gt;.&lt;/span&gt;length &lt;span style="color:#f92672"&gt;=&lt;/span&gt; self&lt;span style="color:#f92672"&gt;.&lt;/span&gt;length &lt;span style="color:#f92672"&gt;-&lt;/span&gt; &lt;span style="color:#ae81ff"&gt;1&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;		&lt;span style="color:#66d9ef"&gt;return&lt;/span&gt; cargo
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Existem duas invariantes para um objeto Fila bem formado: o atributo length deve ser o número de nós na fila.&lt;/p&gt;</description></item><item><title>Open Source Contributions - July 2010</title><link>https://avelino.run/foss/2010/07/</link><pubDate>Thu, 01 Jul 2010 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2010/07/</guid><description>&lt;p&gt;Explore the timeline of contributions for July 2010, showcasing key developments in the klederson/phpburn repository, including the opening of a crucial issue that addresses documentation gaps.&lt;/p&gt;
&lt;h2 id="2010-07-24"&gt;2010-07-24&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🐛 Opened issue in &lt;a href="https://github.com/klederson/phpburn"&gt;klederson/phpburn&lt;/a&gt;: &lt;a href="https://github.com/klederson/phpburn/issues/1"&gt;joinInner error docs&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 0 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Open Source Contributions - June 2010</title><link>https://avelino.run/foss/2010/06/</link><pubDate>Tue, 01 Jun 2010 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2010/06/</guid><description>&lt;p&gt;Explore the timeline of June 2010, which features a pivotal push event in the 'avelino/iug' repository. This month marks a key moment in the project's development, reflecting the ongoing efforts and contributions from the community.&lt;/p&gt;
&lt;h2 id="commits"&gt;Commits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔨 Push to &lt;a href="https://github.com/avelinoq/iug"&gt;avelino/iug&lt;/a&gt;: 3 commit(s)
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino/iug/commits?author=avelino&amp;amp;since=2010-06-01T00:00:00Z&amp;amp;until=2010-06-30T23:59:59Z"&gt;See commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 0 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Open Source Contributions - May 2010</title><link>https://avelino.run/foss/2010/05/</link><pubDate>Sat, 01 May 2010 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2010/05/</guid><description>&lt;p&gt;Explore the timeline of May 2010, a month characterized by minimal activity and contributions, as reflected in the high-level counts and sample contributions from this period.&lt;/p&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 0 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Open Source Contributions - April 2010</title><link>https://avelino.run/foss/2010/04/</link><pubDate>Thu, 01 Apr 2010 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2010/04/</guid><description>&lt;p&gt;Explore the timeline for April 2010, a month marked by a complete lack of contributions, providing insights into periods of inactivity and their implications for project dynamics.&lt;/p&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 0 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Open Source Contributions - March 2010</title><link>https://avelino.run/foss/2010/03/</link><pubDate>Mon, 01 Mar 2010 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2010/03/</guid><description>&lt;p&gt;Explore the timeline for March 2010, a month marked by a complete absence of contributions. Discover the implications of this inactivity on the overall project development.&lt;/p&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 0 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Open Source Contributions - February 2010</title><link>https://avelino.run/foss/2010/02/</link><pubDate>Mon, 01 Feb 2010 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2010/02/</guid><description>&lt;p&gt;Explore the timeline of contributions for February 2010, a month characterized by a complete halt in activity, with no repositories, pull requests, or issues recorded.&lt;/p&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 0 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Open Source Contributions - January 2010</title><link>https://avelino.run/foss/2010/01/</link><pubDate>Fri, 01 Jan 2010 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2010/01/</guid><description>&lt;p&gt;Welcome to the January 2010 timeline. This month, we observe a complete halt in contributions, with no activity in repositories, pull requests, or issues. This pause provides an opportunity to reflect on past achievements and strategize for future endeavors.&lt;/p&gt;
&lt;h2 id="private-contributions"&gt;Private contributions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;🔒 0 private contribution(s) this month&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Open Source Contributions - December 2009</title><link>https://avelino.run/foss/2009/12/</link><pubDate>Tue, 01 Dec 2009 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2009/12/</guid><description>&lt;p&gt;Below is the timeline of my contributions to open source projects during December 2009.&lt;/p&gt;</description></item><item><title>Open Source Contributions - November 2009</title><link>https://avelino.run/foss/2009/11/</link><pubDate>Sun, 01 Nov 2009 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2009/11/</guid><description>&lt;p&gt;Below is the timeline of my contributions to open source projects during November 2009.&lt;/p&gt;</description></item><item><title>Open Source Contributions - October 2009</title><link>https://avelino.run/foss/2009/10/</link><pubDate>Thu, 01 Oct 2009 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2009/10/</guid><description>&lt;p&gt;Below is the timeline of my contributions to open source projects during October 2009.&lt;/p&gt;</description></item><item><title>Open Source Contributions - September 2009</title><link>https://avelino.run/foss/2009/09/</link><pubDate>Tue, 01 Sep 2009 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2009/09/</guid><description>&lt;p&gt;Below is the timeline of my contributions to open source projects during September 2009.&lt;/p&gt;</description></item><item><title>Open Source Contributions - August 2009</title><link>https://avelino.run/foss/2009/08/</link><pubDate>Sat, 01 Aug 2009 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2009/08/</guid><description>&lt;p&gt;Below is the timeline of my contributions to open source projects during August 2009.&lt;/p&gt;</description></item><item><title>Open Source Contributions - July 2009</title><link>https://avelino.run/foss/2009/07/</link><pubDate>Wed, 01 Jul 2009 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2009/07/</guid><description>&lt;p&gt;Below is the timeline of my contributions to open source projects during July 2009.&lt;/p&gt;</description></item><item><title>Open Source Contributions - June 2009</title><link>https://avelino.run/foss/2009/06/</link><pubDate>Mon, 01 Jun 2009 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2009/06/</guid><description>&lt;p&gt;Below is the timeline of my contributions to open source projects during June 2009.&lt;/p&gt;</description></item><item><title>Open Source Contributions - May 2009</title><link>https://avelino.run/foss/2009/05/</link><pubDate>Fri, 01 May 2009 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2009/05/</guid><description>&lt;p&gt;Below is the timeline of my contributions to open source projects during May 2009.&lt;/p&gt;</description></item><item><title>Open Source Contributions - April 2009</title><link>https://avelino.run/foss/2009/04/</link><pubDate>Wed, 01 Apr 2009 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2009/04/</guid><description>&lt;p&gt;Below is the timeline of my contributions to open source projects during April 2009.&lt;/p&gt;</description></item><item><title>Open Source Contributions - March 2009</title><link>https://avelino.run/foss/2009/03/</link><pubDate>Sun, 01 Mar 2009 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2009/03/</guid><description>&lt;p&gt;Below is the timeline of my contributions to open source projects during March 2009.&lt;/p&gt;</description></item><item><title>Open Source Contributions - February 2009</title><link>https://avelino.run/foss/2009/02/</link><pubDate>Sun, 01 Feb 2009 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2009/02/</guid><description>&lt;p&gt;Below is the timeline of my contributions to open source projects during February 2009.&lt;/p&gt;</description></item><item><title>Open Source Contributions - January 2009</title><link>https://avelino.run/foss/2009/01/</link><pubDate>Thu, 01 Jan 2009 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2009/01/</guid><description>&lt;p&gt;Below is the timeline of my contributions to open source projects during January 2009.&lt;/p&gt;</description></item><item><title>Open Source Contributions - December 2008</title><link>https://avelino.run/foss/2008/12/</link><pubDate>Mon, 01 Dec 2008 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2008/12/</guid><description>&lt;p&gt;Below is the timeline of my contributions to open source projects during December 2008.&lt;/p&gt;</description></item><item><title>Open Source Contributions - November 2008</title><link>https://avelino.run/foss/2008/11/</link><pubDate>Sat, 01 Nov 2008 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2008/11/</guid><description>&lt;p&gt;Below is the timeline of my contributions to open source projects during November 2008.&lt;/p&gt;</description></item><item><title>Open Source Contributions - October 2008</title><link>https://avelino.run/foss/2008/10/</link><pubDate>Wed, 01 Oct 2008 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2008/10/</guid><description>&lt;p&gt;Below is the timeline of my contributions to open source projects during October 2008.&lt;/p&gt;</description></item><item><title>Open Source Contributions - September 2008</title><link>https://avelino.run/foss/2008/09/</link><pubDate>Mon, 01 Sep 2008 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2008/09/</guid><description>&lt;p&gt;Below is the timeline of my contributions to open source projects during September 2008.&lt;/p&gt;</description></item><item><title>Open Source Contributions - August 2008</title><link>https://avelino.run/foss/2008/08/</link><pubDate>Fri, 01 Aug 2008 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2008/08/</guid><description>&lt;p&gt;Below is the timeline of my contributions to open source projects during August 2008.&lt;/p&gt;</description></item><item><title>Open Source Contributions - July 2008</title><link>https://avelino.run/foss/2008/07/</link><pubDate>Tue, 01 Jul 2008 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2008/07/</guid><description>&lt;p&gt;Below is the timeline of my contributions to open source projects during July 2008.&lt;/p&gt;</description></item><item><title>Open Source Contributions - June 2008</title><link>https://avelino.run/foss/2008/06/</link><pubDate>Sun, 01 Jun 2008 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2008/06/</guid><description>&lt;p&gt;Below is the timeline of my contributions to open source projects during June 2008.&lt;/p&gt;</description></item><item><title>Open Source Contributions - May 2008</title><link>https://avelino.run/foss/2008/05/</link><pubDate>Thu, 01 May 2008 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2008/05/</guid><description>&lt;p&gt;Below is the timeline of my contributions to open source projects during May 2008.&lt;/p&gt;</description></item><item><title>Open Source Contributions - April 2008</title><link>https://avelino.run/foss/2008/04/</link><pubDate>Tue, 01 Apr 2008 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2008/04/</guid><description>&lt;p&gt;Below is the timeline of my contributions to open source projects during April 2008.&lt;/p&gt;</description></item><item><title>Open Source Contributions - March 2008</title><link>https://avelino.run/foss/2008/03/</link><pubDate>Sat, 01 Mar 2008 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2008/03/</guid><description>&lt;p&gt;Below is the timeline of my contributions to open source projects during March 2008.&lt;/p&gt;</description></item><item><title>Open Source Contributions - February 2008</title><link>https://avelino.run/foss/2008/02/</link><pubDate>Fri, 01 Feb 2008 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2008/02/</guid><description>&lt;p&gt;Below is the timeline of my contributions to open source projects during February 2008.&lt;/p&gt;</description></item><item><title>Open Source Contributions - January 2008</title><link>https://avelino.run/foss/2008/01/</link><pubDate>Tue, 01 Jan 2008 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2008/01/</guid><description>&lt;p&gt;Below is the timeline of my contributions to open source projects during January 2008.&lt;/p&gt;</description></item><item><title>Open Source Contributions - December 2007</title><link>https://avelino.run/foss/2007/12/</link><pubDate>Sat, 01 Dec 2007 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2007/12/</guid><description>&lt;p&gt;Below is the timeline of my contributions to open source projects during December 2007.&lt;/p&gt;</description></item><item><title>Open Source Contributions - November 2007</title><link>https://avelino.run/foss/2007/11/</link><pubDate>Thu, 01 Nov 2007 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2007/11/</guid><description>&lt;p&gt;Below is the timeline of my contributions to open source projects during November 2007.&lt;/p&gt;</description></item><item><title>Open Source Contributions - October 2007</title><link>https://avelino.run/foss/2007/10/</link><pubDate>Mon, 01 Oct 2007 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2007/10/</guid><description>&lt;p&gt;Below is the timeline of my contributions to open source projects during October 2007.&lt;/p&gt;</description></item><item><title>Open Source Contributions - September 2007</title><link>https://avelino.run/foss/2007/09/</link><pubDate>Sat, 01 Sep 2007 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2007/09/</guid><description>&lt;p&gt;Below is the timeline of my contributions to open source projects during September 2007.&lt;/p&gt;</description></item><item><title>Open Source Contributions - August 2007</title><link>https://avelino.run/foss/2007/08/</link><pubDate>Wed, 01 Aug 2007 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2007/08/</guid><description>&lt;p&gt;Below is the timeline of my contributions to open source projects during August 2007.&lt;/p&gt;</description></item><item><title>Open Source Contributions - July 2007</title><link>https://avelino.run/foss/2007/07/</link><pubDate>Sun, 01 Jul 2007 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2007/07/</guid><description>&lt;p&gt;Below is the timeline of my contributions to open source projects during July 2007.&lt;/p&gt;</description></item><item><title>Open Source Contributions - June 2007</title><link>https://avelino.run/foss/2007/06/</link><pubDate>Fri, 01 Jun 2007 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2007/06/</guid><description>&lt;p&gt;Below is the timeline of my contributions to open source projects during June 2007.&lt;/p&gt;</description></item><item><title>Open Source Contributions - May 2007</title><link>https://avelino.run/foss/2007/05/</link><pubDate>Tue, 01 May 2007 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2007/05/</guid><description>&lt;p&gt;Below is the timeline of my contributions to open source projects during May 2007.&lt;/p&gt;</description></item><item><title>Open Source Contributions - April 2007</title><link>https://avelino.run/foss/2007/04/</link><pubDate>Sun, 01 Apr 2007 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2007/04/</guid><description>&lt;p&gt;Below is the timeline of my contributions to open source projects during April 2007.&lt;/p&gt;</description></item><item><title>Open Source Contributions - March 2007</title><link>https://avelino.run/foss/2007/03/</link><pubDate>Thu, 01 Mar 2007 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2007/03/</guid><description>&lt;p&gt;Below is the timeline of my contributions to open source projects during March 2007.&lt;/p&gt;</description></item><item><title>Open Source Contributions - February 2007</title><link>https://avelino.run/foss/2007/02/</link><pubDate>Thu, 01 Feb 2007 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2007/02/</guid><description>&lt;p&gt;Below is the timeline of my contributions to open source projects during February 2007.&lt;/p&gt;</description></item><item><title>Open Source Contributions - January 2007</title><link>https://avelino.run/foss/2007/01/</link><pubDate>Mon, 01 Jan 2007 00:00:00 +0000</pubDate><guid>https://avelino.run/foss/2007/01/</guid><description>&lt;p&gt;Below is the timeline of my contributions to open source projects during January 2007.&lt;/p&gt;</description></item><item><title>Links ❤️🙌</title><link>https://avelino.run/links/</link><pubDate>Sat, 01 Jan 2000 00:00:00 +0000</pubDate><guid>https://avelino.run/links/</guid><description>&lt;blockquote&gt;
&lt;p&gt;🚴‍♂️ A good dream is a dream lived&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;CTO at &lt;a href="https://www.linkedin.com/company/buserbrasil"&gt;Buser&lt;/a&gt; and open source maintainer (including &lt;a href="https://github.com/avelino/awesome-go"&gt;Awesome Go&lt;/a&gt;) — 🚴‍♂️ Road cycling&lt;/p&gt;
&lt;h2 id="important-links"&gt;Important links&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/avelino"&gt;GitHub: Open source projects&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.instagram.com/avelinorun/"&gt;Instagram: Lifestyle/Cycling&lt;/a&gt; old dream in IRONMAN distance&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.strava.com/athletes/24343435"&gt;Strava&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.linkedin.com/in/avelinorun/"&gt;LinkedIn: Technical leadership &amp;amp; startups ecosystem&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://twitter.com/avelinorun"&gt;Twitter: Technical content&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="mailto:avelinorun@gmail.com"&gt;My contact&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>it's sad to say goodbye</title><link>https://avelino.run/newsletter/unsubscriber/</link><pubDate>Thu, 05 Jan 1989 00:00:00 +0000</pubDate><guid>https://avelino.run/newsletter/unsubscriber/</guid><description>&lt;p&gt;&lt;img src="https://media.giphy.com/media/ISOckXUybVfQ4/giphy.gif#center" alt="via SpongeBob SquarePants on GIPHY"&gt;&lt;/p&gt;
&lt;p&gt;É triste dar adeus, mas entendo que no momento não estamos na mesma sintonia, sinta-se livre para voltar a qualquer momento, será ótimo compartilhar o que estou estudando com você.&lt;/p&gt;
&lt;p&gt;Caso queira voltar fazer parte da nossa newsletter tem o formulário aí na parte superior.&lt;/p&gt;
&lt;h2 id="en"&gt;EN&lt;/h2&gt;
&lt;p&gt;It is sad to say goodbye, but I understand that at the moment we are not on the same page, feel free to come back anytime, it will be great to share what I am studying with you.&lt;/p&gt;</description></item><item><title>Welcome to newsletter</title><link>https://avelino.run/newsletter/welcome/</link><pubDate>Thu, 05 Jan 1989 00:00:00 +0000</pubDate><guid>https://avelino.run/newsletter/welcome/</guid><description>&lt;p&gt;&lt;img src="https://media.giphy.com/media/3Hw2z62ewK4rm/giphy.gif#center" alt="via GIPHY"&gt;&lt;/p&gt;
&lt;p&gt;Olá pessoa, seja bem-vinda a minha newsletter, será um prazer compartilhar minhas anotações com vocês.&lt;/p&gt;
&lt;p&gt;O que você pode esperar por aqui?&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;anotações das notícias que leio;&lt;/li&gt;
&lt;li&gt;anotações do que tenho estudado atualmente, tenho atualmente estudado gestão de time de engenharia e como introduzir pessoas com zero de experiência em engenharia de software no nosso mundo;&lt;/li&gt;
&lt;li&gt;o que tenho feito no mundo open source e quais projetos estou envolvido atualmente.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Tenho habito de fazer anotações de tudo que estudo/leio, a diferença que farei isso com você publicamente.&lt;/p&gt;</description></item></channel></rss>