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.
150 lines
6.9 KiB
150 lines
6.9 KiB
11 months ago
|
<!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">Commented Links for 2020-08-09</h1>
|
||
|
<span class="post-date">
|
||
|
2020-08-09
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/links/">#links</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/vim/">#vim</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/conference/">#conference</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/vimconf/">#vimconf</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/git/">#git</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/branches/">#branches</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/excel/">#excel</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/science/">#science</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/openjdk/">#openjdk</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/arm/">#arm</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/windows/">#windows</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/rust/">#rust</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/cli/">#cli</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/dataframes/">#dataframes</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/cameras/">#cameras</a>
|
||
|
|
||
|
</span>
|
||
|
<p>VimConf, Better SQL, Git Branches, Excel Fucking Science, OpenJDK on ARM, Rust
|
||
|
CLI Tools, DataFrames in Rust, World Windows.</p>
|
||
|
<span id="continue-reading"></span><h2 id="vimconf-2020-live"><a href="https://www.vimconf.live/">VimConf 2020 Live</a></h2>
|
||
|
<p>One small good point on everything that is going around is the amount of
|
||
|
conferences going live.</p>
|
||
|
<p>And now there is VimConf going live.</p>
|
||
|
<p>For the incredible amount of $0.</p>
|
||
|
<h2 id="we-can-do-better-than-sql"><a href="https://edgedb.com/blog/we-can-do-better-than-sql/">We Can Do Better Than SQL</a></h2>
|
||
|
<p>"Hear, hear! Our product has a better thing than the rest of world! We
|
||
|
promise!"</p>
|
||
|
<p>Although I can understand that SQL is not perfect -- I mean, do anyone know
|
||
|
and know how to use all the join types? -- but it is one thing saying "our
|
||
|
system is better" when you can clearly see that the request needs information
|
||
|
beyond what you're showing.</p>
|
||
|
<p>Surely, your queries may be simple, but how much work there is when creating
|
||
|
the database for making that query possible? What proper cases does it match
|
||
|
and where does it make things harder? I can cite Rust as an example: It makes
|
||
|
possible to write parallel code correctly, but due this it is really hard to
|
||
|
write something like a linked list without running into some issues.</p>
|
||
|
<p>So yeah, your query is magical, but not showing where it falls flat gives zero
|
||
|
information about if I want to use it or not. SQL has its drawbacks, but there
|
||
|
are known and documented.</p>
|
||
|
<h2 id="git-branch-delete-master"><a href="https://danso.ca/blog/git-branch-delete/">git branch --delete master</a></h2>
|
||
|
<p>No Master Branches, No God Branches.</p>
|
||
|
<p>This is kinda related to the other link shared 2 months ago, but gives an
|
||
|
explanation on how to kill your master branch and use something else.</p>
|
||
|
<h2 id="scientists-rename-human-genes-to-stop-microsoft-excel-from-misreading-them-as-dates"><a href="https://www.theverge.com/2020/8/6/21355674/human-genes-rename-microsoft-excel-misreading-dates">Scientists rename human genes to stop Microsoft Excel from misreading them as dates</a></h2>
|
||
|
<p>What point we reached when science has to bow to the whims of technology...</p>
|
||
|
<h2 id="openjdk-comes-to-windows-10-on-arm"><a href="https://www.infoq.com/news/2020/08/openjdk-win10-arm/">OpenJDK Comes to Windows 10 on ARM</a></h2>
|
||
|
<p>If you had any doubts that ARM is the platform for the future, there are two
|
||
|
points here that may make you rethink:</p>
|
||
|
<ul>
|
||
|
<li>There is Java 10 for ARM.</li>
|
||
|
<li>There is a <em>Windows</em> for ARM.</li>
|
||
|
</ul>
|
||
|
<h2 id="rewritten-in-rust-modern-alternatives-of-command-line-tools"><a href="https://zaiste.net/posts/shell-commands-rust/">Rewritten in Rust: Modern Alternatives of Command-Line Tools</a></h2>
|
||
|
<p>I shared a list like this before, but I keep forgetting to install <code>hyperfine</code>
|
||
|
and I had to use <code>grex</code> once and forgot their names.</p>
|
||
|
<p>So, once again, in the hopes I'll remember to check my blog first.</p>
|
||
|
<h2 id="polars-rust-dataframes"><a href="https://github.com/ritchie46/polars">Polars: Rust DataFrames</a></h2>
|
||
|
<p>Data science in Rust. I didn't believe it was possible, but I can see the
|
||
|
first steps here.</p>
|
||
|
<h2 id="windowswap"><a href="https://window-swap.com/">WindowSwap</a></h2>
|
||
|
<p>This is one hell of a cool project, even if not directly linked to programming
|
||
|
itself.</p>
|
||
|
<p>People put cameras on their windows and you can check them, randomly.</p>
|
||
|
|
||
|
</div>
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
</div>
|
||
|
|
||
|
</body>
|
||
|
|
||
|
</html>
|