Not only has Sony (now Daybreak) not run Project 1999 into the ground, they took the unusual step of officially endorsing it in 2015.
We have recently entered into a written agreement with Daybreak Game Company LLC that formally recognizes Project 1999 as a fan based, not-for-profit, classic EverQuest emulation project. The agreement establishes the guidelines that we as a project must follow, but it will allow to us continue to update the game without risk of legal repercussions.
This is quite a change from their attitude a decade earlier, when they forced Winter's Roar, a customized emulated server, to shut down.
Oops, correction: Yamaha's upgraded pads are silicone, not mesh. (Roland's upgraded pads are mesh). I just know they're "the white pads I like that feel better than the black rubber ones". http://spotlight.samash.com/bu...
Also, the drumset I have is the DTX530K, not DTX550K. The only difference is that the DTX550K includes an extra cymbal (which can be purchased separately anyway). I can never keep the specific product numbers straight in my mind.
It all depends on your expectations. (Also, I haven't tried very many kits--mostly the one I ultimately bought, the Yamaha DTX550K at close to $1000--so I'm basing my opinion on that.)
Sound: It'll probably be fine. Modern drumsets do a decent job of approximating the sounds of the real thing, with enough variety that the casual listener won't be able to tell the difference. The one thing that I can't get to sound convincing is a cymbal swell, but I don't normally use those anyway so it's not a big loss for me. This is also the easiest thing to preview before you buy, both in a music store and by simply watching videos. For example, here's a drummer who is much better than I am, using the same set as me. One big upside of electronic drums is that you can switch between a variety of sound banks with a push of a button. With real drums, you'd have to buy multiple drumsets to get the same result.
Feel: There's no getting around that electronic drums feel different from real drums. This is the biggest drawback, and will take some adjustment if you're used to regular drums. Definitely try before you buy. I do like mesh pads (the DTX550K includes a mesh snare) but they are significantly more expensive. Luckily these can be upgraded over time. Cymbals are likely to be disappointing no matter what you choose. Also note that some low end kits have only a pedal for the hi-hat; I chose my set partly because it includes a proper hi-hat.
Recording: I haven't done any kind of recording, but I would guess that having a direct line for the drums' sound instead of using microphones would be a benefit. You can also capture the MIDI output if you would have a use for it.
Noise level: It's about the same as rubber practice pads. (And mesh pads are even quieter still.) I once apologized to someone in the next apartment over for playing the drums late at night. She had no idea I even had a drumset.
But that's just where the usefulness ends. Sure, you now appreciate rock music, but can you play it in real life on real instruments? Millions of kids bought Guitar Hero and Rock Band to realize their dreams of actually becoming ROCK MUSICIANS. Sadly, all the games do is to train you to press colored buttons in sequence with colored lights. Those skills are not transferable to real instruments, and in fact, won't even get you an audition.
Yes, as a matter of fact I can play it on a real instrument, provided that you consider an electronic drumset "real". (And I don't mean the toy drums designed for Rock Band: I use a low end Yamaha set. I have neighbors who would not appreciate the volume of a normal drumset, so this is the best I can do.) The same drumset that I play as a standalone instrument is also my controller for Rock Band 3, thanks to a $20 MIDI adapter.
I'll never be a great drummer--I'm passable at best, and don't have the drive to improve beyond that--but I did develop some of my early skills using Rock Band games.
I don't know about Nexus phones specifically, but unless the hardware is locked down you should be able to put Android in a chroot jail instead, with a proper GNU/Linux environment on the outside. Then in the Android world you can run a VNC client app, or ssh in a terminal app (with optional X server app), to break back out.
I got it working on my N900 substitute, a $200 "Samsung Galaxy S Relay 4G" (SGH-T699), which has a great 5 row slide out keyboard to make up for its otherwise unremarkable (but still better than N900) hardware. There are still a lot of rough edges to smooth out--currently to direct audio to the headphone port I use a shell script with 9 amixer commands, for example--but I get the sense that this is just a matter of putting in more time tinkering.
I think there is a significant number of women who are interested but are dissuaded from studying computer science for some other reason(s).
My school had an overall male/female ratio of something like 70/30, and most of my computer science classes were closer to 90/10. But "pure" math courses tended to be close to 50/50 as well as more racially diverse if I remember correctly. Courses cross-listed between both departments fell somewhere in between.
Shouldn't there have been a large overlap between the groups of people interested in, for example, complexity theory (computer science department) and graph theory (math department)? Besides covering related content, both courses emphasized a similar set of skills, primarily reading/writing formal proofs, and had similar difficulty and workload levels. Neither course was required for any major or had formal prerequisites. Yet complexity theory was dominated by white men and graph theory was not. Why is that?
I don't deny that there are fewer women overall who are interested in science and technology fields, but even among the women who are, in my experience a disproportionate number of women chose math over computer science. (Or perhaps it is the men who chose computer science over math?) Either way this suggests to me that the problem extends beyond level of interest in course content.
I think one solution to this is for us to remind them they are actually our public servants as often as possible. If you are lost, then go up and ask them for directions if they seem to be standing around doing nothing. Hell, maybe even ask them if you are not lost just so they get to talk to a law abiding citizen for a change. Then, if they are helpful, be polite and courteous and make sure you say thanks.
They will still have to deal with utter some scumbags, but maybe if they spent more time dealing with people who are not then they might find it easier to not treat everyone like they are.
I have done this several times (not for this purpose but because I needed directions or other minor assistance). Each time the officer seemed to genuinely appreciate the chance to help and be seen as the "good guy" in the eyes of the person he was interacting with.
Not that my experiences are any more than anecdotes, but they line up with your thoughts. How many police officers assume the worst of us because we assume the worst of them and treat them accordingly?
Fraudulent speech is still speech, yet even most libertarians agree with penalizing fraud. Commercial speech being speech doesn't automatically exempt it from regulation.
I'm not the grandparent poster, and my political and economic views are well to the left (within the US spectrum). But I, too, found that many candidates were astonishingly bad in a way that no amount of training would likely have corrected for.
At my previous job, our test/icebreaker was simple: we sat the candidate down at a computer with a C++ file to read and digest for up to half an hour, left the room and then returned with this question: "So, what does this code do?" There were no tricks--the file was about 300 lines long, was designed to be readable (with meaningful variable names and occasional comments), and used only the most basic of C++ features. It did nothing more sophisticated than applying some logical tests to an input object in order to select a return value.
You know what I did that impressed the team when I was asked "So, what does this code do" on my interview? I gave a one-sentence summary before diving into details. I was skeptical when my boss told me this shortly after starting the new job. But we interviewed a dozen or so additional candidates over the following year, and half of them were only capable of giving line-by-line explanations ("Well, at the top of this function first we check if this parameter is less than 60, if so we stop and return this value, otherwise...") even after we stopped them and specifically asked for a brief high level summary. They all interpreted the individual lines of code correctly, but only half could express what the code did as a whole.
We hired three people from this group (so about 1/4 of the people we interviewed). And we did provide plenty of training, or more accurately, we each taught each other based on our individual strengths. I had more SQL experience than the rest of the team, for example, so I took on the more difficult SQL-related tasks myself while others completed simpler tasks with my advice and guidance. Similarly, another member had more experience with pthreads than I did, so he helped me whenever I had issues related to multithreading. The end result was a team where everyone had specialties but could complete basic tasks in any relevant area.
Texas has the federal government to fall back on in case of, for example, natural disaster. The federal government doesn't have such a safety net; it must self-insure. On top of that, the federal government has to be prepared for contingencies such as war that do not really apply at the state level.
The period of time, one year, is arbitrary. Requiring a balanced yearly federal budget would be like requiring a balanced personal budget every two week pay period, even though my biggest expenses occur monthly.
What we really need is some way to balance the federal budget over a much longer period of time, a decade or two perhaps, spanning a full boom/bust cycle. This is, of course, much easier said than done.
Or you can press Ctrl+Shift+Del. One of the options (which should already be checked if you used it last time) is to clear the cache. A three-key combination and a button click and you're done, with no plugins needed.
No subsidy. Household of 1, 32 years old, income high enough that there is no subsidy (put 100k or whatever). A silver plan is estimated at $272/month.
Data points for comparison (non-smoker, no pre-existing conditions): * 2005: Employer health plan similar to a silver plan. Monthly premium was $330/month of which the employer paid 75%. (Compare $231/month from the calculator for a 25 year old.) * 2007: Unemployed. The cheapest individual plan I could find was $500/month, similar to a silver plan; COBRA let me keep the $330/month plan but I had to pay 100% of the premium. $150/month state-subsidized option would have been available but only after I depleted my assets. (Compare $241/month from the calculator for a 27 year old.) * 2010: Employer health plan similar to a gold plan. Monthly premium was about $600/month of which the employer paid 75%. (Calculator doesn't give numbers for a gold plan.) * 2012: Employer high deductible health plan similar to a silver plan, with the employer paying 100% of both premium and deductible used. Monthly premium was $350/month, and will remain unchanged through 2014. (Compare $272/month from the calculator for a 32 year old.)
Now, I live in New York rather than California, so I wouldn't have the rates given by California's calculator. Instead it looks like the cheapest silver plan where I live will be $300/month.
And the amount California's insurance cost calculator shows me is $80/month cheaper than what my employer currently pays for me, and over $200/month cheaper than the cheapest plan I could find as an individual when I was unemployed over 5 years ago.
How is the government subsidizing coverage for its employees any different from private sector employers paying some or all of their employees' premiums as a job benefit?
They could simply ask--yes or no--on the tax return, then require people who are audited to bring paperwork backing it up (just like any other claim on a tax return).
How would property be divided up at the year-end "divorce" of college roommates, especially if they end up not getting along? That alone might be messy enough to discourage such sham marriages, I think.
I can't think of the last time I've heard of a Justice saying that he personally detests the ruling but 'this is what the law says'
Roberts on the constitutionality of the ACA, perhaps?
The Affordable Care Act’s requirement that certain individuals pay a financial penalty for not obtaining health insurance may reasonably be characterized as a tax. Because the Constitution permits such a tax, it is not our role to forbid it, or to pass upon its wisdom or fairness.
This reads to me as "I don't like it, but my hands are tied". Why mention the wisdom or fairness of the law, rather than stopping at "it is not our role to forbid it", if he thought the law was wise and fair?
The people I've talked to generally prefer "black". The key is to use it as an adjective rather than as a noun: "black" describes them, but doesn't define them. "Black people": good. "Blacks": not so good (though better than some of the alternatives). I imagine I'd feel the same about being defined rather than described by any of my physical traits.
And this is the kind of thing an introductory philosophy of science course would cover. What are the fundamental (and typically unstated) assumptions we make about the universe in order for science to be useful, and what would the implications be if any of these assumptions were false? What are the limitations of measurement? What kind of questions can and can't be answered scientifically? What is the relationship between math and science?
Add in some formal logic and basic statistics, and students will have a better understanding of the levels of certainty in science and how to identify the assumptions to be reexamined when experimental results differ from the expectations that follow from those assumptions.
"Some false confessors have a pathological need for attention," Saul Kassin, PhD, a distinguished professor of psychology at the John Jay College of Criminal Justice in New York and professor at Williams College in Williamstown, Mass., says to explain confessions like Karr's.
"That is what everyone is speculating in the Karr case," he says. "The pathology is such that that need predominates. And everything else fades into the background." Even the risk of prison or death.
While it's certainly not the most likely scenario, it's not beyond the realm of possibility that Snowden craved attention and so claimed responsibility for something he didn't do. I can't think of an easier way to gain instant fame/notoriety of this magnitude.
Maybe he was considering leaking information, got beaten to the punch, but decided he wanted to be the one in the history books anyway.
Maybe he's sacrificing his own freedom to protect a friend who would have more to lose if revealed as the actual source of the leak.
Or maybe the simplest explanation is the correct one, and Snowden's confession is true. But we need supporting evidence before we can make this conclusion, and that's why it may be premature to call him a criminal. (To my knowledge it's not illegal to make a false confession to the public rather than the police.)
After a couple of years we just decided having her lie in bed staring at the ceiling every night was silly.
In fact, it's not just silly but counterproductive. Proper sleep hygiene includes getting out of bed if unable to fall asleep in a reasonable length of time. Otherwise it can make insomnia worse.
Something tells me it would be far better on your wrist and your pinky if you just moved your entire hand the little extra distance and used one of your other fingers instead of stretching with that pinky.
I agree with this. I've never been able to curl my pinkies without also curling my ring finger, and it hasn't hurt my career as a developer in the least. I just learned to hit a few of the keys with my ring finger instead of my pinky, with small hand movements as needed.
Keys I hit with my left ring finger instead of my left pinky: ` 1 tab Keys I hit with my right ring finger instead of my right pinky: 0 - = backspace [ ] ; / (Hitting semicolon with my ring finger and then enter with my pinky turned out to be quite convenient in many common programming languages, where lines tend to end with semicolons.) I use the left shift key exclusively, and when holding it down, my left ring finger takes over the Q A Z keys.
Despite these changes, I type slightly faster than most of my peers, and unless typing continuously for an extended period of time (which is very rare when programming) I never feel any kind of fatigue in my hands.
Has there been a DRM in history that has not been cracked?
To my knowledge, the system used to restrict digital cable has not been cracked (apart from the "analog hole" workaround). That's the only example that comes to mind though.
Not only has Sony (now Daybreak) not run Project 1999 into the ground, they took the unusual step of officially endorsing it in 2015.
This is quite a change from their attitude a decade earlier, when they forced Winter's Roar, a customized emulated server, to shut down.
Oops, correction: Yamaha's upgraded pads are silicone, not mesh. (Roland's upgraded pads are mesh). I just know they're "the white pads I like that feel better than the black rubber ones".
http://spotlight.samash.com/bu...
Also, the drumset I have is the DTX530K, not DTX550K. The only difference is that the DTX550K includes an extra cymbal (which can be purchased separately anyway). I can never keep the specific product numbers straight in my mind.
It all depends on your expectations. (Also, I haven't tried very many kits--mostly the one I ultimately bought, the Yamaha DTX550K at close to $1000--so I'm basing my opinion on that.)
Sound: It'll probably be fine. Modern drumsets do a decent job of approximating the sounds of the real thing, with enough variety that the casual listener won't be able to tell the difference. The one thing that I can't get to sound convincing is a cymbal swell, but I don't normally use those anyway so it's not a big loss for me.
This is also the easiest thing to preview before you buy, both in a music store and by simply watching videos. For example, here's a drummer who is much better than I am, using the same set as me.
One big upside of electronic drums is that you can switch between a variety of sound banks with a push of a button. With real drums, you'd have to buy multiple drumsets to get the same result.
Feel: There's no getting around that electronic drums feel different from real drums. This is the biggest drawback, and will take some adjustment if you're used to regular drums. Definitely try before you buy.
I do like mesh pads (the DTX550K includes a mesh snare) but they are significantly more expensive. Luckily these can be upgraded over time. Cymbals are likely to be disappointing no matter what you choose. Also note that some low end kits have only a pedal for the hi-hat; I chose my set partly because it includes a proper hi-hat.
Recording: I haven't done any kind of recording, but I would guess that having a direct line for the drums' sound instead of using microphones would be a benefit. You can also capture the MIDI output if you would have a use for it.
Noise level: It's about the same as rubber practice pads. (And mesh pads are even quieter still.)
I once apologized to someone in the next apartment over for playing the drums late at night. She had no idea I even had a drumset.
But that's just where the usefulness ends. Sure, you now appreciate rock music, but can you play it in real life on real instruments? Millions of kids bought Guitar Hero and Rock Band to realize their dreams of actually becoming ROCK MUSICIANS. Sadly, all the games do is to train you to press colored buttons in sequence with colored lights. Those skills are not transferable to real instruments, and in fact, won't even get you an audition.
Yes, as a matter of fact I can play it on a real instrument, provided that you consider an electronic drumset "real". (And I don't mean the toy drums designed for Rock Band: I use a low end Yamaha set. I have neighbors who would not appreciate the volume of a normal drumset, so this is the best I can do.) The same drumset that I play as a standalone instrument is also my controller for Rock Band 3, thanks to a $20 MIDI adapter.
I'll never be a great drummer--I'm passable at best, and don't have the drive to improve beyond that--but I did develop some of my early skills using Rock Band games.
I don't know about Nexus phones specifically, but unless the hardware is locked down you should be able to put Android in a chroot jail instead, with a proper GNU/Linux environment on the outside. Then in the Android world you can run a VNC client app, or ssh in a terminal app (with optional X server app), to break back out.
I got it working on my N900 substitute, a $200 "Samsung Galaxy S Relay 4G" (SGH-T699), which has a great 5 row slide out keyboard to make up for its otherwise unremarkable (but still better than N900) hardware. There are still a lot of rough edges to smooth out--currently to direct audio to the headphone port I use a shell script with 9 amixer commands, for example--but I get the sense that this is just a matter of putting in more time tinkering.
I think there is a significant number of women who are interested but are dissuaded from studying computer science for some other reason(s).
My school had an overall male/female ratio of something like 70/30, and most of my computer science classes were closer to 90/10. But "pure" math courses tended to be close to 50/50 as well as more racially diverse if I remember correctly. Courses cross-listed between both departments fell somewhere in between.
Shouldn't there have been a large overlap between the groups of people interested in, for example, complexity theory (computer science department) and graph theory (math department)? Besides covering related content, both courses emphasized a similar set of skills, primarily reading/writing formal proofs, and had similar difficulty and workload levels. Neither course was required for any major or had formal prerequisites. Yet complexity theory was dominated by white men and graph theory was not. Why is that?
I don't deny that there are fewer women overall who are interested in science and technology fields, but even among the women who are, in my experience a disproportionate number of women chose math over computer science. (Or perhaps it is the men who chose computer science over math?) Either way this suggests to me that the problem extends beyond level of interest in course content.
I have done this several times (not for this purpose but because I needed directions or other minor assistance). Each time the officer seemed to genuinely appreciate the chance to help and be seen as the "good guy" in the eyes of the person he was interacting with.
Not that my experiences are any more than anecdotes, but they line up with your thoughts. How many police officers assume the worst of us because we assume the worst of them and treat them accordingly?
Fraudulent speech is still speech, yet even most libertarians agree with penalizing fraud. Commercial speech being speech doesn't automatically exempt it from regulation.
I'm not the grandparent poster, and my political and economic views are well to the left (within the US spectrum). But I, too, found that many candidates were astonishingly bad in a way that no amount of training would likely have corrected for.
At my previous job, our test/icebreaker was simple: we sat the candidate down at a computer with a C++ file to read and digest for up to half an hour, left the room and then returned with this question: "So, what does this code do?" There were no tricks--the file was about 300 lines long, was designed to be readable (with meaningful variable names and occasional comments), and used only the most basic of C++ features. It did nothing more sophisticated than applying some logical tests to an input object in order to select a return value.
You know what I did that impressed the team when I was asked "So, what does this code do" on my interview? I gave a one-sentence summary before diving into details. I was skeptical when my boss told me this shortly after starting the new job. But we interviewed a dozen or so additional candidates over the following year, and half of them were only capable of giving line-by-line explanations ("Well, at the top of this function first we check if this parameter is less than 60, if so we stop and return this value, otherwise...") even after we stopped them and specifically asked for a brief high level summary. They all interpreted the individual lines of code correctly, but only half could express what the code did as a whole.
We hired three people from this group (so about 1/4 of the people we interviewed). And we did provide plenty of training, or more accurately, we each taught each other based on our individual strengths. I had more SQL experience than the rest of the team, for example, so I took on the more difficult SQL-related tasks myself while others completed simpler tasks with my advice and guidance. Similarly, another member had more experience with pthreads than I did, so he helped me whenever I had issues related to multithreading. The end result was a team where everyone had specialties but could complete basic tasks in any relevant area.
Texas has the federal government to fall back on in case of, for example, natural disaster. The federal government doesn't have such a safety net; it must self-insure. On top of that, the federal government has to be prepared for contingencies such as war that do not really apply at the state level.
The period of time, one year, is arbitrary. Requiring a balanced yearly federal budget would be like requiring a balanced personal budget every two week pay period, even though my biggest expenses occur monthly.
What we really need is some way to balance the federal budget over a much longer period of time, a decade or two perhaps, spanning a full boom/bust cycle. This is, of course, much easier said than done.
Or you can press Ctrl+Shift+Del. One of the options (which should already be checked if you used it last time) is to clear the cache. A three-key combination and a button click and you're done, with no plugins needed.
No subsidy. Household of 1, 32 years old, income high enough that there is no subsidy (put 100k or whatever). A silver plan is estimated at $272/month.
Data points for comparison (non-smoker, no pre-existing conditions):
* 2005: Employer health plan similar to a silver plan. Monthly premium was $330/month of which the employer paid 75%. (Compare $231/month from the calculator for a 25 year old.)
* 2007: Unemployed. The cheapest individual plan I could find was $500/month, similar to a silver plan; COBRA let me keep the $330/month plan but I had to pay 100% of the premium. $150/month state-subsidized option would have been available but only after I depleted my assets. (Compare $241/month from the calculator for a 27 year old.)
* 2010: Employer health plan similar to a gold plan. Monthly premium was about $600/month of which the employer paid 75%. (Calculator doesn't give numbers for a gold plan.)
* 2012: Employer high deductible health plan similar to a silver plan, with the employer paying 100% of both premium and deductible used. Monthly premium was $350/month, and will remain unchanged through 2014. (Compare $272/month from the calculator for a 32 year old.)
Now, I live in New York rather than California, so I wouldn't have the rates given by California's calculator. Instead it looks like the cheapest silver plan where I live will be $300/month.
And the amount California's insurance cost calculator shows me is $80/month cheaper than what my employer currently pays for me, and over $200/month cheaper than the cheapest plan I could find as an individual when I was unemployed over 5 years ago.
How is the government subsidizing coverage for its employees any different from private sector employers paying some or all of their employees' premiums as a job benefit?
They could simply ask--yes or no--on the tax return, then require people who are audited to bring paperwork backing it up (just like any other claim on a tax return).
How would property be divided up at the year-end "divorce" of college roommates, especially if they end up not getting along? That alone might be messy enough to discourage such sham marriages, I think.
Roberts on the constitutionality of the ACA, perhaps?
This reads to me as "I don't like it, but my hands are tied". Why mention the wisdom or fairness of the law, rather than stopping at "it is not our role to forbid it", if he thought the law was wise and fair?
The people I've talked to generally prefer "black". The key is to use it as an adjective rather than as a noun: "black" describes them, but doesn't define them. "Black people": good. "Blacks": not so good (though better than some of the alternatives).
I imagine I'd feel the same about being defined rather than described by any of my physical traits.
And this is the kind of thing an introductory philosophy of science course would cover. What are the fundamental (and typically unstated) assumptions we make about the universe in order for science to be useful, and what would the implications be if any of these assumptions were false? What are the limitations of measurement? What kind of questions can and can't be answered scientifically? What is the relationship between math and science?
Add in some formal logic and basic statistics, and students will have a better understanding of the levels of certainty in science and how to identify the assumptions to be reexamined when experimental results differ from the expectations that follow from those assumptions.
Indeed. Consider the false confession of John Mark Karr in the JonBenet Ramsey case:
While it's certainly not the most likely scenario, it's not beyond the realm of possibility that Snowden craved attention and so claimed responsibility for something he didn't do. I can't think of an easier way to gain instant fame/notoriety of this magnitude.
Maybe he was considering leaking information, got beaten to the punch, but decided he wanted to be the one in the history books anyway.
Maybe he's sacrificing his own freedom to protect a friend who would have more to lose if revealed as the actual source of the leak.
Or maybe the simplest explanation is the correct one, and Snowden's confession is true. But we need supporting evidence before we can make this conclusion, and that's why it may be premature to call him a criminal. (To my knowledge it's not illegal to make a false confession to the public rather than the police.)
In fact, it's not just silly but counterproductive. Proper sleep hygiene includes getting out of bed if unable to fall asleep in a reasonable length of time. Otherwise it can make insomnia worse.
Estás Segura?
Not necessarily. One account could have been written from a reference frame moving relative to Adam and Eve.
I agree with this. I've never been able to curl my pinkies without also curling my ring finger, and it hasn't hurt my career as a developer in the least. I just learned to hit a few of the keys with my ring finger instead of my pinky, with small hand movements as needed.
Keys I hit with my left ring finger instead of my left pinky: ` 1 tab
Keys I hit with my right ring finger instead of my right pinky: 0 - = backspace [ ] ; /
(Hitting semicolon with my ring finger and then enter with my pinky turned out to be quite convenient in many common programming languages, where lines tend to end with semicolons.)
I use the left shift key exclusively, and when holding it down, my left ring finger takes over the Q A Z keys.
Despite these changes, I type slightly faster than most of my peers, and unless typing continuously for an extended period of time (which is very rare when programming) I never feel any kind of fatigue in my hands.
To my knowledge, the system used to restrict digital cable has not been cracked (apart from the "analog hole" workaround). That's the only example that comes to mind though.