Skip to content

Commit

Permalink
Use bit.ly to work around bug with htmlpreview where link with anchor…
Browse files Browse the repository at this point in the history
  • Loading branch information
ZimbiX committed Aug 7, 2023
1 parent 9bb4236 commit 4616a44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/brendan-weibrecht-resume.html
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,7 @@ <h2>Achievements</h2>
</li>
<li>

<p>I <a href="https://github.com/docker/for-linux/issues/1015#issuecomment-841915668">discovered a bug in the Linux kernel</a>, related to the <code>copy_file_range</code> syscall when used with the overlay2 subsystem. With a file that was mounted into a Docker container, attempting to copy the content to another file using <code>copy_file_range</code> would erroneously result in a zero-byte file.</p>
<p>I <a href="https://bit.ly/3OMti4O">discovered a bug in the Linux kernel</a>, related to the <code>copy_file_range</code> syscall when used with the overlay2 subsystem. With a file that was mounted into a Docker container, attempting to copy the content to another file using <code>copy_file_range</code> would erroneously result in a zero-byte file.</p>
</li>
<li>

Expand Down
2 changes: 1 addition & 1 deletion views/_achievements.haml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
Becoming a open source **maintainer of Que**, "a Ruby job queue that uses PostgreSQL's advisory locks for speed and reliability", notably helping introduce support for Ruby 3 while at GreenSync -- [github.com/que-rb/que](https://github.com/que-rb/que)
%li
:maruku
I [discovered a bug in the Linux kernel](https://github.com/docker/for-linux/issues/1015#issuecomment-841915668), related to the `copy_file_range` syscall when used with the overlay2 subsystem. With a file that was mounted into a Docker container, attempting to copy the content to another file using `copy_file_range` would erroneously result in a zero-byte file.
I [discovered a bug in the Linux kernel](https://bit.ly/3OMti4O), related to the `copy_file_range` syscall when used with the overlay2 subsystem. With a file that was mounted into a Docker container, attempting to copy the content to another file using `copy_file_range` would erroneously result in a zero-byte file.
%li
:maruku
**Presenting at the Ruby meetup**, *Applied Event Sourcing in deX*, on 2018-10-03 -- [youtu.be/KOfG3BK2Ue8](https://youtu.be/KOfG3BK2Ue8)
Expand Down

0 comments on commit 4616a44

Please sign in to comment.