Florian Weil

17.7K posts

Florian Weil

Florian Weil

@derhess

Trying to master a slowly and thoughtfully craftspersonship way of life

Neuerdings Hessen เข้าร่วม Şubat 2009
2.2K กำลังติดตาม464 ผู้ติดตาม
Florian Weil รีทวีตแล้ว
Alex Xu
Alex Xu@alexxubyte·
A Cheat Sheet on The Most-Used Linux Commands
Alex Xu tweet media
English
7
168
812
27.7K
Florian Weil รีทวีตแล้ว
ayush🔮👨‍💻🔮
ayush🔮👨‍💻🔮@ayushagarwal027·
🦀 Microsoft just open-sourced a comprehensive Rust training curriculum and it's impressive. The microsoft/RustTraining repository on GitHub offers 7 structured books covering Rust from beginner to expert level, designed for developers coming from different backgrounds: 🟢 Bridge Books (start here): • Rust for C/C++ Programmers • Rust for C# Programmers • Rust for Python Programmers 🔵 Deep Dive: Async Rust (Tokio, streams, cancellation) 🟡 Advanced: Rust Patterns (Pin, allocators, lock-free structures) 🟣 Expert: Type-Driven Correctness (type-state, phantom types) 🟤 Practices: Rust Engineering (CI/CD, cross-compilation, Miri) Each book includes 15–16 chapters, Mermaid diagrams, interactive Rust playgrounds, and exercises. Whether you're a systems programmer migrating from C++, a .NET developer exploring performance-critical code, or a Pythonista tired of the GIL, there's a path for you. ⭐ Already at 500+ stars. Fully open source (MIT + CC-BY-SA-4.0). 👉 github.com/microsoft/Rust… Rust is becoming a serious part of the industry stack. If you've been waiting for a structured way to learn it, this might be it. #Rust #Programming #OpenSource #Microsoft #SoftwareEngineering #SystemsProgramming #Learning
English
15
417
2.3K
133.4K
Florian Weil รีทวีตแล้ว
Ivan Velichko
Ivan Velichko@iximiuz·
Master containerd the hard way (free course) 😤 Assembling a system from scratch is a well-known learning trick to take your understanding to a different level. Most DevOps folks likely heard about the Kubernetes the hard way tutorial. But Kubernetes is not the only tech that can be learn this way! containerd is the most widely used "mid-level" container runtime. Both Docker and Kubernetes rely on it under the hood to run and manage containers. Learning about the key moving parts of containerd, how to install and configure them, and how to use containerd directly from the command line will help you deepen your understanding of containers in general and the higher-level runtimes like Docker and Kubernetes in particular, improving your system design and troubleshooting skills. Course link: labs.iximiuz.com/courses/contai…
Ivan Velichko tweet media
English
3
49
331
12.4K
Florian Weil รีทวีตแล้ว
Ivan Velichko
Ivan Velichko@iximiuz·
Networking 101: Connect two private networks with a router 🛠️ An easy one today - it's Friday after all. Can you configure a Linux VM to serve as a simple router between two disjoint private networks? Learning networking by doing 👉 labs.iximiuz.com/challenges/net…
Ivan Velichko tweet media
English
5
86
466
16.6K
Florian Weil รีทวีตแล้ว
Ivan Velichko
Ivan Velichko@iximiuz·
Docker 101: Building Container Images 🐳 I prepared a skill path that helps you learn Dockerfile authoring from the ground up, starting with the simplest possible image and building up to production-grade multi-stage builds. You'll learn how to: - Build and publish a container image to a registry - Write Dockerfiles using core instructions: FROM, COPY, RUN, and CMD - Handle application and system-level dependencies in a Dockerfile - Compile and build applications inside a Dockerfile - Inspect container image internals (layers, sizes, digests) - Optimize images with multi-stage builds to produce smaller, cleaner production artifacts By the end of this skill path, you'll be comfortable writing Dockerfiles for real-world applications and understand how to keep your images lean and efficient. Happy building! 🛠️ labs.iximiuz.com/skill-paths/do…
Ivan Velichko tweet media
English
3
33
233
7.5K
Florian Weil รีทวีตแล้ว
Alex Xu
Alex Xu@alexxubyte·
How OAuth 2 Works
Alex Xu tweet media
English
3
99
478
19.1K
Florian Weil รีทวีตแล้ว
Alex Xu
Alex Xu@alexxubyte·
A nice cheat sheet of different monitoring infrastructure in cloud services.
Alex Xu tweet media
English
9
87
401
18.7K
Florian Weil รีทวีตแล้ว
Nav Toor
Nav Toor@heynavtoor·
BREAKING: AI can now analyze stocks like Wall Street analysts (for free). Here are 10 insane Claude prompts that replace $2,000/month Bloomberg terminals (Save for later)
Nav Toor tweet media
English
235
1.6K
10.3K
1.8M
Florian Weil รีทวีตแล้ว
Ivan Velichko
Ivan Velichko@iximiuz·
Building images with Docker - from Zero to Hero 🐳 Prepared a batch of hands-on problems that start from writing your very first Dockerfile and gradually walk you all the way up to using multi-stage builds for more optimal images: - Write Your First Dockerfile labs.iximiuz.com/challenges/doc… - Write a Dockerfile for a Simple Web Server Application labs.iximiuz.com/challenges/doc… - Write a Dockerfile That Excludes Dev Dependencies from the Production Image labs.iximiuz.com/challenges/doc… - Write a Dockerfile for an Application With System-Level Dependencies labs.iximiuz.com/challenges/doc… - Build and Compile Applications in Dockerfiles labs.iximiuz.com/challenges/doc… - Build and Inspect a Container Image With Docker labs.iximiuz.com/challenges/doc… - Optimize Container Images with Multi-Stage Builds labs.iximiuz.com/challenges/doc… Happy building! 🛠️
Ivan Velichko tweet mediaIvan Velichko tweet mediaIvan Velichko tweet media
English
7
128
770
31.3K
Florian Weil รีทวีตแล้ว
Science girl
Science girl@sciencegirl·
The movement of the radioactive cloud after the Chernobyl disaster
English
220
764
7K
1.5M
Florian Weil รีทวีตแล้ว
Ivan Velichko
Ivan Velichko@iximiuz·
Can you protect an unintentionally exposed server port using a firewall? Obviously, it shouldn't have happened in the first place, but it did. Now you have a problem at hand and no means to actually restart the service with the right config. Have fun: labs.iximiuz.com/challenges/lin…
Ivan Velichko tweet media
English
1
20
148
8.5K
Florian Weil รีทวีตแล้ว
dmvrg
dmvrg@dmvrg·
after "The Algorithmic Beauty of Plants" (Lindenmayer & Prusinkiewicz)
dmvrg tweet media
English
1
2
16
1.2K
Florian Weil รีทวีตแล้ว
dmvrg
dmvrg@dmvrg·
Algorithmic plants / L-systems in AR @threejs @Spectacles
Català
8
27
201
15.7K
Florian Weil รีทวีตแล้ว
LaurieWired
LaurieWired@lauriewired·
We take randomness for granted. Early PRNGs were BAD. Thousands of scientific papers used to rely on RANDU, created by IBM in the 1960s. In 1D space, it looks ok! Map in 3D…you start to see the issues. Now, there *was* a better solution...but it would cost you.
English
163
494
7.2K
586.2K
Florian Weil รีทวีตแล้ว
Lior Alexander
Lior Alexander@LiorOnAI·
Claude can make blue1brown animations in minutes. Education is about to explode.
English
303
1.2K
14K
1.4M