Vftdan Channel
Coroutine supervisor tree shadow root
The name having come to mind when thinking about monkey-patching the lua coroutine library, so that I could run this:
local buf = coroutine.yieldBuffer()where
local co = coroutine.create(function()
local inner = coroutine.create(function()
print(2)
buf.longYield()
print(4)
end)
coroutine.resume(inner)
print(5)
end)
print(1)
buf.resume(co)
print(3)
buf.resume(co)
print(6)
buf.longYield = function(...)
return buf.redirect(function(...)
return coroutine.yield(...)
end, ...)
end
Russian transgressive participle usage rule reminds me of JavaScript's
this behavior.A program that mirrors
XA_CLIPBOARD contents into XdndSelection could be sometimes useful.There should be a dedicated "Thank you" emoji specifically for the purpose of being used as a reaction, so that I don't have to find a threshold between being impolite or flooding a chat with too many separate messages.
🙏8
With proper anonymisation, a lot of content on the internet would be better as signed rather then encrypted in order to leverage caching http proxies.
❤3
Vftdan Channel
With proper anonymisation, a lot of content on the internet would be better as signed rather then encrypted in order to leverage caching http proxies.
Like maybe provide a caching proxy that preserves signature headers as a hidden onion service.
Forwarded from 0xFABC0FFEEBADC0DE
Idea: A dialog system for story-driven games where you get to build your sentences from premade parts, for better modularity and flexibility compared to the classic system. If done correctly, this can give the player a better sense of personalization and non-linearity, and maybe even a clearer, more granular mapping between choices and their consequences.
❤2
We need a graph markup language with semantical payload as easy to write as in graphviz or maybe plantuml, but with much greater control over semantics to representation conversion (node placement, edge routing, label placement etc).
Happy New Year!
Idk whether I'm gonna write year summary or something.
My new year's resolution is 88x31.
Idk whether I'm gonna write year summary or something.
My new year's resolution is 88x31.
🎉5
~ Browser that doesn't keep full tab list in RAM, reading it from an sqlite database on-demand instead
Link to post
Link to post
❤4🙏3😭1
I apparently sent a report about a random message by having a shaking finger near the touchscreen.
Is there a way to undo this?
Is there a way to undo this?
😨3
curl, wget, aria2c seem to have overlapping sets of features, but none seem to have all the features I need in a single invocation -_-💯3😁1🫡1
Vftdan Channel
curl, wget, aria2c seem to have overlapping sets of features, but none seem to have all the features I need in a single invocation -_-
Moreover, I cannot extract these features in isolation, to be able to use it for one of the other tools.
So much unix.
So much unix.
😭3