Why did they submit this as a pull request in the first place? Just commit it to a WIP branch until it’s ready to merge. Am I missing something?
- 0 Posts
- 5 Comments
Joined 2 years ago
Cake day: June 11th, 2023
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
aMockTie@beehaw.orgto Gaming@beehaw.org•Nomic, one of the best concepts of a game I've seen7·1 year agoThis seems super interesting and I’ve never heard of it before. Thanks for sharing!
Is this more of a table top game? I’d be interested to see it as a kind of MMO.
aMockTie@beehaw.orgto Technology@lemmy.ml•ActivityPub and the End of Walled Gardens, with Evan Prodromou0·1 year agoI keep getting an invalid address on my devices, but I’m really interested in watching this. Is there any other link or am I doing something wrong?
aMockTie@beehaw.orgto Technology@beehaw.org•Please remind me how we are moving forward. On application responsiveness to user input.English6·2 years agoThose aren’t really the same apps between the two systems, even if most of them still have the same names. Not only do the modem versions have more features, but they also have updated designs, window chrome, and use more secure underpinnings.
Compare the boot times, network speeds, ease and speed of installing new software, and security of the same old vs. new systems, and the new stuff will come out on top every time.
Been a little while since I worked on ODBC stuff, but I have a couple of thoughts:
Would it be possible to use something like a table function on the DB side to simplify the query from the ODBC side?
I could be misremembering, but I feel like looping through individual inserts with an open connection was faster than trying to submit data in bulk when inserting that much data in one shot. Might be worth doing a benchmark in a test DB and table to confirm.
I know I was able to insert more than 50M rows in a manner of single digit hours, but unfortunately don’t have access to that codebase anymore to double check the specifics.