• 1 Post
  • 10 Comments
Joined 1 year ago
cake
Cake day: July 22nd, 2023

help-circle
  • Those are all expensive, used Thinkpad is below the ground-dirt cheap…$150?!

    My Thinkpad Ultrabook was insanely cheap even with a docking station. I do donate to Pop OS once a year though as a thanks for their work and I recommend the same. It’s like $12 a year on their site and they do great work.

    Trying to get one of their laptops but thats in short order for me, for now.

    Adding on:

    • lack of quick shipping
    • proxied payments like PayPal or apple gpay
    • some use laptop kits that are supposedly cheap
    • hardware different from software if it breaks and there’s no store or big company to ask for a refund from, you’ll be pissed
    • some of the hardware reviews about bugs and their handling of them are damning








  • Thanks for the post! If I see it out and about I might try buying the Kirby return to Dreamland game.

    Otherwise if I play switch it’s that pokemon scarlet and violet game set. They did a really awesome job adding ridable pokemon, auto battling, and raids. To me it’s pretty much everything I asked for as a kid. The graphics leave much to be desired but if you’re playing in 1080p anyways it’s like who cares, you’re playing for the concept anyways lol.



  • Hi! web dev here. It’s time to change your setup ever so slightly with VSCodium, and electerm too optionally: https://vscodium.com/ https://github.com/electerm/electerm

    I usually install all my setups in PopOS or a server I’m developing on: https://github.com/gnubyte/debian-setup/blob/master/setup.sh

    Then install Insomnia.rest, VSCodium, and finally electerm.

    Basically I’ll program in nodeJS, BunJS, or python.

    Then I’ll ask chatGPT via Rubberduck (link below) to generate a docker and docker compose live mount for my dependencies of my frontend and backends. Then I begin to iterate over my work.

    https://github.com/rubberduck-ai/rubberduck-vscode

    My latest flow is basically to start with chatGPT, write a four paragraph description of what I want, have it save me about five hours of boiler plate nonsense, and then disconnect from chatGPT to do the advance stuff like handle security, data structure relationships, etc. Sometimes I go back to chatGPT for how an algorithm should be implemented for efficiency inside a short snippet, then apply it again to my code. There was some great bloom filter work it was able to help me with.

    Other stuff I’ve been trying is like podman and I’m interested lately in Jenkins to do builds since I realized I have too many projects that build and work a particular way, I can’t Shepard them all by hand. With that will likely come unit testing, both hopefully assisted by AI to cut down on time. I’d like to reinvest that time on hankerrank and frontend masters to start transitioning to something like rust.