Are you wanting a general overview of Elixir and Phoenix, or do you want to jump into the most modern part of Phoenix, LiveView? I’m an Elixir developer, so I could help direct you to materials and answer questions if you’d like.
technojamin
Instead of saying to yourself “never again”, how about “never again with someone who will betray my vulnerability”? Because what happened to you sounds really horrible, but there are people out there who will be with you in your struggles and nurture and build you up in your vulnerable moments.
As a man someone who also struggles with vulnerability, there are ways to test the waters in a relationship (family, friend, partner, etc) when it comes to vulnerability so that you won’t be hurt like that again. I actually watched this video recently and found it really helpful: https://youtu.be/WyKFHd7cSaU
Of course, none of this is easy, but it can be life-changing to open up to someone and feel cared for. I’m glad you’re doing better, and I wish you the best.
Or you could just realize that it’s not personal and give signals that you’re friendly when possible. I’m a man, and I walk around my neighborhood a lot by myself. I get different reactions from different women when I pass by or walk behind them, some amicable and some standoffish.
It feels a bit bad when I get the impression that someone is scared of me, but I have the understanding to know that many women are cautious and possibly traumatized, and no one owes me friendliness.
Also, your comparison to Muslims is really off. Most people with prejudice against Muslims are rarely (if ever) exposed to them in real life and have their opinions influenced by conservative media. Women with fear of men in public spaces are usually informed by stories from their friends and their own previous experiences. I’ve witnessed enough to know as much.
I felt like such a rebel with my Casio in high school. It was so much faster, had a better screen, and had way more features.
I feel like most of the most of the people here didn’t read the article or watch the video. If you’re asking “why would anyone need this”, the article touches on it:
One of Lenovo’s big ideas is that the form factor could be useful for digital artists, helping them to see the world behind the laptop’s screen while sketching it on the lower half of the laptop where the keyboard is[…]
Also, it’s a prototype, yet people are responding as if this is a product that Lenovo is launching. Even if transparent screens do become a popular but useless fad, that wouldn’t nullify the value of this prototype. Trying shit is fun, especially if it’s something we’ve been imagining in sci-fi for years!
I tried Warp back when it first came out, but haven’t really considered switching to it since then. What do you really love about it?
TwoMinutePapers is a well-established YouTube channel that does a great job of explaining new scientific techniques/advancements (usually in the areas of computer science and graphics). Do you actually have anything to say about the content of the video?
No better way to test the permissions system in your app than hosting a public demo.
A lot of good suggestions in this post, but the only real answer here in Minecraft Dungeons (only half joking).
Elixir in Action is a great way way to learn the core language, and it's pretty up-to-date with its latest edition. Elixir as a language has been declared feature-complete, so it doesn't change that much anyway (the major libraries are a different story).
If you wanted a book to walk you through LiveView after that, I can recommend Programming Phoenix LiveView. The book is currently in "beta", with the final version expected in a month, so it's very up-to-date. We have a book club at work and just finished it this past week. It does a good job of showing how to make live-updating CRUD pages along with building a pentominoes puzzle game that's rendered with SVG. You build up the project chapter-to-chapter and have a pretty cool little app at the end.
As long as you don't need offline support, then a monolith webapp seems like a perfect use for LiveView, especially for a solo dev!