Slashdot Mirror


User: heffel

heffel's activity in the archive.

Stories
0
Comments
98
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 98

  1. Re:No mention of Wicket? on Tapestry Making Web Development a Breeze? · · Score: 1


    I wrote an introductory article on Wicket a while back. A First Look At The Wicket Framework.

  2. find . -name '*.ext' |xargs grep -i bar on What's Your Command Line Judo? · · Score: 1

    find . -name '*.ext' |xargs grep -i bar

    finds all the files having the extension 'ext' and matching the pattern 'bar'.

  3. OpenOffice will not recognize 64 bit JVMs on An Early Look at StarOffice 8 · · Score: 4, Informative

    I run Fedora Core 4 on an AMD 64 laptop. I had problems with OpenOffice not recognizing my JVM. After some research, I found out that OO.o is a 32 bit application and will not recognize/work with 64 bit JVMs. I installed a 32 bit JVM and was able to get OO.o to recognize it. Since Star Office is based on OO.o, I assume the problem the author had with SO and the Java installer is similar.

    I wrote a more detailed article on getting OO.o to work with Java on 64 bit platforms, it can be found here

  4. Re:Ajax, Java, Echo2 on Better Web Apps With Ajax · · Score: 1

    Trackit is a very interesting issue tracking software.

    I wrote a brief intro/howto article about Trackit that can be seen here.

  5. Re:Better Java Apps with AJAX? on Better Web Apps With Ajax · · Score: 1

    I second the motion to try Echo2. I wrote a couple of Echo2 reviews that can be seen

    here and here.

  6. Mastering Oracle SQL on Oracle Beginnings - Where to Start? · · Score: 1

    I like Mastering Oracle SQL from O'Reilly. It assumes no previous familiarity with SQL.

    If you are looking to do stored procedures, it touches briefly on PL/SQL (Procedural Language/Structured Query Language), which an Oracle proprietary language, but does not explain it in depth.

    For SQL, and specifically explaining Oracle's quirks and proprietary functions, it is very good.

  7. Re:Must be Vista OEM pricing time. on Dell Releases First Consumer Product with Mandriva · · Score: 4, Insightful

    I've said it before, It doesn't really matter if Dell is doing this to get a discount from Microsoft.

    If this is really the reason they are doing this, it is because it is an effective strategy to get those discounts. The fact that it is an effective strategy is reason enough to celebrate.

  8. Linux Workstations in the Workplace on Novell Expects Vista to Spur Linux Adoption · · Score: 1

    I always wondered why Linux is not more widely deployed in workplace workstations. With the greatly reduced threat of virii and spyware, seems like a no brainer to me, especially for IT workers.

    I wrote an article about this topic a while back, it can be seen at: http://ensode.net/linux_workplaces.html

  9. Increasing the use of Linux in the workplace? on The Massachusetts Office Party · · Score: 1

    This looks like a step in the right direction towards increasing the use of Linux workstations in the workplace?

  10. JBoss Tutorial Online on JBoss - A Developer's Notebook · · Score: 1

    I wrote a JBoss tutorial a while back. It is for an older version of JBoss, but most of the content is still relevant today.

    http://ensode.net/jboss_intro.html

  11. Not on my site. on Firefox Share Slipped in July for the First Time · · Score: 1

    Approximately 70% of the visitors to my site use Firefox. The site attracts mainly a techy crowd, though.

  12. Google and IBM use Linux, why won't others follow? on Google Gives Reason Why it is Built on Linux · · Score: 1, Interesting

    With well known companies like Google and IBM endorsing Linux, I wonder why it isn't more widely used in the enterprise?

    I wrote some thoughts about that in my website earlier today.

  13. Re:Oh, the irony! on The Future of Linux on Laptops · · Score: 1
    I just bought a R4000 from Compaq (R4025CA to be exact) and am having the same issues. Kubuntu is the only linux that correctly set up the display to 1280x800 but it crashes as soon as you login.

    I had the same problem with Ubuntu, I worked around it by using the vesa driver. I haven't tried the proprietary driver yet.

    I'm not sure about the sound card.. I tried the Suse 9.3 Live DVD and it didn't recognize the sound card at all, although I've heard it should be supported in Alsa.

    Sound card works out of the box in Ubuntu, usiing Alsa.

    After some messing around I got the touchpad scrollbar to work, the trick was to add the following modules, in this order, to /etc/modules:

    tsdev
    evdev
    psmouse

    And set X.org to use /dev/gpmdata as the mouse device.

    I am running gpm, not sure if it makes a difference, but it probably does.

  14. Re:Oh, the irony! on The Future of Linux on Laptops · · Score: 1

    I put the following in rc.local:

    # Kludge so touchpad works

    echo -n "reconnect" > /sys/bus/serio/devices/serio0/drvctl

    There is no rc.local or /sys/bus/serio/devices/serio0/drvctl, however, after some googling, I found out there is a shell script executed at boot time in /etc/init.d/bootmisc.sh.
    I added the modprobe -r psmouse, modprobe psmouse to that script, now I don't have to do it manually on every boot.

    BTW, ZV6015US is the exact same model I have.

    Eraser

  15. Re:Oh, the irony! on The Future of Linux on Laptops · · Score: 3, Interesting
    Let me guess - ATI chipset?

    You got it.

    Another question - are you comparing with the 64bit version of XP? You're not are you?

    Nope, just the crappy 32 bit version of XP home that came preinstalled with the laptop (and that I never intended to use).

    Have you tried 32bit Linux on it? I would put money on it working a lot better.

    I'm thinking about it and might give it a shot. It will probably help with Eclipse crashing, I somehow doubt the video card and touchpad will work to its full potential.

    I mean for God's sake, what advantage are you expecting from 64bit support on a laptop?

    Blazing fast compilation times? Who knows, I dropped my old laptop and that was the end of it (I was happily running Ubuntu 32 bit on it) and needed to get a new one, I got a good deal on this one.

    Planning on installing more than 4GB of RAM are you?

    Maybe someday I will.

    Try comparing like for like.

    I don't have access to a 64 bit version of windows, don't know how much one would set me back, I hope the fact that I'm using windows now is temporary, while linux distros get better support for the hardware on the laptop.

    And seek help for your masochist tendencies.

    I'm working on it.

  16. Oh, the irony! on The Future of Linux on Laptops · · Score: 4, Interesting

    I just got an HP ZV6000 series laptop, featuring an AMD 64 processor. I got it with all the intention of installing Ubuntu for AMD 64 on it.

    To say that the laptop is not linux friendly is an understatement. There are no drivers for the video card, you can get X.org sort of working with the vesa driver. The touchpad is partially supported, scroll bar doesn't work and you need to resort to tricks to make it work (remove and readd the psmouse module).

    I installed the latest Java development kit for Linux AMD 64 on it, followed by Eclipse. Eclipse keeps crashing every few minutes.

    Although my intention was to run Ubuntu on this laptop, I find myself booting to Windows XP home all the time just to get some work done.

  17. See the OpenOffice.org Forum for Advice on OpenOffice vs. MS Office for Education? · · Score: 1

    You can find pretty good advice at the OpenOffice.org forum. Especially on this and this threads.

  18. Re:Who knows? on AT&T Considers Mac OS X, Linux For 70,000 Desktops · · Score: 4, Insightful

    Doesn't really matter, no one would be doing it if
    it wasn't an effective strategy. The fact that
    it is an effective strategy is reason enough to celebrate.

  19. Re:I think it died on Should Star Trek Die? · · Score: 1

    According to this,
    it is coming out May 19th, 2005.

  20. Re:Okay, nice, but... on Java 5 RC Available, Gold Targeted for this Month · · Score: 1

    I'm not sure what is popular in Finland, but
    here in the USA, most J2EE projects involve Servlets, JSPs and EJBs (by far the most popular type of EJB are stateless session beans, most places stay away from Entity Beans). Many shops use Struts as well.

    Download JBoss or JOnAS (open source J2EE App Servers) and get some experience on the above technologies.

    One tool that will make your life a lot easier is XDoclet, but I would recommend that you do things "the hard way" a couple of times before you start using it.

  21. Re:Okay, nice, but... on Java 5 RC Available, Gold Targeted for this Month · · Score: 1

    I'm not sure what is popular in Finland, but
    here in the USA, most J2EE projects involve Servlets, JSPs and EJBs (by far the most popular type of EJB are stateless session beans, most places stay away from Entity Beans). Many shops use Struts as well.

    Download JBoss or JOnAS (open source J2EE App Servers) and get some experience on the above technologies.

    One tool that will make your life a lot easier is XDoclet, but I would recommend that you do things "the hard way" a couple of times before you start using it.

  22. Re:One things Java needs... on Java 5 RC Available, Gold Targeted for this Month · · Score: 3, Informative

    I downloaded RC 5 last night, and ran the
    SwingSetDemo. I noticed the GTK look and feel looks better than with JDK 1.4, it (more or less) uses the GTK theme you are using. I did notice a couple of bugs, sliders didn't display correctly, and the InternalFrames don't show up (the console displays a NullPointerException).

    I like the Swing API, but I don't like the emulated Look and Feel. I like the native look and feel of SWT, but I don't like the API. The best solution for someone like me is to use SwingWT.

    It is a wrapper around SWT, using the Swing API, porting existing Swing code to SwingWT is trivial,
    just replace java.awt.* with swingwt.* and javax.swing.* with swingwtx.swing.* and you are done.

  23. Obligatory Google Cache on Is MySQL Planning a Change of Tune? · · Score: 1

    Site is slashdotted. Here is the obligatory Google cache link. Heffel

  24. HotShot Virtual Machine? on Gosling on Computing · · Score: 1
    From the article:
    "If you look at the just-in-time compilers and things like the Java HotShot Virtual Machine, they are very much oriented toward maximizing throughput"
    Is this a typo? I've heard of the HotSpot virtual machine, not HotShot, a Google search for "HotShot Virtual Machine" didn't come up with anything that would clarify this.
  25. They have worked for me on Internet Job Boards a Bunch of Hype? · · Score: 1

    I did contract work from 1999 until I took a permanent job earlier this year.

    I got a lot of leads via Monster and other job boards.

    Job boards did fine for me.