I really like that it is a static website being updated and built on a schedule from github actions.
starshipwinepineapple
From what i can tell there are no transaction fees for sponsorships from personal accounts, and organizations pay 6% (or 3% if invoicing). (Source)
Is there something else I'm not seeing?
The whole idea to check the donations came from stumbling upon this post which discussed costs per user. Even $1/mo is quite a bit more than the average user cost. So $2 isn't so measly when putting it into that perspective!
In fairness websites from 2000-2004 werent all that better
Were there better ways to make a site? Absolutely, but it is much less wild than if you told me that this happened last week. Plus i would hope they were just churning out websites for cheap since a lot places didn't have a website, or they used geocities/similar
It would be much more customer and developer friendly to allow linking a service portal instead of providing a phone number. I would go insane if a user called me directly every time one of my projects had a bug or some perceived (non)issue. No, that's not how this works.
Never. For the most part i haven't had a question that hasn't already asked or that couldn't be answered from reading the docs or some other source. For the cases i get stuck i ask the question to a more focused group
My company ones are always super obvious. One of the best ones though was on valentines day spoofing a valentines ecard from a coworker in your organization
And if you want a private repo, you can also use gitlab and point to custom domain with gitlab pages or cloudflare pages.
Yes, oracle will reclaim your server if it falls under certain thresholds for the resources you've signed up for. So it might be better to request less resources then you need but this will somewhat complicate things if you want more resources in the future since iirc you can't simply resize.
One way to get around all of this though is convert to pay as you go (PAYG). PAYG gets the same always free allocations and you only pay for use above that, and oracle won't reclaim PAYG (at least not my server for ~4 years). Just set up a budget of a $1 and then alerts to email you if you reach 1% of your budget. If you somehow go over your free resources it'll tell you.
Lastly in some cases oracle just straight up loses your data or disables your account. As always practice 3-2-1 backups (don't rely on the free rotating backups on their servers as your only backup).
It's some hoops to jump through but i was paying $5/ month for a digital ocean droplet and the oracle server has been running for 4 years now, and i also have scaled up one project and started a few others that wouldn't have all fit on my droplet. Other than the threat of reclaiming my resources before i switched to PAYG I've been pretty happy with it.
The first part of the article talks about how to use git notes and has an example commit, followed by adding the note, and then viewing the note. This is all native git.
The "problem" is that we have centralized discussions in github/gitlab comments and if we want to retain that data then we need to convert the comments into gitnotes. The CLI part is that specific discussion on how Symfony uses git notes to store github comments. It references an internal CLI but then goes through an example of how to use github api to fetch the comments, create git notes, then push those git notes to github. So while the symfony CLI is internal, it looks like we're given an example of how to do this for github.
Ive been meaning to move to codeberg, self hosted forgejo, or sourcehut so this will only accelerate that if things get worse.
The article mentions that the letter indicated intent to petition with the USPTO to cancel the Javascript trademark due to abandonment. Hopefully that is successful since that seems to be the best outcome short of Oracle willingly forfeiting it.