HackerTrans
TopNewTrendsCommentsPastAskShowJobs

kaetemi

no profile record

comments

kaetemi
·3 年前·discuss
It's a base62 encoder that takes multiple integers as input. Probably a bit-length prefixed encoding. I am assuming it just pads an extra junk integer to re-roll the encoded number.
kaetemi
·3 年前·discuss
Nah, that sounds like bad management. They should be relaying the requirements to the hardware team.
kaetemi
·3 年前·discuss
Yep. It's part of your job to tell managers "yes, it's possible, but it'll negatively affect performance in a significant way because of such and such hardware limitations, so it's not the most valuable feature to implement at this time".
kaetemi
·4 年前·discuss
Sounds very familiar.
kaetemi
·4 年前·discuss
What the hell, man. This happens on every Windows 10 device that's left off for long periods of time. Stop blaming users for what's shitty programming/design.
kaetemi
·4 年前·discuss
I'm 3 hours in and my laptop is still spinning 100% on Windows maintenance services. What root causes? It's simply bad OS programming.

Don't gaslight users just because it works on your machine and in your use case.

A dev/engineer who believes 3 hours of self-maintenance on bootup is normal needs to re-evaluate their priorities.
kaetemi
·4 年前·discuss
3 hours in.

Rebooted for update.

Now mscorsvw's turn to spin 100%.
kaetemi
·4 年前·discuss
15 minutes in. Wuauserv is stealing the show. Spinning 100%. Meanwhile, Google and Adobe took their turns in updating as well.

50 minutes in. Still going 100%.

90 minutes in. TiWorker -Embedding (servicingstack) is now spinning.

Meanwhile I believe Windows 95 already finished installing from floppy disks on my old Pentium laptop.
kaetemi
·4 年前·discuss
Just booted up my laptop. CompatTelRunner is spinning two processes, one UpdateSoftwareInventory and one DoScheduledTelemetryRun. Meanwhile Edge and OneDrive have updated. I'm 10 minutes in. Spinning 100% CPU. Wuauserv and BITS are peeking in the background while telemetry is hogging everything.
kaetemi
·4 年前·discuss
Sad that so many comments here blame the user for what's obviously really bad programming in Windows Update and Windows Store.
kaetemi
·4 年前·discuss
The time it runs at 100% seems to go up exponentially the longer you leave the system off.

It just seems like very bad programming to me.
kaetemi
·4 年前·discuss
Nope. It can do this for days if you leave the laptop off long enough. And then the CPU usage will suddenly drop to 0% when it's done. It's not even updating, it's Windows Store / universal app shenanigans.

You're assuming it's actually doing something important. I'm assuming there's a bug in Windows. Which is more likely?
kaetemi
·4 年前·discuss
I shouldn't need to run my laptop for days at 100% to please some Windows Store optimization service, just because I haven't booted it up for a month. I have a desktop, the laptop is for emergencies. But it's useless because Windows insists on emptying the battery when I need it.
kaetemi
·4 年前·discuss
I have this issue on my older laptops with Windows 10 that I rarely use. The culprit is some Windows Store "optimization" process (wsappx). It'll run for days at 100% if you don't boot Windows for long enough. I hear the exact same from friends. It's clearly a blatant bug that's been going on for years now, and Microsoft doesn't give a shit.
kaetemi
·4 年前·discuss
The issue with SoR was not really technological constraints. More budgetary and time constraints, and the people who had the creative vision left shortly after release.

The commercial game is now run by a finance guy and a web developer, pretty much. Neither of which seem to be interested in pursuing the original more daring vision.

The tech is definitely capable of being expanded into a real dynamic world.

What you see in the game right now is effectively auto generated placeholder content that got rushed in to have a deliverable by release.

Imagine if the tribes and mobs actually moved their locations dynamically, instead of being in the same spots eternally. Players could help out tribes, supply routes for trading goods between tribes would need to be maintained, mob populations would be affected by player activity, etc.
kaetemi
·4 年前·discuss
Look for the Ryzom Core Discord or IRC chat. There's a couple of us in the open source community hoping to build such a thing, based on an existing MMO codebase and assets.

The key point is that all missions should be impactful on the world, and not merely reward oriented.

We have the tech for an MMORPG. We've been working on simplifying the onboarding curve for new contributors first. In a few months we can start exploring game mission mechanics. :)
kaetemi
·6 年前·discuss
In theory. In practice, there are almost always ways.