Vftdan Channel
25 subscribers
110 photos
2 videos
9 files
178 links
author: @vft_dan
Download Telegram
~ Metal/breakcore music is Pale Latitude Compressor for brain.

Link to post
🦋vftdan Is it possible on bsky.app to get a permalink to some scrolling/paging position in the posts tab of a user?
And generally like e. g. view them from oldest to newest?

Link to post
🦋vftdan Url bar should be able to represent current navigation state, what I don't see on some websites like this one, I feel like it happens more often if these sites didn't exist 15 years ago.

Link to post
🦋vftdan Now, browser features like bookmarks become less powerful.
In addition, a lot of navigation here does not have href anchors, even to things that *do* have a unique url, >

Link to post
🦋vftdan < so most of the time I cannot use "open a new tab" which has been an important feature of webbrowsers for more than two decades, so the usability of this website *as a website* reduces even more.

Link to post
Also, is it possible on tg to restore deleted link preview and generate the preview for a non-first hyperlink?
~ Is there a monospace font that covers the Mathematical Operators (U+2200--U+22FF) block?

Link to post
🦋vftdan
#define HID_UP_UNICODE  0x00100000
Link to post
Vftdan Channel
vftdan – B020
Maybe instead of a DAW I should try something like MuseScore :thonk:
🦋vftdan You are not a real website if you don't work outside of Chromium engine.

Link to post
💯4
Happy International Women's day to everyone applicable!
1
> Krapivin was not held back by the conventional wisdom for the simple reason that he was unaware of it.
🔥1🥴1
src:
~ 🔁 Klara in the hidden land
Holy shit: https://www.wired.com/story/undergraduate-upends-a-40-year-old-data-science-conjecture/

For the non-programmers: hash tables are one of those things you learn about in your first year as a CS student, and very likely in your first CS class. Not something you expect to read about conjecture-breaking, complexity-bounds-changing new implementations of.

Full paper: https://arxiv.org/abs/2501.02305

Link to post
🔥1
~ Failure [INSTALL_FAILED_INVALID_APK: /data/app/vmdl1725832797.tmp/base.apk specified package org.mozilla.fenix inconsistent with org.mozilla.firefox_beta]

Link to post
~ Can ffmpeg create an mkv file it won't be able to read

Link to post
😁2
>
find libs/ -name '*.o' -exec touch {} \; && nice make -j6 install

> Building CXX object libs/...cpp.o
Why...
~ Uhh...
Does _Generic in #C typecheck non-chosen branches?

Link to post
Vftdan Channel
~ Uhh... Does _Generic in #C typecheck non-chosen branches? Link to post
But it seems that it only has generated errors for all scalar branches, so it makes even less sense
Vftdan Channel
But it seems that it only has generated errors for all scalar branches, so it makes even less sense
No, I misread the error message, it points to the line with non-scalar types, it just seems to implicitly interpret scalar as {scalar}.