search for: amus

Displaying 20 results from an estimated 399 matches for "amus".

Did you mean: asus
2007 Mar 23
1
Completely off topic, but amusing?
Folks: Thought that many on this list might find this amusing, perhaps even a bit relevant. Hope it's OK: ************ WASHINGTON - The government's estimate of the number of Americans without health insurance fell by nearly 2 million Friday, but not because anyone got health coverage. The Census Bureau <http://search.news.yahoo.com/search/n...
2019 Jul 30
1
FYA (for your amusement)
Well, we knew the 'Net was invented solely for cute cat pictures. Now I have proof that selinux is part of that conspiracy. From dmesg, on one of my servers: [ 3366.091561] SELinux: 8 users, 14 roles, 5031 types, 316 bools, 1 sens, 1024 cats mark
2009 Jul 16
1
An amusing scrub
Today, I ran a scrub on my rootFS pool. I received the following lovely output: # zpool status larger_root ? pool: larger_root ?state: ONLINE ?scrub: scrub completed after 307445734561825856h29m with 0 errors on Wed Jul 15 21:49:02 2009 config: ??????? NAME??????? STATE???? READ WRITE CKSUM ??????? larger_root? ONLINE?????? 0???? 0???? 0 ????????? c4t1d0s0? ONLINE?????? 0???? 0???? 0 errors: No
2020 Aug 01
4
Boot failed on latest CentOS 7 update
Totally and completely on my HP microfiber. Wouldn't get past anything to even get me into the grub menu. NOT AMUSED! _______________________ Kay Schenk
2012 Feb 02
4
an unusual use for R
I thought some of you might be amused by this. In my non-work time, I'm an avid weaver and teacher of weaving. I'm working on a project involving creating many detailed weaving patterns, so I wrote R code to automate it. Details here: http://stringpage.com/blog/?p=822 If the overlap between R users and avid tablet weavers...
2020 Aug 21
2
Clang is a resource hog, the installers for Windows miss quite some files, and are defect!
...ia llvm-dev <llvm-dev at lists.llvm.org> writes: > >> "Michael Kruse" <llvmdev at meinersbur.de> wrote: >> >>> I think David is not referring to the capitalization of file names, but to >>> "DUPLICATE", "WASTING", "NOT AMUSED", "BOGUS" etc. >> >> I EMPHASIZE in the only way possible with plain text. > > There are *many* ways to _emphasize_ text without shouting. > ~~~~~~~ How ugly; I prefer UPPER CASE! >>> It should be possible to...
2014 Nov 06
3
No thanks for breaking third-party applications
...object format to ELF.? Ugh. Well, updating the *.c32 files was enough to make the Linux discless thingy work again. BUT! The MirBSD bootloader actually took advantage of COMBOOT to provide access to SYSLINUX storage and other things. It was integrating nicely. Why did you take this away? I?m not amused. bye, //mirabilos -- Yes, I hate users and I want them to suffer. -- Marco d'Itri on gmane.linux.debian.devel.general
2009 Feb 05
3
The Origins of R AND CALCULUS
An amusing afterthought : What is a rival software (ahem!) was planting this, hoping for a divide between S and R communities.or at the very minimum hoping for some amusement. an assumption or even a pretense of stealing credit is one of the easiest ways of sparking intellectual discord Most users of softw...
2023 Aug 13
3
OFF TOPIC: chatGPT glibly produces a lot of wrong answers?
...correct are worse than a coin flip But its suggestions are so annoyingly plausible" ************************************* from here: https://www.theregister.com/2023/08/07/chatgpt_stack_overflow_ai/ Hmm... Perhaps not surprising. Sounds like some expert consultants I've met. ? Just for amusement. I am ignorant about this and have no strongly held views, Cheers to all, Bert [[alternative HTML version deleted]]
2006 Mar 21
2
[LLVMdev] Circular dependencies
...here is libLLVMipa.a, which gets pulled in by something in libLLVMTransformUtils.a, but which doesn't often seem to be needed in practice. The third set is also a bit surprising: You always need to link in an interpreter, even when you have a perfectly good JIT. I hope this information amuses or informs someone. :-) Cheers, Eric
2007 Dec 31
2
Time just moved backwards
This wins the 2007 award for strangest (or most amusing) log message: dovecot: Time just moved backwards by 13 seconds. This might cause a lot of problems, so I'll just kill myself now. It does, unfortunately, leave dovecot dead, which was pretty mysterious to me. Maybe it could re-exec instead?
2009 Jan 07
2
New York Times Article: Data Analysts Captivated by R's Power
Readers of this list might be interested in the following article in the New York Times and might find amusing the notion that "Some people familiar with R describe it as a supercharged version of Microsoft's Excel spreadsheet software...". http://www.nytimes.com/2009/01/07/technology/business-computing/07progra m.html?_r=1&ref=technology Art ----------------------------------------...
2009 Feb 09
2
Speex on windows, audio cutting out ("bug" discussion and fixes)
...to not be managed correctly in a multithreaded program, eventually sending the computation into NaN land. I am in the process of building everything back up with gcc-4 to verify this on windows. We don't have this problem on the intel mac build, that was already switched to gcc-4. As amused as we are that I have found a bug that really might be caused by the compiler ;-) I'd also be open to other reasons that the high-pass filter buffer is getting junked up. However, hopefully this post will help someone debugging this crazy problem in the future -- and its an amusing s...
2015 Jan 11
4
Design changes are done in Fedora
...? It was arrogant change with absolutely no regard for the existing Centos/RHEL users. That *is* a strange "design goal" (or 'objective' in English). Some may consider that "goal" an inadvertent omission. Obviously designed by non-Centos/RHEL users for their personal amusement and pleasure and not as an acceptable enhancement that could be implemented, perhaps in phases, within minimum disruption to existing systems reliant on stable Centos/RHEL. Yes, I know it takes brains to properly consider all the implications of major changes. On this occasion it seems the ...
2016 Oct 28
4
Disk near failure
...240 MLC? > Amazing. He suggested you definitely reliable drive (Samsung). Reliable in my boot too. You ask his opinion about yet another Corsair. One by Corsair failed on you already. So, you should have better knowledge about Corsair's SSD reliability, right? Sorry to sound sour, it just amuses me how people keep buying things made by the same company whose products already failed on them. This is what creates the problem: keeps companies manufacturing bad hardware exist. Valeri ++++++++++++++++++++++++++++++++++++++++ Valeri Galtsev Sr System Administrator Department of Astronomy and...
2007 Jul 10
3
ECDF, distribution of Pareto, distribution of Normal
Hello all, I would like to plot the emperical CDF, normal CDF and pareto CDF in the same graph and I amusing the following codes. "z" is a vector and I just need the part when z between 1.6 and 3. plot(ecdf(z), do.points=FALSE, verticals=TRUE, xlim=c(1.6,3),ylim=c(1-sum(z>1.6)/length(z), 1)) x <- seq(1.6, 3, 0.1) lines(x,pgpd(x, 1.544,0.4373,-0.2398), col="red") y <- seq...
2008 Dec 28
0
[LLVMdev] [Patch] Adding unit tests to LLVM
...really good C++ mocking libraries available. > It was just recently released. > > http://code.google.com/p/googlemock > > Keir > > Just briefly looked at the googlemock site and it sys about needed tr1 library. Third paragraph in System Requirements. It just struck me as amusing that visual c++ people need boost then. I'll look into this more. Thank you for your kind explanations. Regards Mark Kromis -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20081227/643eb4f5/attachment...
2016 Jan 06
2
what browser plugin provides Quicktime on 7.2?
...solution. Switching my FF user-agent to claim it was my tablet's chrome let these videos play fine. It appears that Apple's view is that page designers shouldn't be coding to require the plugin -- see bottom of: <https://support.apple.com/en-us/HT205081> so it's somewhat amusing that their site is doing just that.
2006 Mar 22
0
[LLVMdev] Circular dependencies
Hi Eric, Its definitely amusing :) About the only thing I can suggest are: 1. Combine LLVMSparc*.o into one LLVMSparc.a. That work is already happening with the new Sparc backend that is being developed. Should be out in 1.7 (Chris?) 2. Combine the JIT/Interpreter/ExecutionEngine into one .a I don't know enough about...
2011 Jul 30
2
Good for a chuckle
I see in my overnight email spool: https://bugzilla.redhat.com/show_bug.cgi?id=726872 I am amused because this kind of request comes up time and time again with respect the package management system It is technically _possible_ to attain this kind of rollbacks, in some tightly controlled environments [something like cell phone tower control computer applications, where there are essentia...