Details
Joined devRant on 7/15/2022
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API

From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
-
Carbon tax?
-
@retoor *proceeds to make ragnar/snek* ;P
-
@iiii Was definitely doable with root. I think termux does have the foreground notification thing, but never bothered testing it
-
Also isn't there adb shell as well? They're making that available on the device, neat?
-
@antigermgerm Gucci is for people who want to look elegant but aren't ;P
You're welcome to show me good react code, but I disagree with it on a fundamental level -
@antigermgerm although this would be the dream if the array funcs could deal with async as async instead of promises and opt to be sequential
const results = await Promise.all(chunk(batches, BATCH_SIZE).flatMap(async t => {
const res = await Promise.allSettled(t.map(t => t.promiseFn()));
return res.map((r, i) => ({ ... }));
})); -
@antigermgerm While I agree with your code complaint, you're not actually processing batches since the reduce doesn't wait between iteration for it to complete you probably want something more like this (chunk and sliceByBatches being pretty much the same thing):
let results = []
for (const batch of chunk(batches, BATCH_SIZE)) {
const res = await Promise.allSettled(batch.map(t => t.promiseFn()));
results = [...results, ...res.map((r, i) => ({ ... }))];
} -
Finally, an hour I can code, I better get something out of this, or I swear I'm learning LLVM tonight
-
https://youtube.com/watch/...
-
Have you tried working in your own file/dir structure and just reaching out to glue ;P
Partial joke since it will probably just make it more messy but also gives you some sanity as well. We've moved the old "legacy" code it it's own "lib" folder and any new dev goes into the new structure -
@retoor Sounds like you're having fun at least ;P Hope the people are at least nice
-
@jestdotty Sounds terrible
-
Looks like you discovered mumble "rap"
-
After not evening reading it or dropping 1 comment that he never looks at the reply of
-
Sounds like he deserves to be slapped with a week-old fish
-
@12bitfloat Doesn't surprise me to be honest but unfortunate, I wonder if unity didn't bother update their code since they tried being an ad company
-
I don't think about it, I just go implement it 😅
-
@12bitfloat You can get unity to export the FBX from the blend file for you if I remember correctly
-
@hjk101 That is indeed the joke
-
Yeah, it's a thing, that why designing with a person goes through a couple of stages. The rough is where you request the major changes
-
@retoor Awww that's a shame, I remember having to wait for them to send me a piece of post to verify - forgot about the rest (since that's essentially instant)
-
@Demolishun Yes, you will use it constantly
-
And in reality, what they needed was "I know how this kinda works" because they can't afford a true expert. But everything has to be the 120% highest quality
-
@CaptainRant Give me one of those sounds fun AF
-
Yup, I just tell it how it is to most people
-
@Demolishun to quote @retoor "have you tried codium?"
-
@retoor How long until you put one of these on your laptop ;P
https://devrant.molodetz.nl/41zgf1v... -
@retoor I think that's the problem ;P
-
See if you can change your delivery preference on the PostNL app (see if you can even verify your address, then you'll automatically get the packages added for you to trace, post as well)
-
important why is to live