Search

Nalezeno "Blog": 1842

TUX: Svět Linuxu od Raven2cz - 11.díl - Shells Prompt


Popis videa Link na tento díl a materiály https://youtu.be/_K4ESyYuzE0 https://github.com/raven2cz/tux/tre­e/main/211112-shell-terminal Popis videa Představíme si postupně 3 nejrozšířenější shelly v GNU/Linux. Shells si postupně nakonfiguruje a přizpůsobíme opět pro nejlepší efektivitu svojí práce....

Low framerate in Safari on M1 Mac


John James Jacoby: I recently noticed that animations in Safari were stuttering pretty badly on my M1 powered 2020 MacBook Air, and dove in to figure out why. The why: This wasn’t a bug. This was a feature.…

Bartosz Ciechanowski’s Interactive Blog Posts


I saw Bartosz Ciechanowski’s “Curves and Surfaces” going around the other day and was like, oh hey, this is the same fella that did that other amazingly interactive blog post on the Internal Combustion Engine the other day. I …

Fractional SVG stars with CSS


Some ⭐️⭐️⭐️⭐️⭐️ star rating systems aren’t always exactly even stars. Say you want to support rating something 2.25 stars. To do that you could “fill” the shape of the stars partially. I like this idea by Samuel...

We Analyzed 425,909 Favicons


This is a neat idea for a research project. The big map is fun, but the research had some tidbits in it worth looking at. The average favicon network request takes 130ms, at least from our speedy cloud instance. … The post We Analyzed 425,909 Favicons appeared first on CSS-Tricks. You...

GraphQL Editor – The Journey from Initial Release to Version 5.0


From the very beginning of our adventure with GraphQL, we were impressed by how great its community is. The amount of content, libraries and great tools generated by GraphQL users amazed us from the very start. The more time we spent working with GraphQL the more things we saw that could...

TUX: Svět Linuxu od Raven2cz - 10.díl - XFCE Ricing


Popis videa Link na tento díl a materiály https://youtu.be/VspS7Q9Spjs https://github.com/raven2cz/tux/tre­e/main/211012-xfce-instalace Popis videa XFCE na plný plyn. Vyzkoušejte si svůj první ricing od úplných základů pro profi zobrazení, kterému ani řada distribucí nemůže z principu konkurovat....

Futoshiki - geneticky


Jako poslední pokus vyřešit logickou hru Futoshiki jsem zkusil použít genetické algoritmy. Ty by měly umožňovat řešit optimalizační úlohy, takže třeba zaberou i v tomto případě. Pokud vás zajímá pouze výsledek mého snažení, tak musím dopředu avizovat, že jsem se k nějakým dobrým výsledkům...

Jamstack TV


That’s the name of Netlify’s YouTube Channel. Love that. I linked up Rich’s talk the other day, which was a part of this past JamstackConf, but now all the talks are up on there. Rich got to talk … The post Jamstack TV appeared first on CSS-Tricks. You can support...

TUX: Svět Linuxu od Raven2cz - 9.díl - XFCE Instalace


Popis videa Link na tento díl a materiály https://youtu.be/tehEIbcYn8U https://github.com/raven2cz/tux/tre­e/main/211012-xfce-instalace Popis videa Pomalu opouštíme DWM a naše kroky vedou do desktopového lehkého a elegantního prostředí XFCE. Ukážeme si základní instalaci a triky, jak postavit...

Futoshiki - constraint programming


V předchozím příspěvku jsem se pokusil naprogramovat řešení hry Futoshiki s využitím backtracking. To bylo to první, co mne napadlo. Nicméně jsem se dále pokusil vyzkoušet i jiné přístupy, které by mohly vést k vyřešení takové hry. Jako alternativní způsob jsem vyzkoušel tzv. Constraint...

Semantic menu context


Scott digs into the history of the <menu> element. He traced it as far back as HTML 2 (!) in a 1994 changelog. The vibe then, it seems, was to mark up a list. I would suspect the intention … The post Semantic menu context appeared first on CSS-Tricks. You can support CSS-Tricks...

Střípky solárního barona 01 - rctclient


Úvod Ve svém předchozím příspěvku jsem se pokoušel vyhodnotit návratnost fotovoltaické elektrány. Elektrárnu jsem si pořídil „na klíč“ a následně jsem se v tom začal vrtat, tedy integrovat ji do domácího řídícího systému. Dnes se podíváme na přenos údajů mezi on-grid měničem  RCT inverter 6.0 a...

Array.prototype.at


Working with arrays is an essential skill in any programming language, especially JavaScript, as we continue to rely on external data APIs. JavaScript has added methods like find and `findIndex recently, but one syntax I love from languages like Python is retrieving values by negative indexes. When...

Futoshiki - klasicky


Po delší době jsem se opět dostal k řešení nějaké hry. Vybral jsem si japonskou logickou hru Futoshiki. Jedná se o relativně mladou hru vymyšlenou na začátku tohoto století s jednoduchými pravidly. Hraje se na čtvercové desce obvykle s rozměry 5×5 nebo 7×7 políček. Pravidla by se dala shrnou...

Introducing Svelte, and Comparing Svelte with React and Vue


Josh Collingsworth is clearly a big fan of Svelte, so while this is a fun and useful comparison article, it’s here to crown Svelte the winner all the way through. A few things I find compelling: One of the … The post Introducing Svelte, and Comparing Svelte with React and...

Fast, Accurate Geolocation Data with IPWHOIS.io (Sponsored)


In the world of marketing and content targeting, having accurate geolocation data can be the difference between a thriving enterprise and a floundering business. Accurate data is everything, especially in the targeted marketing. When you need trustworthy geolocation data, IPWHOIS.io is a great...

TUX: Svět Linuxu od Raven2cz - 8.díl - Picom


Popis videa Link na tento díl a materiály https://youtu.be/gcIADxcE40I https://github.com/raven2cz/tux/tre­e/main/210923-picom-compositor Popis videa V tomto díle si nainstalujeme kompozitor Picom. Provedeme jeho základní konfiguraci a spouštění. Soustředíme se na praktickou stránku tohoto nástroje...

Some Articles About Accessibility I’ve Saved Recently IV


A guide to designing accessible, WCAG-compliant focus indicators — Sara Soueidan says you can make more accessible focus outlines by doing your own, rather than leaving it to the browser — as long as you do it right. Deep dive! … The post Some Articles About Accessibility I’ve Saved...

Create Your Own Automated Social Images With Resoc


There has been a lot of talk about automated social images lately. GitHub has created its own. A WordPress plugin has been acquired by Jetpack. There is definitely interest! People like Ryan Filler and Zach Leatherman have implemented … The post Create Your Own Automated Social Images With...

Nahoru
Tento web používá k poskytování služeb a analýze návštěvnosti soubory cookie. Používáním tohoto webu s tímto souhlasíte. Další informace