RSSPAPER/docs/index.html
GitHub Action c656e13ef5 2021-07-18
2021-07-18 22:14:43 +00:00

1101 lines
59 KiB
HTML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>RSSPAPER</title>
<!-- PWA -->
<link rel="manifest" href="static/manifest.json" />
<!-- ios support -->
<link rel="apple-touch-icon" href="static/img/icons/default.png" />
<link rel="apple-touch-icon" href="static/img/icons/default.png" />
<link rel="apple-touch-icon" href="static/img/icons/default.png" />
<link rel="apple-touch-icon" href="static/img/icons/default.png" />
<link rel="apple-touch-icon" href="static/img/icons/default.png" />
<link rel="apple-touch-icon" href="static/img/icons/default.png" />
<link rel="apple-touch-icon" href="static/img/icons/default.png" />
<link rel="apple-touch-icon" href="static/img/icons/default.png" />
<meta name="apple-mobile-web-app-status-bar" content="#fff" />
<meta name="theme-color" content="#db4938" />
<!-- End PWA -->
<link rel="icon" type="image/png" href="static/img/icons/default.png">
<meta name="theme-color" content="#3c790a">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, shrink-to-fit=no">
<meta name="author" content="Tu nombre">
<meta name="generator" content="RSSPAPER">
<meta name="keywords" content="html, css, javascript">
<meta name="description" content="My news">
<meta property="og:image" content="img/screenshot.png">
<meta property="og:title" content="The Rock">
<meta property="og:type" content="website">
<meta property="og:url" content="">
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@cuenta">
<meta name="twitter:creator" content="@cuenta">
<meta property="og:image:secure_url" content="https://...">
<meta property="og:image:type" content="image/jpeg">
<meta property="og:image:width" content="400">
<meta property="og:image:height" content="300">
<meta property="og:image:alt" content="">
<!-- Normalize -->
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css">
<!-- End Normalize -->
<!-- Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Newsreader:ital,wght@0,400;0,700;1,400&display=swap" rel="stylesheet">
<!-- End Fonts -->
<!-- CSS -->
<style>
/* Global */
:root {
--color-black: black;
--color-gray: gray;
--height-img: 10rem;
}
body {
margin: 0;
padding: 0;
font-family: 'Newsreader', serif;
color: var(--color-black);
}
img {
object-fit: cover;
object-position: center;
}
img, video, iframe {
width: 100%;
}
a {
color: var(--color-black);
text-decoration: none;
}
pre {
overflow-x: auto;
}
.container {
max-width: 62rem;
margin: 0 auto;
padding: 1rem;
}
.header {
margin-bottom: 2rem;
}
.title {
text-align: center;
font-size: 4rem;
font-weight: normal;
margin-bottom: 0;
margin-top: 1rem;
}
.subtitle {
display: flex;
justify-content: center;
align-items: center;
margin-top: -1rem;
font-weight: normal;
font-size: 1.5rem;
}
.subtitle__separator {
font-size: 3rem;
font-weight: bold;
}
.separator {
border: 0;
background: var(--color-black);
height: 1px;
}
.footer__text {
text-align: center;
padding: 1rem 0;
}
.footer__link {
font-weight: bold;
}
.footer__heard {
display: inline-block;
margin-left: .3rem;
}
.article__title, .article__feed {
font-weight: normal;
}
.article__header-img > a > img {
height: var(--height-img);
object-position: center;
object-fit: contain;
}
.article__random-background {
height: 100%;
width: 100%;
}
</style>
<style media="all and (max-width: 600px)">
/* Mobile */
</style>
<style media="all and (min-width: 601px)">
/* Desktop */
.main {
display: grid;
grid-gap: 1rem;
grid-template-columns: repeat(12, 1fr);
}
/* First column. */
.feed__article:nth-child(3n-2){
grid-column: 9 / 13;
}
/* Second column */
.feed__article:nth-child(3n+2){
grid-column: 1 / 5;
}
/* Third column */
.feed__article:nth-child(3n+3) {
grid-column: 5 / 9;
}
.article__title {
font-size: 1.5rem;
}
.article__feed {
font-size: 1rem;
}
.article__date {
font-size: .9rem;
color: var(--color-gray);
}
.feed__article:nth-child(1) .article__title {
font-size: 2rem;
}
.feed__article:nth-child(1) .article__feed {
font-size: 1rem;
}
.feed__article:nth-child(1) {
grid-column: 1 / 9;
grid-row: 1 / 4;
text-align: center;
}
.feed__article:nth-child(2) {
grid-column: 9 / 13;
grid-row: 1 / 2;
}
.feed__article:nth-child(3) {
grid-column: 9 / 13;
grid-row: 2 / 3;
}
.feed__article:nth-child(4) {
grid-column: 9 / 13;
grid-row: 3 / 4;
}
.feed__article:nth-child(2) .article__header,
.feed__article:nth-child(3) .article__header,
.feed__article:nth-child(4) .article__header
{
display: flex;
justify-content: space-between;
flex-direction: row-reverse;
grid-gap: 1rem;
}
.article__header > p {
margin: 0;
}
.article__header-img > img {
height: var(--height-img);
}
.feed__article:nth-child(1) .article__header-img > img,
.feed__article:nth-child(2) .article__header-img > img,
.feed__article:nth-child(3) .article__header-img > img,
.feed__article:nth-child(4) .article__header-img > img
{
height: initial;
}
.feed__article:nth-child(2) .article__titles,
.feed__article:nth-child(3) .article__titles,
.feed__article:nth-child(4) .article__titles,
.feed__article:nth-child(2) .article__header-img,
.feed__article:nth-child(3) .article__header-img,
.feed__article:nth-child(4) .article__header-img
{
width: 50%;
}
.feed__article:nth-child(2) .article__title,
.feed__article:nth-child(3) .article__title,
.feed__article:nth-child(4) .article__title
{
font-size: 1.2rem;
}
.feed__article:nth-child(2) .article__feed,
.feed__article:nth-child(3) .article__feed,
.feed__article:nth-child(4) .article__feed
{
font-size: 1rem;
}
.article__main {
position: fixed;
left: -100%;
top: 0;
bottom: 0;
overflow-y: auto;
}
.feed__article:nth-child(1) .article__header {
display: flex;
flex-direction: column;
height: 100%;
}
.feed__article:nth-child(1) .article__header-img {
height: 100%;
}
</style>
<!-- End CSS -->
</head>
<body>
<div class="container">
<header class="header">
<h1 class="title">RSSPAPER</h1>
<h2 class="subtitle"><span class="subtitle__separator">~</span> <span class="subtitle__text">My static generate newspaper</span> <span class="subtitle__separator">~</span></h2>
<hr class="separator">
</header>
<main class="main">
<article class="feed__article article">
<header class="article__header">
<p class="article__header-img">
<a target="_blank" href="https://vlctechhub.org/events/meetup-python-alicante-60f28874c69c">
<canvas class="article__random-background"></canvas>
</a>
</p>
<div class="article__titles">
<h1 class="article__title">
<a target="_blank" href="https://vlctechhub.org/events/meetup-python-alicante-60f28874c69c">Domingo 18 de julio | MeetUp Python Alicante por @python_alc</a>
</h1>
<h2 class="article__feed"><a target="_blank" href="https://vlctechhub.org/">VLCTechHub Feed</a> <span class="article__date">22 07 2021</span></h2>
</div>
</header>
</article>
<article class="feed__article article">
<header class="article__header">
<p class="article__header-img">
<a target="_blank" href="https://vlctechhub.org/events/primeros-pasos-en-figma-de-0-a-una-app-en-1-hora-60ec856044db">
<canvas class="article__random-background"></canvas>
</a>
</p>
<div class="article__titles">
<h1 class="article__title">
<a target="_blank" href="https://vlctechhub.org/events/primeros-pasos-en-figma-de-0-a-una-app-en-1-hora-60ec856044db">Domingo 18 de julio | Primeros pasos en Figma de 0 a una App en 1 hora por @UXacademy_es</a>
</h1>
<h2 class="article__feed"><a target="_blank" href="https://vlctechhub.org/">VLCTechHub Feed</a> <span class="article__date">21 07 2021</span></h2>
</div>
</header>
</article>
<article class="feed__article article">
<header class="article__header">
<p class="article__header-img">
<a target="_blank" href="https://vlctechhub.org/events/machine-learning-in-governance-business-risk-management-and-compliance-60f14631a193">
<canvas class="article__random-background"></canvas>
</a>
</p>
<div class="article__titles">
<h1 class="article__title">
<a target="_blank" href="https://vlctechhub.org/events/machine-learning-in-governance-business-risk-management-and-compliance-60f14631a193">Domingo 18 de julio | Machine Learning in Governance, Business Risk Management and Compliance por @bigmlcom</a>
</h1>
<h2 class="article__feed"><a target="_blank" href="https://vlctechhub.org/">VLCTechHub Feed</a> <span class="article__date">21 07 2021</span></h2>
</div>
</header>
</article>
<article class="feed__article article">
<header class="article__header">
<p class="article__header-img">
<a target="_blank" href="https://blog.elhacker.net/2021/07/asic-para-minar-criptomonedas.html">
<canvas class="article__random-background"></canvas>
</a>
</p>
<div class="article__titles">
<h1 class="article__title">
<a target="_blank" href="https://blog.elhacker.net/2021/07/asic-para-minar-criptomonedas.html">ASIC para minar criptomonedas</a>
</h1>
<h2 class="article__feed"><a target="_blank" href="https://blog.elhacker.net/">Blog elhacker.NET</a> <span class="article__date">18 07 2021</span></h2>
</div>
</header>
</article>
<article class="feed__article article">
<header class="article__header">
<p class="article__header-img">
<a target="_blank" href="https://blog.elhacker.net/2021/07/las-3.800-ps4-confiscadas-en-ucrania-no-minaban-criptomonedas-eran-bots-fifa.html">
<canvas class="article__random-background"></canvas>
</a>
</p>
<div class="article__titles">
<h1 class="article__title">
<a target="_blank" href="https://blog.elhacker.net/2021/07/las-3.800-ps4-confiscadas-en-ucrania-no-minaban-criptomonedas-eran-bots-fifa.html">Las 3.800 PS4 confiscadas en Ucrania no minaban criptomonedas, eran bots de FIFA Ultimate Team</a>
</h1>
<h2 class="article__feed"><a target="_blank" href="https://blog.elhacker.net/">Blog elhacker.NET</a> <span class="article__date">18 07 2021</span></h2>
</div>
</header>
</article>
<article class="feed__article article">
<header class="article__header">
<p class="article__header-img">
<a target="_blank" href="https://www.cinestudiodor.es/2021/07/hijos-del-sol_18.html">
<img loading="lazy" src="https://1.bp.blogspot.com/-Tt_PsNF6F1c/YOoom8NQFiI/AAAAAAAABfI/LXq8I12kQmwZtBvAE8J2vKNOs4zytD7KwCLcBGAsYHQ/w640-h640/hijosdelsol_.jpg" alt="HIJOS DEL SOL">
</a>
</p>
<div class="article__titles">
<h1 class="article__title">
<a target="_blank" href="https://www.cinestudiodor.es/2021/07/hijos-del-sol_18.html">HIJOS DEL SOL</a>
</h1>
<h2 class="article__feed"><a target="_blank" href="https://www.cinestudiodor.es/">Cinestudio d&#39;Or</a> <span class="article__date">18 07 2021</span></h2>
</div>
</header>
</article>
<article class="feed__article article">
<header class="article__header">
<p class="article__header-img">
<a target="_blank" href="https://www.cinestudiodor.es/2021/07/el-viaje-de-chihiro.html">
<img loading="lazy" src="https://1.bp.blogspot.com/-w1H77tUMqHY/YOosXDmDsMI/AAAAAAAABfQ/8yCpTZMN4tMnSGpaK0qyAo4_BAOAarCIwCLcBGAsYHQ/w640-h640/chihiro_.jpg" alt="EL VIAJE DE CHIHIRO">
</a>
</p>
<div class="article__titles">
<h1 class="article__title">
<a target="_blank" href="https://www.cinestudiodor.es/2021/07/el-viaje-de-chihiro.html">EL VIAJE DE CHIHIRO</a>
</h1>
<h2 class="article__feed"><a target="_blank" href="https://www.cinestudiodor.es/">Cinestudio d&#39;Or</a> <span class="article__date">18 07 2021</span></h2>
</div>
</header>
</article>
<article class="feed__article article">
<header class="article__header">
<p class="article__header-img">
<a target="_blank" href="https://www.cinestudiodor.es/2021/07/otra-ronda.html">
<img loading="lazy" src="https://1.bp.blogspot.com/-7xs-0YUAxq0/YPIItZv3-oI/AAAAAAAABfo/E8cO51HP8PQitAezDNhJwGJv3YrqdLBqwCLcBGAsYHQ/w640-h640/otraronda_.jpg" alt="OTRA RONDA">
</a>
</p>
<div class="article__titles">
<h1 class="article__title">
<a target="_blank" href="https://www.cinestudiodor.es/2021/07/otra-ronda.html">OTRA RONDA</a>
</h1>
<h2 class="article__feed"><a target="_blank" href="https://www.cinestudiodor.es/">Cinestudio d&#39;Or</a> <span class="article__date">18 07 2021</span></h2>
</div>
</header>
</article>
<article class="feed__article article">
<header class="article__header">
<p class="article__header-img">
<a target="_blank" href="https://www.cinestudiodor.es/2021/07/first-cow.html">
<img loading="lazy" src="https://1.bp.blogspot.com/-UdGwv_qMt8Q/YPIDG8MWHrI/AAAAAAAABfg/TpI0P_Vuosg5qdlkdyrg4qjfpEog4gJhgCLcBGAsYHQ/w640-h640/firstcow_.jpg" alt="FIRST COW">
</a>
</p>
<div class="article__titles">
<h1 class="article__title">
<a target="_blank" href="https://www.cinestudiodor.es/2021/07/first-cow.html">FIRST COW</a>
</h1>
<h2 class="article__feed"><a target="_blank" href="https://www.cinestudiodor.es/">Cinestudio d&#39;Or</a> <span class="article__date">17 07 2021</span></h2>
</div>
</header>
</article>
<article class="feed__article article">
<header class="article__header">
<p class="article__header-img">
<a target="_blank" href="https://blog.elhacker.net/2021/07/microsoft-revela-que-ciudadanos-en-cataluna-fueron-espiados.html">
<canvas class="article__random-background"></canvas>
</a>
</p>
<div class="article__titles">
<h1 class="article__title">
<a target="_blank" href="https://blog.elhacker.net/2021/07/microsoft-revela-que-ciudadanos-en-cataluna-fueron-espiados.html">Microsoft revela que ciudadanos en Cataluña han sido víctimas de un programa de espionaje para gobiernos</a>
</h1>
<h2 class="article__feed"><a target="_blank" href="https://blog.elhacker.net/">Blog elhacker.NET</a> <span class="article__date">17 07 2021</span></h2>
</div>
</header>
</article>
<article class="feed__article article">
<header class="article__header">
<p class="article__header-img">
<a target="_blank" href="https://blog.elhacker.net/2021/07/hackean-las-cuentas-de-twitter-y.html">
<canvas class="article__random-background"></canvas>
</a>
</p>
<div class="article__titles">
<h1 class="article__title">
<a target="_blank" href="https://blog.elhacker.net/2021/07/hackean-las-cuentas-de-twitter-y.html">Hackean las cuentas de Twitter y Facebook de La Sexta TV</a>
</h1>
<h2 class="article__feed"><a target="_blank" href="https://blog.elhacker.net/">Blog elhacker.NET</a> <span class="article__date">17 07 2021</span></h2>
</div>
</header>
</article>
<article class="feed__article article">
<header class="article__header">
<p class="article__header-img">
<a target="_blank" href="https://www.muylinux.com/2021/07/16/steam-deck/">
<canvas class="article__random-background"></canvas>
</a>
</p>
<div class="article__titles">
<h1 class="article__title">
<a target="_blank" href="https://www.muylinux.com/2021/07/16/steam-deck/">Valve presenta Steam Deck, su consola híbrida con Linux</a>
</h1>
<h2 class="article__feed"><a target="_blank" href="https://www.muylinux.com">MuyLinux</a> <span class="article__date">16 07 2021</span></h2>
</div>
</header>
</article>
<article class="feed__article article">
<header class="article__header">
<p class="article__header-img">
<a target="_blank" href="https://blogs.windows.com/msedgedev/2021/07/16/easier-debugging-developer-tools-in-visual-studio-code/">
<img loading="lazy" src="https://blogs.windows.com/wp-content/uploads/prod/sites/33/2021/06/cropped-browser-icon-logo-32x32.jpg" alt="Easier browser debugging with Developer Tools integration in Visual Studio Code">
</a>
</p>
<div class="article__titles">
<h1 class="article__title">
<a target="_blank" href="https://blogs.windows.com/msedgedev/2021/07/16/easier-debugging-developer-tools-in-visual-studio-code/">Easier browser debugging with Developer Tools integration in Visual Studio Code</a>
</h1>
<h2 class="article__feed"><a target="_blank" href="https://blogs.windows.com/msedgedev">Microsoft Edge Blog</a> <span class="article__date">16 07 2021</span></h2>
</div>
</header>
</article>
<article class="feed__article article">
<header class="article__header">
<p class="article__header-img">
<a target="_blank" href="https://blog.elhacker.net/2021/07/steam-deck-valve-presenta-consola-portatil-juegos-pc-.html">
<canvas class="article__random-background"></canvas>
</a>
</p>
<div class="article__titles">
<h1 class="article__title">
<a target="_blank" href="https://blog.elhacker.net/2021/07/steam-deck-valve-presenta-consola-portatil-juegos-pc-.html">Steam Deck: Valve presenta consola portátil para juegos PC por 419€</a>
</h1>
<h2 class="article__feed"><a target="_blank" href="https://blog.elhacker.net/">Blog elhacker.NET</a> <span class="article__date">16 07 2021</span></h2>
</div>
</header>
</article>
<article class="feed__article article">
<header class="article__header">
<p class="article__header-img">
<a target="_blank" href="https://blog.elhacker.net/2021/07/documentos-maliciosos-excel-4-macros.html">
<canvas class="article__random-background"></canvas>
</a>
</p>
<div class="article__titles">
<h1 class="article__title">
<a target="_blank" href="https://blog.elhacker.net/2021/07/documentos-maliciosos-excel-4-macros.html">Documentos maliciosos Excel 4.0 XLM Macros</a>
</h1>
<h2 class="article__feed"><a target="_blank" href="https://blog.elhacker.net/">Blog elhacker.NET</a> <span class="article__date">16 07 2021</span></h2>
</div>
</header>
</article>
<article class="feed__article article">
<header class="article__header">
<p class="article__header-img">
<a target="_blank" href="https://clojure.org/news/2021/07/16/deref">
<canvas class="article__random-background"></canvas>
</a>
</p>
<div class="article__titles">
<h1 class="article__title">
<a target="_blank" href="https://clojure.org/news/2021/07/16/deref">Clojure Deref (July 16, 2021)</a>
</h1>
<h2 class="article__feed"><a target="_blank" href="https://clojure.org">Clojure News</a> <span class="article__date">16 07 2021</span></h2>
</div>
</header>
</article>
<article class="feed__article article">
<header class="article__header">
<p class="article__header-img">
<a target="_blank" href="https://programadorwebvalencia.com/aprende-a-estructurar-un-test/">
<img loading="lazy" src="https://programadorwebvalencia.com/img/blog/2021/07/testing.png" alt="Aprende a estructurar un test">
</a>
</p>
<div class="article__titles">
<h1 class="article__title">
<a target="_blank" href="https://programadorwebvalencia.com/aprende-a-estructurar-un-test/">Aprende a estructurar un test</a>
</h1>
<h2 class="article__feed"><a target="_blank" href="https://programadorwebvalencia.com/">Programador Web Valencia</a> <span class="article__date">15 07 2021</span></h2>
</div>
</header>
</article>
<article class="feed__article article">
<header class="article__header">
<p class="article__header-img">
<a target="_blank" href="https://www.muylinux.com/2021/07/15/ubuntu-touch-ota-18/">
<canvas class="article__random-background"></canvas>
</a>
</p>
<div class="article__titles">
<h1 class="article__title">
<a target="_blank" href="https://www.muylinux.com/2021/07/15/ubuntu-touch-ota-18/">Ubuntu Touch OTA-18 mejora la optimización y el uso del teclado</a>
</h1>
<h2 class="article__feed"><a target="_blank" href="https://www.muylinux.com">MuyLinux</a> <span class="article__date">15 07 2021</span></h2>
</div>
</header>
</article>
<article class="feed__article article">
<header class="article__header">
<p class="article__header-img">
<a target="_blank" href="https://blogs.windows.com/msedgedev/2021/07/15/opt-in-extended-stable-release-cycle/">
<img loading="lazy" src="https://blogs.windows.com/wp-content/uploads/prod/sites/33/2021/06/cropped-browser-icon-logo-32x32.jpg" alt="How to opt-in to the Extended Stable release cycle option beginning with Microsoft Edge 94">
</a>
</p>
<div class="article__titles">
<h1 class="article__title">
<a target="_blank" href="https://blogs.windows.com/msedgedev/2021/07/15/opt-in-extended-stable-release-cycle/">How to opt-in to the Extended Stable release cycle option beginning with Microsoft Edge 94</a>
</h1>
<h2 class="article__feed"><a target="_blank" href="https://blogs.windows.com/msedgedev">Microsoft Edge Blog</a> <span class="article__date">15 07 2021</span></h2>
</div>
</header>
</article>
<article class="feed__article article">
<header class="article__header">
<p class="article__header-img">
<a target="_blank" href="https://github.blog/2021-07-15-student-leaders-github-campus-tv-next-level/">
<img loading="lazy" src="https://github.blog/wp-content/uploads/2019/01/cropped-github-favicon-512.png?fit=32%2C32" alt="Student leaders are taking GitHub Campus TV to the next level">
</a>
</p>
<div class="article__titles">
<h1 class="article__title">
<a target="_blank" href="https://github.blog/2021-07-15-student-leaders-github-campus-tv-next-level/">Student leaders are taking GitHub Campus TV to the next level</a>
</h1>
<h2 class="article__feed"><a target="_blank" href="https://github.blog">The GitHub Blog</a> <span class="article__date">15 07 2021</span></h2>
</div>
</header>
</article>
<article class="feed__article article">
<header class="article__header">
<p class="article__header-img">
<a target="_blank" href="https://blog.elhacker.net/2021/07/detenidas-en-espana-16-personas-por-malware-bancario-estafa.html">
<canvas class="article__random-background"></canvas>
</a>
</p>
<div class="article__titles">
<h1 class="article__title">
<a target="_blank" href="https://blog.elhacker.net/2021/07/detenidas-en-espana-16-personas-por-malware-bancario-estafa.html">Detenidas en España 16 personas por estafar 3,5 millones de euros con malware Grandoreiro y Mekotio</a>
</h1>
<h2 class="article__feed"><a target="_blank" href="https://blog.elhacker.net/">Blog elhacker.NET</a> <span class="article__date">15 07 2021</span></h2>
</div>
</header>
</article>
<article class="feed__article article">
<header class="article__header">
<p class="article__header-img">
<a target="_blank" href="https://blog.elhacker.net/2021/07/actualizaciones-de-seguridad-criticas-productos-microsoft-y-otros.html">
<canvas class="article__random-background"></canvas>
</a>
</p>
<div class="article__titles">
<h1 class="article__title">
<a target="_blank" href="https://blog.elhacker.net/2021/07/actualizaciones-de-seguridad-criticas-productos-microsoft-y-otros.html">Actualizaciones de seguridad productos Microsoft, Adobe, Android, TomCat, Cisco, et</a>
</h1>
<h2 class="article__feed"><a target="_blank" href="https://blog.elhacker.net/">Blog elhacker.NET</a> <span class="article__date">15 07 2021</span></h2>
</div>
</header>
</article>
<article class="feed__article article">
<header class="article__header">
<p class="article__header-img">
<a target="_blank" href="https://blog.elhacker.net/2021/07/gmail-quiere-acabar-con-el-phishing-gracias-BIMI.html">
<canvas class="article__random-background"></canvas>
</a>
</p>
<div class="article__titles">
<h1 class="article__title">
<a target="_blank" href="https://blog.elhacker.net/2021/07/gmail-quiere-acabar-con-el-phishing-gracias-BIMI.html">Gmail quiere acabar con el phishing gracias al BIMI</a>
</h1>
<h2 class="article__feed"><a target="_blank" href="https://blog.elhacker.net/">Blog elhacker.NET</a> <span class="article__date">15 07 2021</span></h2>
</div>
</header>
</article>
<article class="feed__article article">
<header class="article__header">
<p class="article__header-img">
<a target="_blank" href="https://www.muylinux.com/2021/07/14/le9-poca-ram-linux/">
<canvas class="article__random-background"></canvas>
</a>
</p>
<div class="article__titles">
<h1 class="article__title">
<a target="_blank" href="https://www.muylinux.com/2021/07/14/le9-poca-ram-linux/">le9, un parche para mitigar la escasez de RAM en Linux</a>
</h1>
<h2 class="article__feed"><a target="_blank" href="https://www.muylinux.com">MuyLinux</a> <span class="article__date">14 07 2021</span></h2>
</div>
</header>
</article>
<article class="feed__article article">
<header class="article__header">
<p class="article__header-img">
<a target="_blank" href="https://www.exocomics.com/669">
<canvas class="article__random-background"></canvas>
</a>
</p>
<div class="article__titles">
<h1 class="article__title">
<a target="_blank" href="https://www.exocomics.com/669">669</a>
</h1>
<h2 class="article__feed"><a target="_blank" href="https://www.exocomics.com">Extra Ordinary</a> <span class="article__date">14 07 2021</span></h2>
</div>
</header>
</article>
<article class="feed__article article">
<header class="article__header">
<p class="article__header-img">
<a target="_blank" href="https://evercade.co.uk/evercade-announces-renovation-collection-1/">
<img loading="lazy" src="https://evercade.co.uk/wp-content/uploads/2021/04/cropped-heart-32x32-1.png" alt="Evercade Announces Renovation Collection 1 Coming Early 2022">
</a>
</p>
<div class="article__titles">
<h1 class="article__title">
<a target="_blank" href="https://evercade.co.uk/evercade-announces-renovation-collection-1/">Evercade Announces Renovation Collection 1 Coming Early 2022</a>
</h1>
<h2 class="article__feed"><a target="_blank" href="https://evercade.co.uk">Evercade</a> <span class="article__date">14 07 2021</span></h2>
</div>
</header>
</article>
<article class="feed__article article">
<header class="article__header">
<p class="article__header-img">
<a target="_blank" href="https://www.muylinux.com/2021/07/14/tails-4-20/">
<canvas class="article__random-background"></canvas>
</a>
</p>
<div class="article__titles">
<h1 class="article__title">
<a target="_blank" href="https://www.muylinux.com/2021/07/14/tails-4-20/">Tails 4.20 refuerza su conexión a la red Tor</a>
</h1>
<h2 class="article__feed"><a target="_blank" href="https://www.muylinux.com">MuyLinux</a> <span class="article__date">14 07 2021</span></h2>
</div>
</header>
</article>
<article class="feed__article article">
<header class="article__header">
<p class="article__header-img">
<a target="_blank" href="https://blog.elhacker.net/2021/07/intervenido-en-malaga-un-dron-profesional-transporte-drogas.html">
<canvas class="article__random-background"></canvas>
</a>
</p>
<div class="article__titles">
<h1 class="article__title">
<a target="_blank" href="https://blog.elhacker.net/2021/07/intervenido-en-malaga-un-dron-profesional-transporte-drogas.html">Intervenido en Málaga un dron de 4,35 metros de envergadura acondicionado para el transporte de droga entre Marruecos y España</a>
</h1>
<h2 class="article__feed"><a target="_blank" href="https://blog.elhacker.net/">Blog elhacker.NET</a> <span class="article__date">14 07 2021</span></h2>
</div>
</header>
</article>
<article class="feed__article article">
<header class="article__header">
<p class="article__header-img">
<a target="_blank" href="https://blog.elhacker.net/2021/07/mozilla-vpn-ya-esta-disponible-en-espana.html">
<canvas class="article__random-background"></canvas>
</a>
</p>
<div class="article__titles">
<h1 class="article__title">
<a target="_blank" href="https://blog.elhacker.net/2021/07/mozilla-vpn-ya-esta-disponible-en-espana.html">Mozilla VPN ya está disponible en España</a>
</h1>
<h2 class="article__feed"><a target="_blank" href="https://blog.elhacker.net/">Blog elhacker.NET</a> <span class="article__date">14 07 2021</span></h2>
</div>
</header>
</article>
<article class="feed__article article">
<header class="article__header">
<p class="article__header-img">
<a target="_blank" href="https://www.manueluberti.eu//emacs/2021/07/14/dired/">
<canvas class="article__random-background"></canvas>
</a>
</p>
<div class="article__titles">
<h1 class="article__title">
<a target="_blank" href="https://www.manueluberti.eu//emacs/2021/07/14/dired/">Reuse Dired buffers</a>
</h1>
<h2 class="article__feed"><a target="_blank" href="https://www.manueluberti.eu">Manuel Uberti</a> <span class="article__date">14 07 2021</span></h2>
</div>
</header>
</article>
<article class="feed__article article">
<header class="article__header">
<p class="article__header-img">
<a target="_blank" href="https://www.manueluberti.eu//emacs/2021/07/14/dired/">
<canvas class="article__random-background"></canvas>
</a>
</p>
<div class="article__titles">
<h1 class="article__title">
<a target="_blank" href="https://www.manueluberti.eu//emacs/2021/07/14/dired/">Reuse Dired buffers</a>
</h1>
<h2 class="article__feed"><a target="_blank" href="https://www.manueluberti.eu">Manuel Uberti</a> <span class="article__date">14 07 2021</span></h2>
</div>
</header>
</article>
<article class="feed__article article">
<header class="article__header">
<p class="article__header-img">
<a target="_blank" href="http://neofronteras.com/?p=7491">
<canvas class="article__random-background"></canvas>
</a>
</p>
<div class="article__titles">
<h1 class="article__title">
<a target="_blank" href="http://neofronteras.com/?p=7491">Una cápsula del tiempo para Lucy</a>
</h1>
<h2 class="article__feed"><a target="_blank" href="http://neofronteras.com">NeoFronteras</a> <span class="article__date">13 07 2021</span></h2>
</div>
</header>
</article>
<article class="feed__article article">
<header class="article__header">
<p class="article__header-img">
<a target="_blank" href="https://www.muylinux.com/2021/07/13/the-gnome-way/">
<canvas class="article__random-background"></canvas>
</a>
</p>
<div class="article__titles">
<h1 class="article__title">
<a target="_blank" href="https://www.muylinux.com/2021/07/13/the-gnome-way/">«The GNOME Way»: Flatpak es el futuro, el escritorio tradicional ha muerto</a>
</h1>
<h2 class="article__feed"><a target="_blank" href="https://www.muylinux.com">MuyLinux</a> <span class="article__date">13 07 2021</span></h2>
</div>
</header>
</article>
<article class="feed__article article">
<header class="article__header">
<p class="article__header-img">
<a target="_blank" href="https://github.blog/2021-07-13-whats-new-github-changelog-june-2021/">
<img loading="lazy" src="https://github.blog/wp-content/uploads/2019/01/cropped-github-favicon-512.png?fit=32%2C32" alt="Whats new from GitHub Changelog? June 2021 Recap">
</a>
</p>
<div class="article__titles">
<h1 class="article__title">
<a target="_blank" href="https://github.blog/2021-07-13-whats-new-github-changelog-june-2021/">Whats new from GitHub Changelog? June 2021 Recap</a>
</h1>
<h2 class="article__feed"><a target="_blank" href="https://github.blog">The GitHub Blog</a> <span class="article__date">13 07 2021</span></h2>
</div>
</header>
</article>
<article class="feed__article article">
<header class="article__header">
<p class="article__header-img">
<a target="_blank" href="https://blog.elhacker.net/2021/07/fallo-de-seguridad-en-la-web-vacunacion-covid-catalunya-datos-privados.html">
<canvas class="article__random-background"></canvas>
</a>
</p>
<div class="article__titles">
<h1 class="article__title">
<a target="_blank" href="https://blog.elhacker.net/2021/07/fallo-de-seguridad-en-la-web-vacunacion-covid-catalunya-datos-privados.html">Fallo de seguridad en la web Vacunación Covid de Cataluña expone datos privados pacientes</a>
</h1>
<h2 class="article__feed"><a target="_blank" href="https://blog.elhacker.net/">Blog elhacker.NET</a> <span class="article__date">13 07 2021</span></h2>
</div>
</header>
</article>
<article class="feed__article article">
<header class="article__header">
<p class="article__header-img">
<a target="_blank" href="https://evercade.co.uk/indie-heroes-the-games/">
<img loading="lazy" src="https://evercade.co.uk/wp-content/uploads/2021/04/cropped-heart-32x32-1.png" alt="Indie Heroes The Games">
</a>
</p>
<div class="article__titles">
<h1 class="article__title">
<a target="_blank" href="https://evercade.co.uk/indie-heroes-the-games/">Indie Heroes The Games</a>
</h1>
<h2 class="article__feed"><a target="_blank" href="https://evercade.co.uk">Evercade</a> <span class="article__date">13 07 2021</span></h2>
</div>
</header>
</article>
<article class="feed__article article">
<header class="article__header">
<p class="article__header-img">
<a target="_blank" href="https://blog.elhacker.net/2021/07/herramientas-EDR-endpoint-detection-and-response.html">
<canvas class="article__random-background"></canvas>
</a>
</p>
<div class="article__titles">
<h1 class="article__title">
<a target="_blank" href="https://blog.elhacker.net/2021/07/herramientas-EDR-endpoint-detection-and-response.html">Herramientas Endpoint Detection and Response EDR</a>
</h1>
<h2 class="article__feed"><a target="_blank" href="https://blog.elhacker.net/">Blog elhacker.NET</a> <span class="article__date">13 07 2021</span></h2>
</div>
</header>
</article>
<article class="feed__article article">
<header class="article__header">
<p class="article__header-img">
<a target="_blank" href="http://ishadeed.com/article/compare-design-to-code-result/">
<canvas class="article__random-background"></canvas>
</a>
</p>
<div class="article__titles">
<h1 class="article__title">
<a target="_blank" href="http://ishadeed.com/article/compare-design-to-code-result/">Comparing Design Mockups To Code Result</a>
</h1>
<h2 class="article__feed"><a target="_blank" href="http://ishadeed.com/">Ahmad Shadeed Blog</a> <span class="article__date">13 07 2021</span></h2>
</div>
</header>
</article>
<article class="feed__article article">
<header class="article__header">
<p class="article__header-img">
<a target="_blank" href="https://www.freebsd.org/news/newsflash/#2021-07-13:1">
<img loading="lazy" src="https://www.FreeBSD.org/logo/logo-full.png" alt="">
</a>
</p>
<div class="article__titles">
<h1 class="article__title">
<a target="_blank" href="https://www.freebsd.org/news/newsflash/#2021-07-13:1"></a>
</h1>
<h2 class="article__feed"><a target="_blank" href="https://www.FreeBSD.org/news/">FreeBSD News Flash</a> <span class="article__date">13 07 2021</span></h2>
</div>
</header>
</article>
<article class="feed__article article">
<header class="article__header">
<p class="article__header-img">
<a target="_blank" href="https://thoughtbot.com/blog/new-case-study-a-look-at-discovery-questions">
<canvas class="article__random-background"></canvas>
</a>
</p>
<div class="article__titles">
<h1 class="article__title">
<a target="_blank" href="https://thoughtbot.com/blog/new-case-study-a-look-at-discovery-questions">New Case Study &amp; A Look at Discovery Questions</a>
</h1>
<h2 class="article__feed"><a target="_blank" href="https://thoughtbot.com/blog">Giant Robots Smashing Into Other Giant Robots</a> <span class="article__date">13 07 2021</span></h2>
</div>
</header>
</article>
<article class="feed__article article">
<header class="article__header">
<p class="article__header-img">
<a target="_blank" href="https://github.blog/2021-07-12-adding-support-cross-cluster-associations-rails-7/">
<img loading="lazy" src="https://github.blog/wp-content/uploads/2019/01/cropped-github-favicon-512.png?fit=32%2C32" alt="Adding support for cross-cluster associations to Rails 7">
</a>
</p>
<div class="article__titles">
<h1 class="article__title">
<a target="_blank" href="https://github.blog/2021-07-12-adding-support-cross-cluster-associations-rails-7/">Adding support for cross-cluster associations to Rails 7</a>
</h1>
<h2 class="article__feed"><a target="_blank" href="https://github.blog">The GitHub Blog</a> <span class="article__date">12 07 2021</span></h2>
</div>
</header>
</article>
<article class="feed__article article">
<header class="article__header">
<p class="article__header-img">
<a target="_blank" href="https://www.muylinux.com/2021/07/12/solus-4-3/">
<canvas class="article__random-background"></canvas>
</a>
</p>
<div class="article__titles">
<h1 class="article__title">
<a target="_blank" href="https://www.muylinux.com/2021/07/12/solus-4-3/">Disponible Solus 4.3 con soporte para Radeon RX 6000 y el DualSense</a>
</h1>
<h2 class="article__feed"><a target="_blank" href="https://www.muylinux.com">MuyLinux</a> <span class="article__date">12 07 2021</span></h2>
</div>
</header>
</article>
<article class="feed__article article">
<header class="article__header">
<p class="article__header-img">
<a target="_blank" href="https://au-agenda.com/lincontrolat/">
<canvas class="article__random-background"></canvas>
</a>
</p>
<div class="article__titles">
<h1 class="article__title">
<a target="_blank" href="https://au-agenda.com/lincontrolat/">Lincontrolat</a>
</h1>
<h2 class="article__feed"><a target="_blank" href="https://au-agenda.com">AU Agenda</a> <span class="article__date">12 07 2021</span></h2>
</div>
</header>
</article>
<article class="feed__article article">
<header class="article__header">
<p class="article__header-img">
<a target="_blank" href="https://tonsky.me/blog/icfpc-2021/">
<canvas class="article__random-background"></canvas>
</a>
</p>
<div class="article__titles">
<h1 class="article__title">
<a target="_blank" href="https://tonsky.me/blog/icfpc-2021/">Zig, Skia, Clojure, Geometry and the Japanese TV Show: ICFP Contest 2021</a>
</h1>
<h2 class="article__feed"><a target="_blank" href="https://tonsky.me/">tonsky.me</a> <span class="article__date">12 07 2021</span></h2>
</div>
</header>
</article>
<article class="feed__article article">
<header class="article__header">
<p class="article__header-img">
<a target="_blank" href="https://diarioestoico.com/memento-mori-estoicismo/">
<img loading="lazy" src="https://diarioestoico.com/wp-content/uploads/2020/03/cropped-logo-estoico-footer-150x150-1-32x32.png" alt="MEMENTO MORI">
</a>
</p>
<div class="article__titles">
<h1 class="article__title">
<a target="_blank" href="https://diarioestoico.com/memento-mori-estoicismo/">MEMENTO MORI</a>
</h1>
<h2 class="article__feed"><a target="_blank" href="https://diarioestoico.com">Diario Estoico</a> <span class="article__date">11 07 2021</span></h2>
</div>
</header>
</article>
</main>
</div>
<footer class="footer">
<hr class="separator">
<p class="footer__text">
Generated with <a class="footer__link" href="https://github.com/tanrax/RSSpaper">RSSpaper</a> and a lot of <span class="footer__heard">❤️</span>
</p>
</footer>
</body>
</html>