Aussie living in the San Francisco Bay Area.
Coding since 1998.
.NET Foundation member. C# fan
https://d.sb/
Mastodon: @dan@d.sb

  • 0 Posts
  • 130 Comments
Joined 3 years ago
cake
Cake day: June 14th, 2023

help-circle
  • Seemed expensive, $20-25 to go 1-1.5 miles, but I only needed two rides while there and used it both times so maybe that’s competitive or even a good deal compared to uber.

    As someone that lives in the Bay Area - Waymo are always more expensive than Uber and Lyft. Lyft is usually a bit cheaper than Uber. Waymo’s R&D costs are very high so they’re likely trying to recover some of that money. People are still willing to pay, at least at the moment, because it’s still a somewhat unique experience.

    You see them even in small suburban streets now, as they extended their service area quite a bit a few months ago. They’re available from San Francisco all the way to San Jose.







  • For a beginner, I’d probably stick to Github initially, just because there’s so many guides and tutorials on how to use it, and their free plan is still pretty generous.

    A lot of the knowledge is transferable though. If you do want to try something else, Codeberg is pretty good for open-source.

    To just learn about Git, you don’t even need a host like Github or Codeberg. You can have a Git repo just on your computer, and still get a bunch of the benefits of source control - a full history of everything, separate branches and worktrees so you can have multiple incomplete changes and switch between them, etc.




  • while charging advertisers more

    The major online ad networks like Meta and Google don’t actually set a price on most of their ads. It’s an auction system. Advertisers enter a bid for how much they’re willing to pay for their ads. When serving ads, the system displays the ads that have the highest bid for the user’s demographic.


  • dan@upvote.autoSelfhosted@lemmy.worldPaperless
    link
    fedilink
    English
    arrow-up
    0
    ·
    7 days ago

    I felt like a grown up once I got my paperless-ngx setup up and running.

    I have a Scansnap ix1600 scanner. Everything is automated once I insert a document and click the button to scan it.

    1. Scanned documents are saved to an SMB share on my home server - it’s a built-in feature on the scanner.
    2. Paperless-ngx is watching that folder and grabs the files.
    3. Paperless-ai uses AI to add metadata to document (title, tags, correspondent).

    For documents I need to keep a physical copy of, I give each document a consecutive ASN (archive serial number) using QR code stickers. When importing the document, paperless-ngx sees the barcode and attached the correct archive number to the document.

    If I need to find the physical copy, I first find it in Paperless-ngx, look at the archive number, then look in a folder where the documents are arranged by archive number. Easy.