🦋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
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
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
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
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
Link to post
Vftdan Channel
vftdan – B020
Maybe instead of a DAW I should try something like MuseScore :thonk:
💯4
> Krapivin was not held back by the conventional wisdom for the simple reason that he was unaware of it.
🔥1🥴1
~ 🔁︎ 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
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
~
Link to post
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
>
>
Why...
find libs/ -name '*.o' -exec touch {} \; && nice make -j6 install>
Building CXX object libs/...cpp.oWhy...
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
Or maybe even not all, but only same-sized
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}.