• 0 Posts
  • 37 Comments
Joined 2 years ago
cake
Cake day: June 10th, 2023

help-circle



  • As a web dev myself, I know the sheer amount of money that would have to go into monkey patching together all these disparate protocols and ancient APIs, plus the regulatory requirements, and that’s BEFORE worrying about consumer AND vendor adoption. The only reason to get into it is if the service is secondary to chasing a lucrative buyout before you get crushed by some multinational online retail cartel you never knew existed (but always suspected), or Google AEEs you.

    Fintech blows.


  • If I’m being honest, the only thing stopping me from shopping at other sites is having to put my personal and payment details in yet another site for it to go stale, or fall out of my memory, or get leaked in the next big hack.

    Some sites have “pay with Amazon” (more likely PayPal, but… ugh. I don’t remember why, but I hate it), but I’d love to see some universal adoption of some sort of payment and shipping details lockbox. Like SSO where you can revoke access to subscribers or something.








  • Heavy lifting is the only thing that’s stuck for the way my brain works. I used a program called 5x5:

    • only 5 different lifts to learn, each full body so there’s no fiddly minmaxing
    • more or less timeboxed. 5 sets of 5 reps 3 times with about a minute between each rep and set. To improve, you add more weight, not spend more time
    • consistent, once you get the routine down, and you know roughly how long it’ll take, you can just let your body take over, coast on muscle memory and motor neurons, zone back in in an hour when you’re done
    • numeric satisfaction as your weights increase in fixed increments.
    • immediate gratification because functional strength is neat and comes on surprisingly fast

    Downside: So hungry, all the time.

    It’s been a few years since I’ve been active. I used to live in an apartment directly above a gym. Now I live in the boonies and need to convert my carport into a garage before I can buy a weight set.





  • From the welcome page

    my secret mission with Perchance is to get people interested in coding with a smooth, fun learning-curve

    Seems like it worked!

    I do web dev on a daily basis, and I tend to think of HTML as “formatted” data.

    A database has data in it, but it’s in a format of columns and rows, like a spreadsheet.

    My application fetches that raw data and uses code to manipulate it - it can inspect it, rewrite it, combine it with other data from other places, validate it against rules - all sorts of stuff.

    Since my app is a web app, all that code is designed to use the data formatted in columns and rows from the database, and use it to generate new data in HTML format to send to the browser.

    Technically, writing HTML for a browser is a form of programming - it’s a set of instructions that tell the browser how to display the data in the HTML. It’s not considered programming in a professional* sense, though, as HTML doesn’t get, send, change, or process data. Its purpose is as a format for data to be sent and read by something else (the browser).

    *professional as in job titles that affect your salary