Skip Navigation
InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)AI
aion @lemmy.world
Posts 12
Comments 19
In-wall light switch recommendations
  • I was looking at the Enbrighten switches, the zigbee ones are on Amazon but they only list them the z-wave ones the Enbrighten website. Maybe the zigbee ones were discontinued? Seems like the industry is moving toward z-wave, maybe I should get a z-wave adapter as well.

  • In-wall light switch recommendations

    I'm looking to replace a few in-wall light switches for lights that are not easily replaced with smart bulbs. I currently use Home Assistant with z2m for all my smart lights and switches, so zigbee switches would be preferred. Does anyone have recommendations for smart in-wall switches?

    33
    Searching for a Linux distro
  • Fedora Silverblue uses flatpaks for most apps by default. The exception is Firefox because the codes haven't been sandboxed yet, but they are working on it. If you don't need to play videos in Firefox, there is a flatpak available.

    I realize Firefox is probably the biggest thing that really should be sandboxed, its why I haven't switched to Silverblue yet.

  • The user numbers in Lemmy communities don't add up
  • Disclaimer: I have not looked at how Lemmy calculates those numbers.

    I suspect this is a combination of multiple factors:

    • The stats could be averages over the last several days/weeks.
    • The stats could be estimates, not exact numbers.
    • The stats probably only account for people who look at the community directly.
    • People do not need to look at the community to upvote a post, people can upvote from the site-wide feed.
  • Help Identifying Brand

    I picked this up at a yard sale and reseasoned it. There are no markings on it. Any idea what brand this is?

    !

    !

    !

    !

    11

    [HN] Study: 87% of classic video games are not legally available

    gamehistory.org 87% Missing: the Disappearance of Classic Video Games | Video Game History Foundation

    New study reveals most classic video games are completely unavailable

    cross-posted from: https://radiation.party/post/41704

    > [ comments | sourced from HackerNews \]

    105
    Ziglang @lemmy.world aion @lemmy.world

    Using expectEqual

    Is this the best way to use expectEqual? ```zig fn add(a: i64, b: i64) i64 { return a + b; }

    test "basic test" { try std.testing.expectEqual(@as(i64, 10), add(3, 7)); } Without the `@as` the test doesn't even compile: ./src/main.zig:12:40: error: expected type 'comptime_int', found 'i64' try std.testing.expectEqual(10, add(3, 7)); ``` Having to use @as seems makes the test less readable. It seems to me inferring the type of expected from the type of actual would make more sense.

    4

    Posts from the Future

    I've started seeing some posts that appear to be from the future when sorting by new. These posts get stuck at the top of the feed until their posted time.

    Is this a bug in the server? It seems like this could be exploited by normal users to effectively pin posts to the feed indefinitely.

    1

    Starting with the original Befunge-93 spec

    catseye.tc Befunge-93.markdown | Cat's Eye Technologies

    Befunge-93.markdown at Chris Pressey's modest esolang concern; serves as a database and gallery of open-source projects, primarily esoteric programming languages.

    0

    3D Printed Gallifreyan

    Designed with Adrian Wielgosik's Translator

    0
    Is Lemmy your first time on the Fediverse?
  • This is my first Fediverse, unless XMPP counts, but I never used that across multiple instances.

    I curious to see what happens with "duplicate" communities across instance, for example there are a number of "3D Printing" communities. Will one eventually become dominant and the others die off? Or what happens when the admins of one server decide not to continue running it? Will there be a way to migrate accounts and communities between servers?