#jpeg #dct #compression #lossy #jpg #h263 #h264 #avc #mp3 #mp4
Notices by mittorn (mittorn@masturbated.one)
-
Embed this notice
mittorn (mittorn@masturbated.one)'s status on Thursday, 06-Nov-2025 04:59:03 JST
mittorn
-
Embed this notice
mittorn (mittorn@masturbated.one)'s status on Thursday, 06-Nov-2025 03:55:12 JST
mittorn
-
Embed this notice
mittorn (mittorn@masturbated.one)'s status on Thursday, 06-Nov-2025 03:55:10 JST
mittorn
@a1ba @coaxial неужели у apple штатные мониторы сидели на аналоге? Или может там просто какой-то поломанный протокол?
-
Embed this notice
mittorn (mittorn@masturbated.one)'s status on Thursday, 06-Nov-2025 03:55:07 JST
mittorn
-
Embed this notice
mittorn (mittorn@masturbated.one)'s status on Saturday, 01-Nov-2025 04:02:15 JST
mittorn
@mischievoustomato @a1ba not very fast because DPI causing drops and slowdowns
-
Embed this notice
mittorn (mittorn@masturbated.one)'s status on Friday, 10-Oct-2025 22:56:54 JST
mittorn
@a1ba @Suiseiseki Temporary failure in name resolution error
-
Embed this notice
mittorn (mittorn@masturbated.one)'s status on Friday, 10-Oct-2025 22:56:40 JST
mittorn
-
Embed this notice
mittorn (mittorn@masturbated.one)'s status on Friday, 26-Sep-2025 01:11:43 JST
mittorn
@jonty i remember soviet cassette deck "Mayak" with two same DINs on back panel. First one is AUX audio input, but second is some remote control connector, which is wired to some 150V circuit.
Of course i used wrong connector and capacitor on portative mp3 audioplayer just exploded. But after replacing capacitor it worked again -
Embed this notice
mittorn (mittorn@masturbated.one)'s status on Tuesday, 23-Sep-2025 07:10:24 JST
mittorn
@feld so why not ditch gitlab, while gitea/forgejo exist?
-
Embed this notice
mittorn (mittorn@masturbated.one)'s status on Tuesday, 23-Sep-2025 07:10:23 JST
mittorn
@feld so, main issue is account migration?
-
Embed this notice
mittorn (mittorn@masturbated.one)'s status on Wednesday, 09-Jul-2025 19:09:05 JST
mittorn
@SuperDicq just change your user-agent to something without Mozilla
-
Embed this notice
mittorn (mittorn@masturbated.one)'s status on Monday, 30-Jun-2025 22:41:24 JST
mittorn
@a1ba @phnt @SuperDicq @piggo @sun @birdulon @foxido @mischievoustomato @lina we need egl and vulkan wsi over dmabuf implementation.
Now almost every EGL driver implements device platform, which is enough to fully implement wayland and x11 platforms over it. But instead we are using internal x11/wayland platform implentations. Same for vulkan wsi. Even vulkan-wsi-layer requires internal VkSurfaceKHR implementation, that hides dmabuf or nvidia internals under it. -
Embed this notice
mittorn (mittorn@masturbated.one)'s status on Wednesday, 25-Jun-2025 01:29:37 JST
mittorn
@a1ba @uis @lanodan @thesamesam anyway, safe fetching should always include checksums and fetch should not be done in configuration stage, it must be separate stage. And FetchContent is worse than calling wget because it's standart feature (so cmake at some point advertise using it)
-
Embed this notice
mittorn (mittorn@masturbated.one)'s status on Tuesday, 24-Jun-2025 23:51:58 JST
mittorn
@lanodan @uis @thesamesam @a1ba or only one yet.
autotools at least does not have FetchContent, while cmake may SILENTLY download something. This might be good for separate task, not during configure -
Embed this notice
mittorn (mittorn@masturbated.one)'s status on Sunday, 27-Apr-2025 08:24:19 JST
mittorn
@a1ba what about microsoft?
-
Embed this notice
mittorn (mittorn@masturbated.one)'s status on Saturday, 08-Feb-2025 12:46:38 JST
mittorn
@a1ba @prettygood is it still not fixed?
Anyway, it seems, you lost actor's private keys, so it possibly will not work correctly with old instances -
Embed this notice
mittorn (mittorn@masturbated.one)'s status on Saturday, 08-Feb-2025 12:46:32 JST
mittorn
@a1ba @prettygood blockers gonna block
-
Embed this notice
mittorn (mittorn@masturbated.one)'s status on Thursday, 30-Jan-2025 06:02:08 JST
mittorn
@a1ba @th3rdsergeevich @ZySoua only thing Nintendo should is ИСЧЕЗНУТЬ ВОТ ОТСЮДА С ЭТОЙ ПЛАНЕТЫ
-
Embed this notice
mittorn (mittorn@masturbated.one)'s status on Wednesday, 29-Jan-2025 23:05:34 JST
mittorn
@lanodan I keeping boost in mask too, only unmasking when building specific packages. This does not keep me from ABI breakage, but helps reduce boost-depended packages count and prevent rebuilds
Now i installed boost to build inkscape, just to test some features and it will be removed after, most time my gentoo installs work without boost and even without gtk3
Also, while boost builds remotely with distcc, it's buildsystem eats 100% CPU. How??? -
Embed this notice
mittorn (mittorn@masturbated.one)'s status on Wednesday, 29-Jan-2025 22:44:06 JST
mittorn
#boost is shit, do not use it!
Portage says:
* Boost.Regex is *extremely* ABI sensitive. If you get errors such as
*
* undefined reference to `boost::re_detail_108500::cpp_regex_traits_implementation
* <char>::transform_primary[abi:cxx11](char const*, char const*) const'
*
* Then you need to recompile Boost and all its reverse dependencies
* using the same toolchain. In general, *every* change of the C++ toolchain
* requires a complete rebuild of the Boost-dependent ecosystem.
*
* See for instance https://bugs.gentoo.org/638138