While debatable, It’s often cheaper to pay someone to host than to do it yourself. Imagine a 1 sysadmin small devshop that doesn’t want to pay for 24/7 on call support but does have devs working in different time zones. Or a big enterprise that needs support (perhaps someone to blame). Joke about corporate culture if you want, but often it’s less stressful to blame a vendor than an employee or the internal culture. It may take 10 minutes to set up. Hours a month to maintain. Weeks to get permission to install it. Time to hire support sysadmin staff. Time to explain why kubernetes/simple vm/heroku/shiny new thing would make hosting it easier.
Why not github? Perhaps the person or org just likes open source. Distrusts Microsoft. Wants the option to self host as a bail out strategy. Or just dislikes github. Competition is great.
This argument applies to most open source apps with hosting options. I’m a fan of this model.
Interesting. The attack involves physical access cold boot attacks and messing with the ram. At that point threatening me with a $5 wrench may be more effective. But I get the idea and a very select few folks probably care a lot about this. Shame we can’t just enable S3 in the BIOS.
You’re going to hate that laptops like the Dell xps 13 specifically stopped supporting the better, older s3 sleep. Though in some cases linux may work well with “modern standby”. It still isn’t as good as s3.
For me it’s easily paying subway fare, seeing notifications, leaving my phone home for a quick errand (but could make a call if absolutely necessary). I have a small child, so having hands free abilities is great. If I could degoogle it and run only open source linux/android, I would. But nfc payments will never work with such a thing even if the software existed.
I’m glad it’s helpful to you. I was toying with the idea of converting the backend to Rust. It’s easier to write async Rust than Python. I believe that would allow me to distribute a small all-in-one binary - except for Redis and PostgreSQL. I have entertained the idea of making Redis optional. In trivial cases, it’s possible to abstract a database ORM and use something like sqlite. But I don’t think this would happen for GlitchTip. I’m currently using PostgreSQL specific features like jsonb. Of course contributions are welcome and with enough effort anything is possible.
Hello, I’m the lead dev of GlitchTip. Fun to see it mentioned here. Source maps are supported. I wish I had time to make the feature easier to use and write better docs. Contributions are welcome. It’s very much a hobby project for the little time I have after work and family. Right now all of my attention is on an event ingest rewrite to work with fewer resources.