• 0 Posts
  • 18 Comments
Joined 10 months ago
cake
Cake day: November 19th, 2023

help-circle


  • I ran out of crtcs, but I wanted another monitor. I widened a virtual display, and drew the left portion of it on one monitor, like regular. Then I had a crown job that would copy chunks of it into the frame buffer of a USB to DVI-d adapter. It could do 5 fps redrawing the whole screen, but I chose things to put there where it wouldn’t matter too much. The only painful thing was arranging the windows on that monitor, with the mouse updating very infrequently, and routinely being drawn 2 or more places in the frame buffer.




  • I think we’re still headed up the peak of inflated expectations. Quantum computing may be better at a category of problems that do a significant amount of math on a small amount of data. Traditional computing is likely to stay better at anything that requires a large amount of input data, or a large amount of output data, or only uses a small amount of math to transform the inputs to the outputs.

    Anything you do with SQL, spreadsheets, images, music and video, and basically anything involved in rendering is pretty much untouchable. On the other hand, a limited number of use cases (cryptography, cryptocurrencies, maybe even AI/ML) might be much cheaper and fasrer with a quantum computer. There are possible military applications, so countries with big militaries are spending until they know whether that’s a weakness or not. If it turns out they can’t do any of the things that looked possible from the expectation peak, the whole industry will fizzle.

    As for my opinion, comparing QC to early silicon computers is very misleading, because early computers improved by becoming way smaller. QC is far closer to the minimum possible size already, so there won’t be a comparable, “then grow the circuit size by a factor of ten million” step. I think they probably can’t do anything world shaking.





  • Modern operating systems have made it take very little knowledge to connect to WiFi and browse the internet. If you want to use your computer for more than that, it can still take a longer learning process. I download 3D models for printing, and wanted an image for each model so I could find things more easily. In Linux, I can make such images with only about a hundred characters in the terminal. In Windows, I would either need to learn powershell, or make an image from each file by hand.

    The way I understand “learning Linux” these days is reimagining what a computer can do for you to include the rich powers of open source software, so that when you have a problem that computers are very good at, you recognize that there’s an obvious solution on Linux that Windows doesn’t have.





  • I’d describe it as sort of 3 layers. The first is practical/everyday things, which are mostly much nicer than being alone, but require attentiveness and communication (learn what your SO doesn’t like doing, and do it. Learn what things are work together projects, and what things are stay out of my way type things for each of you, probably other aspects too) - but once you know how to take care of each other, almost everything is less work, takes less time, and costs less money. Cooking, laundry, cleaning, gardening, repairing things, painting the house are all improved. Decorating and having guests over are harder, at least for me. You have to not fall into the trap of taking the things they do for granted, even when those things are routine.

    The second layer I’d describe is lust/romance, which is sort of easier, except that you must avoid letting things coast too long. You have to dedicate time and effort to discovering new things about each other, and new things you enjoy together. You should still be dating, no matter how long it’s been, and ideally you should both be planning things most of the time. In my relationship, this is usually 1-2 things per month, each.

    The final layer is the emotional/support layer. Almost any time, my wife can seek comfort and support from me in a variety of ways for all kinds of things, and I get the same from her. All the big problems in life are easier when you can share them, so here the benefits are huge. This is the only thing I got basically none of from having roommates or a best friend, or dating. For my situation, there’s basically no downside to this.




  • I’ve known a lot of math people, and /on average/ I think they’re more capable of programming useful code than the other college graduate groups I’ve spent a lot of time working with (psychology, economics, physics) /on average/.

    That said, the best mathematicians I’ve known were mostly rubbish at real programming, and the best programmers I’ve known have come out of computer engineering or computer science.

    If you need a correct, but otherwise useless implementation, a mathematician is a pretty good bet. If you need performance, readability, documentation, I’d look elsewhere most of the time.