From ee472615c92caca1a098f801594c701c03bc5682 Mon Sep 17 00:00:00 2001 From: lifeparticle Date: Fri, 19 Jul 2024 12:18:59 +1000 Subject: [PATCH] update --- api/news/news.json | 1 + 1 file changed, 1 insertion(+) create mode 100644 api/news/news.json diff --git a/api/news/news.json b/api/news/news.json new file mode 100644 index 00000000..4be8d4b0 --- /dev/null +++ b/api/news/news.json @@ -0,0 +1 @@ +{"status":"ok","totalResults":3430,"articles":[{"source":{"id":"the-verge","name":"The Verge"},"author":"Justine Calma","title":"Clean energy has become an even more divided topic in the US","description":"A Pew Research Center poll of over 8,000 people in the US shows drops in support for more solar energy, and fewer people say they’ll buy an EV as their next car.","url":"https://www.theverge.com/2024/7/1/24189952/renewable-energy-solar-wind-ev-support-pew-research-survey","urlToImage":"https://cdn.vox-cdn.com/thumbor/7CFQe611MYyvvxLfs8rhuv2nNOI=/0x0:5194x3401/1200x628/filters:focal(2597x1701:2598x1702)/cdn.vox-cdn.com/uploads/chorus_asset/file/25513843/2150185299.jpg","publishedAt":"2024-07-01T19:11:56Z","content":"Photo by Justin Sullivan / Getty Images\r\n\n \n\n While the majority of Americans would like to see more clean energy from solar and wind farms — support for new renewable energy projects has started to … [+4544 chars]"},{"source":{"id":null,"name":"Github.com"},"author":"sebastianwessel","title":"Execute JavaScript in a WebAssembly QuickJS Sandbox","description":"A typescript package to execute javascript code in a webassembly quickjs sandbox - sebastianwessel/quickjs","url":"https://github.com/sebastianwessel/quickjs","urlToImage":"https://opengraph.githubassets.com/b6556c8cf3585628a6848a09bbf793e18ffec4495180f6b32eeac7287a6b5bea/sebastianwessel/quickjs","publishedAt":"2024-07-07T11:37:25Z","content":"This TypeScript package allows you to safely execute JavaScript code within a WebAssembly sandbox using the QuickJS engine. Perfect for isolating and running untrusted code securely, it leverages the… [+2025 chars]"},{"source":{"id":null,"name":"Slashdot.org"},"author":"EditorDavid","title":"Rust Leaps Forward on Language Popularity Index","description":"An anonymous reader shared this report from InfoWorld:\n\nRust has leaped to its highest position ever in the monthly Tiobe index of language popularity, scaling to the 13th spot this month, with placement in the top 10 anticipated in an upcoming edition. Previ…","url":"https://developers.slashdot.org/story/24/07/14/0159233/rust-leaps-forward-on-language-popularity-index","urlToImage":"https://a.fsdn.com/sd/topics/programming_64.png","publishedAt":"2024-07-14T11:34:00Z","content":"An anonymous reader shared this report from InfoWorld:\r\nRust has leaped to its highest position ever in the monthly Tiobe index of language popularity, scaling to the 13th spot this month, with place… [+1231 chars]"},{"source":{"id":null,"name":"Leaningtech.com"},"author":null,"title":"CheerpX is x86 virtualization to run executables and OS client-side","description":"Native code virtualization as a JavaScript library","url":"https://labs.leaningtech.com/cheerpx.html","urlToImage":"https://labs.leaningtech.com/social/common@2x.png","publishedAt":"2024-07-12T11:18:06Z","content":"Native code virtualization as a JavaScript library \r\nCheerpX is an x86 virtualization technology for running executables and operating systems entirely client-side. Its an always available, zero-cost… [+3625 chars]"},{"source":{"id":null,"name":"Github.com"},"author":"quickjs-ng","title":"QuickJS, the Next Generation: a mighty JavaScript engine","description":"QuickJS, the Next Generation: a mighty JavaScript engine - quickjs-ng/quickjs","url":"https://github.com/quickjs-ng/quickjs","urlToImage":"https://opengraph.githubassets.com/261812fa599fcf5dbad293be0b34ee08b179407f03af81dc19980cb05600cfbe/quickjs-ng/quickjs","publishedAt":"2024-07-08T06:25:49Z","content":"Friendly QuickJS fork focused on reigniting the project.\r\nIn October 2023 @bnoordhuis and @saghul decided to fork the QuickJS project with\r\nthe aim of reigniting it. They reached out to the original … [+487 chars]"},{"source":{"id":null,"name":"Jim-nielsen.com"},"author":"Jim Nielsen","title":"Templating in JavaScript, from Zero Dependencies on Up (2021)","description":"Writing about the big beautiful mess that is making things for the world wide web.","url":"https://blog.jim-nielsen.com/2021/javascript-templating/","urlToImage":"https://blog.jim-nielsen.com/assets/img/twitter-card.png","publishedAt":"2024-07-14T15:03:25Z","content":"Imagine you want to do some simple templating. By simple I mean: you have some data and you want to turn it into HTML. No interactivity or event handlers. No virtual DOM. Just data turned into HTML, … [+7189 chars]"},{"source":{"id":null,"name":"heise online"},"author":"Maika Möbus","title":"JavaScript-Standard ECMAScript 2024 bringt neue Möglichkeiten für ArrayBuffer","description":"Der neue Standard erlaubt einen flexibleren Umgang mit ArrayBuffer und SharedArrayBuffer sowie eine vereinfachte Konfiguration von Promises.","url":"https://www.heise.de/news/JavaScript-Standard-ECMAScript-2024-bringt-neue-Moeglichkeiten-fuer-ArrayBuffer-9791665.html","urlToImage":"https://heise.cloudimg.io/bound/1200x1200/q85.png-lossy-85.webp-lossy-85.foil1/_www-heise-de_/imgs/18/4/6/2/8/8/0/0/shutterstock_1463449130-502f827aa20c6722.jpg","publishedAt":"2024-07-05T15:14:00Z","content":"Inhaltsverzeichnis\r\nEcma International hat ECMAScript 2024 freigegeben. Der JavaScript-Standard setzt in seiner fünfzehnten Ausgabe zahlreiche Proposals um, die sich teils seit 2015 in der Mache befa… [+2257 chars]"},{"source":{"id":null,"name":"Web.dev"},"author":null,"title":"Why Google Sheets ported its calculation worker from JavaScript to WasmGC","description":"Calculations in Google Sheets were initially done on the server, then on the client in JavaScript, and now on the client in WebAssembly Garbage Collection. This case study explains how and why.","url":"https://web.dev/case-studies/google-sheets-wasmgc","urlToImage":"https://web.dev/static/case-studies/google-sheets-wasmgc/thumb.png","publishedAt":"2024-06-27T09:34:09Z","content":"Google Sheets is one of the first products at Google to use WasmGC on Chrome. The move was announced in 2022, and the Sheets and Chrome teams partnered on standardization, engineering, and tooling to… [+7500 chars]"},{"source":{"id":null,"name":"Thiscontext.com"},"author":null,"title":"Dynamic Translation of Smalltalk to WebAssembly","description":"continuing with the DNA theme… In Catalyst, a WebAssembly implementation of the OpenSmalltalk virtual machine, there are three linguistic levels in play: Smalltalk, JavaScript (JS), and WebAs…","url":"https://thiscontext.com/2023/07/26/dynamic-translation-of-smalltalk-to-webassembly/","urlToImage":"https://thiscontext.com/wp-content/uploads/2023/07/r647yxe-scientific-dna-wallpapers-2015.jpg","publishedAt":"2024-07-09T10:34:20Z","content":"In Catalyst, a WebAssembly implementation of the OpenSmalltalk virtual machine, there are three linguistic levels in play: Smalltalk, JavaScript (JS), and WebAssembly (WASM). Smalltalk is our primary… [+7242 chars]"},{"source":{"id":null,"name":"heise online"},"author":"Moritz Förster","title":"Google Sheets: Doppelt so schnelle Berechnungen","description":"Die Tabellenkalkulation Sheets rechnet jetzt doppelt so schnell: An der Ablösung der JavaScript-Engine und der Rückkehr zu Java arbeitet Google seit Jahren.","url":"https://www.heise.de/news/Google-Sheets-Doppelt-so-schnelle-Berechnungen-9786633.html","urlToImage":"https://heise.cloudimg.io/bound/1200x1200/q85.png-lossy-85.webp-lossy-85.foil1/_www-heise-de_/imgs/18/4/6/2/6/1/5/6/google_chrome-14bd9ca40e45c06c.jpg","publishedAt":"2024-07-02T12:59:00Z","content":"Doppelt so schnelle Berechnungen will Google in Sheets erreichen Voraussetzung für eine zackige Tabellenkalkulation ist zum Start jedoch Chrome oder Microsoft Edge. Künftig sollen auch Firefox und Ap… [+2236 chars]"},{"source":{"id":null,"name":"MacRumors"},"author":"Juli Clover","title":"Apple Releases Safari Technology Preview 199 With Bug Fixes and Performance Improvements","description":"Apple today released a new update for Safari Technology Preview, the experimental browser Apple first introduced in March 2016. Apple designed the ‌Safari Technology Preview‌ to test features that may be introduced into future release versions of Safari.\n\n\n\n\n…","url":"https://www.macrumors.com/2024/07/17/apple-releases-safari-technology-preview-199/","urlToImage":"https://images.macrumors.com/t/jHD1aGfXq86Ln_kfzTyWIF68vOo=/2368x/article-new/2021/02/Safari-Technology-Preview-Feature.jpg","publishedAt":"2024-07-17T23:40:22Z","content":"Apple today released a new update for Safari Technology Preview, the experimental browser Apple first introduced in March 2016. Apple designed the ‌Safari Technology Preview‌ to test features that ma… [+923 chars]"},{"source":{"id":null,"name":"Borischerny.com"},"author":null,"title":"NPM and NodeJS should do more to make ES Modules easy to use","description":"Coming back to JavaScript and TypeScript after a few years neck deep in Python and Hack, I kept hitting a number of new, cryptic errors when running NodeJS code in my dev environment:","url":"https://borischerny.com/javascript,/typescript/2024/06/19/ES-Modules-Are-A-Mess.html","urlToImage":null,"publishedAt":"2024-06-20T11:40:26Z","content":"Coming back to JavaScript and TypeScript after a few years neck deep in Python and Hack, I kept hitting a number of new, cryptic errors when running NodeJS code in my dev environment:\r\n# when I ran E… [+4586 chars]"},{"source":{"id":null,"name":"Github.com"},"author":"postgresml","title":"Korvus: Single-Query RAG with Postgres","description":"Korvus is a search SDK that unifies the entire RAG pipeline in a single database query. Built on top of Postgres with bindings for Python, JavaScript, Rust and C. - postgresml/korvus","url":"https://github.com/postgresml/korvus","urlToImage":"https://opengraph.githubassets.com/f404623f9e6d6fe941839d4eb1eed98119b7d528fd893e2fa249b6bdaf570327/postgresml/korvus","publishedAt":"2024-07-11T16:35:31Z","content":"One query to rule them all\r\n| Documentation | Blog | Discord |\r\nKorvus is a search SDK that unifies the entire RAG pipeline in a single database query. Built on top of Postgres with bindings for Pyth… [+5170 chars]"},{"source":{"id":null,"name":"Slashdot.org"},"author":"msmash","title":"Latest MySQL Release is Underwhelming, Say Some DB Experts","description":"The latest release of MySQL has underwhelmed some commentators who fear Oracle -- the custodian of the open source database -- may have other priorities. From a report: Earlier this month, Oracle -- which has long marketed its range of proprietary database sy…","url":"https://developers.slashdot.org/story/24/07/16/1535251/latest-mysql-release-is-underwhelming-say-some-db-experts","urlToImage":"https://a.fsdn.com/sd/topics/database_64.png","publishedAt":"2024-07-16T16:05:00Z","content":"Earlier this month, Oracle -- which has long marketed its range of proprietary database systems -- published the 9.0 version as an \"Innovation Release\" of MySQL. MySQL 9.0 is now among the three iter… [+1159 chars]"},{"source":{"id":null,"name":"Search Engine Journal"},"author":"Matt G. Southern","title":"Google’s Web Crawler Fakes Being “Idle” To Render JavaScript via @sejournal, @MattGSouthern","description":"Google's web crawler simulates \"idle\" states to better render JavaScript-heavy sites, improving indexing of deferred content on webpages.\nThe post Google’s Web Crawler Fakes Being “Idle” To Render JavaScript appeared first on Search Engine Journal.","url":"https://www.searchenginejournal.com/googles-web-crawler-fakes-being-idle-to-render-javascript/522305/","urlToImage":"https://www.searchenginejournal.com/wp-content/uploads/2024/07/img_2024-07-16-151844-966.jpeg","publishedAt":"2024-07-16T19:22:49Z","content":"In a recent episode of the Search Off The Record podcast, it was revealed that Google’s rendering system now pretends to be “idle” to trigger certain JavaScript events and improve webpage rendering.\r… [+2853 chars]"},{"source":{"id":null,"name":"Search Engine Journal"},"author":"Matt G. Southern","title":"Google Renders All Pages For Search, Including JavaScript-Heavy Sites via @sejournal, @MattGSouthern","description":"Google renders all webpages, including JavaScript-heavy sites, for search indexing.\nThe post Google Renders All Pages For Search, Including JavaScript-Heavy Sites appeared first on Search Engine Journal.","url":"https://www.searchenginejournal.com/google-renders-all-pages-for-search-including-javascript-heavy-sites/522103/","urlToImage":"https://www.searchenginejournal.com/wp-content/uploads/2024/07/img_2024-07-15-105348-168.jpeg","publishedAt":"2024-07-15T14:58:30Z","content":"In a recent episode of Google’s “Search Off The Record” podcast, Zoe Clifford from the rendering team joined Martin Splitt and John Mueller from Search Relations to discuss how Google handles JavaScr… [+2531 chars]"},{"source":{"id":null,"name":"Sjoerdlangkemper.nl"},"author":null,"title":"Htmx does not play well with content security policy","description":"HTMX is a JavaScript framework that makes it possible to replace DOM elements with dynamic data from AJAX requests, specified by HTML attributes. Because dynamic behavior is added to the page using normal HTML tags with custom attributes, it is difficult to p…","url":"https://www.sjoerdlangkemper.nl/2024/06/26/htmx-content-security-policy/","urlToImage":"https://www.sjoerdlangkemper.nl/images/blue-gate-480.jpg","publishedAt":"2024-07-02T10:14:33Z","content":"HTMX is a JavaScript framework that makes it possible to replace DOM elements with dynamic data from AJAX requests, specified by HTML attributes. Because dynamic behavior is added to the page using n… [+3748 chars]"},{"source":{"id":null,"name":"Golem.de"},"author":"Fabian Deitelhoff","title":"(g+) Stack Overflow, Jetbrains, Github und Co: Was Entwickler beschäftigt - und was sie wissen sollten","description":"Welche Sprachen, Tools und Frameworks sind wichtig für Devs? Welche Sorgen haben sie? Aktuelle Umfragen zeigen Trends in der Softwareentwicklung. Von Fabian Deitelhoff (Softwareentwicklung, Javascript)","url":"https://www.golem.de/sonstiges/zustimmung/auswahl.html?from=https%3A%2F%2Fwww.golem.de%2Fnews%2Fstack-overflow-jetbrains-github-und-co-was-entwickler-beschaeftigt-und-was-sie-wissen-sollten-2407-186991.html&referer=https%3A%2F%2Ft.co%2F4cd2cc43eb","urlToImage":null,"publishedAt":"2024-07-14T08:00:02Z","content":"Besuchen Sie Golem.de wie gewohnt mit Werbung und Tracking,\r\n indem Sie der Nutzung aller Cookies zustimmen.\r\n Details zum Tracking finden Sie im Privacy Center.\r\nSkript wurde nicht geladen. Informat… [+607 chars]"},{"source":{"id":null,"name":"Hackaday"},"author":"Bryan Cockfield","title":"Turning Horrible Browser Controls Into A Game","description":"With all of the various keyboards, mouses (mice?), and other human interface devices (HID) available for our computers, there’s no possible way for developers to anticipate every type of input …read more","url":"https://hackaday.com/2024/07/15/turning-horrible-browser-controls-into-a-game/","urlToImage":"https://hackaday.com/wp-content/uploads/2024/07/knob-out-featured.jpg","publishedAt":"2024-07-16T02:00:23Z","content":"With all of the various keyboards, mouses (mice?), and other human interface devices (HID) available for our computers, there’s no possible way for developers to anticipate every type of input for ev… [+1451 chars]"},{"source":{"id":null,"name":"Github.com"},"author":"sachin-source","title":"Top GitHub repositories which everyone should look","description":"This repository contains a list of important and useful github repos which a developer, coder, a student should never miss to look at. - sachin-source/top-github-repositories-which-everyone-should-...","url":"https://github.com/sachin-source/top-github-repositories-which-everyone-should-look","urlToImage":"https://opengraph.githubassets.com/f710b503530daa77a87975ecb8ed6f57ae4cc4ab61da4222fc1865104567ce01/sachin-source/top-github-repositories-which-everyone-should-look","publishedAt":"2024-07-06T20:40:03Z","content":"There are so many repositories preserved in GitHub which are most important to everyone.But many times these repositories and the efforts of their authors go into veins since many people have no idea… [+27299 chars]"},{"source":{"id":null,"name":"Golem.de"},"author":"Marc Stöckel","title":"Großteil aus Deutschland: Fast 400.000 Webhosts verbreiten Malware via Polyfill.io","description":"237.700 betroffene Webdienste sind alleine bei Hetzner gehostet. Auch Regierungswebseiten und namhafte Unternehmen wie Warner Bros und Mercedes-Benz sind wohl betroffen. (Cybercrime, Javascript)","url":"https://www.golem.de/sonstiges/zustimmung/auswahl.html?from=https%3A%2F%2Fwww.golem.de%2Fnews%2Fgrossteil-aus-deutschland-fast-400-000-webhosts-verbreiten-malware-via-polyfill-io-2407-186716.html&referer=https%3A%2F%2Ft.co%2F54227b7e06","urlToImage":null,"publishedAt":"2024-07-04T11:05:02Z","content":"Besuchen Sie Golem.de wie gewohnt mit Werbung und Tracking,\r\n indem Sie der Nutzung aller Cookies zustimmen.\r\n Details zum Tracking finden Sie im Privacy Center.\r\nSkript wurde nicht geladen. Informat… [+607 chars]"},{"source":{"id":null,"name":"Deno.com"},"author":null,"title":"How We Made the Deno Language Server Ten Times Faster","description":"When a customer reported performance issues with the Deno language server, we began a performance investigation that resulted in reducing auto-completion times from 6-8 seconds to under one second in large codebases. This is how we did it.","url":"https://deno.com/blog/optimizing-our-lsp","urlToImage":"https://deno.com/blog/optimizing-our-lsp/og.png","publishedAt":"2024-06-20T23:59:35Z","content":"Programming should be simple, which is why we built Deno to be “batteries\r\nincluded” with all-in-one tooling,\r\nnative TypeScript support,\r\nand\r\nweb standards APIs.\r\n(You can get started with TypeScri… [+9838 chars]"},{"source":{"id":null,"name":"Adafruit.com"},"author":"Anne Barela","title":"Two “Tricorders” made using JavaScript and CircuitPython","description":"In 1968, Adafruit Playground author “mrklingon” Joel Anderson participated in his first Science Fair, and saw a working Tricorder! It was another student’s project, an assembly of different instruments for sensing things.I know it included radiation as well a…","url":"https://blog.adafruit.com/2024/07/17/two-tricorders-made-using-javascript-and-circuitpython/","urlToImage":"https://cdn-blog.adafruit.com/uploads/2024/07/Screenshot-2024-01-22-111822-110.png","publishedAt":"2024-07-17T17:48:07Z","content":"July 17, 2024 AT 1:48 pm\r\nTwo “Tricorders” made using JavaScript and CircuitPython\r\nIn 1968, Adafruit Playground author “mrklingon” Joel Anderson participated in his first Science Fair, and saw a wor… [+4770 chars]"},{"source":{"id":null,"name":"Daringfireball.net"},"author":"John Gruber","title":"★ Apple Disables WebKit’s JIT in Lockdown Mode, Offering a Hint Why BrowserEngineKit Is Complex and Restricted","description":"To put it in Steven Sinofsky’s terms, gatekeeping is a fundamental aspect of Apple’s brand promise with iOS.","url":"https://daringfireball.net/2024/06/apple_disables_webkits_jit_in_lockdown_mode","urlToImage":"https://daringfireball.net/graphics/df-wide-card.png","publishedAt":"2024-06-24T21:28:49Z","content":"Last week I mentioned Apple’s prohibition on JITs — just-in-time compilers — in the context of their rejection of UTM SE, an open source PC emulator. Apple’s prohibition on JITs, on security grounds,… [+5152 chars]"},{"source":{"id":null,"name":"Frankmtaylor.com"},"author":"https://blog.frankmtaylor.com/writer/paceaux/","title":"A Rant about Front-end Development","description":"I am a front-end developer who is FED up about front-end development. If you write front-end, this isn't about you personally. It's about how your choices make me angry. Also this is about how my choices have made me angry. Also this is mostly just about choi…","url":"https://blog.frankmtaylor.com/2024/06/20/a-rant-about-front-end-development/","urlToImage":"https://blog.frankmtaylor.com/storage/2024/06/DALL·E-2024-06-20-22.40.13-painting-of-a-raven-trying-to-remove-the-keys-from-a-laptop-keyboard.png","publishedAt":"2024-06-21T04:31:38Z","content":"Reading Time: 13minutesI am a front-end developer who is FED up about front-end development. If you write front-end, this isn’t about you personally. It’s about how your choices make me angry. Also t… [+21170 chars]"},{"source":{"id":null,"name":"Github.io"},"author":null,"title":"Is Mesop and Web Components the cure to Front-end fatigue?","description":"Comments","url":"https://google.github.io/mesop/blog/2024/07/12/is-mesop--web-components-the-cure-to-front-end-fatigue/","urlToImage":null,"publishedAt":"2024-07-12T18:41:33Z","content":"I saw this tweet the other day and couldn't help but chuckle:\r\nis this the thing that will finally save me from ever learning front end?https://t.co/eDgY0AfG6U\r\n— xlr8harder (@xlr8harder) June 6, 202… [+3439 chars]"},{"source":{"id":null,"name":"heise online"},"author":"Ramon Wartala","title":"heise+ | KI-Entwicklung: Testgetriebenes Prompt Engineering mit promptfoo","description":"Bei Prompt Engineering als Teil der Softwareentwicklung führt kein Weg an automatisierten Tests vorbei. Das Werkzeug promptfoo stellt die Mittel dafür bereit.","url":"https://www.heise.de/ratgeber/KI-Entwicklung-Testgetriebenes-Prompt-Engineering-mit-promptfoo-9797795.html?wt_mc=rss.red.ho.ho.atom.beitrag_plus.beitrag_plus","urlToImage":"https://heise.cloudimg.io/bound/1200x1200/q85.png-lossy-85.webp-lossy-85.foil1/_www-heise-de_/imgs/18/4/6/3/1/9/1/0/promptfoo_in_der_praxis-5e132fb8c57e8852.png","publishedAt":"2024-07-15T10:00:00Z","content":"Inhaltsverzeichnis\r\nÄhnlich wie Unit-Tests in der Softwareentwicklung dabei helfen, verschiedene Programmfunktionen sicher abzudecken, können automatisierbare Tests im Prompt Engineering Sicherheit ü… [+1818 chars]"},{"source":{"id":null,"name":"Css-tricks.com"},"author":"Geoff Graham","title":"Transitioning to Auto Height","description":"I know this is something Chris has wanted forever, so it’s no surprise he’s already got a fantastic write-up just a day after the news broke. In fact, I first learned about it from his post and was unable …\n\nTransitioning to Auto Height originally published o…","url":"https://css-tricks.com/transitioning-to-auto-height/","urlToImage":"https://css-tricks.com/wp-json/social-image-generator/v1/image/378862","publishedAt":"2024-06-28T13:44:01Z","content":"DigitalOcean provides cloud products for every stage of your journey. Get started with $200 in free credit!I know this is something Chris has wanted forever, so it’s no surprise he’s already got a fa… [+5513 chars]"},{"source":{"id":null,"name":"Korben.info"},"author":"Korben","title":"Miru – Pour mater vos animés préférés tout en douceur","description":"Miru est un environnement de streaming torrent en JavaScript pur révolutionnaire. Combinant les fonctionnalités d'un client torrent, d'un gestionnaire de liste et d'un lecteur vidéo, Miru offre une expérience de streaming fluide sans pub ni tracking, tout en …","url":"https://korben.info/miru-streaming-torrent-javascript-pur.html","urlToImage":"https://korben.info/app/uploads/2019/07/cropped-android-chrome-512x512.png","publishedAt":"2024-06-30T07:00:00Z","content":"Aujourd’hui, on part pour un tour dans la matrice du streaming avec Miru, un ovni débarqué tout droit du futur qui combine le meilleur de qBittorrent, Taiga et MPV, le tout condensé dans un pack 100%… [+2060 chars]"},{"source":{"id":null,"name":"heise online"},"author":"Maika Möbus","title":"Webframework Angular 18.1 erweitert die Syntax um @let","description":"Die Syntax @let ermöglicht es, Variablen innerhalb von Komponenten-Templates zu definieren und deren Werte wiederzuverwenden.","url":"https://www.heise.de/news/Webframework-Angular-18-1-erweitert-die-Syntax-um-let-9797520.html","urlToImage":"https://heise.cloudimg.io/bound/1200x1200/q85.png-lossy-85.webp-lossy-85.foil1/_www-heise-de_/imgs/18/4/6/3/1/7/4/5/shutterstock_755806180-edd6e8ee0ec3a401.jpg","publishedAt":"2024-07-11T09:01:00Z","content":"Sieben Wochen nach der Hauptversion 18 hat das Angular-Team das erste Minor Release 18.1 veröffentlicht. Als Highlight hebt das Entwicklungsteam in einem Blogeintrag die neue Syntax @let hervor, die … [+2453 chars]"},{"source":{"id":null,"name":"Medium"},"author":"Santhosh Sundar","title":"Using the 5S Principle in Coding","description":"A few years ago, I read The Toyota Way, driven by my curiosity about the origins of Agile software development. However, I became even more intrigued by Toyota’s manufacturing processes and their…","url":"https://santhoshsundar.medium.com/using-the-5s-principle-in-coding-6237a1614a02","urlToImage":"https://miro.medium.com/v2/da:true/resize:fit:1200/0*2AID9rk0a_8JDJSt","publishedAt":"2024-07-06T16:19:41Z","content":"Photo by Birmingham Museums Trust on Unsplash\r\nA few years ago, I read The Toyota Way, driven by my curiosity about the origins of Agile software development. However, I became even more intrigued by… [+13856 chars]"},{"source":{"id":null,"name":"SitePoint"},"author":"Kaan Güner","title":"WebAssembly vs JavaScript: A Comparison","description":"We compare WebAssembly and JavaScript, examining their performance, portability, ease of use, security, and community support.\n \n Continue reading\n WebAssembly vs JavaScript: A Comparison\n on SitePoint.","url":"https://www.sitepoint.com/webassembly-javascript-comparison/","urlToImage":"https://uploads.sitepoint.com/wp-content/uploads/2024/07/1719900270wasm-vs-js.jpg","publishedAt":"2024-07-01T20:00:12Z","content":"WebAssembly and JavaScript are two pivotal technologies in modern web development, each with distinct strengths and applications. This article provides a comparison of WebAssembly and JavaScript, exa… [+15026 chars]"},{"source":{"id":null,"name":"Frontendmasters.com"},"author":null,"title":"YouTube Embeds Are Bananas Heavy and It's Fixable","description":"Which one makes more sense to use, big and slow or small and fast? Especially with the same appearance and functionality, the youtube-lite component is a no-brainer.","url":"https://frontendmasters.com/blog/youtube-embeds-are-bananas-heavy-and-its-fixable/","urlToImage":"https://frontendmasters.com/blog/wp-json/social-image-generator/v1/image/2881","publishedAt":"2024-07-07T12:37:55Z","content":"Search \r\nJuly 1, 2024 TL;DR: YouTube Embeds are like 1.3MB in size with no shared resources between multiple embeds. Using a <lite-youtube> Web Component is more like 100k, does share resources… [+6346 chars]"},{"source":{"id":"hacker-news","name":"Hacker News"},"author":null,"title":"Ask HN: Who wants to be hired? (July 2024)","description":"Comments","url":"https://news.ycombinator.com/item?id=40846426","urlToImage":null,"publishedAt":"2024-07-01T15:01:47Z","content":"Location: TXRemote: Yes\r\nWilling to relocate: No\r\nTechnologies:\r\n- NLP development, including local LLMs, GPT, BERT, Pinecone, Langchain, LSTM, vector databases, sentence transformers and summarizers… [+1281 chars]"},{"source":{"id":null,"name":"Github.com"},"author":"polyfillpolyfill","title":"Malicious Code Injection Found in CDN Polyfill Link Targeting Mobile Users","description":"https://blog.cloudflare.com/polyfill-io-now-available-on-cdnjs-reduce-your-supply-chain-risk following the transition of the domain polyfill.io to a new provider (Funnull). Is this still the case? ...","url":"https://github.com/polyfillpolyfill/polyfill-service/issues/2873","urlToImage":"https://opengraph.githubassets.com/07650f1d0078706f9852aea4b8d95e50f2c9094d0ca4354d31c15a66c971b1c4/polyfillpolyfill/polyfill-service/issues/2873","publishedAt":"2024-06-25T17:34:12Z","content":"* I previously have to delete this comment for some personal issues, but now I put it back here so others who have the same problem can search it up.Hello fellow humans, I also encounter malicious co… [+3739 chars]"},{"source":{"id":null,"name":"Mistys-internet.website"},"author":"Misty De Meo","title":"\"GitHub\" Is Starting to Feel Like Legacy Software","description":"I’ve used a lot of tools over the years, which means I’ve seen a lot of tools hit a plateau. That’s not always a problem; sometimes …","url":"http://mistys-internet.website/blog/blog/2024/07/12/github-is-starting-to-feel-like-legacy-software","urlToImage":null,"publishedAt":"2024-07-12T20:19:21Z","content":"I’ve used a lot of tools over the years, which means I’ve seen a lot of tools hit a plateau. That’s not always a problem; sometimes something is just “done” and won’t need any changes. Often, though,… [+3720 chars]"},{"source":{"id":null,"name":"Brandur.org"},"author":null,"title":"Notes on implementing dark mode","description":"Not a dark mode tutorial, but a few notes on some specific refinements of a good dark mode implementation like tri-state instead of bi-state toggle, avoiding page flicker, and responding to theme changes from other tabs or the OS.","url":"https://brandur.org/fragments/dark-mode-notes","urlToImage":null,"publishedAt":"2024-06-28T17:29:33Z","content":"As you can see from the pretty new toggle at the top, I recently added dark mode to this site. I thought this was something that’d never happen because over a decade I’d built up an inescapable legac… [+9175 chars]"},{"source":{"id":null,"name":"Github.com"},"author":"kabiroberai","title":"Create Node Modules in Swift","description":"Create Node modules in Swift. Contribute to kabiroberai/node-swift development by creating an account on GitHub.","url":"https://github.com/kabiroberai/node-swift","urlToImage":"https://opengraph.githubassets.com/a271643435c57658c5db4c3448b0be965b108e7cb8470accbb42ee753cf4457c/kabiroberai/node-swift","publishedAt":"2024-06-19T16:15:46Z","content":"Bridge Node.js and Swift code.\r\nNodeSwift allows you to write Swift code that talks to Node.js libraries, and vice versa. This enables possibilities such as\r\n