- 4 Posts
- 16 Comments
nieceandtows@lemmy.worldto
Android@lemdro.id•The Minimal Phone is now shipping (E Ink phone with a QWERTY keyboard) - LiliputingEnglish
5·1 year agoThere is mobiscribe wave in both bw and color. The company is shutting down, so they’re selling off their inventory for cheap. I bought a pen support bw notebook for $100 and a color pen supported notebook for $170.
That’s the actual subject line
Anon messed up not removing a couple of ribs beforehand
nieceandtows@lemmy.worldto
Games@sh.itjust.works•Regarding the Future of PalworldEnglish
816·1 year agoHas this game changed since launch? Is it still a pokemon knockoff, or has it become more than that?
That’s a shame
That’s a shame
How is AOSP? Is it still good without all the proprietary code from Google? The last I read about it, I read that Google purposely put a lot of functionality into the play services to keep the code proprietary. Has that gimped AOSP, or is it still strong?
nieceandtows@lemmy.worldto
Linux@lemmy.ml•Firefox 130.0, See All New Features, Updates and Fixes
18·1 year agoI remember when Firefox was on 3.x for probably a decade
nieceandtows@lemmy.worldto
Linux@lemmy.ml•How dare you use a text editor because it's easy to use
4·1 year agoIntegrated Memeing Environment
nieceandtows@lemmy.worldto
Linux@lemmy.ml•How dare you use a text editor because it's easy to use
5·1 year agoCome back after your uploaded it to the cloud and edited it using Google docs.
nieceandtows@lemmy.worldto
Programmer Humor@programming.dev•I can't believe people are still using GUMBIES when there are so many better alternatives.
1·2 years agoGood luck with that. Nintendo just sued GRUMBOSS for $2.4M and shut the project down.
nieceandtows@lemmy.worldto
Games@sh.itjust.works•Jurassic Park: Survival | Announcement TrailerEnglish
5·2 years agoCapitalism, uh, finds a way
nieceandtows@lemmy.worldto
Crappy Design@sh.itjust.works•O Texas! Our home and native land!English
1·3 years agoHuh… I didn’t know India was in Madagascar…







I recently needed to implement some batch processing logic in our code to account for some api level restrictions (the code already pulls from the api in pages and date ranges, but if I specify a date range too wide or a batch that would get too many records back, it gets rejected, so we need to break it down and run the date range in batches). I tell this junior developer what the issue is, and what we need to add to the existing class in our codebase. I follow up with him after a week, and this is what he sends me.
Boilerplate code from chatgpt that has almost nothing to do with what we discussed. And how can you even give me a whole ‘working’ code without even testing it? He didn’t even clone our original repo and test it as is to understand why we need what we need. AI sure is making programmers dumb.