alexpdp7
deno
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
alexpdp7
-
Problems using distrobox/toolbox using rootless Podman in LXC container
Details also here: https://github.com/alexpdp7/alexpdp7/issues/10
- Can't podman exec inside LXC
- An Ansible playbook to deploy Talos clusters to Proxmox
- alexpdp7's Emacs Config: Don't fear the Emacs
- Announce: serverless Puppet without PuppetDB, but with simulated exported resources
- Don't fear the Emacs
- A brief explanation of Python dependency management
-
Underwhelmed by Bash functions? Maybe you're using them wrong. I was.
I wrote some thoughts about this at: https://github.com/alexpdp7/alexpdp7/blob/master/programming/python/creating_nice_python_cli_tools.md
- A screenful of advice about writing command-line tools in Python
deno
-
Proposal for Standardized JSX
JSX can become valid, standardized ECMAScript syntax.
But first we need a valid syntactic sugar transformation, which I propose here.
Then we need to implement it in things like babel[0] bun[1] and deno[2].
Then, frameworks would adopt it as an optional alternative implementation.
Eventually, it could gain widespread support and become standardized.
[0] https://github.com/sdegutis/vanillajsx.com/blob/main/site/un...
[1] https://github.com/oven-sh/bun/issues/13630
[2] https://github.com/denoland/deno/issues/25312
-
Deno: What we got wrong about HTTP imports
Ha, in what I believe Ryan's first talk about Deno, he mentioned something about avoiding cute features or so, then he said Deno has URL-based imports "because they're cute". It didn't take long for someone to raise it up in 2018:
https://github.com/denoland/deno/issues/195
We've come full circle :)
-
Effortless API Testing: Node.js Techniques for Next.js Route handlers
So, does that work now? Can we simply npm run test? Really? Well, almost. Unfortunately, Node, in comparison to other runtimes like Bun or Deno still is JavaScript only, so we have to transpile from TypeScript it to JavaScript first.
-
Top 17 Fast-Growing Github Repo of 2024
Deno
- Branded Types for TypeScript
-
Bun - The One Tool for All Your JavaScript/Typescript Project's Needs?
NodeJS is the dominant Javascript server runtime environment for Javascript and Typescript (sort of) projects. But over the years, we have seen several attempts to build alternative runtime environments such as Deno and Bun, today’s subject, among others.
-
Bun 1.1
https://github.com/denoland/deno/issues is the ideal place -- we try to triage all incoming issues, the more specific the repro the easier it is to address but we will take a look at everything that comes in.
-
I have created a small anti-depression script
Install Node.js (or Bun, or Deno, or whatever JS runtime you prefer) if it's not there
-
How QUIC is displacing TCP for speed
QUIC is very exciting, after seeing what it can do for performance in Cloudflare network and Cloudflare workers, I can't wait to finally see it in Deno[0] 1.41.
[0] https://github.com/denoland/deno/pull/21942#issuecomment-192...
-
Unison Cloud
So as an end user it's kind of like https://deno.com/ where you buy into a runtime + comes prepacked with DBs (k/v stores), scheduling, and deploy stuff?
> by storing Unison code in a database, keyed by the hash of that code, we gain a perfect incremental compilation cache which is shared among all developers of a project. This is an absolutely WILD feature, but it's fantastic and hard to go back once you've experienced it. I am basically never waiting around for my code to compile - once code has been parsed and typechecked once, by anyone, it's not touched again until it's changed.
Interesting. Whats it like upgrading and managing dependencies in that code? I'd assume it gets more complex when it's not just the Union system but 3rd party plugins (stuff interacting with the OS or other libs).
What are some alternatives?
elpaca - An elisp package manager
ASP.NET Core - ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux.
flymake-vale
typescript-language-server - TypeScript & JavaScript Language Server
zpy - Zsh helpers for Python venvs, with uv or pip-tools
pnpm - Fast, disk space efficient package manager
ansible-create-proxmox-host
bun - Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one
wordnet - Node module wrapper for WordNet dictionary.
esbuild - An extremely fast bundler for the web
Koa - Expressive middleware for node.js using ES2017 async functions
warp-reverse-proxy - Fully composable warp filter that can be used as a reverse proxy.