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.
- 0 Posts
- 34 Comments
Luvon@beehaw.orgto Programming@programming.dev•What's the dumbest reason you've learned a programming language?5·1 年前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
Luvon@beehaw.orgto Programming@programming.dev•Oracle Java license teams set to begin targeting Oracle users who don't think they use Oracle14·1 年前And that’s why we use temurin
Luvon@beehaw.orgto Technology@beehaw.org•Spotify Premium User Slams App Over Audiobook Feature13·1 年前“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.
Luvon@beehaw.orgto Technology@beehaw.org•I see your Outlook (new) and I raise you Microsoft Teams classic (work or school)11·1 年前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.
Luvon@beehaw.orgto Gaming@beehaw.org•Valve's taken down Portal 64, a passion project to demake Portal for the Nintendo 641·1 年前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.
Luvon@beehaw.orgto Technology@beehaw.org•Not even Notepad is safe from Microsoft’s big AI push in Windows2·1 年前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.
Luvon@beehaw.orgto Technology@beehaw.org•Not even Notepad is safe from Microsoft’s big AI push in Windows3·1 年前For keeping copy paste stuff, I use a clipboard manager that lets me edit and pin and search the clip board history
Luvon@beehaw.orgto Gaming@beehaw.org•Updates regarding the IndieLand / The Completionist charity fraud allegations2·2 年前Laws are only as good as the enforcers are financed. The irs has been underfunded a lot.
Luvon@beehaw.orgto Gaming@beehaw.org•Updates regarding the IndieLand / The Completionist charity fraud allegations9·2 年前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.
Luvon@beehaw.orgto Asklemmy@lemmy.ml•What's a seemingly harmless habit of yours that you struggle to break?5·2 年前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
Luvon@beehaw.orgto Technology@beehaw.org•Evernote is about to seriously limit its plan for free users20·2 年前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.
Luvon@beehaw.orgto Gaming@beehaw.org•Half-Life 25th Anniversary Update - Half Life Uplink, New Multiplayer Maps, Updated Graphical Settings, SteamDeck Verified and More1·2 年前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.