Just downloaded it to give it a try! So far missing autocorrect a little bit, but, honestly, I’m optimistic about how the keyboard can improve my typing (and diction). Much slower but also more well thought out. Auto lets you type fast, maybe too fast.
I will have to get used to typing apostrophes again though…
I came to suggest this one as well. I think about this book from time to time and it’s another one that they force on US high school students before they’re really ready to understand the themes within. I read it in high school and the only thing I remembered was the last chapter because something odd occurs, and I didn’t remember it because of any emotional or philosophical part but because “ew gross”.
I re-read it as a an adult and I loved the book. It’s depressing but truly I think it’s a great insight into the cause of the depression and the migration West. It may not be the most in depth explanation and doesn’t address the issues in the stock market, but it covers the western experience very well.
Beyond that, I haven’t read any other books on the topic but I can recommend the American History Tellers episodes if you are OK with listening. I love the series and if nothing else they will list a series of sources at the end of their episodes that you could reference. You can get it for free from most podcast sources
https://wondery.com/shows/american-history-tellers/season/10/
I think the hate for Andromeda was a little overblown. I enjoyed the heck out of the game, regardless of any weird facial expressions! It of course was never going to live up to the original trilogy but it stood out on its own in a lot of positive ways
Definitely after chewing on it for a day or so, it is quite memorable. The scene where he exits the cabin with the axe is still pretty fresh in my mind and I find myself thinking about it from time to time. Aesthetically it was pretty pleasant while simultaneously being off-putting.
How long have you been running it so far? Any issues?
Everyone outside of the U.S. almost assuredly still has SMS capabilities, it’s just not common utilized because everyone is already on WhatsApp or Telegram. It’s where their friends are, locking them into the ecosystem, which is exactly what I just said. And I would be willing to wager the only reason WhatsApp really got huge was because SMS hasn’t always been free to use and may still not be free in some countries and with some plans.
Telegram, Signal and WhatsApp are fine, as for privacy how exactly are SMS better?
I wasn’t speaking to privacy specifically, but where all your friends are.
If you want privacy, then you shouldn’t be using Facebook Messenger or WhatsApp anyway, considering both are owned by Meta and their privacy track record is shaky at best.
Signal is a great choice, but we get back to the main point where not everyone is on Signal, and once you are on Signal you’re locked in to using Signal and must have their app to participate in the conversation.
My point wasn’t that SMS is better, but it’s simpler and more widely available and doesn’t require a standalone application to use.
Ideally we would use an open standard like the Matrix standard to communicate, that way you can download whatever application you want and have all the privacy you could ever desire, but not have to download some random messaging application just to catch up from Gary from primary school
If you’re technically savvy, it looks like you could self-host the application. https://github.com/beeper/self-host
It sounds like a too good to be true situation. Definitely an interesting concept though. Sounds like they use remote servers to connect to the third-party apps using your credentials and then transcribe the messages using the Matrix protocol to the app. Source here and snippet below
Beeper consists of two main components:
- A client app that runs on your devices.
- A web service run by Beeper.
… Beeper’s web service consists of a Matrix homeserver and infrastructure to run open source bridges that connect to 15 different chat networks.
Currently free but also will be a Plus version eventually rolling out, according to the FAQ
For now, everyone has access to all the features of Beeper Plus for free. At some point in 2023, we will begin charging $5-10 per month for Beeper Plus.
Also, no humor is lost on the fact that it is dangerously close to Wuph from The Office…
It’s exactly what social media platforms, particularly Facebook, want. They want you to feel locked in because your friends are there
I don’t know why people don’t just use more SMS. You don’t need all the fancy bells and whistles, it shouldn’t change the conversation you’re having, especially with the gradual rollout of rich messages, and it has a wider audience than Facebook will ever have. More people have SMS than have Facebook
I’ll lend some of the opposite experience here. I’ve been to quite a few movies since COVID including Barbie, and have not had any issues whatsoever. I feel like this is an example of the negativity bias coming forth. We only hear about the negative experiences because people don’t go online to say how quiet everyone in the theater was
This line is likely the most accurate
social media – TikTok especially – has made it easier for people to record and publish fights in cinemas
I agree with others that a single sitting improves the book. I’m not sure why it has such acclaim, but it was at the very least memorable to me. I read it a year or so ago now and I can still recall the plot
Here’s the GitHub which links to ModDb
I think you have a point with the moving target, but also I believe that development should pretty much always be a moving target. You should be refactoring your domain based on new experiences and new knowledge all the time. So, personally, I find integration tests much more useful, because they test the input and output of a system, rather than how it’s implemented. I can change my domain without having to modify my tests and that makes changes to the domain much simpler.
That being said, I also definitely recognize the advantages of TDD, I just don’t think it’s a silver bullet; there’s good projects for it and bad ones
This is so wacky it’s astounding.
You don’t buy a company for their servers or employees, those can be found elsewhere for the same price. You buy a company for its users and its brand. To throw away one of the most icon brands in the world, which is present in the footer of every major website in the world, is baffling.
What is the end game here?
Thanks to everyone who is contributing! Awesome to see all these changes and fixes
Source for the homies: https://www.youtube.com/watch?v=vr5dCRHAgb0
I think this is just so funny. They took what was simple, made it way too complex, and are now scrapping the whole concept which has been around for a decade because it’s too cluttered because of the complexity they introduced
You can also print at a library in the US
I prefer Edge to Chrome (for Chromium uses, Firefox all the way for anything else), but Edge is starting to get so bloated. It’s becoming reminiscent of the old Internet Explorer toolbars. They just have so many features the screen is getting cluttered
From the perspective of someone who uses Visual Studio Code, but also knows how to exit
vim
, there are a couple reasons that most developers who prefer one of the three, at least those I’ve spoken to.vim
keybindings” specifically for this reason. You’ll find that it’s a very popular method of working.Really it comes down to personal preferences and what you “grew up” using. It’s really hard to transition into something like
vim
and it takes a concerted effort to switch by most users. You have to want to switch, otherwise you’ll find it too difficult a learning curve or find yourself wandering back to more “featured” applications.There are likely more reasons out there, but these are, in my experience, the primary reasons.