Vftdan Channel
Some voltages only have non-standard connectors smh
A lot of standards generally seem to prefer to achieve higher power by elevating voltage rather than max current compared to some proprietary solutions?
Vftdan Channel
A lot of standards generally seem to prefer to achieve higher power by elevating voltage rather than max current compared to some proprietary solutions?
Like for example standard USB-PD vs proprietary VOOC.
I'm not sure whether having
I don't think there is a clear distinction between images and videos.
<video> and <img> being different things was a good idea.I don't think there is a clear distinction between images and videos.
🤔2🤝1
Vftdan Channel
I'm not sure whether having <video> and <img> being different things was a good idea. I don't think there is a clear distinction between images and videos.
Mb something more generic could make sense:
<embed src="animation.gif" type="image/gif" autoplay controls loop=true muted=true />
<embed src="photo.jpg" type="image/jpeg" muted=true />
<embed src="bgm.ogg" type="audio/ogg" controls loop=true novideo=true />
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