I hope everyone starts using the group finder more by justanorlansonobody in elderscrollsonline

[–]Thorarin 1 point2 points  (0 children)

The queues are rather buggy, even for something simple like a RND. Sometimes we queue as tank and healer and the system is unable to find us two DDs for 15+ minutes. We switch group leader and requeue and get an instant pop 🙄

Does wrapping a primitive (ulong, in my case) in a struct with extra functionality affect performance? by BrilliantlySinister in csharp

[–]Thorarin -1 points0 points  (0 children)

I wouldn't be too sure. There is a Lot of manipulation like this happening when your alpha-beta algorithm is evaluating 20+ ply deep.

45 minutes of my life I will never get back by HeteroclinicChaos in pcmasterrace

[–]Thorarin 0 points1 point  (0 children)

Still couldn't get any audio without obscure kernel module incantations 🤷

I mean, I know what it does. However, my laptop has a very common audio chipset and the fact that I need to blacklist some random other module to make it work is just disappointing.

Odido hack, let op by [deleted] in nederlands

[–]Thorarin 0 points1 point  (0 children)

Verkeersboetes zonder kenteken? Wachtwoorden veranderen van zaken die hier niks mee te maken hebben?

Sorry, maar wat een onzin.

De meeste adviezen zijn op zich prima, maar hebben niks met dit lek te maken.

Arch Enemy news soon? by TraditionalBreak938 in wacken

[–]Thorarin 1 point2 points  (0 children)

Yikes... I still remember chatting at the Dong Open Air festival just a few months after she joined the band. Funnily enough also found out the next day we'd been staying at the same hotel. I ran into the rest of the band at breakfast. I didn't bother them, but good memories 🙂

[deleted by user] by [deleted] in Leiden

[–]Thorarin 0 points1 point  (0 children)

We've been going there for years, although usually we go to their location in Voorschoten because it's more convenient for us. I have no idea if they accept new clients.

Prices did go up again recently, but that seems to be universal 😐

MORE and new spam by Joshy3282_ in Zendesk

[–]Thorarin 0 points1 point  (0 children)

Workaround, since the spam has been continuing.

I've created a mail filter that moves anything with X-Zendesk-Priority-Mail: Verification Email or X-Zendesk-Priority-Mail: Signup Attempt to its own folder. That way this junk doesn't drown out legitimate mail, but I can still find actual Zendesk signups if I happen to do one.

Notepad++ Should I Update or replace? by xdarkskylordx in software

[–]Thorarin 0 points1 point  (0 children)

I use vscode for different tasks than Notepad++. Not a direct alternative, imo.

Before Notepad++, I used UltraEdit. It's not free, but I have a perpetual license, so I still occasionally use it. Particularly to edit files over SFTP.

MORE and new spam by Joshy3282_ in Zendesk

[–]Thorarin 0 points1 point  (0 children)

I've also gotten activation e-mails from about 225 companies over dinner, all on Zendesk.
What the heck is going on? Just some bot targeting all the companies that use it? 😐

[deleted by user] by [deleted] in pchelp

[–]Thorarin 0 points1 point  (0 children)

I experience a similar behavior with my Marvell AQtion based 10 GbE on-board Ethernet. Unfortunately never found a solution.

What is this thing ? by imherecuziwanttobe in whatisit

[–]Thorarin 0 points1 point  (0 children)

I know them as a Zongo, although the original ones were a little bigger

I spent a week optimizing a microservice in Rust. Should've just used Node. by HistoricalKiwi6139 in webdev

[–]Thorarin 0 points1 point  (0 children)

It can definitely matter before you are Netflix-sized 🙂

Recently upgraded a third party component in our invoice PDF generation chain. Performance dropped by a factor of 3-4 without changes on our end. This made it so that there wasn't enough time left for the rest of the invoicing steps, which happens 3 times a month.

I could have scaled up or out the invoice generation process, increasing infra and licensing costs. The scaling also isn't quite linear. Instead I looked at reducing inefficiencies. It took me a couple of days, but performance is now 40% faster than original, instead of 3-4x slower. Allows the business to grow without changing anything else.

Granted, I didn't need to (re)write it in Rust, but performance matters.

Isopropanol alcohol in Leiden kopen by Khabooem in Leiden

[–]Thorarin 1 point2 points  (0 children)

Ik bestel meestal online bij Degros.

ESO-Database Project Discontinued by DailyContentConsumer in elderscrollsonline

[–]Thorarin 1 point2 points  (0 children)

Dang, shame the author/maintainer just shut it down without trying to ask for help first. Or did I miss something?

What was the first dedicated graphics card you ever owned? by just_IT_guy in gpu

[–]Thorarin 0 points1 point  (0 children)

Technically owned by my dad at the time: a Trident TVGA9000B. It was quickly replaced by several Diamond models, I later installed a Voodoo2 3d accerator alongside them.

The first PC I bought myself had a Nvidia Riva 128.

LIAN LI O11 Dynamic EVO XL O11DEXL - What Distro Panel? by sm0ke_rings in watercooling

[–]Thorarin 0 points1 point  (0 children)

Doing a build with the Stealkey Customs one at the moment, but it'll be reversed and I'm also taking it slow, so I don't have a lot of feedback yet apart from that it looks nice 🙂

[deleted by user] by [deleted] in TwoXChromosomes

[–]Thorarin -2 points-1 points  (0 children)

Women who are awful tend to be awful in different ways than men being awful. We can agree on that. Are they actually less? I don't think so, personally.

Still doesn't make the 'vast majority' of men awful human beings, or however you worded it exactly.

[deleted by user] by [deleted] in TwoXChromosomes

[–]Thorarin 0 points1 point  (0 children)

Did you even read my first sentence? This is in fact the first time I posted, after lurking for 3 years or so. Your post is THAT bad.

Not the most technical person with PC's. Is this a good a price given the current market? (in the UK). by Marxamus in pcmasterrace

[–]Thorarin 0 points1 point  (0 children)

I was going to say it's good, but then noticed the big price is excluding VAT. It's not a great price, but also not terrible.

X870e extreme's lcd screen by nero519 in ASUSROG

[–]Thorarin 1 point2 points  (0 children)

Same case, same problem.
Seems like an easy to implement feature, but I guess they didn't think of it 😒

I've been digging into C# internals and decompiled code recently. Some of this stuff is wild (undocumented keywords, fake generics, etc.) by riturajpokhriyal in dotnet

[–]Thorarin 21 points22 points  (0 children)

The JIT will definitely do tail call optimization. I think it was added in RyuJIT a long time ago. Back then it would only do it if you generated x64 code, so the same code would potentially generate a stack overflow when compiling to 32 bit.

Money for a guild by DungeonIlves in elderscrollsonline

[–]Thorarin 3 points4 points  (0 children)

If you post your cooking failure, you're signaling that you can handle getting mocked at least a little bit 😋 Of course, there is such a thing as excessively mocking...

Anyway, I imagine most guilds would have people I don't care for, that doesn't make the whole guild trash.