They talk a lot about speed in the article, but having tried out Sol today with Pi, 'medium' mode, one thing that stands out is that it's really ssslllloooowww.
It also defaults to 'low' mode for some reason. Can't tell if that's a step backwards compared to GPT-5.5 in medium mode so I'm sticking to medium.
Edit: just noticed it's spawning subagents in 'high' thinking mode.
This is also what I noticed, it's hella slow and the quality doesn't match the thinking time. Either it's just launch day load or else they went full GLM-5.2 thinkmaxxing.
I might. I hardly know anything about the German language though right now. Do you have a rough sense of how much I'd need to study to be able to supplement with automatic tools and do something useful with German sources (50hrs, 500, ...)?
Probably closer to 50 than 500, assuming you've done something similar before and you have "native" proficiency with another germanic language. Honestly, just read the Dover First German Reader, watch a few TV shows end to end with captions a couple times, turning them off and on and rewinding whenever. Read some german-language forums, and watch some German language talks. That won't get you anywhere near conversational proficiency nor develop any speaking skills, but more than enough to get great value out of written text and a lot of talks, especially with some tools to help.
While I appreciate her being so open about the financial side, one has to wonder:
> If we roll with the average Adsense income, here’s the bottom line: $14k going out. $4k coming in. Net loss, month over month: TEN THOUSAND DOLLARS. That’s a lot to sink into a channel that is barely moving book sales and not getting me a TV deal. Simply put, it’s completely unsustainable from a business perspective.
I don't know her or her content, but the theme that comes up over and over in that post is the elusive 'big deal' from a streamer or network. I get the impression that she thought this production approach would lend itself to that kind of transition. Her background seems more 'traditional media' than 'DIY native', and I would guess that framed her perception of what a production looked like.
In contrast, somebody like Maangchi took the opposite approach. Her earliest videos are still up and you can see the truly homemade approach. Granted, she was in early and it is surely massively more competitive now.
Or why not start with a more modest production budget? It takes longer to shoot, but with the right equipment, you can shoot this stuff yourself. Watch one of Mend It Mark's videos (1). He does the whole thing all by himself and it looks absolutely fantastic. Then, if you get a couple million subscribers, hire some people and go big time. Because you can afford to.
Agreed. She approached it backwards. A YouTube channel doesn’t have to be like a VC startup where you lose money until you hopefully make it back later. Just start small, DIY and then hire help later if it’s making money.
It was mentioned later in the text. Sponsorship deals. Overall it was about break-evwn, for whatever reason she didn't include sponsors in the financials.
Right, but a penny saved is a penny earned and this could’ve been profitable if she hadn’t set the production quality bar so high (food stylist?) from the jump.
Because her publisher told her to! "It's important for authors to have a social media presence!" "You can't have unprofessional videos, viewers won't like that!" ...and other falsehoods.
This is a great idea for exploring new music. Lately I have had trouble doing that with Spotify -- too much I've already heard, or just stuff that's too mainstream/bland.
It’s an algorithm loop. Here the popular song you might like. Oh, you are listening to those songs so here more of it. There’s millions of songs on the service, but I have the feeling mine is only 1000 or so.
Any one have good suggestions for music exploration on Spotify?
I made a random playlist generator for Spotify that truly gives back stuff you’ve never heard. I recommend removing the playlist from your taste profile and put on smart shuffle. Regenerate as many times as want. Open to suggestions/features as well.
It says daily but the auto generation feature is not enabled yet.
What works for me sometimes is to search for other people's playlists by using the keyword of a genre or a particular mood I'm after. Filter out the Spotify-generated ones of course. Usually after 20 results you start getting to the good stuff.
Also I've had some success doing collaborative playlists with random friends / acquaintances. A song I added would give them an idea for a song, and we take turns that way. A lot of it is rubbish, though. :-)
What would work even better is if Spotify had a way to search playlists containing a specific song!
Great effort, love to see that the game preserved in this way.
However, for me, the nostalgia wore off quickly. I no longer have the feeling of immersion I used to have when I was younger; I've become numb to the magic. What I see is pathfinding, a graphics engine, a sound player...
Jokes aside, after reading a few of the official tounament strategies, its where the magic disappeared for me - its so much weight towards rushing over the enemy that wins every time, it kinda lost its bliss.
Still, sometimes its fun to just play with some like-minded friends in a multiplayer game
It's an example of the kind of backwards compatibility WordPress needs to deal with the myriad of crazy content generated by people (and plugins!) over the years. Often this gets very chatty and very inefficient.
Besides backwards compatibility, this codebase grew like a jungle, with people just piling code on, not always with much forethought. Part of it's due to the limitations of PHP in the old days, and of course it's inherent with projects of this size, but there are varying degrees of messiness. WordPress is an example of a project that started out too messy and only became more messy over time.
Just to pile on: the WPDB class is another example of continued messiness. The first thing I do whenever I write a plugin, is to add a little database wrapper that just uses PHP PDO instead. Anything better than to deal with the hopeless, inefficient, inflexible mess that is WPDB. (To whoever wrote it: sorry mate!)