home.social

#layer — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #layer, aggregated by home.social.

  1. 💡 Ah yes, the riveting saga of a codec's "entropy layer" going solo, because apparently, the world needed yet another way to confuse humans with #tech #jargon. 🎉 Reminder: while you chase down those elusive #wavelet #coefficients, the rest of us are just trying to open our #vacation #photos. 🤦‍♂️
    yogthos.net/posts/2026-05-24-l #codec #entropy #layer #HackerNews #ngated

  2. 💡 Ah yes, the riveting saga of a codec's "entropy layer" going solo, because apparently, the world needed yet another way to confuse humans with #tech #jargon. 🎉 Reminder: while you chase down those elusive #wavelet #coefficients, the rest of us are just trying to open our #vacation #photos. 🤦‍♂️
    yogthos.net/posts/2026-05-24-l #codec #entropy #layer #HackerNews #ngated

  3. 💡 Ah yes, the riveting saga of a codec's "entropy layer" going solo, because apparently, the world needed yet another way to confuse humans with #tech #jargon. 🎉 Reminder: while you chase down those elusive #wavelet #coefficients, the rest of us are just trying to open our #vacation #photos. 🤦‍♂️
    yogthos.net/posts/2026-05-24-l #codec #entropy #layer #HackerNews #ngated

  4. 💡 Ah yes, the riveting saga of a codec's "entropy layer" going solo, because apparently, the world needed yet another way to confuse humans with #tech #jargon. 🎉 Reminder: while you chase down those elusive #wavelet #coefficients, the rest of us are just trying to open our #vacation #photos. 🤦‍♂️
    yogthos.net/posts/2026-05-24-l #codec #entropy #layer #HackerNews #ngated

  5. 💡 Ah yes, the riveting saga of a codec's "entropy layer" going solo, because apparently, the world needed yet another way to confuse humans with #tech #jargon. 🎉 Reminder: while you chase down those elusive #wavelet #coefficients, the rest of us are just trying to open our #vacation #photos. 🤦‍♂️
    yogthos.net/posts/2026-05-24-l #codec #entropy #layer #HackerNews #ngated

  6. Perbedaan Fundamental Coin Layer 1, Layer 2, dan Modular Blockchain

    #Tradingan - Perbedaan #Fundamental #Coin #Layer 1, #Layer 2, dan #Modular Blockchain - Dalam beberapa tahun terakhir, perkembangan teknologi #blockchain semakin cepat dan kompleks. Jika dulu #pasar crypto hanya didominasi oleh beberapa blockchain besar seperti #Bitcoin dan #Ethereum, sekarang muncul banyak proyek baru dengan pendekatan teknologi yang berbeda-beda.

    tradingan.com/perbedaan-fundam

  7. Perbedaan Fundamental Coin Layer 1, Layer 2, dan Modular Blockchain

    #Tradingan - Perbedaan #Fundamental #Coin #Layer 1, #Layer 2, dan #Modular Blockchain - Dalam beberapa tahun terakhir, perkembangan teknologi #blockchain semakin cepat dan kompleks. Jika dulu #pasar crypto hanya didominasi oleh beberapa blockchain besar seperti #Bitcoin dan #Ethereum, sekarang muncul banyak proyek baru dengan pendekatan teknologi yang berbeda-beda.

    tradingan.com/perbedaan-fundam

  8. NASA-Supported Space Tech Advances Earthly Construction
    atlas.whatip.xyz/post.php?slug
    <p>An innovative 3D printing process that advanced NASA’s approach to outfitting a lunar habitat is
    #supported #advances #layer #space

  9. NASA-Supported Space Tech Advances Earthly Construction
    atlas.whatip.xyz/post.php?slug
    <p>An innovative 3D printing process that advanced NASA’s approach to outfitting a lunar habitat is
    #supported #advances #layer #space

  10. #WIP Layer #1 on my latest commission 'Minneapolis Dream'. Just getting the main blocks of colour down to inform my process and give the following layers something to stick to. I'm really hoping I can keep the vibrancy of the digital sketch alive in this piece 😁

    #minneapolis #MastoArt #CreativeToots #gouache #layer #vibrant #psychedelic #sunset #industrial #sketch #painting #art #originalart #commission #mississippiriver #TraditionalArt #watercolor

  11. #WIP Layer #1 on my latest commission 'Minneapolis Dream'. Just getting the main blocks of colour down to inform my process and give the following layers something to stick to. I'm really hoping I can keep the vibrancy of the digital sketch alive in this piece 😁

    #minneapolis #MastoArt #CreativeToots #gouache #layer #vibrant #psychedelic #sunset #industrial #sketch #painting #art #originalart #commission #mississippiriver #TraditionalArt #watercolor

  12. #WIP Layer #1 on my latest commission 'Minneapolis Dream'. Just getting the main blocks of colour down to inform my process and give the following layers something to stick to. I'm really hoping I can keep the vibrancy of the digital sketch alive in this piece 😁

    #minneapolis #MastoArt #CreativeToots #gouache #layer #vibrant #psychedelic #sunset #industrial #sketch #painting #art #originalart #commission #mississippiriver #TraditionalArt #watercolor

  13. #WIP Layer #1 on my latest commission 'Minneapolis Dream'. Just getting the main blocks of colour down to inform my process and give the following layers something to stick to. I'm really hoping I can keep the vibrancy of the digital sketch alive in this piece 😁

    #minneapolis #MastoArt #CreativeToots #gouache #layer #vibrant #psychedelic #sunset #industtrial #sketch #painting #art #originalart #commission #mississippiriver #TraditionalArt #watercolor

  14. ## LibreSSL 4.3.1 released!

    * Internal improvements
    - Remove the unused sequence number from X509_REVOKED.
    - Replace a call to atoi() with strtonum() in nc(1) and replace a
    misleading use of ntohs() with htons().
    - openssl(1) speed now uses HMAC-SHA256 for its hmac benchmark.
    - Reimplemented only use of ASN1_PRINTABLE_type() in openssl(1) ca.
    The API will be removed in an upcoming release.
    - Add curve NID to EC_POINT objects so the library has a clue on which
    curve a given EC_POINT is supposed to live.
    - Use curve NID to check for compatibility between group and points
    in various EC API. This isn't 100% failsafe but good enough for sane
    uses.
    - Require SSE in order to use gcm_{gmult,ghash}_4bit_mmx().
    On rare i386 machines suporting MMX but not SSE this could result
    in an illegal instruction.
    - Cleaned up asn1t.h to make it somewhat readable and more robust by
    using C99 initializers in particular.
    - Further assembly macro improvements for -portable.
    - Add fast path for well-known DH primes in DH_check() (including
    those from RFC 7919). Some projects still fiddle with this in 2025.
    - Rewrite ec_point_cmp() for readability and robustness.
    - Improve EVP_{Open,Seal}Init() internals. This is legacy API that
    cannot be removed since one scripting language still exposes it.
    - ASN1_BIT_STRING_set_bit() now trims trailing zero bits itself rather
    than relying on i2c_ASN1_BIT_STRING() to do that when encoding.
    - Fix and add workarounds to libtls to improve const correctness and
    to avoid warnings when compiling with OpenSSL 4.
    - Prefix EC_KEY methods with ec_key_ to avoid problems in some static
    links.

    undeadly.org/cgi?action=articl

    Go read ALL about it here!

    #SSL #libre #BSD #openBSD #OpenSource #programming #networking #Secure #Socket #Layer

  15. ## LibreSSL 4.3.1 released!

    * Internal improvements
    - Remove the unused sequence number from X509_REVOKED.
    - Replace a call to atoi() with strtonum() in nc(1) and replace a
    misleading use of ntohs() with htons().
    - openssl(1) speed now uses HMAC-SHA256 for its hmac benchmark.
    - Reimplemented only use of ASN1_PRINTABLE_type() in openssl(1) ca.
    The API will be removed in an upcoming release.
    - Add curve NID to EC_POINT objects so the library has a clue on which
    curve a given EC_POINT is supposed to live.
    - Use curve NID to check for compatibility between group and points
    in various EC API. This isn't 100% failsafe but good enough for sane
    uses.
    - Require SSE in order to use gcm_{gmult,ghash}_4bit_mmx().
    On rare i386 machines suporting MMX but not SSE this could result
    in an illegal instruction.
    - Cleaned up asn1t.h to make it somewhat readable and more robust by
    using C99 initializers in particular.
    - Further assembly macro improvements for -portable.
    - Add fast path for well-known DH primes in DH_check() (including
    those from RFC 7919). Some projects still fiddle with this in 2025.
    - Rewrite ec_point_cmp() for readability and robustness.
    - Improve EVP_{Open,Seal}Init() internals. This is legacy API that
    cannot be removed since one scripting language still exposes it.
    - ASN1_BIT_STRING_set_bit() now trims trailing zero bits itself rather
    than relying on i2c_ASN1_BIT_STRING() to do that when encoding.
    - Fix and add workarounds to libtls to improve const correctness and
    to avoid warnings when compiling with OpenSSL 4.
    - Prefix EC_KEY methods with ec_key_ to avoid problems in some static
    links.

    undeadly.org/cgi?action=articl

    Go read ALL about it here!

    #SSL #libre #BSD #openBSD #OpenSource #programming #networking #Secure #Socket #Layer

  16. ## LibreSSL 4.3.1 released!

    * Internal improvements
    - Remove the unused sequence number from X509_REVOKED.
    - Replace a call to atoi() with strtonum() in nc(1) and replace a
    misleading use of ntohs() with htons().
    - openssl(1) speed now uses HMAC-SHA256 for its hmac benchmark.
    - Reimplemented only use of ASN1_PRINTABLE_type() in openssl(1) ca.
    The API will be removed in an upcoming release.
    - Add curve NID to EC_POINT objects so the library has a clue on which
    curve a given EC_POINT is supposed to live.
    - Use curve NID to check for compatibility between group and points
    in various EC API. This isn't 100% failsafe but good enough for sane
    uses.
    - Require SSE in order to use gcm_{gmult,ghash}_4bit_mmx().
    On rare i386 machines suporting MMX but not SSE this could result
    in an illegal instruction.
    - Cleaned up asn1t.h to make it somewhat readable and more robust by
    using C99 initializers in particular.
    - Further assembly macro improvements for -portable.
    - Add fast path for well-known DH primes in DH_check() (including
    those from RFC 7919). Some projects still fiddle with this in 2025.
    - Rewrite ec_point_cmp() for readability and robustness.
    - Improve EVP_{Open,Seal}Init() internals. This is legacy API that
    cannot be removed since one scripting language still exposes it.
    - ASN1_BIT_STRING_set_bit() now trims trailing zero bits itself rather
    than relying on i2c_ASN1_BIT_STRING() to do that when encoding.
    - Fix and add workarounds to libtls to improve const correctness and
    to avoid warnings when compiling with OpenSSL 4.
    - Prefix EC_KEY methods with ec_key_ to avoid problems in some static
    links.

    undeadly.org/cgi?action=articl

    Go read ALL about it here!

    #SSL #libre #BSD #openBSD #OpenSource #programming #networking #Secure #Socket #Layer

  17. ## LibreSSL 4.3.1 released!

    * Internal improvements
    - Remove the unused sequence number from X509_REVOKED.
    - Replace a call to atoi() with strtonum() in nc(1) and replace a
    misleading use of ntohs() with htons().
    - openssl(1) speed now uses HMAC-SHA256 for its hmac benchmark.
    - Reimplemented only use of ASN1_PRINTABLE_type() in openssl(1) ca.
    The API will be removed in an upcoming release.
    - Add curve NID to EC_POINT objects so the library has a clue on which
    curve a given EC_POINT is supposed to live.
    - Use curve NID to check for compatibility between group and points
    in various EC API. This isn't 100% failsafe but good enough for sane
    uses.
    - Require SSE in order to use gcm_{gmult,ghash}_4bit_mmx().
    On rare i386 machines suporting MMX but not SSE this could result
    in an illegal instruction.
    - Cleaned up asn1t.h to make it somewhat readable and more robust by
    using C99 initializers in particular.
    - Further assembly macro improvements for -portable.
    - Add fast path for well-known DH primes in DH_check() (including
    those from RFC 7919). Some projects still fiddle with this in 2025.
    - Rewrite ec_point_cmp() for readability and robustness.
    - Improve EVP_{Open,Seal}Init() internals. This is legacy API that
    cannot be removed since one scripting language still exposes it.
    - ASN1_BIT_STRING_set_bit() now trims trailing zero bits itself rather
    than relying on i2c_ASN1_BIT_STRING() to do that when encoding.
    - Fix and add workarounds to libtls to improve const correctness and
    to avoid warnings when compiling with OpenSSL 4.
    - Prefix EC_KEY methods with ec_key_ to avoid problems in some static
    links.

    undeadly.org/cgi?action=articl

    Go read ALL about it here!

    #SSL #libre #BSD #openBSD #OpenSource #programming #networking #Secure #Socket #Layer

  18. ## LibreSSL 4.3.1 released!

    * Internal improvements
    - Remove the unused sequence number from X509_REVOKED.
    - Replace a call to atoi() with strtonum() in nc(1) and replace a
    misleading use of ntohs() with htons().
    - openssl(1) speed now uses HMAC-SHA256 for its hmac benchmark.
    - Reimplemented only use of ASN1_PRINTABLE_type() in openssl(1) ca.
    The API will be removed in an upcoming release.
    - Add curve NID to EC_POINT objects so the library has a clue on which
    curve a given EC_POINT is supposed to live.
    - Use curve NID to check for compatibility between group and points
    in various EC API. This isn't 100% failsafe but good enough for sane
    uses.
    - Require SSE in order to use gcm_{gmult,ghash}_4bit_mmx().
    On rare i386 machines suporting MMX but not SSE this could result
    in an illegal instruction.
    - Cleaned up asn1t.h to make it somewhat readable and more robust by
    using C99 initializers in particular.
    - Further assembly macro improvements for -portable.
    - Add fast path for well-known DH primes in DH_check() (including
    those from RFC 7919). Some projects still fiddle with this in 2025.
    - Rewrite ec_point_cmp() for readability and robustness.
    - Improve EVP_{Open,Seal}Init() internals. This is legacy API that
    cannot be removed since one scripting language still exposes it.
    - ASN1_BIT_STRING_set_bit() now trims trailing zero bits itself rather
    than relying on i2c_ASN1_BIT_STRING() to do that when encoding.
    - Fix and add workarounds to libtls to improve const correctness and
    to avoid warnings when compiling with OpenSSL 4.
    - Prefix EC_KEY methods with ec_key_ to avoid problems in some static
    links.

    undeadly.org/cgi?action=articl

    Go read ALL about it here!

    #SSL #libre #BSD #openBSD #OpenSource #programming #networking #Secure #Socket #Layer

  19. : A is a metadata and abstraction layer that manages the relationships between data attributes to create a business view.

    A semantic layer can help companies monetize their data and make accurate business decisions by aggregating multiple data sources.

    knowledgezone.co.in/posts/Sema

  20. #ITByte: A #Semantic #Data #Layer is a metadata and abstraction layer that manages the relationships between data attributes to create a business view.

    A semantic layer can help companies monetize their data and make accurate business decisions by aggregating multiple data sources.

    knowledgezone.co.in/posts/Sema

  21. #ITByte: A #Semantic #Data #Layer is a metadata and abstraction layer that manages the relationships between data attributes to create a business view.

    A semantic layer can help companies monetize their data and make accurate business decisions by aggregating multiple data sources.

    knowledgezone.co.in/posts/Sema

  22. #ITByte: A #Semantic #Data #Layer is a metadata and abstraction layer that manages the relationships between data attributes to create a business view.

    A semantic layer can help companies monetize their data and make accurate business decisions by aggregating multiple data sources.

    knowledgezone.co.in/posts/Sema

  23. #ITByte: A #Semantic #Data #Layer is a metadata and abstraction layer that manages the relationships between data attributes to create a business view.

    A semantic layer can help companies monetize their data and make accurate business decisions by aggregating multiple data sources.

    knowledgezone.co.in/posts/Sema

  24. Foundation wants the network to be the trust layer for AI

    misryoum.com/us/markets/founda

    As artificial intelligence reshapes everything from finance to cybersecurity, the Ethereum Foundation (EF) is carving out a strategy for how the world’s second-largest blockchain fits into that future.Instead of trying to fuse blockchains and AI at the level of raw...

    #Foundation #wants #the #network #the #trust #layer #for #US_News_Hub #misryoum_com

  25. #layer : one thickness, course, or fold laid over another

    - French: couche

    - German: die Auflage

    - Italian: cappa

    - Portuguese: camada

    - Spanish: capa

    ------------

    Fill in missing or incorrect translations @ wordofthehour.org/r/translatio

  26. #layer : one thickness, course, or fold laid over another

    - French: couche

    - German: die Auflage

    - Italian: cappa

    - Portuguese: camada

    - Spanish: capa

    ------------

    Fill in missing or incorrect translations @ wordofthehour.org/r/translatio

  27. #layer : one thickness, course, or fold laid over another

    - French: couche

    - German: die Auflage

    - Italian: cappa

    - Portuguese: camada

    - Spanish: capa

    ------------

    Fill in missing or incorrect translations @ wordofthehour.org/r/translatio

  28. #layer : one thickness, course, or fold laid over another

    - French: couche

    - German: die Auflage

    - Italian: cappa

    - Portuguese: camada

    - Spanish: capa

    ------------

    Fill in missing or incorrect translations @ wordofthehour.org/r/translatio

  29. #layer : one thickness, course, or fold laid over another

    - French: couche

    - German: die Auflage

    - Italian: cappa

    - Portuguese: camada

    - Spanish: capa

    ------------

    Fill in missing or incorrect translations @ wordofthehour.org/r/translatio

  30. Solana (SOL) Meledak: Open Interest Capai $8 Miliar — Apa yang Selanjutnya untuk Harga SOL?

    Tradingan - #Solana (SOL), #salah #satu #aset #kripto #layer-1 #terbesar di #dunia, #kembali #menjadi #sorotan #utama #pasar setelah open interest (OI) pada pasar berjangka melonjak mencapai $8 miliar, menandakan bahwa minat spekulatif terhadap aset ini kembali kuat setelah periode koreksi panjang. Lonjakan ini menunjukkan bahwa trader dan institusi kini aktif memasang posisi —…

    tradingan.com/solana-sol-meled

  31. Solana (SOL) Meledak: Open Interest Capai $8 Miliar — Apa yang Selanjutnya untuk Harga SOL?

    Tradingan - #Solana (SOL), #salah #satu #aset #kripto #layer-1 #terbesar di #dunia, #kembali #menjadi #sorotan #utama #pasar setelah open interest (OI) pada pasar berjangka melonjak mencapai $8 miliar, menandakan bahwa minat spekulatif terhadap aset ini kembali kuat setelah periode koreksi panjang. Lonjakan ini menunjukkan bahwa trader dan institusi kini aktif memasang posisi —…

    tradingan.com/solana-sol-meled