Avatar

Hazzard

Hazzard@lemm.ee
Joined
1 posts • 156 comments
Direct message

My #1 desire for a new Bethesda game is for them to figure out how to make console modding good, and to do it early. Would love for the next generation of nexus mods to have console stuff from the get go, and for the missing tools to immediately be good enough to not require PC specific tools to expand it like SKSE.

Hopefully they’ve already looked at SKSE, and made sure Starfield supports that stuff natively.

permalink
report
reply

Even as a Christian myself, I agree with you. Separation of Church and State. Politics mixing with religion has been terrible for both.

permalink
report
parent
reply
14 points

Oh, fantastic! Glad you used some of the quiet time to get some work done without us all breathing down your neck lol.

I’ve still been kicking around on TestFlight, both out of laziness in not wanting to test and find something else, and hopes you might return, so this is wonderful news!

permalink
report
reply

Thought this was a really weird video for the main channel. Do they not have some kind of car channel at this point?

Anyway, appreciate they want to try new things, but this wasn’t for me personally.

permalink
report
reply

Yeah, nothing but respect for Lego here. Tried it, proved it wasn’t viable, chose not to do it just for the PR, and set back out to continue looking for something that actually works.

permalink
report
parent
reply

I don’t necessarily disagree that we may figure out AGI, and even that LLM research may help us get there, but frankly, I don’t think an LLM will actually be any part of an AGI system.

Because fundamentally it doesn’t understand the words it’s writing. The more I play with and learn about it, the more it feels like a glorified autocomplete/autocorrect. I suspect issues like hallucination and “Waluigis” or “jailbreaks” are fundamental issues for a language model trying to complete a story, compared to an actual intelligence with a purpose.

permalink
report
parent
reply

Biggest mutant like this I ever made was a government requirement to export PDFs. Best way I could find to make PDFs from PHP was a library called wkhtmltopdf. Which, as the name suggests, converts html to pdf.

Installed a library to let me call a local install of wkhtmltopdf on the command line of the host machine. Wrote a ridiculous HTML template, with all kinds of weird styling and jank to support the older version of WebKit that wkhtmltopdf used, and then would save the output as a file. Then I would run wkhtmltopdf with that file as an argument.

Of course, I wasn’t done here. They required that I use their existing title page, appendices, etc. Only the data in the middle was to change. So I added a whole “PDF Data” table to the database, with storage locations for them to upload something like 10+ PDFs to append at the front and back of the PDF. Did I mention this whole thing supported two languages?

So then I implemented another command line library, called pdftk, or pdf toolkit. I used a crazy call to pdftk to append all of these to the front and back of the document, making these look like what they wanted. Save to that same folder, send the file to the client through PHP, and use my “command line from PHP” wizardry to rm all the files I’d made in my “cache” folder, as I called it.

But of course… we’re not done. Turns out appending files like this horribly breaks the PDF table of contents, which was apparently just using page numbers, not any kind of actual linking. Enter pdftk again, and now I’m running it before generating my HTML, on each and every PDF I’m going to add, to get the page count, and saving that value.

I’d then pass this crazy dictionary into my template and add “fake pages” to the start and end, with headings, and a special margin that wkhtmltopdf interprets as a page break. This even works to add my “additional documents” to the table of contents. Now, my pdftk append commands also deliberately trim the PDF, so as to replace the fake pages, keeping the page count the same, so the links work.

So close… but it turns out wkhtmltopdf doesn’t account for when the table of contents is so ridiculously long that it goes on for more than a whole page. Did I mention these PDFs are more than 300 pages long in many instances? Suddenly every link goes to the page after the one it’s supposed to, or even a couple after. Not good.

Yeah… this is the beginning of a nightmare where I add fake table of contents pages that I cut out later with pdftk. Which means I have to somehow know in advance how many pages the ToC will be… estimation time. That’s right, I run through all the data I generate the ToC with in advance, and count the number of entries I’m going to be adding to the ToC, and, by literally counting the entries on a full ToC and saving that as a magic number, guess how many pages there will be.

Oh, but what if a line is too long, and wraps to two lines in the ToC? Well, guess who counted the number of characters in a line to produce another guesstimate? No, neither of these heuristics were perfect, and they looked like a spaghetti mess, but with enough tinkering, I got numbers that worked on everything I tested.

And there you have it, 300+ page PDFs generated from the database, with all the title pages and such that they manually uploaded, in two languages, with a working table of contents. During my time, we never even added a cache to this monstrosity, it did all this every time the user clicked “Download PDF”. Took around 30 seconds, and the UI just pretended it was a really big file.

What a wild project, probably the biggest spaghetti mess I’ve ever written. But hey, actually met all the requirements, no matter how ridiculous, and I’m proud of that monstrosity. Probably still in use today.

permalink
report
reply

Honestly, I think the situation was handled excellently. Feels like a miracle that I’ve not heard any stories about the new guy getting death threats, after the reaction to Charles not voicing Mario in the movie, and the love for him in general.

permalink
report
reply

Eh, this is a thing, large companies often have internal rules and maximums about how much they can pay any given job title. For example, on our team, everyone we hire is given the role “senior full stack developer”, not because they’re particularly senior, in some cases we’re literally hiring out of college, but because it allows us to pay them better with internal company politics.

permalink
report
parent
reply

Disturbing, and I hate it. No thanks!

Not ok with anything that normalizes giving companies access to my camera feed for basic actions. No matter how well intentioned.

permalink
report
reply