Why are you using an editor that would replace tabs with spaces when it initially reads the file, yet doesn't convert the spaces back to tabs when it saves it? Sounds like a bad editor to me.
If their resume has stuff where it's not exactly lined up right, they are a spaces guy. If everything is lined up right, then they are a tabs (or columns, or tables) guy.
From memory for USB (which isn't as good as it used to be): Keyboard Mouse UPS Monitor CPU Cooler Webcam Hard Drive Docking Station Game Pad Head Phones Printer iPhone/iPad cable Bluetooth Dongle
I'm sure there is a couple others in there, but I forget without looking. So 11 USB ports minimum. I've tried eSATA, but I found it flakey. And of course, I use two HDMI, and occasionally the DVI port.
No, "lossless compression" and "uncompressed' are two different things. A good lossless compression example would be like a.ZIP file. When you uncompress it, the output is exactly the same as the original source bit-for-bit. Uncompressed means no compression was used at all.
Besides the file coming from an I trusted source attribute, each file also has read, write, execute, list and a bunch of other security attributes as well.
To be fair on Windows, you can also change the security on files/directories and remove the executable permission just like what chmod does too. It's just that noone ever does that.
Are you lying, or just an idiot? Have you ever tried it? You still have the File/Edit/View menus when you delete ie.exe in older versions of windows. I haven't tried on the newest, but older ones would actually load IE in File Explorer (all the menus across the top, the E logo, and all, no idea about bookmarks, didn't think that would be such an issue years later for some jackass on the Internet), when IE.EXE was deleted and you browsed in File Explorer to a web site.
Are you lying or just an idiot? Have you ever tried it? If you delete/rename iexplore.exe (not IE.EXE -- there is no such file), and you type a url into file explorer, it tries to open IE in a new window and since it doesn't exist, it does nothing but you see a quick flicker. Perhaps you should try things before calling people an idiot and looking like one yourself.
Why would you assume caching is an application function? Caching is not necessarily an application function at all. All layers of a program stack does caching.
Then Lynx is a rendering engine, but not a browser, because the last time I used it, it didn't have bookmarks.
Your logic is flawed. I never said browsers need bookmarks to be a browser, but bookmarks if available would typically be an application level construct and therefor be controlled by the application. You implication that I said all browsers must have bookmarks is just plain wrong.
Oh, and my Android phone will save bookmarks, even if you delete all the browsers off it.
That's nice. And this has what to do with anything?
As a reference, I refer you to the standard OSI model for networking, which has seven layers:
Physical (Layer 1)
This layer conveys the bit stream - electrical impulse, light or radio signal -- through the network at the electrical and mechanical level. It provides the hardware means of sending and receiving data on a carrier, including defining cables, cards and physical aspects. Fast Ethernet, RS232, and ATM are protocols with physical layer components.
At this layer, data packets are encoded and decoded into bits. It furnishes transmission protocol knowledge and management and handles errors in the physical layer, flow control and frame synchronization. The data link layer is divided into two sub layers: The Media Access Control (MAC) layer and the Logical Link Control (LLC) layer. The MAC sub layer controls how a computer on the network gains access to the data and permission to transmit it. The LLC layer controls frame synchronization, flow control and error checking.
Layer 2 Data Link examples include PPP, FDDI, ATM, IEEE 802.5/ 802.2, IEEE 802.3/802.2, HDLC, Frame Relay.
Network (Layer 3)
This layer provides switching and routing technologies, creating logical paths, known as virtual circuits, for transmitting data from node to node. Routing and forwarding are functions of this layer, as well as addressing, internetworking, error handling, congestion control and packet sequencing.
Layer 3 Network examples include AppleTalk DDP, IP, IPX.
Transport (Layer 4)
This layer provides transparent transfer of data between end systems, or hosts, and is responsible for end-to-end error recovery and flow control. It ensures complete data transfer.
Layer 4 Transport examples include SPX, TCP, UDP.
Session (Layer 5)
This layer establishes, manages and terminates connections between applications. The session layer sets up, coordinates, and terminates conversations, exchanges, and dialogues between the applications at each end. It deals with session and connection coordination.
Layer 5 Session examples include NFS, NetBios names, RPC, SQL.
Presentation (Layer 6)
This layer provides independence from differences in data representation (e.g., encryption) by translating from application to network format, and vice versa. The presentation layer works to transform data into the form that the application layer can accept. This layer formats and encrypts data to be sent across a network, providing freedom from compatibility problems. It is sometimes called the syntax layer.
This layer supports application and end-user processes. Communication partners are identified, quality of service is identified, user authentication and privacy are considered, and any constraints on data syntax are identified. Everything at this layer is application-specif
Or perhaps you think that MSHTML contains more than it does when you say the user interface survives. The standard File/Edit/View/Window menu is not in there. None of the bookmark stuff is in there. The UI to add/clear cookies is not in there. The menu, dialogs, toolbar, window tabs, print preview, print dialogs, URL bar, favorites, back/home/forward buttons, status bar, and pretty sure the debugger are not in MSHTML. Pretty much anything you could consider any part of the user interface (aside from rendering HTML onto a window) is not in MSHTML.
I know exactly what a browser is, but apparently you do not. A html rendering engine is not a browser. A browser may use a system supplied rendering engine, or it may use it's own rendering engine in order to browse. Much like it may also use the networking components of the OS, or it may bypass some (or nearly all of) the OS components and do it's own networking stuff. Saying that you can't delete IE because you can't delete one of the components that it uses is just plain silly. What if IE decided to no longer use MSHTML.DLL and do it's own rendering engine, like MS is currently doing with windows 10? MSHTML.DLL is one component that is independent of the browser, but one that IE may or may not use.
Firefox on iOS uses the webkit rendering engine. As does chrome. Are they not browsers? Should I complain that I can't uninstall firefox or chrome on iOS because it leaves behind the OS supplied webkit rendering engine? Maxthon and a number of other Windows browsers use MSHTML, are they not browsers then?
The window help system did (not sure if it still does) used MSHTML.DLL to render help files, but it is not a browser. Do you see? A HTML rendering engine is one component. Just like the network stack, the display API, the user input API, and a host of other components that the browser uses, but aren't part of the browser.
Have you thought about possibly setting up a VM in the cloud and just using your connection to control the VM? Seems like that may be a better choice for you, depending of course.
As a developer who recently had to contact google, I can confirm they are worse. Dropped complete support for an underlying technology we used from them with 6 weeks "notice". From "we recommend using this".. "to this won't work at all in 6 weeks". In fact, they haven't had time to remove their recommendations from their own dev areas yet. Thanks google.
That depends on your point of view I suppose. So you think that a HTML parser, renderers, FTP parsers are part of IE. At what layer is it no longer IE, and part of the OS? Why stop at the layer and dig down another layer and say you can't delete IE because the OS still can create TCP sockets? Or down another layer and it can do IP? Or down another layer and it knows how to handle ethernet packets? IE was and is only the top layer... The application. If you want to refer to the entire HTML parser and renderer, say that, but those aren't "IE".
Microsoft's CSS box model, for example, was different, and many websites today use the standards to set their sites back to the old Microsoft box model because it makes much more logical sense and makes doing responsive websites easier. Funny that.
Why are you using an editor that would replace tabs with spaces when it initially reads the file, yet doesn't convert the spaces back to tabs when it saves it? Sounds like a bad editor to me.
On typewriters and early word processors it was 8, and still is usually.
Linus is irrelevant. He's over 40 and will never find a job.
If their resume has stuff where it's not exactly lined up right, they are a spaces guy. If everything is lined up right, then they are a tabs (or columns, or tables) guy.
Well a pilot gets better with experience, but a computer has the experience and knows how to correct every error ever previously encountered.
You mean like the trains at Chicago, Las Vegas, San Francisco, Miami, New York, Tampa, Seattle airports?
He was referring to the GPL license, which he was correct. It's like a cancer
System.Threading.Tasks.Task.Run(()=>do_something(a,b));
From memory for USB (which isn't as good as it used to be):
Keyboard
Mouse
UPS Monitor
CPU Cooler
Webcam
Hard Drive Docking Station
Game Pad
Head Phones
Printer
iPhone/iPad cable
Bluetooth Dongle
I'm sure there is a couple others in there, but I forget without looking. So 11 USB ports minimum. I've tried eSATA, but I found it flakey. And of course, I use two HDMI, and occasionally the DVI port.
Yes because Apple's motto is "it just works... usually".
No, "lossless compression" and "uncompressed' are two different things. A good lossless compression example would be like a .ZIP file. When you uncompress it, the output is exactly the same as the original source bit-for-bit. Uncompressed means no compression was used at all.
Of course there is. The question is how quickly it could be implemented, and what type of performance overhead it would take, and if it is worthwhile.
Uh, no on all points.
There is no patent clause for internal distribution in the GPL.
Microsoft didn't put the code in linux, so they can't be legally bound by a license for code regarding it.
You, are obviously not a lawyer. Any decent lawyer could tell you that.
Besides the file coming from an I trusted source attribute, each file also has read, write, execute, list and a bunch of other security attributes as well.
Sorry, it's located under file properties, security.
Well do the permissions stick in Linux when using FAT as your removable media format?
To be fair on Windows, you can also change the security on files/directories and remove the executable permission just like what chmod does too. It's just that noone ever does that.
Are you lying, or just an idiot? Have you ever tried it? You still have the File/Edit/View menus when you delete ie.exe in older versions of windows. I haven't tried on the newest, but older ones would actually load IE in File Explorer (all the menus across the top, the E logo, and all, no idea about bookmarks, didn't think that would be such an issue years later for some jackass on the Internet), when IE.EXE was deleted and you browsed in File Explorer to a web site.
Are you lying or just an idiot? Have you ever tried it? If you delete/rename iexplore.exe (not IE.EXE -- there is no such file), and you type a url into file explorer, it tries to open IE in a new window and since it doesn't exist, it does nothing but you see a quick flicker. Perhaps you should try things before calling people an idiot and looking like one yourself.
A program that renders is a browser.
Only according to you.
application function of caching
Why would you assume caching is an application function? Caching is not necessarily an application function at all. All layers of a program stack does caching.
Then Lynx is a rendering engine, but not a browser, because the last time I used it, it didn't have bookmarks.
Your logic is flawed. I never said browsers need bookmarks to be a browser, but bookmarks if available would typically be an application level construct and therefor be controlled by the application. You implication that I said all browsers must have bookmarks is just plain wrong.
Oh, and my Android phone will save bookmarks, even if you delete all the browsers off it.
That's nice. And this has what to do with anything?
As a reference, I refer you to the standard OSI model for networking, which has seven layers:
Physical (Layer 1)
This layer conveys the bit stream - electrical impulse, light or radio signal -- through the network at the electrical and mechanical level. It provides the hardware means of sending and receiving data on a carrier, including defining cables, cards and physical aspects. Fast Ethernet, RS232, and ATM are protocols with physical layer components.
Layer 1 Physical examples include Ethernet, FDDI, B8ZS, V.35, V.24, RJ45.
Data Link (Layer 2)
At this layer, data packets are encoded and decoded into bits. It furnishes transmission protocol knowledge and management and handles errors in the physical layer, flow control and frame synchronization. The data link layer is divided into two sub layers: The Media Access Control (MAC) layer and the Logical Link Control (LLC) layer. The MAC sub layer controls how a computer on the network gains access to the data and permission to transmit it. The LLC layer controls frame synchronization, flow control and error checking.
Layer 2 Data Link examples include PPP, FDDI, ATM, IEEE 802.5/ 802.2, IEEE 802.3/802.2, HDLC, Frame Relay.
Network (Layer 3)
This layer provides switching and routing technologies, creating logical paths, known as virtual circuits, for transmitting data from node to node. Routing and forwarding are functions of this layer, as well as addressing, internetworking, error handling, congestion control and packet sequencing.
Layer 3 Network examples include AppleTalk DDP, IP, IPX.
Transport (Layer 4)
This layer provides transparent transfer of data between end systems, or hosts, and is responsible for end-to-end error recovery and flow control. It ensures complete data transfer.
Layer 4 Transport examples include SPX, TCP, UDP.
Session (Layer 5)
This layer establishes, manages and terminates connections between applications. The session layer sets up, coordinates, and terminates conversations, exchanges, and dialogues between the applications at each end. It deals with session and connection coordination.
Layer 5 Session examples include NFS, NetBios names, RPC, SQL.
Presentation (Layer 6)
This layer provides independence from differences in data representation (e.g., encryption) by translating from application to network format, and vice versa. The presentation layer works to transform data into the form that the application layer can accept. This layer formats and encrypts data to be sent across a network, providing freedom from compatibility problems. It is sometimes called the syntax layer.
Layer 6 Presentation examples include encryption, ASCII, EBCDIC, TIFF, GIF, PICT, JPEG, MPEG, MIDI, HTML.
Application (Layer 7)
This layer supports application and end-user processes. Communication partners are identified, quality of service is identified, user authentication and privacy are considered, and any constraints on data syntax are identified. Everything at this layer is application-specif
Or perhaps you think that MSHTML contains more than it does when you say the user interface survives. The standard File/Edit/View/Window menu is not in there. None of the bookmark stuff is in there. The UI to add/clear cookies is not in there. The menu, dialogs, toolbar, window tabs, print preview, print dialogs, URL bar, favorites, back/home/forward buttons, status bar, and pretty sure the debugger are not in MSHTML. Pretty much anything you could consider any part of the user interface (aside from rendering HTML onto a window) is not in MSHTML.
I know exactly what a browser is, but apparently you do not. A html rendering engine is not a browser. A browser may use a system supplied rendering engine, or it may use it's own rendering engine in order to browse. Much like it may also use the networking components of the OS, or it may bypass some (or nearly all of) the OS components and do it's own networking stuff. Saying that you can't delete IE because you can't delete one of the components that it uses is just plain silly. What if IE decided to no longer use MSHTML.DLL and do it's own rendering engine, like MS is currently doing with windows 10? MSHTML.DLL is one component that is independent of the browser, but one that IE may or may not use.
Firefox on iOS uses the webkit rendering engine. As does chrome. Are they not browsers? Should I complain that I can't uninstall firefox or chrome on iOS because it leaves behind the OS supplied webkit rendering engine? Maxthon and a number of other Windows browsers use MSHTML, are they not browsers then?
The window help system did (not sure if it still does) used MSHTML.DLL to render help files, but it is not a browser. Do you see? A HTML rendering engine is one component. Just like the network stack, the display API, the user input API, and a host of other components that the browser uses, but aren't part of the browser.
Have you thought about possibly setting up a VM in the cloud and just using your connection to control the VM? Seems like that may be a better choice for you, depending of course.
As a developer who recently had to contact google, I can confirm they are worse. Dropped complete support for an underlying technology we used from them with 6 weeks "notice". From "we recommend using this".. "to this won't work at all in 6 weeks". In fact, they haven't had time to remove their recommendations from their own dev areas yet. Thanks google.
That depends on your point of view I suppose. So you think that a HTML parser, renderers, FTP parsers are part of IE. At what layer is it no longer IE, and part of the OS? Why stop at the layer and dig down another layer and say you can't delete IE because the OS still can create TCP sockets? Or down another layer and it can do IP? Or down another layer and it knows how to handle ethernet packets? IE was and is only the top layer... The application. If you want to refer to the entire HTML parser and renderer, say that, but those aren't "IE".
Microsoft's CSS box model, for example, was different, and many websites today use the standards to set their sites back to the old Microsoft box model because it makes much more logical sense and makes doing responsive websites easier. Funny that.