AZConf - A to Z Conference on Cloud and AI | AZConf 2023 | November 17-18, 2023 | Asia's Largest Cloud and AI Conference | Developer Conference | Artificial Intelligence | Multi-Cloud Conference
https://azconf.dev/
https://azconf.dev/
How SteamOS is contributing to the Linux ecosystem
Alberto García Igalia
Open Source Summit Europe
Bilbao, September 2023
https://static.sched.com/hosted_files/osseu2023/83/steamos-and-linux-oss-eu-2023.pdf
Alberto García Igalia
Open Source Summit Europe
Bilbao, September 2023
https://static.sched.com/hosted_files/osseu2023/83/steamos-and-linux-oss-eu-2023.pdf
Dev Home is a new control center for Windows providing the ability to monitor projects in your dashboard using customizable widgets, set up your dev environment by downloading apps, packages, or repositories, connect to your developer accounts and tools (such as GitHub), and create a Dev Drive for storage all in one place.
https://learn.microsoft.com/en-us/windows/dev-home/
Dev Drive builds on ReFS technology to employ targeted file system optimizations and provide more control over storage volume settings and security, including trust designation, antivirus configuration, and administrative control over what filters are attached.
Dev Drive is a new form of storage volume available to improve performance for key developer workloads.
https://learn.microsoft.com/en-us/windows/dev-drive/
https://learn.microsoft.com/en-us/windows/dev-home/
Dev Drive builds on ReFS technology to employ targeted file system optimizations and provide more control over storage volume settings and security, including trust designation, antivirus configuration, and administrative control over what filters are attached.
Dev Drive is a new form of storage volume available to improve performance for key developer workloads.
https://learn.microsoft.com/en-us/windows/dev-drive/
Docs
Dev Home for Windows Developers
Dev Home is a new control center for Windows providing the ability to track your workflows and coding tasks using customizable widgets, set up your dev environment, connect to your developer accounts and tools (such as GitHub), and install apps and packages…
Enhance is an HTML-first full-stack web framework that gives you everything you need to build standards-based multi-page web apps that perform and scale.
https://github.com/enhance-dev
https://github.com/enhance-dev
GitHub
Enhance
Enhance has 82 repositories available. Follow their code on GitHub.
NVIDIA/MatX: An efficient C++17 GPU numerical computing library with Python-like syntax
https://github.com/NVIDIA/MatX
https://github.com/NVIDIA/MatX
GitHub
GitHub - NVIDIA/MatX: An efficient C++17 GPU numerical computing library with Python-like syntax
An efficient C++17 GPU numerical computing library with Python-like syntax - NVIDIA/MatX
Stable Diffusion XL 1.0 Base on a Raspberry Pi Zero 2 (or in 298MB of RAM)
https://github.com/vitoplantamura/OnnxStream
https://github.com/vitoplantamura/OnnxStream
GitHub
GitHub - vitoplantamura/OnnxStream: Lightweight inference library for ONNX files, written in C++. It can run Stable Diffusion XL…
Lightweight inference library for ONNX files, written in C++. It can run Stable Diffusion XL 1.0 on a RPI Zero 2 (or in 298MB of RAM) but also Mistral 7B on desktops and servers. ARM, x86, WASM, RI...
ViteConf 2022 | Full day | 42 talks about the tools and frameworks innovating in the Vite Ecosystem
https://www.youtube.com/watch?v=Znd11rVHQOE
https://www.youtube.com/watch?v=Znd11rVHQOE
YouTube
ViteConf 2022 | Full day | 42 talks about the tools and frameworks innovating in the Vite Ecosystem
ViteConf 2022. Making Web Development Instant. A full day of launches, learnings, and celebrations from the projects reimagining Web Development. Brought to you by @StackBlitz.
Watch this video on https://viteconf.org/2022/replay to experience it as it was…
Watch this video on https://viteconf.org/2022/replay to experience it as it was…
v0 is a generative user interface system by Vercel powered by AI. It generates copy-and-paste friendly React code based on shadcn/ui and Tailwind CSS that people can use in their projects.
https://v0.dev/
https://v0.dev/
Vercel
Vercel: Build and deploy the best web experiences with the AI Cloud
Vercel gives developers the frameworks, workflows, and infrastructure to build a faster, more personalized web.
the everything app for those
* who celebrate
* trust & autonomy
It's Local-first - Crazy-fast loading time, no internet mandatory
It's peer-to-peer - secure and decentralized sync, sync with just a WiFi Network
It's Open Code - Verifiable autonomy & security
Imagine an app where you
can do everything
Native on mobile
Natural touch and scroll experience,
on both iOS and Android
https://anytype.io/
* who celebrate
* trust & autonomy
It's Local-first - Crazy-fast loading time, no internet mandatory
It's peer-to-peer - secure and decentralized sync, sync with just a WiFi Network
It's Open Code - Verifiable autonomy & security
Imagine an app where you
can do everything
Native on mobile
Natural touch and scroll experience,
on both iOS and Android
https://anytype.io/
anytype.io
anytype — the everything app
for those who celebrate trust & autonomy.
I’ve locked myself out of my digital life – Terence Eden’s Blog
https://shkspr.mobi/blog/2022/06/ive-locked-myself-out-of-my-digital-life/
https://shkspr.mobi/blog/2022/06/ive-locked-myself-out-of-my-digital-life/
Learned some git commands for dealing with git stash
# how to save a stash with comment
git stash save "MY new edits"
# how to include untracked files
git stash save --include-untracked "My new edits"
# list of stashes
git stash list
# How to apply some stash without clearing existing
git stash apply stash@{6}
git stash apply 6
# Show changes in particular stash
git stash show -p 4
# See file names in that stash
git show stash@{4} --name-only
# See file saved as part of that stash (ie. not diff, full file. May be usable with other diff tool like KDiff3 or Meld)
git --no-pager show stash@{4}:resources/toolkit.py
# See the diff in that stash
git --no-pager show stash@{4} -- resources/toolkit.py
# how to save a stash with comment
git stash save "MY new edits"
# how to include untracked files
git stash save --include-untracked "My new edits"
# list of stashes
git stash list
# How to apply some stash without clearing existing
git stash apply stash@{6}
git stash apply 6
# Show changes in particular stash
git stash show -p 4
# See file names in that stash
git show stash@{4} --name-only
# See file saved as part of that stash (ie. not diff, full file. May be usable with other diff tool like KDiff3 or Meld)
git --no-pager show stash@{4}:resources/toolkit.py
# See the diff in that stash
git --no-pager show stash@{4} -- resources/toolkit.py
fosslife/awesome-ricing: A curated list of awesome tools and technology to help you out with ricing on linux
https://github.com/fosslife/awesome-ricing
https://github.com/fosslife/awesome-ricing
GitHub
GitHub - fosslife/awesome-ricing: A curated list of awesome tools and technology to help you out with ricing on linux
A curated list of awesome tools and technology to help you out with ricing on linux - fosslife/awesome-ricing
Windows & macOS can't do this, but Linux can! - YouTube
https://m.youtube.com/watch?si=D0jZqXspKh6C7COF&v=TuPO-eAMy4I&feature=youtu.be
https://m.youtube.com/watch?si=D0jZqXspKh6C7COF&v=TuPO-eAMy4I&feature=youtu.be
YouTube
Windows & macOS can't do this, but Linux can!
Get 100$ credit for your own Linux and gaming server: https://www.linode.com/linuxexperiment
Grab a brand new laptop or desktop running Linux: https://www.tuxedocomputers.com/en#
👏 SUPPORT THE CHANNEL:
Get access to a weekly podcast, vote on the next topics…
Grab a brand new laptop or desktop running Linux: https://www.tuxedocomputers.com/en#
👏 SUPPORT THE CHANNEL:
Get access to a weekly podcast, vote on the next topics…
Generally knowledge improves ones you keep on applying the knowledge again and again.
But, keep on experimenting and exploring is the secret source of building experience and skills.
Incremental learning is the another thing to follow. Take small bites of knowledge at regular intervals.
Again keep your curiosity high always. But, you may keep a balance between practicing what you know, learning new stuff. Spend 10% or 20% of time can be spend for learning new things. Rest for applying what you know and building skill to act with speed, accuracy, effectiveness etc.
But, keep on experimenting and exploring is the secret source of building experience and skills.
Incremental learning is the another thing to follow. Take small bites of knowledge at regular intervals.
Again keep your curiosity high always. But, you may keep a balance between practicing what you know, learning new stuff. Spend 10% or 20% of time can be spend for learning new things. Rest for applying what you know and building skill to act with speed, accuracy, effectiveness etc.