

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.
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.
Or a cat that discovered that toilet water is fun to play with 😒
I’ve heard the phenomenon you’re describing as the “lava layers”.
I still use an external Creative sound card so I can switch my speakers over USB between my work laptop and personal desktop!
I used to feel this way. Over the course of building out 2 calendar systems in my career (so far) and having to learn the intricacies of date and time-related data types and how they interact with time zones, I don’t have much disdain for time zones. I’d suggest for anyone who feels the same way as this meme read So You Want To Abolish Time Zones.
Also, programmers tend to get frustrated with time zones when they run into bugs around time zone conversion. This is almost always due to the code being written in a way that disregards the existence of times zones until it’s needed and then tacks on the time zone handling as an afterthought.
If any code that deals with time takes the full complexities of time zones into account from the get-go (which isn’t that hard to do), then it’s pretty straightforward to manage.
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?
A lot of good suggestions in this post, but the only real answer here in Minecraft Dungeons (only half joking).
People aren’t going to do it, the platforms that 95% of people use (Facebook, Tik Tok, YouTube, Instagram) will have to add the functionality to their video players/posts. That’s the only way anything like this could be implemented by the 2024 US election.
I don’t think you can co-create a supercomputer with a company and not be deeply involved with them. Combine that with the inherent power Microsoft has because of their money, and I think it’s pretty easy to see how they could exercise control indirectly.
I was in New Delhi when the AQI was ~700, that is MUCH worse than visual pollution. My lungs started hurting within 20 minutes of being outside, and a huge amount of people on the domestic flight I was on (mostly local residents) had coughs.
Same. I only got through day 3 last year since I didn’t have time to do both the learning and the solving. I think I need a longer term project to give me more focus when learning a new language. This year I’m just sticking with my usual language Elixir, which I always enjoy.
If you have a common folder that you clone projects to (like OP’s ~/coding
), then that checkbox lets you trust that whole folder easily when this pop up comes up.
I agree that it usually doesn’t add anything to the meme, especially nowadays. It’s a pretty low-effort template.
I like Know Your Meme’s description:
a phrasal template used to mock people who strive to attract attention and tend to provide unsolicited opinions, as well as for observational humor.
I think its original usage in mocking attention seeking was funnier. It’s basically generalized into any observational humor though, which is when it becomes unnecessary.
It’s a riff on the meme formats that go:
My cashier: …
Me: …
“No one:” represents something coming out of the blue, completely unprompted. It’s definitely getting overused, but that’s just an inevitable part of the lifecycle of a meme.
As a JetBrains Mono user for the past couple of years, I used Monaspace all day this past Friday to try it out, and it was not for me. The oval shape of JetBrains Mono glyphs is so aesthetically pleasing to me, and I don’t think I’d be able to switch to another font that doesn’t have similar styling.
Wow, thank you for linking that article, I hadn’t read it yet. That’s absolutely horrible, and it doesn’t surprise me that Elon has orchestrated something so cruel in the name of progress.
Yeah, we need to celebrate negative results, it’s still good scientific work. Hold the “grounding” scientists up in esteem next to the “groundbreaking” ones. All of the people who do scientific work are necessary for further scientific discovery and in the search for truth.
I loved the post, and I love your snarky response. I feel like this is exactly the level of insight a showerthought should have.
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!