Vftdan Channel
25 subscribers
110 photos
2 videos
9 files
178 links
author: @vft_dan
Download Telegram
~ Before switching to any software I'll wait for it to become feature-complete.

Link to post
👏1
~ От внешних отвлекающих факторов помогают умные наушники с шумоподавлением;
От внутренних отвлекающих факторов помогают шумные наушники с умоподавлением

Link to post
👍2🐳2🔥1😭1
++age;
🎉6😭1
Day of the week inside a date is a checksum
🔥5
~ I wonder, does hexadecimal somewhere use :;<=>? instead of abcdef 🤔

Link to post
🔥1👨‍💻1
Does PSK mean both phase-shift keying and pre-shared key?
🔥2
Some voltages only have non-standard connectors smh
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?
We need Macromedia Flash, but for SVG.
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.
🤔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 />
Coroutine supervisor tree shadow root
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()
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)
where
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.
Vim's <C-A>/<C-X> recognise ISO8601 months and days as negative numbers 😭
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