You will find yourself being that next person when you haven’t touched the code for a week and come back to add something and are like wtf.
You will find yourself being that next person when you haven’t touched the code for a week and come back to add something and are like wtf.
There’s a game called something like “oh no the farmer is gone” which is about programming a little robot to harvest the fields and the programming is built directly into the game
And that’s why we use temurin
“the 15 hours customers get free with premium equates to two audiobooks” Is the average audiobook really that short!
For eragon it would takes months to finish.
The hobbit is 10 hours.
Think most of the books I’ve listened to have been over that length, but I don’t use Spotify. Self hosting for the win. No time limits in prologue
Graphic audio sells cds as well as direct downloads of mp3s or m4bs chapterized, or even flacc for a surcharge.
They do dramatized audiobook recordings with full casts, music, sound effects, etc.
They are very good
1blocker has so far been pretty good at keeping up with YouTube’s changes on iOS on the iPhone on safari. Safari on iOS has allowed full extensions for several years now.
I had this as well, it’s because the pinned version will still be pointing to the old version even after you agreed to upgrade.
You have to unpin the old version, and pin the new version.
Reallllly stupid upgrade from them.
I remember this being discussed when Apple first announced it because developers have to hand off graphics to the os so the os can do the divested rendering specifically because Apple didn’t want individual apps to be able to gather data about where users are looking.
From what I read of the portal64 project it did require owning the original (or having a copy of it) because it patches the assets from the base game.
Search, I’m a programmer and frequently need clips of text I’ve used before, especially with some sap stuff I do. I don’t need to edit that much, but I do pin, tag, and label snippets a lot.
Sap backend data has a lot of “keys” related to my test user that I need repeatedly, the key for the user, the key for their position, the department, etc. and having them all in my clipboard is very practically.
For keeping copy paste stuff, I use a clipboard manager that lets me edit and pin and search the clip board history
Laws are only as good as the enforcers are financed. The irs has been underfunded a lot.
He didn’t even manage to donate all the money they claimed to have on their tax filings from over a year ago. There is another entire indie land after that at least.
So no. He hasn’t even donated all the money. His “apology” was also pretty much a non apology. “Sorry if you felt mislead”.
React is miles ahead of a bunch of much older frameworks businesses still use. I have projects being built new right now that use ui5 from sap. We have projects with spring boot with the templates in jsp.
I would much prefer a react project to ui5 or jsp. And businesses with long running projects tend not to like using frameworks that don’t have at least ten years of usage and thus some proven surviveability unfortunately.
I managed to break this particular habit. A friend of mine commented about how she looks at people’s fingers nails… I stopped overnight. Got an actual set of files and keep them shaped and buffed. A little oil and they are nice and shiny without any polish too
Anyone remember when Evernote added a limit to how many devices can be logged into your account on the free plan? I remember. I stopped using them immediately after that. Couldn’t be logged in on my computer, iPhone, and iPad.
Meanwhile Apple notes got much better so I just use that.
If you are unfortunate enough to code in a language where the “designers” thought EVERYTHING should be multi command structures in an English like syntax……
Then you basically need them to autocomplete how to correctly write everything 😅
I use Abap at work from sap. Its special.
They have over 3000 key word structures. It’s ridiculous.
Have you actually installed and run it? I know there were quite a few games that steam claimed couldn’t be run because of that and still did. I don’t remember if portal is one of them though.
Battleblock theater for instance says it can’t but still does.
Await is usually there either because the performance doesn’t matter and the legibility is much higher with it, and/or because there are a series of asynchronous actions that depend on each other and await lets you write them as if they are sync because related to each other they are.