[–] [S] 4 points 1 day ago (1 child)

My recommendation was more of a "quick turn around to solve a problem" solution. I would hope they would've already reached out to Core designs, and Core Designs appear to be responsive to issues, even out of the warranty period. However Amazon can have a new charger at your door step in days if you wanted to do basic trouble shooting.

  • source
  • parent
  • context
  • [–] 8 points 1 day ago* (last edited 1 day ago) (2 children)

    Nah, PS3 was just like today. Just their arrogance bit them in the butt.

    PS3 was $599USD and was made fun of for that. They had no games and just expected devs to come to them. Like they did with PS2. They didn’t see Xbox as a threat… until they were.

    Difference was back then the 360 was competition. So Sony had to come back swinging.

    They dropped the price (by loosing PS2 backward compatibility and streamlining the hardware), they paid out the nose for exclusives, from both their first party devs (uncharted, resistance, Infamous, LittleBigPlanet) but also the new and growing market of indi devs (Journey, PixelJunk Monsters, Patchwork Heroes).

    It’s why the end of the gen, PS3 matches the sales of Xbox. And why when PS4 came out they moved must of the “greatest hits” over to PS4.

    However their attitude remained, not learning from this. It doomed the Vita, and it’s hurting them now. Sony needs real competition, and while it’s there with PC. They don’t see it, just like with Xbox and I don’t they they will see it until it’s too late.

  • source
  • parent
  • context
  • [–] [S] 3 points 1 day ago* (last edited 1 day ago)

    My watch face, eyeing it carefully for bugs. Paranoid I forgot something 🤣 (loving it though and happy I can get a Aqua color like in platinum)

    The Time 2, loving it. Had the original time and it feels like it but smoother and faster. Time has moved on and I hope Pebble will make a more expensive one which has GPS for actual fitness tracking. But as a smartwatch, it’s crazy that no one else has made a superior product.

    The Framework 13, best laptop I've ever gotten. Now I got it at a time when RAM and storage was cheap, so it was a lot cheaper than it is today. But even the base AMD machine is a beast when it comes to development and gaming. Not as good as a steam deck, but I don't think I have a need to upgrade for a long time.

  • source
  • parent
  • context
  • [–] [S] 6 points 1 day ago

    I could write the watch face app in a day, their tutorials were clear enough for that. But holes started appearing for things like, how to utilize 1 or 2bit Palettes. How to implement a sprite sheet and select a character, and the formats which are being returned from Clay when you update the settings.

    There are no guides, just example projects, which I could use and learn from. But man the LLM made it easier. Even when it was wrong, it gave me enough that I could go to the docs and say, oh that’s what that meant.

  • source
  • parent
  • context
  • [–] [S] 14 points 2 days ago

    Compared to my previous watches.

    Pebble Time: It's a significant improvement, but that was to be expected considering it's 10 years old. I love the larger display and the slimmer bezels are nice. The build is excellent, and I appear to not have gotten a defective unit, so it's solid. I put a 3D Printed Bezel on it for the glass, mostly since I wanted to add more color, and partially due to the hoopla about the cracked displays a small number of users are reporting. Currently I've only charged my watch once since it arrived to top it off, and I am only at 34% at 19 days in. It looks like I might get close to the promised 30 day battery life. But we'll see.

    Garmin Fenix 6: I prefer to use my Garmin as my exercise tracker, especially with the GPS built it. The Pebble's battery life is equal since they both have transflective screens. But where the Pebble wins out is being a better watch. Day to day, it has better app support for watch features, like timers, and stop watches. Notifications read better on the Pebble, and on Android more options to respond to messages. I'm still going to use my garmin for bikes and other fitness stuff. But my Pebble Time 2 has outright replaced it at this point.

    With that said, I find it hard to recommend a Pebble, if the idea of a Pebble hasn't already sold you. If you are looking for a fitness tracker you will be much better severed with a Garmin. But the tinkerability of Pebble, it's long life time (my original time did last 10 years), and the fact the entire eco system of Pebble, from the App to the website is now open source, I would recommend it, if this sounds nice to you.

  • source
  • parent
  • context
  •  

    I've been meaning to make new dev projects for a while. But finding the time to sit down to just code is difficult for me these days. However I wanted to make a watch face for my new watch and I just said screw it.

    Through a mix of using the Pebble SDK documentation, and referencing a few AI chatbots, mainly GPT-OSS I'm running in Alpaca, I was able to make it, make it run, and since it's in C, I was able to have no memory leaks (according to the logs).

    I've uploaded the source code to Codeberg if you want to look at it, I've yet do document it, so hopefully it's not too hard to understand and not a spaghetti mess.

    https://codeberg.org/the16bitgamer/poketech-dx

    ** Notes on my experience using AI to aid in coding **

    When I was taught to coding, Google-fu was the goto way if/when the documentation fails you. However with both how old, and incomplete the Pebble SDK docs are, Google-fu wasn't helping since the info it would pull was about a decade or older and mostly out of date or hard to decipher information on Stack Overflow. I would almost say using an AI along with the actual documentation and tutorials was a necessity for me to even finish this project.

    The AI wasn't perfect, endlessly gas lighting me, telling me to do over the top things for functions I already implemented, and putting me down rabbit holes going no-where. But compared to what I could get from Google, and it's ability to try and break down what the code is doing, it was a lot more helpful than I thought it would be.

     

    Once upon a time, I wanted to order Light Purple PETG, and the only company which sold it was a GELO band on Amazon. Several years later and I needed more.

    While their Amazon listings were gone, their website was still up and their item still in stock. Since it's local I'd thought I put an order in.

    This was July 14. My first point of concern was that I got no confirmation email from them outside of PayPal. But I waited, and sent a request for an update on the 16th. Just to confirm the order went through.

    I then asked to cancel my order on July 20th, again to no reply, and today I went to paypal to get my Money back.

    Stay away from gshop.ca as it's at this point a ghost company, and you'll be more likely to get a full spool of filament from Amazon's Reuse store than from them.

     

    The tool I used for it is called the Retrode2, a cartridge dumper which doubles as a 2 SNES and 2 Genesis controller hub.

    With a bit of patience you can even run SNES carts on a Steam Deck https://mastodon.social/@16bitvirtual/116479936082268893

    Is it cheap? Nope

    Is it sensible? Absolutely not,

    Was it fun? 100%

     

    Just wanted to share an idea I had, in order to hope that another developer learns from my lessons, and hopefully either finds a work around or a better solution to this problem.

    I wanted to find out if it was possible to locate your iPhone from your watch based on the latency of Bluetooth messages, since RSSI (signal strength) isn't available. I made a simple app, and started sending messages back and forth between my phone and app.

    After much testing, the conclusion is no. Mostly because Bluetooth is amazing and the average latency for a message is 58-62ms. And because as Erik pointed out... apple just sucks.

    I am hopeful PebbleOS can be updated to see RSSI or the app can expose the notification api to the PebbleKit JS.

    If anyone want me to publish my code, let me know.

    The raw data is here if you want to see it: https://docs.google.com/spreadsheets/d/1Yr5XX0CXh5TifsnW3yOp10ZoaA_xx0q189f_fG8rMTU/edit?usp=sharing

    submitted 3 months ago* (last edited 3 months ago) by to c/3dprinting@lemmy.world
     

    So I wanted a bag which glows. This lead me down a weird rabbit hole that ended up with 3D printing TPU on top of cloth with a hole cut out of it.

    The process was fun and it came close to the original design. Though I would made a lot of changes if I was to make this again.

    I also made a TPU foam insert for the strap. Worked well.

    Edit: more photos of the bag

    view more: next ›