I like rikschennink’s project fitty.
✨ Makes text fit perfectly
All published posts
I like rikschennink’s project fitty.
✨ Makes text fit perfectly
I am looking into a way to replace my google reader experience that I had back in 2013 before google took it from us. I am starting by learning how to parse feeds with python, and without much previous knowledge, it proved to be much easier than anticipated thanks to the feedparser library.
This is how I used python to parse rss and setup my own custom feed.
Install the feedparser library.
...
Check out awesome-github-profile-readme by saturn-abhishek. It’s a well-crafted project with great potential.
😎 A curated list of awesome GitHub Profile which updates in real time
I recently discovered awesome-github-profile-readme by abhisheknaiidu, and it’s truly impressive.
😎 A curated list of awesome GitHub Profile which updates in real time
zoxide by ajeetdsouza is a game-changer in its space. Excited to see how it evolves.
A smarter cd command. Supports all major shells.
I recently discovered mscoutermarsh by mscoutermarsh, and it’s truly impressive.
SECRETS!
The input will be a yaml file containing a list of Items you want to stay up to date with. Inside each item will be a url, and weight.
email: max-entries: 10 recipients: - [email protected] markdown: max-entries: 100 output: - README.md json: max-entries: 1000 output: - feeds/feed.json rss: max-entries: 1000 output: - feeds/feed.xml html: max-entries: 100 output: index.html items: Waylon Walker: weight: 5 url: https://waylonwalker.com/rss.xml @_WaylonWalker: weight: 3 twitter: https://twitter.com/_waylonwalker DEV Waylon Walker: weight: 8 url: https://dev.to/waylonwalker Stack Overflow Kedro: weight: 5 url: https://stackoverflow.com/questions/tagged/kedro Kedro GitHub: weight: 4 url: https://github.com/kedro-org/kedro Kedro Pypi weight: 10 url: https://pypi.org/project/kedro/
...
I ran this post on dev.to and got a great response of great examples, check it out.
The GitHub profile feature just went live for a subset of users. Simply creating a repo named after your username, and clicking share to Profile on the sidebar will create a custom profile that shows up just above your pinned projects.
...
Can someone explain how or why twitter cards render differently from device to device? I do understand that twitter cards a built from meta tags, the full list can be found in their docs
Mobile Looks fine.
On Desktop it is not picking up the image.
...
staged-recipes by conda-forge is a game-changer in its space. Excited to see how it evolves.
A place to submit conda recipes before they become fully fledged conda-forge feedstocks
I’m really excited about log_to_json, an amazing project by rwhitt2049. It’s worth exploring!
Yet another Python library to log to JSON
I’m really excited about foam-template, an amazing project by foambubble. It’s worth exploring!
Foam workpace template
The work on digital-gardeners by MaggieAppleton.
Resources, links, projects, and ideas for gardeners tending their digital notes on the public interwebs
Check out react-adaptive-hooks by GoogleChromeLabs. It’s a well-crafted project with great potential.
Deliver experiences best suited to a user’s device and network constraints
Python *args and **kwargs are super useful tools, that when used properly can make you code much simpler and easier to maintain. Large manual conversions from a dataset to function arguments can be packed and unpacked into lists or dictionaries. Beware though, this power can lead to some really unreadable/unusable code if done wrong.
I generally post these as a carousel on LinkedIn based on a full article. Let mw know what you think of it shown inside of a blog @_waylonwalker.
...
While using the catalog alone will not reap all of the benefits of the framework, it does get you and your project ready for the full framework eventually. For me the full benefit of the catalog comes when you combine it with the pipeline and dont even touch read/write steps at all.
Taking a step into kedro by adopting the catalog first will give you a way to organize all of your data loads in one place, and stop manually writing read/write code, which can be different for each data and storage type. You just don’t need to think about it.
“can be dropped into kedro later” Let’s talk a bit more about that
...