-
I had this post at vpnusers.com, but that forum seems idle and there are not many developers around. So I decide to post a duplicate here.
---
Hi guys,
I have been using Softether for years, w…
-
Seeing as how `awk` would be greatly enhanced by the addition of [first-class functions](https://en.wikipedia.org/wiki/First_class_function) (FCFs), it would be nice to add them to `frawk`.
It turn…
-
Hi.
Just reinstalled the steam deck os, and installing all my packages with
1) First the adding the repo:
`flatpak remote-add --if-not-exists --user flathub https://flathub.org/repo/flathub.flatpa…
-
I observed a performance problem and could reduce it to the following:
```julia
using BenchmarkTools
piping(x) = -(x |> Base.ctlz_int)
no_piping(x) = -Base.ctlz_int(x)
const x = UInt64(16)
@…
-
I think there is a need for a priority that's higher than "user-blocking" for certain DOM rendering cases.
This priority would be synchronous wrt the outermost `scheduler.postTask()` call, but nest…
-
Attempting to apply the `Lift` strategy on `Stream (Of a)` to access an underlying `MonadState` produces a type error in a coercion. In the example to derive `HasSource`, the same error occurs for `Ha…
-
I'm trying to do some experiments with `pipetools`:
```
@pipe_util
def myaggregate(function):
return partial(functools.reduce, function)
ret = glob.iglob | foreach(readf) | flatten | fore…
-
0x52
medium
# Exponential and logarithmic price adapters will return incorrect pricing when moving from higher dp token to lower dp token
## Summary
The exponential and logarithmic price a…
-
If we look at any CI it is obvious that `make check` is the most time consuming part of the sequence
```
$ ./bootstrap.sh
$ ./configure
$ make
$ make tests
$ make check
```
Now, there is no …
-
# Inside JS
---
## Learning Objectives
Priorities: 🥚, 🐣, 🐥, 🐔 (click to learn more)
There is a lot to learn in this repository. If you can't master all the material
at once, that'…