Vftdan Channel
25 subscribers
110 photos
2 videos
9 files
178 links
author: @vft_dan
Download Telegram
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
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.
🎉5
~ Ballmer Peak of sleep deprivation

Link to post
~ Browser that doesn't keep full tab list in RAM, reading it from an sqlite database on-demand instead

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?
😨3