|
11/22 |
2008/2/20-22 [Science/Space, Computer/SW/Editors/IDE] UID:49199 Activity:moderate |
2/20 Lunar eclipse poll: Totally magnificent: Worth seeing: ... Don't care, irrelevant to my life: . Lunar Eclipse? What Lunar Eclipse?: . Cloudy, pretty much missed it: ... Was busy at home whining about latest herpes outbreak: . \_ hahahaha this is pretty hilarious \_ ha ha! I kill me. fuck. \_ The problem is that in the grocery store, the person who is moving the aisles around is a grocer who knows his customers. On the Web, redesigns are often controlled by people who have no clue what web customers need. Particularly when the web site has a print publication side; print design and web design are two completely different things. It's like having the grocery aisles laid out by someone whose only experience is in warehousing. -tom \_ What the hell are you talking about? There is no dark side of the moon, it's all dark: . There is no dark side of the moon. As a matter of fact, it's all dark:. There is no dark side of the moon. Matter of fact, it's all dark: . \_ that's for living in the city, you smartass city slicker Do care, but forgot about it: . |
2007/8/28 [Science/Space, Computer/SW/Editors/IDE] UID:47782 Activity:high |
8/28 Did anyone watch the lunar eclipse last night? I broke my $20 binoculars while trying to focus to it. \_ How do you watch an eclipse at night... don't those happen when you can see the sun? \_ Ow ow ow.... |
11/22 |
2007/6/13-16 [Computer/SW/Editors/IDE, Computer/HW/Drives] UID:46932 Activity:nil |
6/13 I'm new to Eclipse as an IDE. Is there any way to tell it to automatically reload a file that's been externally edited--without brining up a confirmation dialog? |
2007/2/10-13 [Computer/SW/Editors/Emacs, Computer/SW/Editors/IDE] UID:45701 Activity:nil |
2/10 Looking for a decent lightweight Javascript editor that can do simple error detections (like IntelliJ) on UNIX. Emacs can highlight well but doesn't do anything wrt to js errors. Recommendations? |
2006/8/23-29 [Computer/SW/Languages/C_Cplusplus, Computer/SW/Editors/IDE, Computer/SW/Languages/Java] UID:44116 Activity:nil |
8/23 I've been primarily developing Java in Eclipse, but I need to do a project with embedded C++, and I'd like a better IDE than Emacs. MS Visual Studio is way too windows-centric. All I really need is something that can do context-assists and autocompletes and flagging of illegal syntax. Suggestions? \_ Have you tried this: http://www.eclipse.org/cdt --oj \_ That looks pretty good, but another project is having a minor crisis so I'll have to investigate later. Thanks. |
2006/7/10-11 [Computer/SW/Languages/Java, Computer/SW/Editors/IDE] UID:43612 Activity:nil |
7/10 Any Eclipse experts here? I was using 3.1 but had to reinstall and ended up with 3.2. Formerly, if I would type something like "File foo;" a little error marker would offer to import java.io.File for me. If I used a function illegally it would offer to change it to a legal set of arguments. This install of Eclipse doesn't do these nice things. Any ideas how to get that behavior back? \_ I liked it. You are stupid. Keira Knightley is still flat. \_ Nevermind, fixed it myself: When I installed Eclipse it picked a JRE to use, but because it picked a plain-old JRE, not the JDK, it couldn't look up the source of anything, so it couldn't make suggestions involving any system classes. Telling it to use the JDK fixed it. |
2006/5/3-11 [Science/Space, Computer/SW/Editors/IDE] UID:42909 Activity:nil |
5/3 Where on the web can I find the video of the total solar eclipse of March 29 taken from the International Space Station that was shown on TV back then? I tried to google for it unsuccessfully. \_ Does this help: http://www.exploratorium.edu/eclipse \_ Are you sure there's video? Here's the photos: \_ Can you confirm this video ever existed? The closest I could find are two still images: http://www.nasa.gov/mission_pages/station/multimedia/ISS_eclipse_03292006.html \_ Found it: -marked http://www.nasa.gov/eclipse \_ Wait a sec, from the photos one can deduce from the position of the station, earth, moon, and sun, that the eclipse wasn't viewable from the station. \_ The station didn't experience the eclipse, in the sense that they were not in the moon's shadow. But they could see the moon's shadow on the earth from their vantage point in space. A friend told me he saw a video taken of this from the ISS on the news, but maybe he was confused. Maybe it was just an animation or something. -op |
2006/5/2-5 [Science/Space, Computer/SW/Editors/IDE] UID:42897 Activity:nil |
5/2 any eclipse users on soda? anyone know where I can find something like an icon legend? i'm learning eclipse. it seems great, but there are 50,000 icons sprinkled everywhere that are hard to get accustomed to. thanks. |
2005/10/5-7 [Computer, Computer/SW/Editors/IDE] UID:39995 Activity:nil |
10/5 From a reliability standpoint, on an IDE hard disk, if you have write cache turned off, is there any advantage to using data=journal mode versus data=ordered mode? Related question, if I'm using data=journal mode, does turning write cache off have any reliability advantages? \_ I think the answer to the first question is yes, since I just read that data=ordered can result in corrupt data if power is interrupted while overwriting of a file. |
2005/5/25-31 [Computer/SW/Languages/Java, Computer/SW/Editors/IDE] UID:37829 Activity:nil |
5/25 Any Eclipse users out there? Is there a plugin or anything to get pop-up tips for Java keywords the same way it does for properly JavaDoc-supported variables/methods/classes? |
2005/2/18-20 [Computer/SW/Editors/IDE] UID:36244 Activity:nil |
2/18 In Intellij, how do you change the background color of the menu and project bars? I'd like the left tab to be the same color as my editor (black). ok thx. \_ If it's not a draft, it's an illegal breach of contract. |
2005/2/16-17 [Computer/SW/Editors/IDE, Computer/SW/Languages/Java] UID:36206 Activity:moderate |
2/16 I just downloaded IntelliJ IDEA and they don't have a friggin tutorial on their web site and I can't find any decent non-J2EE tutorial on Google. Need pointer, thanks. -dumb \_ i use idea but not for j2ee crap. here's my quick guide: cmd-N: open class cntrl-space: autocomplete name cntrl-J: javadoc cmd-B: jump to defn cmd-U: goto super opt-F7: all uses of method cmd-opt-[left|right]: go forward and back in navigation also, google for "idea keyboard shortcuts reference" returns: http://www.jetbrains.com/idea/docs/help/appendices \_ in emacs I can press TAB and it'll auto indent, how do I do that in IDEA? Also how do I beautify an entire section of code? THX!! \_ I had a helpful response, but someone clobbered it. Email me if you want a real answer. -gm \_ I use the some customizations on the emacs keymap (which is almost, but not quite, completely unlike emacs bindings), so I indent regions by selecting them and hitting tab. You can check your bindings by opening Settings->Keymap and checking the Indent Selection setting under Editor Actions. Lines are automatically indented when I hit enter; not sure what you're asking in the first part of your question. IDEA converted me from emacs/vi for Java (not J2EE) dev. -gm \_ I have my TAB mapped to Main menu->Code->Auto-indent Lines --paulwang \_ THANK YOU!!! I just compiled my first +3000 line Java code for fun and it's pretty neat, I love how you can have a quick JavaDoc (CTRL-Q) and how it knows your method names and everything for smart auto-completion. The coloring is amazing too, it KNOWS the scopes and everything. Thank you guys for your support! I may just buy this software -op \_ You know, Eclipse does all of the above and it's free... \_ idea vs. eclipse: http://www-128.ibm.com/developerworks/library/os-ecidea \_ Just use "help" from the IDE. More than enough info there. |
2003/10/9-10 [Computer/SW/Languages/Java, Computer/SW/Editors/IDE] UID:10557 Activity:nil |
10/9 Anyone use Emacs for Java dvlpmt? What packages & modes do you use? \_ No. Eclipse. Eclipse. Eclipse. There is no other IDE. \_ Sure. Java mode. Cygwin. I had to tweak the elisp for java mode to make it work according to taste, but then, I'm kind of particular. \_ IntelliJ is pretty nice as well. \_ Wait for it...... \_ ED IS... ED IS THE... ED IS THE... \_ ED! ED! ED! \_ A horse is a horse of course of course But Mister ED is a talking horse \_ Of course! ED! is the Standard Talking Horse! \_ ED and the Horse, Having an intercourse. "Ya doin' him anal?" "Of course, of course." said the Talking Horse. |
2003/6/2 [Computer/SW/Editors/IDE] UID:28604 Activity:low |
6/1 What are some of the good IDEs for Java on Win platform? Thanks. \_ Lots of people like eclipse. Codeguide is also nice. \_ depend upon you want to abide the intellectual property law or not. If you do, then, Eclipse is a good choice because it's free. If you have no problem violating intelletual property laws, then IntelliJ has good review from many java programmer. JBuilder also as a very large user base. Of course, you could become an odd ball and actually pay for these tools :p \_ avoid emacs's jdee. pain in the butt on Win32 \_ I've tried various IDE's and never liked any of them until I used IntelliJ. It's really well designed. \_ ditto. buy it so they don't go out of business. \_ so sayeth me. Especially if you are at some company, make them pay for it. I've known people at companies that bought crappy overpriced app servers like weblogic, but had their developers working on stolen versions of IntelliJ. If you are doing that you are no better than a common thief. Fill out a PO, jeesh. \_ who is jeesh? \_ You should take a look at NetBeans too and SunONE Studio. |
2003/5/16 [Science/Space, Computer/SW/Editors/IDE] UID:28453 Activity:high |
5/15 http://www.kron4.com/Global/story.asp?S=1280841&nav=5D7lFqxI Total lunar eclipse tonight at sunset (after 8pm), great visibility from Bay Area. \_ Amazingly, it is also a complete solar eclipse! The sun will be completely hidden behind the earth! |
2002/9/28-30 [Computer/SW/Editors/IDE] UID:26033 Activity:moderate |
9/28 ditch jbuilder and switch to eclipse! \_ No way, VB++ is the only way to go! \_ IDEA from intellij is pretty cool. \_ I agree, it's pretty nice. \_ IDE of any kind is for th sissies... real man uses VI \_ ED! ED! ED is the STANDARD! Development environment. \_ real man codes in direct binary machine code \_ so i take it you're not a real man. \_ i take it you don't know the difference between code and data. \_ 01111001 01100101 01111010 01101101 01101111 01101101 \_ 0 \_ Stop trolling. You know it's "1". |
2002/6/11 [Science/Space, Computer/SW/Editors/IDE] UID:25068 Activity:nil |
6/11 http://www.sfgate.com/cgi-bin/article.cgi?f=/c/a/2002/06/11/BA130389.DTL About 8 paragraphs from the end: One question on everyone's mind was whether the light actually got dimmer, so resourceful Daily Californian photographers Ian Buchanan and Robert Katzer took light readings near the peak of the eclipse and half an hour later. The camera said it needed a 1/250 of a second near the peak of the eclipse but only 1/640 half an hour later -- proving that the eclipse did block some light, even if most people couldn't tell. |
2002/6/10-11 [Computer/SW/Editors/IDE, Science/Space] UID:25059 Activity:high |
6/10 Eclipse Today: http://sfgate.com/cgi-bin/article.cgi?f=/c/a/2002/06/10/MN120999.DTL Anyone know where to get eclipse glasses in the south bay (mnt. view san jose area)? \_ I wonder how many people blew out their digital camera CCD trying to photograph this thing. \_ I'm going out to the Great Circle to celebrate the New Cycle. \_ Whole Hippie Online sells them. They have a store in SJ next to "Get A Job You Fucking Hippie" Resume Service \- er can you actually "blow out" a CCD? ... i mean short of shooting a laser into your camera. \_ The radio said for Bay Area about 60% of the sun will be obscured, but people won't notice any dimming of the sun light. I don't understand why it won't get any darker than usual when more than half of the sun is obscured. \_ take physics 7C \_ oh, really? i'm about half way through a phd in physics, and it's not obvious to me, but i guess i don't have your godlike insight. \- i think it is eye reaction perhaps. i think between aperture change and some difference in processing high contrast probably explains it. e.g. i think often a room with a naked lightbulb looks darker than a shaded light. however if you use a light meter, you will proibably see the reverse. if anyone own a light meter, see if you can measure a difference. a spot meter on a newish camera might do it too. --psb \- actualy i thought about it some more and i think the eclipse simply doesnt block a large area of the light inclident on the earth. would you notice the light level change in a room if a disk blocked only the area of the lightbulb ... hard to explain without a pciture. ok tnx. \_ Actually a better analogy would be a disk blocking part of a spotlight, because in the lightbulb case you'd be getting much of the light reflected off walls. At any rate, I think the \_ Try the SF Exploratorium gift shop. It's located at the Palace of Fine Arts. http://www.exploratorium.org -dans \_ Hey dans, I heard you were a 31337 raver kidd13. Who's throwing 3133+ logout parties these days? Any pics? \_ Hi Paolo. Yes I have pics, yes they're going up when I get the chance. But first I have to crack open photoshop and filter out that nasty blue shift your camera introduced into them. Say, seeing as you live across the hall from me, why are you asking this on the motd? Seems, um, inefficient. light being scattered by the atmosphere contributes a lot to the perceived brightness. I do recall the local brightness not changing very much until only a few seconds around totality. -geordan \_ The sun is just really really really bright. \_ well it seemed quite a bit dimmer to me at 6pmish, the peak of the eclipse. Though I doubt I'd have noticed it if not that I knew there was an eclipse going on. -ERic \_ http://www.sfgate.com/cgi-bin/article.cgi?f=/c/a/2002/06/11/BA130389.DTL About 8 paragraphs from the end: One question on everyone's mind was whether the light actually got dimmer, so resourceful Daily Californian photographers Ian Buchanan and Robert Katzer took light readings near the peak of the eclipse and half an hour later. The camera said it needed a 1/250 of a second near the peak of the eclipse but only 1/640 half an hour later -- proving that the eclipse did block some light, even if most people couldn't tell. |
2000/1/20-21 [Science/Space, Computer/SW/Editors/IDE] UID:17280 Activity:kinda low |
1/20 Total lunar eclipse tonight. The partial eclipse begins at 07:01 PM; totality at 8:05 pm. \_ TOTALITY. STEEL MONKEY IS ON A KILLING SPREE! HUMILIATION. \_ TOTALITY. STEEL MONKEY IS ON A KILLING SPREE! HUMILIATION. -mogul |
1999/12/31-2000/1/1 [Computer/SW/Languages/Java, Computer/SW/Compilers, Computer/SW/Editors/IDE] UID:17127 Activity:nil |
12/30 Is there an editor out there that will analyze my code (C++, Java) and tell me if I have a dead variable (dead code elimination), visually optimize code, etc? I know that this happens in the compiler, but I'd like to have some kind of editor that can give me advice. \_ ED, ED, ED is the STANDARD!!! Peephole/control-flow optimizer. |
11/22 |