• 1 Post
  • 497 Comments
Joined 2 years ago
cake
Cake day: July 9th, 2023

help-circle








  • Yes, but you can write it in different ways. If the numeric string contains a dot, left of it must be between 0 and 255, and is put in the highest byte of the address. If the rest also contains a dot, repeat, but put it into the second highest byte.

    BUT: if the string does not contain a dot, the number is put into the remaining bytes.

    So 123.256 is a valid address. The 123 goes into the top byte, the 256 goes into the remaining three bytes, so the address would be 123.0.1.0.

    Most common example is 127.1, which is short for 127.0.0.1 - the localhost address.



  • This depends on what you are actually looking for, and how you are looking for it.

    Do you really need pattern matching, or do you only look for fixed strings? Then other tools may be faster.

    If you need case independent search on an upper- and lowercase data set, make a copy that is all upper or all lower, and search there.

    If you only search in certain columns, make a copy that only includes these.

    Or import the data into a database.





  • I remember installing a fresh PC with win98. During installation, I disabled some windows bloatware (Imagine! You actually could do this!), and ended up with an unresponsive, non-windows app blocking the system. I killed that app and removed it from the system. Keep in mind that at this point, no network connection was set up, nor did I install any driver or program yet, this was straight from the windows install medium.

    After reboot, the app was back, and again blocking the system.

    Wiping the harddisk and starting installation over did not help either.

    Turned out this was some bloatware installed by the BIOS whenever it detected at boot that there was a) a Windows installation that was b) “missing” their “register your PC with us” app. This needed some Windows bloatware to work, and thus failed on this machine.

    This was the only time I angrily screamed at a hotline worker.