De acordo com as Leis 12.965/2014 e 13.709/2018, que regulam o uso da Internet e o tratamento de dados pessoais no Brasil, ao me inscrever na newsletter do portal DICAS-L, autorizo o envio de notificações por e-mail ou outros meios e declaro estar ciente e concordar com seus Termos de Uso e Política de Privacidade.
Colaboração: Rubens Queiroz de Almeida
Data de Publicação: 10 de Junho de 2004
Para incluir dentro de um texto editado com o vim o conteúdo de uma página Web, podemos fazer esta leitura diretamente:
:r !lynx -dump http://www.dicas-l.com.br/dicas-l/20030811.shtml
O comando r indica ao vim que se deseja ler algo, no caso, o que for trazido pelo browser em modo texto lynx. Ao comando lynx foi fornecida uma URL, que será então lida integralmente dentro do comando, já sem a marcação HTML. Basta então fazer alguns pequenos ajustes e pronto.
A propósito, esta é a URL de uma das mensagens mais lidas do arquivo da Dicas-L :-)
Colaboração: Alexandre Hautequest
Após alguns vários anos de trabalho (e diversão) em Linux, finalmente consegui uma explicação daquele número que alguns insistem em comparar, mas que até então ninguém sabia de onde vinha. Hoje (04.06.2004), Linus explica a origem do BogoMIPS.
http://marc.theaimsgroup.com/?l=linux-kernel&m=108636170630513&w=2
Yeah, the bogomips have become too bogus to even be useful these days.
Just as a clarification, "bogomips" is really "bogo-timing-events-per-second-multiplied-by-two" (aka "bogotepsmbt").
The "timing event" used to be a "two-instruction loop", which is where the "multiplied-by-two" comes from: at that point the "bogotepsmbt" becomes the number of instructions per second, and that explains the "mips" part of the name.
But since it's really used for timing small delay loops, and since the two-instruction loop wasn't very good at that (due to power-usage, SMT issues, frequency changes, you name it), the implementations have sadly started to drift away from using instruction retire as the event they count, and start using a separate counter instead.
So 16.44 BogoMIPS these days really implies " ~8MHz timer frequency ".
The timer is a lot better from a technical standpoint, but it sure is a hell of a lot less entertaining than the original MIPS thing.
Linus
This policy contains information about your privacy. By posting, you are declaring that you understand this policy:
This policy is subject to change at any time and without notice.
These terms and conditions contain rules about posting comments. By submitting a comment, you are declaring that you agree with these rules:
Failure to comply with these rules may result in being banned from submitting further comments.
These terms and conditions are subject to change at any time and without notice.
Comentários