You know that's exactly what Laios would do though
I can't tell if you're trolling; Page up and page down are different from "I need to jump 10 lines down" with 10j. Or 11 lines with 11j. Or "Delete the line I'm on and the six below it" with d6j.
Yes, absolutely. And I refuse to let my day be anything else! :-)
I hope not, given that thing doesn't have one!
I like calling braces a gender affirming procedure
I've been in the industry now for just over 10 years. I have a particularly potent cocktail of ADHD+autism that has resulted in me being very similar to your description - If it were up to me, I would take the extra time to make things incredibly nice to work with and with cleanly-defined dependency boundaries every time. I can write code all day and enjoy every second of it, often to the point where I work too much. Sometimes I'll spend time after the "official" end of the work day to just clean things up and refactor so that things feel cleaner.
The unfortunate truth, though, is that the industry at large doesn't make it super easy to find companies that appreciate folks who prefer to take it slow and get it right. I've hated the "ship it or shut it" culture for a long time, as it means I don't get to take the time crafting the solution I want to craft, and instead I have to push what sells. It ultimately results in a best-effort that works! ... until it doesn't. It results in harder-to-troubleshoot bugs, code that is harder to read, and a frustrating amount of revisiting old code that was written fast and loose in the name of "time savings," when the time saved is just spent fixing the problems created by "moving fast".
The owner of the (very small) company I work for often says "There are two kinds of code: Perfect code and written code. One of those makes us money." and I've spent a long time hoping we'd reach a point where the written code makes enough money that we can slow down and write better code. We've not reached that point yet, but it's the whole reason I have side projects: So there are things I can spend that extra time on to get things right.
To answer your question: Yep! You're a weirdo, but me too. And that is absolutely not a bad thing.
I hate that you're correct lmao
Weird, I have literally never had any issues with CUPS, in environments where Windows completely failed due to the drivers being for an older version or unsigned or such
Yeah I use it through proxmox but it doesn't make much difference to me. It's practically a lower-overhead VM as far as I'm concerned
I like to support devs, too - But I don't like being forced into paying for access to features already present in software that is running on my own hardware. The code is already on my machine, I should be able to run it.
That's my biggest complaint about Bitwarden - I want to share passwords with my wife, and they want to charge me money for that even when I host it myself.
As an update to my earlier nerd-sniped-ness:
I found a list of prime numbers, which states that the 50,000,000th prime number is 982,451,653, which means 5.08930896% of the numbers up to 982,451,653 are prime. That's unfortunate, as it means the accuracy is actually lower than the original post we go further - down from 95.121% accuracy to 94.921%. Bummer!
Out of curiosity, I then whipped up a quick program in rust that starts from those numbers, crunching forward through the primes while prime_count as f32 / total_count as f32 > 0.05, using 16 CPU cores to divide-and-conquer and check whether a number is prime. There's probably a better way to do that, but meh. Such a check will essentially only get me back above 95% though, and based on the rate of change, I suspect it would take an exponentially higher amount of time than whatever it takes to get to 99.5%.
In the time it's taken me to write this, it's calculated just over 330,000 more primes, reaching ~0.050874 hit rate for primes.
This has led me down a small rabbit hole, in which it turns out there are plenty of folks who have approached the topic of "what percentage of numbers are prime?" - and the answer is essentially "it will eventually round to 0%". Because of you, I remain curious to know when that crosses the threshold of 99.5% though - and I'll at least leave it running for the next day or two to see how close it gets.
Unfortunately though, at the rate my PC can calculate, I don't think I'm personally gonna be hitting an answer to this any time soon. If I ever do manage to figure it out, I'll be sure to update... because hell, why not.
I've also considered trying to find bigger lists of primes, but meh. I've already spent an hour on this that I intended to spend playing D&D so ... meh. =]
Hexarei
0 post score0 comment score
Fun fact: Unrelated to the browser of the same name, it's the "window chrome" of the browser