Comment: Re:I tried to install iTunes on Windows once. (Score 1) 515
Alt+Shift+Numlock enables MouseKeys since Windows 95. Use the numpad to move the mouse cursor.
|
|
Alt+Shift+Numlock enables MouseKeys since Windows 95. Use the numpad to move the mouse cursor.
You can go hunter2 my hunter2-ing hunter2.
I'm getting ping times as low as 17ms, and as high as 137ms. My average was 39.71, and my median was 24.
You mean this article isn't already in the Dothraki Language?
If you're trying to cancel the left and right channels by subtracting them, you will get significantly different results depending on whether the files are lossless or not.
When they are lossless, it will work properly. Otherwise, it will have artifacts.
Forget raspberry pi, the real danger is your printer. Printers can have their firmware upgraded by printing a special PDF file. They are networked devices. Once hacked, they can carry out attacks, act as backdoors, or even send a copy of everything printed to an attacker.
My browser blocks ads and scripts, customizes pages with Greasemonkey scripts, and removes tracking elements on pages. The built-in Safari doesn't do anything like that.
How about just a flash drive with a capacitive finger print reader, so it needs to be unlocked before it functions as a flash drive?
The Firefox extension Autopager works for some of those websites.
You might think they're modernizing the processor, but they haven't done anything like that in the previous models. This new model has the same selectable clock speeds as the last one, so I doubt they are using any timings other than classic Z80.
Communication to the display screen is done through Z80 in/out instructions. I haven't read the documentation on how to communicate with the LCD device, but I don't think they're using anything other than 16-bit pixels.
15MHz Z80, and a 320x240 16-bit screen. Drawing to that screen has got to be slow.
Copying bytes from memory to an IO port is 24 cycles per byte on the usual code (ld a,(hl) \ out (n),a \ inc hl)
The screen itself is 153,600 bytes large.
So it takes more than 3,686,400 clocks to output an entire screen image, most likely a lot more time. This suggests the entire screen can be updated 4 times per second with unrolled code, and that's not counting the code needed to set up and get ready to output data to the screen, or generate said data. More realistically, the screen could be updated updated 3 times per second.
For things like solid color fills, probably much faster, possibly as high as 8FPS.
Many plants don't exclusively reproduce from seeds, they can also reproduce from cuttings.
The only Linux terminal-mode text editor I can stand using is Midnight Commander.
I've seen Windows machines run out of handles. First you see applications not drawing properly, or missing buttons, then you see windows failing to be created. When it tries to create the window, it fails, then you hear the "Critical Stop" sound played instead of a dialog appearing.
Sometimes, it won't even create menus, so you can't right-click on a program in your taskbar and close it, but you can still activate the window and press Alt+F4 to close the program.
Once your system gets into that state, start closing programs (Calc, Explorer windows, etc. ) until you can use your computer again. Once you've closed enough programs, your computer works again. Don't even need to reboot.
How much technical terminology really is English in the first place?
"Binary" is from Latin, "Digit" is from Latin, and "Bit" is a contraction of "Binary Digit". "Byte" is from English and is based on the word "Bit".
Let's talk TCP. "Transmission" is from Latin, "Protocol" is from French and Latin, and "Control" is from English.
Using an Operating System? Both words from Latin, System is also from Greek.
Connecting your electronics on a PCB using a bus? "Electronics" is from Greek, "print" is from French, "circuit" is from Latin, "board" is from English, and "bus" is from Latin (from "omnibus").
Developing a program? "Develop" and "Program" are both from French.
I could go on, but much of English is just loanwords anyway.
"Freedom is still the most radical idea of all." -- Nathaniel Branden