• 3 Posts
  • 7 Comments
Joined 1 year ago
cake
Cake day: July 22nd, 2023

help-circle

  • I had the same idea but there’s a lot of actual tangible assets that have to be dealt with.

    The first part is picking a pilot country which is probably where the developer lives. The second is either investing in or partnering with Fast ship locations - you need a service or partner that you can use like Amazon prime to store inventory across a country, and last is shipping and delivery maybe it’s baked in. I bet there’s a company that does this that has an API or partnership program.

    In other words you have to establish partnerships or literally incentivize real people to invest in order to create the same value as Amazon. The magic of amazon isn’t really that’s it’s like eBay and buying things online, it’s that I can get it so soon.


  • 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

  • I want to call out a few QoL things here that will help lemmy:

    • There are a lot of read-the-headline-not-the-article commenters which is natural in an aggregation feed of links; there are numerous posts a day where people rewrite the news’ headlines to fit their agenda where the actual article and articles headline doesn’t reflect ANY of what they’re suggesting. if you run these sub lemmies for news on your server, I encourage you to use a bot or enforce rules for news that simply scrapes the title out of the link. Otherwise people will post news links that lead to a real source but have a false headline.
    • There is a staggering amount of people pushing for oddities like child porn acceptance and I keep seeing it. Unless an entire server is compromised, reach out to the mods and ask to get subs cleaned up. Give moderators the benefit of the doubt and a chance to act without breaking federation completely. Its important Lemmy moderates content but also communicates well amongst each other when something is going wrong.






  • 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.