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/)CA
Posts
35
Comments
1,451
Joined
2 yr. ago
  • The puzzles staying up is both a blessing and a curse. The first year I did it, I fell behind and told myself I'll come back to it in the new year, but once that happened, I lost interest, and never finished.

    I also like the effort that is put into the puzzle descriptions, and the ASCII art slowly getting colored and animated. Really is the extra mile that makes it special.

  • If I am understanding right, when you say "can't be bothered", you mean "can't be compelled/forced"?

    Seems pretty reasonable, albeit slightly reliant on honesty. At least for scammers, they aren't likely to want it back, as that would deanonymise them, so if its definitely a scam, your pretty safe to keep it.

    Thanks for the info :)

  • The items could also have been purchased with a stolen credit cards.

    I had a variation of on of these scams happen to me.

    I purchased a pair of headphones on eBay - $50 The box that arrived, was shipped directly from Officeworks, with an invoice for $70, and a business account setup in my name, and a strange credit card. Reported it to officeworks, got to keep the headphones, but likely someone got a $70 charge on their card, and the eBay seller probably got my $50 for free.

  • That makes even more sense, they probably dont stand out in the crowded market place, but for a few dollars in shipping and lost product, they can get a glowing review to push them up.

    Its important to realise that while the item might list for $$$$$, it probably only costs $ to manufacture.

  • It may be a fake item, but also remember that the cost to make jewelry is usually far less than what they are sold for, so it probably wasn't hundreds of dollars.

    I'll update when I find the video, but there was a woman who gave a blackhat defcon talk about it, and she got a coffee machine, so its not without precedence to spend hundreds.

    Edit: link https://youtu.be/2IT2oAzTcvU

  • I'd just like to interject for a moment. What you're referring to as Windows, is in fact, NT/Windows, or as I've recently taken to calling it, NT plus Windows.

    I'm not gonna write more, but maybe thats what the author had in mind :D.

    100% agree with you, from the headline alone I also assumed it a worthless opinion piece.

  • Alphonso is listening for TV sound signatures, which while definitely intrusive and privacy invading, is not the same as 24/7 listening for voice-to-text-to-ad purposes.

    They would only need to listen for a second or so to determine what channel you are on, instead of all the time, so there is a massive difference in scope.

    They are effectively shazaming your TV.

    Still creepy and invasive, but not 24/7 recording invasive.

  • The myaddress+shop@gmail.com should be trivial to defeat by a spammer. Its a very simple string remove/replace to get back to a stock email address, or change it to impersonate another service, eg. myaddress+netflix@gmail.com.

    It's only useful for the actual service, after that, you can't rely on it.

  • The Signal messenger and protocol. @lemmy.ml
    CameronDev @programming.dev

    Lost my username somehow, anyone else had this happen?

    Programming.dev Meta @programming.dev
    CameronDev @programming.dev

    Why is the NodeBB announcement stuck in new?

    Seems like its been pinned there somehow, despite being 2 days old. Happens when logged out as well.

    homeassistant @lemmy.world
    CameronDev @programming.dev

    ESPHome Addressable RGB Emulator

    Hi All. This might not be for everyone, and is very rough around the edges, but I have written a tool to more easily test how custom addressable RGB effects work.

    Simply copy the code portion of the lamba into a text file, and then build and run, and it will output on your terminal how the effect will look.

    It is very rough, you need a C compiler, and a RGB/TrueColor capable terminal.

    If it works for you, let me know, if it doesn't, also let me know.

    https://github.com/cameroncros/ESPHome-ARGB-Tester

    Rust @programming.dev
    CameronDev @programming.dev

    Rewrite of screen in Rust. Feedback and advice pls.

    I dunno if this is appropriate for this community, so mods, please delete if not.

    I have been writing a screen clone in rust.

    https://github.com/cameroncros/PoorMansScreen/tree/better_screen (The main branch is how I currently use it, not at all screen-like, the better_screen branch is much closer to a screen replacement.)

    It all currently works fine, albeit quite simple, and I suspect not following best practices. Please talk shit about my code so I can fix that :D

    For my next stage of development, I would like to use some combo of vt100 and ratatui to wrap the shell in a border, or add a menu bar at the top or bottom to make it clear when the user is inside a "screen". Does anyone have any thoughts on how to go about doing that? I am very unskilled at ratatui.

    Advent Of Code @programming.dev
    CameronDev @programming.dev

    Visualisation Megathread

    Visualizations are hard, and take time, so here is a thread to highlight the visualizations that we have found/created.

    Please feel free to post your visualisations!

    Advent Of Code @programming.dev
    CameronDev @programming.dev

    Final Leaderboard

    Those of you running behind, keep at it, but this is the leaderboard as it stands at the end of 2024.

    Happy new year!

    Advent Of Code @programming.dev
    CameronDev @programming.dev

    Using LLMs to solve AOC

    A lot lower success rate than I suspected, I guess a lot of the scoreboard times were probably legit?

    Advent Of Code @programming.dev
    CameronDev @programming.dev

    Preliminary Leaderboard

    Well, that was a month. Congrats everyone who has reached the end, and thanks to everyone who has contributed solutions and advice.

    Sometime in January I will create a megathread for visualizations. If anyone has any other ideas, happy to hear them, otherwise, take a well earned 11 month rest until next year :D

    Advent Of Code @programming.dev
    CameronDev @programming.dev

    🎄 - 2024 DAY 25 SOLUTIONS -🎄

    Day 25: Code Chronicle

    Megathread guidelines

    • Keep top level comments as only solutions, if you want to say something other than a solution put it in a new post. (replies to comments can be whatever)
    • You can send code in code blocks by using three backticks, the code, and then three backticks or use something such as https://topaz.github.io/paste/ if you prefer sending it through a URL

    FAQ

    Advent Of Code @programming.dev
    CameronDev @programming.dev
    • Pt2 - Manual Inspection?

    I am wondering if manual inspection is the way to go for pt2? Seems almost achievable with some formatting. Anyone been down this road?

    Advent Of Code @programming.dev
    CameronDev @programming.dev

    🤖 - 2024 DAY 24 SOLUTIONS - 🤖

    Day 24: Crossed Wires

    Megathread guidelines

    • Keep top level comments as only solutions, if you want to say something other than a solution put it in a new post. (replies to comments can be whatever)
    • You can send code in code blocks by using three backticks, the code, and then three backticks or use something such as https://topaz.github.io/paste/ if you prefer sending it through a URL

    FAQ

    Advent Of Code @programming.dev
    CameronDev @programming.dev

    💻 - 2024 DAY 23 SOLUTIONS -💻

    Day 23: LAN Party

    Megathread guidelines

    • Keep top level comments as only solutions, if you want to say something other than a solution put it in a new post. (replies to comments can be whatever)
    • You can send code in code blocks by using three backticks, the code, and then three backticks or use something such as https://topaz.github.io/paste/ if you prefer sending it through a URL

    FAQ

    Advent Of Code @programming.dev
    CameronDev @programming.dev

    🐒 - 2024 DAY 22 SOLUTIONS - 🐒

    Day 22: Monkey Market

    Megathread guidelines

    • Keep top level comments as only solutions, if you want to say something other than a solution put it in a new post. (replies to comments can be whatever)
    • You can send code in code blocks by using three backticks, the code, and then three backticks or use something such as https://topaz.github.io/paste/ if you prefer sending it through a URL

    FAQ

    Advent Of Code @programming.dev
    CameronDev @programming.dev

    ⌨️ - 2024 DAY 21 SOLUTIONS -⌨️

    Day 21: Keypad Conundrum

    Megathread guidelines

    • Keep top level comments as only solutions, if you want to say something other than a solution put it in a new post. (replies to comments can be whatever)
    • You can send code in code blocks by using three backticks, the code, and then three backticks or use something such as https://topaz.github.io/paste/ if you prefer sending it through a URL

    FAQ

    Advent Of Code @programming.dev
    CameronDev @programming.dev

    🏃‍♀️ - 2024 DAY 20 SOLUTIONS -🏃‍♀️

    Day 20: Race Condition

    Megathread guidelines

    • Keep top level comments as only solutions, if you want to say something other than a solution put it in a new post. (replies to comments can be whatever)
    • You can send code in code blocks by using three backticks, the code, and then three backticks or use something such as https://topaz.github.io/paste/ if you prefer sending it through a URL

    FAQ

    Advent Of Code @programming.dev
    CameronDev @programming.dev

    👻 - 2024 DAY 19 SOLUTIONS -👻

    Day 19 - Linen Layout

    Megathread guidelines

    • Keep top level comments as only solutions, if you want to say something other than a solution put it in a new post. (replies to comments can be whatever)
    • You can send code in code blocks by using three backticks, the code, and then three backticks or use something such as https://topaz.github.io/paste/ if you prefer sending it through a URL

    FAQ

    Advent Of Code @programming.dev
    CameronDev @programming.dev

    🏃 - 2024 DAY 18 SOLUTIONS - 🏃

    Day 18: Ram Run

    Megathread guidelines

    • Keep top level comments as only solutions, if you want to say something other than a solution put it in a new post. (replies to comments can be whatever)
    • You can send code in code blocks by using three backticks, the code, and then three backticks or use something such as https://topaz.github.io/paste/ if you prefer sending it through a URL

    FAQ

    Advent Of Code @programming.dev
    CameronDev @programming.dev

    AOC on Nintendo DS

    Advent Of Code @programming.dev
    CameronDev @programming.dev

    🖥️ - 2024 DAY 17 SOLUTIONS - 🖥️

    Day 17: Chronospatial Computer

    Megathread guidelines

    • Keep top level comments as only solutions, if you want to say something other than a solution put it in a new post. (replies to comments can be whatever)
    • You can send code in code blocks by using three backticks, the code, and then three backticks or use something such as https://topaz.github.io/paste/ if you prefer sending it through a URL

    FAQ

    Advent Of Code @programming.dev
    CameronDev @programming.dev

    🦌 - 2024 DAY 16 SOLUTIONS -🦌

    Day 16: Reindeer Maze

    Megathread guidelines

    • Keep top level comments as only solutions, if you want to say something other than a solution put it in a new post. (replies to comments can be whatever)
    • You can send code in code blocks by using three backticks, the code, and then three backticks or use something such as https://topaz.github.io/paste/ if you prefer sending it through a URL

    FAQ