⚡Breaking news!
TypeScript 3.7 released with:
- Optional Chaining & Coalescing!
- Assertion Functions
- .d.ts Emit From .js Files
- Smarter Control Flow Analysis
- Flatter Error Messages
That's great!
https://devblogs.microsoft.com/typescript/announcing-typescript-3-7/
TypeScript 3.7 released with:
- Optional Chaining & Coalescing!
- Assertion Functions
- .d.ts Emit From .js Files
- Smarter Control Flow Analysis
- Flatter Error Messages
That's great!
https://devblogs.microsoft.com/typescript/announcing-typescript-3-7/
Compile-time assertions for #rust.
This library lets you ensure correct assumptions about constants, types, and more. There is zero runtime cost to using this because all checks are at compile-time, and so no code is emitted to run.
https://github.com/nvzqz/static-assertions-rs
This library lets you ensure correct assumptions about constants, types, and more. There is zero runtime cost to using this because all checks are at compile-time, and so no code is emitted to run.
https://github.com/nvzqz/static-assertions-rs
GitHub
GitHub - nvzqz/static-assertions: Ensure correct assumptions about constants, types, and more in Rust
Ensure correct assumptions about constants, types, and more in Rust - GitHub - nvzqz/static-assertions: Ensure correct assumptions about constants, types, and more in Rust
⚡Breaking news!
Announcing Dart 2.6 with
https://medium.com/dartlang/dart2native-a76c815e6baf
Announcing Dart 2.6 with
dart2native: Compile #dart to self-contained, native executableshttps://medium.com/dartlang/dart2native-a76c815e6baf
Medium
Announcing Dart 2.6 with dart2native: Compile Dart to self-contained, native executables
Announcing Dart 2.6, featuring dart2native for compiling Dart apps to self-contained, native executables for Windows, macOS, and Linux
Onefetch is a command line tool that displays information about your Git project directly on your terminal. Onefetch supports almost 50 different programming languages. If your language of choice isn't supported: Open up an issue and support will be added.
https://github.com/o2sh/onefetch
#rust
https://github.com/o2sh/onefetch
#rust
Streetmix is a collaborative process for communities and city planners to improve public spaces. Design, remix, and share your neighborhood street.
https://github.com/streetmix/streetmix
#js
https://github.com/streetmix/streetmix
#js
⚡Breaking news!
#rust 1.39 released with
https://blog.rust-lang.org/2019/11/07/Rust-1.39.0.html
#rust 1.39 released with
async/await support and many other features.https://blog.rust-lang.org/2019/11/07/Rust-1.39.0.html
blog.rust-lang.org
Announcing Rust 1.39.0 | Rust Blog
Empowering everyone to build reliable and efficient software.
Catalyst helps you write compact but full-featured DL & RL pipelines in a few lines of code. You get a training loop with metrics, early-stopping, model checkpointing and other features without the boilerplate.
Features:
- Universal train/inference loop.
- Configuration files for model/data hyperparameters.
- Reproducibility – all source code and environment variables will be saved.
- Callbacks – reusable train/inference pipeline parts.
- Training stages support.
- Easy customization.
- PyTorch best practices (SWA, AdamW, 1Cycle, Ranger optimizer, FP16 and more).
https://github.com/catalyst-team/catalyst
#python #data
Features:
- Universal train/inference loop.
- Configuration files for model/data hyperparameters.
- Reproducibility – all source code and environment variables will be saved.
- Callbacks – reusable train/inference pipeline parts.
- Training stages support.
- Easy customization.
- PyTorch best practices (SWA, AdamW, 1Cycle, Ranger optimizer, FP16 and more).
https://github.com/catalyst-team/catalyst
#python #data
GitHub
GitHub - catalyst-team/catalyst: Accelerated deep learning R&D
Accelerated deep learning R&D. Contribute to catalyst-team/catalyst development by creating an account on GitHub.
Awesome talk for a friday evening about understanding magic behind tech and principles over syntax.
YouTube
Lambda World 2019 - Painless software development with Haskell - Paweł Szulc
In this Lambda World 2019 presentation, Paweł Szulc shows the benefit of programming with Haskell.
Full Presentation Description:
Developers interested in seeing Haskell being used as a general programming language. Engineers hoping to see Haskell as an…
Full Presentation Description:
Developers interested in seeing Haskell being used as a general programming language. Engineers hoping to see Haskell as an…
Quickly browse the history of a file from any git repository.
https://github.com/pomber/git-history
#js
https://github.com/pomber/git-history
#js
A simple terminal UI for both docker and docker-compose, written in #go
https://github.com/jesseduffield/lazydocker
https://github.com/jesseduffield/lazydocker
Record browser tests with one command!
Just type
https://docs.qawolf.com/
#js
Just type
npx qawolf record <url> and you are good to go!https://docs.qawolf.com/
#js
Lockfiles are used as trusted whitelist of resources manifest to fetch packages from. However, keeping track of the changes introduced to lockfiles is not an easy task as they are designed to consumed by machines.
What happens when someone creates a Pull Request and sneaks a malicious resource package that replaces a real library?
Exactly! Lint your lockfiles to ensure they adhere to pre-defined security policies and mitigate this vector of attack.
https://github.com/lirantal/lockfile-lint
#js
What happens when someone creates a Pull Request and sneaks a malicious resource package that replaces a real library?
Exactly! Lint your lockfiles to ensure they adhere to pre-defined security policies and mitigate this vector of attack.
https://github.com/lirantal/lockfile-lint
#js
Ma, a #ruby micro library: events as first class citizens. It also supports async events as well.
https://gitlab.com/kris.leech/ma
https://gitlab.com/kris.leech/ma
tui-rs is a #rust library to build rich terminal user interfaces and dashboards.
The library is based on the principle of immediate rendering with intermediate buffers. This means that at each new frame you should build all widgets that are supposed to be part of the UI. While providing a great flexibility for rich and interactive UI, this may introduce overhead for highly dynamic content. So, the implementation try to minimize the number of ansi escapes sequences generated to draw the updated UI. In practice, given the speed of Rust the overhead rather comes from the terminal emulator than the library itself.
https://github.com/fdehau/tui-rs
The library is based on the principle of immediate rendering with intermediate buffers. This means that at each new frame you should build all widgets that are supposed to be part of the UI. While providing a great flexibility for rich and interactive UI, this may introduce overhead for highly dynamic content. So, the implementation try to minimize the number of ansi escapes sequences generated to draw the updated UI. In practice, given the speed of Rust the overhead rather comes from the terminal emulator than the library itself.
https://github.com/fdehau/tui-rs
conrad helps you track conferences and meetups on your terminal!
- 📅 Never miss CFP deadlines again. conrad remind can remind you every time you open a terminal!
- 📊 Query and explore events using tags, names, locations, and dates. conrad show --cfp will tell you about events where the CFP is open!
- 🤖 Crawlers update events twice a week! (Monday and Thursday at 00:00 UTC)
https://github.com/vinayak-mehta/conrad
#python
- 📅 Never miss CFP deadlines again. conrad remind can remind you every time you open a terminal!
- 📊 Query and explore events using tags, names, locations, and dates. conrad show --cfp will tell you about events where the CFP is open!
- 🤖 Crawlers update events twice a week! (Monday and Thursday at 00:00 UTC)
https://github.com/vinayak-mehta/conrad
#python
Yesterday, Mirantis acquired Docker Enterprise which includes the registry, the enterprise accounts and basically everything of value owned by Docker Inc. The company is now left with a shell of its former business. Even though the sale amount is not public, it is widely understood to not be a large sum.
#docker was once a darling of the tech world. Today we are left wondering - Who ate their lunch?
#docker was once a darling of the tech world. Today we are left wondering - Who ate their lunch?
Using TailwindCSS with Vue functional components.
In this article, we identify potential pitfalls when using utility-first #css frameworks and how to avoid them. Most importantly, we find out how to use #vue functional components to create abstractions for repeating patterns like cards and headlines, for example.
https://markus.oberlehner.net/blog/reusable-functional-vue-components-with-tailwind-css/
In this article, we identify potential pitfalls when using utility-first #css frameworks and how to avoid them. Most importantly, we find out how to use #vue functional components to create abstractions for repeating patterns like cards and headlines, for example.
https://markus.oberlehner.net/blog/reusable-functional-vue-components-with-tailwind-css/
markus.oberlehner.net
Reusable Functional Vue.js Components with Tailwind CSS
Learn how to work with utility-first CSS frameworks like Tailwind in Vue.js and how to avoid potential pitfalls.