This is a great point, and you are right. However, using cpack+cmake makes the packaging pretty easy, gets the dependencies right for you. The problem is in dealing with all the package various manager repos.
HN user
zackb
[ my public key: https://keybase.io/zackb; my proof: https://keybase.io/zackb/sigs/z1I6mnUqEuP-SRh4rI562g47U2U6aoFOH-sf98dAy0o ]
This was perhaps the biggest reason I moved to Linux full-time about a year ago. I just got sick of not being able to write software and have people use it. The solution might be an "I trust this author" VS Code style dialog and that's it, but even that misses the mark a bit. I've been having a blast building on Linux and miss almost nothing about macOS. And the things I do miss I write programs for [1][2] and give them to people. Who would have guessed that would ever be so hard.
I agree with your sentiment, but I want 100% Linux about a year ago and it's been much better than OSX. Yes, there are downsides - I really miss the iPhone "continuity". But the bugs, gatekeeper, liquid glass, ads in system settings, etc in OSX dwarf the rough edges on Linux desktop.
For non-power users OSX is still a no-brainer, but for a programmer I feel like Apple's left us no alternative.
This is what I kept thinking as well. In my experience big companies can't get things done and people fly under the radar all the time not doing anything.
100% agree and do the same. There's no way I'd let one of those things touch the network. That is insane for a techie and even scarier that normal people live that way.
Asahi Linux[1] is unbelievably great on Apple Silicon. It's honestly the best Linux install experience I've ever had.
Just did this. I am so much happier. As a lifelong Apple user, and side-quest Linux user the choice is a no-brainer nowadays. Desktop Linux is honestly great now. I love(d) Apple but Tahoe was the straw that broke the camel's back for me.
i use arch btw
This sounds almost exactly like what happened to me. I was a runner and a happy overworker. I developed AFib at 38 years old after the pandemic. Studies show a 6–10x higher risk of developing AFib or other arrhythmias within a month of infection compared to baseline. It sucks. I feel for you dude.
Me too, but it's still much better on lichess than chess.com in my experience. Also, cheating is not as bad on lichess
I found JDBi[1] to be a really nice balance between ORM and raw SQL. It gives me the flexibility I need but takes care of a lot of the boilerplate. It's almost like a third category.
This was happening to us > 5 years ago. The FB crawlers were taking out our image serving system as we used the og:image thing. What we did was route FB crawler traffic to a separate Auto Scaling Group to keep our users happy while also getting the nice preview image on FB when our content was shared. I can't understate the volume of the FB requests, I can't remember the exact numbers now but it was insane.
Thanks for you work on this and making it FOSS. This is the first I've heard of QuestDB. Is it production ready? Whats the scaling story? Thanks
I came to the comments with the exact same question
I was deploying code to production as it died!
Thanks! It’s in the App Store now https://apps.apple.com/us/app/force-code-morse-with-force/id...
A friend of mine is working on this privacy oriented data collection app: https://www.coepi.org
Thank you all so much for all the feedback. This community is amazing.
This is fascinating. Dasher looks incredible. I was wondering where this thing was going to go (if anywhere) after this initial "use case". I will definitely look into this.
Thanks!
Thanks, and thanks for showing me ACAT. I was not aware of it but looks interesting.
Yes he is. Thanks!
I'm working on a morse code iOS app that can optionally use Force (3D) Touch. My dad had a stroke recently and is quarantined in a care facility. He can't talk but remembers morse code like a boss. He can't lift his finger off the screen to "tap" and there were no other morse apps out there for people with physical impairment. With this he's able to communicate... I've been coding for 15 years but this was life changing when it worked!
FOSS: https://github.com/zackb/forcecode
only TestFlight right now but AppStore soon under the name "Force Code"
I've come to the same conclusion, over the years. In the java/groovy/scala world I've written my own a couple times but have come to the conclusion JDBi [1] hits the sweet spot.
Good one, same here. About 2 years ago I started doing just this. One hour of seated meditation followed by exercise while still leaving 20-30 minutes of "nothing" time before starting work. It has changed my life for the better in so many ways its hard to overstate.
I work for a startup called DLVR (Deliver) and we do this for video streams. HLS, DASH, MSS http://www.dlvr.com
And if you like that, I'd recommend "Not Always So: Practicing the True Spirit of Zen" which feels like a continuation of "Zen Mind, Beginners Mind"
I'd love to see a bigger push for golang support for Android.
Totally agree. Beyond Good and Evil is my favorite.
Doesn't this require annotating the class? What if I can't change the class implementation?
I've always wondered how folks handle the Parcelable[1] interface with libraries like this. If you have a realm object that you want to have in memory between activity destroy/create how do you handle this? For instance if I rotate the screen the activity is destroyed and recreated for the new orientation. As I understand it the Parcelable interface and Bundle[2] is the way to handle this but how can you do this if you're using third party classes/objects?
Thanks!
[1] http://developer.android.com/reference/android/os/Parcelable... [2]: http://developer.android.com/training/basics/activity-lifecy...