You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
119 lines
5.4 KiB
119 lines
5.4 KiB
<!DOCTYPE html> |
|
<html lang="en"> |
|
<head> |
|
<meta http-equiv="X-UA-Compatible" content="IE=edge"> |
|
<meta http-equiv="content-type" content="text/html; charset=utf-8"> |
|
|
|
<!-- Enable responsiveness on mobile devices--> |
|
<!-- viewport-fit=cover is to support iPhone X rounded corners and notch in landscape--> |
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1, viewport-fit=cover"> |
|
|
|
<title>Julio Biason .Me 4.3</title> |
|
|
|
<!-- CSS --> |
|
<link rel="stylesheet" href="https://blog.juliobiason.me/print.css" media="print"> |
|
<link rel="stylesheet" href="https://blog.juliobiason.me/poole.css"> |
|
<link rel="stylesheet" href="https://blog.juliobiason.me/hyde.css"> |
|
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700|Abril+Fatface"> |
|
|
|
|
|
|
|
|
|
|
|
</head> |
|
|
|
<body class=" "> |
|
|
|
<div class="sidebar"> |
|
<div class="container sidebar-sticky"> |
|
<div class="sidebar-about"> |
|
|
|
<a href="https://blog.juliobiason.me"><h1>Julio Biason .Me 4.3</h1></a> |
|
|
|
<p class="lead">Old school dev living in a 2.0 dev world</p> |
|
|
|
|
|
</div> |
|
|
|
<ul class="sidebar-nav"> |
|
|
|
|
|
<li class="sidebar-nav-item"><a href="/">English</a></li> |
|
|
|
<li class="sidebar-nav-item"><a href="/pt">Português</a></li> |
|
|
|
<li class="sidebar-nav-item"><a href="/tags">Tags (EN)</a></li> |
|
|
|
<li class="sidebar-nav-item"><a href="/pt/tags">Tags (PT)</a></li> |
|
|
|
|
|
</ul> |
|
</div> |
|
</div> |
|
|
|
|
|
<div class="content container"> |
|
|
|
<div class="post"> |
|
<h1 class="post-title">Links for 2021-03-18</h1> |
|
<span class="post-date"> |
|
2021-03-18 |
|
|
|
<a href="https://blog.juliobiason.me/tags/links/">#links</a> |
|
|
|
<a href="https://blog.juliobiason.me/tags/ci/">#ci</a> |
|
|
|
<a href="https://blog.juliobiason.me/tags/privacy/">#privacy</a> |
|
|
|
<a href="https://blog.juliobiason.me/tags/keybinds/">#keybinds</a> |
|
|
|
<a href="https://blog.juliobiason.me/tags/mac/">#mac</a> |
|
|
|
<a href="https://blog.juliobiason.me/tags/tests/">#tests</a> |
|
|
|
<a href="https://blog.juliobiason.me/tags/spring/">#spring</a> |
|
|
|
<a href="https://blog.juliobiason.me/tags/graalvm/">#graalvm</a> |
|
|
|
</span> |
|
<p>CI, Who Owns Your Data, Mac keybinds on Linux (and Windows), A Word About |
|
Testing, Spring with GraalVM.</p> |
|
<span id="continue-reading"></span><h2 id="the-tao-of-continuous-integration"><a href="https://blog.trailofbits.com/2021/02/26/the-tao-of-continuous-integration/">The Tao of Continuous Integration</a></h2> |
|
<p>Some good things here (CI needs a purpose), some not great (developers creating |
|
workarounds the CI? How?) and no solution for those problems but, in the end, |
|
some real things you need to keep an eye for.</p> |
|
<h2 id="for-whom-does-data-work"><a href="https://computerhistory.org/blog/for-whom-does-data-work/">For Whom Does Data Work?</a></h2> |
|
<p>Hey, it's "let's get scared about who is getting my data" o'clock!</p> |
|
<p>Ok, not that much but, once again, someone is asking who is getting some money |
|
using information we don't know is being captured and processed about us. There |
|
is even a discussion about different models -- but sadly leaves things like GDPR |
|
and LGPD (the Brazilian version of GDPR) out of it.</p> |
|
<h2 id="kinto-sh"><a href="https://github.com/rbreaves/kinto/">Kinto.sh</a></h2> |
|
<p>A script to update your shortcuts to use the same as the Mac. This would be my |
|
dream of using Super-C and Super-V instead of Ctrl-C and Ctrl-V -- which doesn't |
|
work as expected in the terminal, and you have to add Shift to the equation -- |
|
but alas, it doesn't work properly on Fedora due SELinux (and heck if I'm going |
|
to lower or disable SELinux -- my paranoid self would never allow that).</p> |
|
<h2 id="a-short-piece-on-writing-tests"><a href="https://blog.loadzero.com/blog/on-tests/">A short piece on writing tests</a></h2> |
|
<p>A really short piece about testing, but I surely can agree with the content of |
|
the first line: "If you're unsure of how to proceed, white a test".</p> |
|
<h2 id="announcing-spring-native-beta"><a href="https://spring.io/blog/2021/03/11/announcing-spring-native-beta">Announcing Spring Native Beta!</a></h2> |
|
<p>I had my time with Spring and that's one piece of software that made my life |
|
with Java less miserable. The title was a bit misleading to me, 'cause I kinda |
|
associated the word "Native" with "Mobile, but in one single language".</p> |
|
<p>The "Native" part here is actually targeting the result into a GraalVM image |
|
instead of the war tested bytecode.</p> |
|
<p>It's weird how GraalVM appeared and then disappeared from my radar. It was |
|
touted as a solution for most integration systems and then... nothing. Maybe |
|
with Spring embracing it, it would get some traction again.</p> |
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
</div> |
|
|
|
</body> |
|
|
|
</html>
|
|
|