These are public posts tagged with #wbmd. You can interact with them if you have an account anywhere in the fediverse.
#wbmd @rf @ru
https://lleo.me/dnevnik/2025/02/18
> Браузер мобильника предлагает для засирания больше — 31 гигабайт. Это общий доступный объем памяти браузера, который может целиком засрать любой из сайтов, кто первым додумается это сделать.
lleo торт
#wbmd #javascript #загадка @rf @ru
> The BigInt primitive (base number format) in JavaScript allows JavaScript to handle excessively large integers (whole numbers). This primitive is especially useful for specialized scientific applications that need very large yet accurate numbers, but has seen widespread adoption for an as of yet unknown reason as part of web frameworks, causing general web compatibility issues for Pale Moon when scripts expect BigInt support and instead have an error thrown. We have now implemented this primitive for use so we no longer have compatibility issues with these frameworks. It is still unknown why BigInt is in use there and for what.