👏1
~ От внешних отвлекающих факторов помогают умные наушники с шумоподавлением;
От внутренних отвлекающих факторов помогают шумные наушники с умоподавлением
Link to post
От внутренних отвлекающих факторов помогают шумные наушники с умоподавлением
Link to post
👍2🐳2🔥1😭1
🔥1👨💻1
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.