I've wondered about this as well. All it seems to do is call more attention to race and make it more of a dividing factor.
- James Britt
from Bookmarklet
I see that the Glassfish 0.9.6 gem now works correctly with standard config.ru files, Rack middleware, and Ramaze, with no hacks. Nice. I have to update my Rack/Ramaze examples project to the current state of Glassfish gem and warbler (though I think warbler has already been fine for Ramaze). Have to say, though, that *finding* the glassfish gem...
It seems that glassfish gem development happens in a different realm than more typical Ruby development, which is a shame as it makes it harder to grab the attention of Rubyists not already "in the know."
- James Britt
hah! It's in the room! It is considered very Pre-beta.. still broken stuff.. but I want to know If I should continue on this path, or make a drastic change.. http://ff.im/4DGzk
- Tim Hoeck
Hi, I'd like to give AndFeed a try!! Sign me up for beta testing, thanks!
- DvD
Hi Daniel, as soon as I have a new version ready to test, I'll include you.. recently, I've been a bit busy, and haven't been able to work on it.
- Tim Hoeck
I'd love to beta test too! sign me up...
- Dylan Lorimer
Looks amazing. I just need an Android device.
- Zachary TG
@Tim activated my andriod today (HTC Hero) and would _love_ to be able to try out this app. seems you're busy right now - that's cool. just let me know when you have a beta to test and i'd be happy to give you feedback. cheers!
- MikeAmundsen
Yes, I hate that I haven't had time to get back to this.. but I have something a bit bigger planned, we'll see how it pans out... congrats on the phone :)
- Tim Hoeck
@Tim: no problem. now tha FF is kinda on the downslide, i can see that something like this project might need to move to the back burner. the "something bigger" tease is cruel, tho<g>.
- MikeAmundsen
If you're still looking for beta testers, I'd love to give it a whirl.
- James Britt
OK, I'm downloading Eclipse Gallileo 64-bit now. I guess I install that, install the Android Development Toolkit (ADT), then see where I go from there.
- Jason Huebel
I downloaded the PDT version, since I also intend to use Eclipse for PHP development. I like to keep all my development under one IDE. All I need for PHP is syntax highlighting anyway. I'm also hoping for decent Git and SVN support within Eclipse.
- Jason Huebel
That's really your only option, unless you want to do all the building and invoking the emulator by hand. It's actually pretty good. I don't use Eclipse much, but it really helped with learning the API.
- Andy Bakun
That's what I thought. I briefly considered seeing if there were any TextMate bundles for ADT, but why add the additional learning curve?
- Jason Huebel
So my first project for Android 2.0 will be a Cisco Type 7 password decryptor. Kinda my version of a Hello World program. :-)
- Jason Huebel
Yeah, I had always heard you needed to publicize your plans and publicly commit to deadlines to motivate yourself. Maybe if you omit the deadline part it has the opposite effect. Anyway, I figure it's good to be aware of both sides of the argument.
- Jay McGavren
from email
"Limelight is a rich client GUI framework unlike any other. With a unique angle on GUI development, Limelight harnesses the power to develop a wide range of applications from business tools to games. One Language Unlike many other frameworks, Limelight applications are built using only one language: Ruby. Every aspect, from the screen structure and styling, to control logic and business modeling, is written in Ruby."
- Jay McGavren
One language? No C or Java under the hood? If you can't get to that, and add your own widgets, extend it at will,you're stuck. It's like a mix of Shoes + HTML 3.2.
- James Britt
BTW, with Jimpanzee + Neurogami::SwingSet you can write GUI apps using One Language: Ruby. Not to knock Limelight (too much), but making a point of the "one language" things comes off as a pretty weak argument.
- James Britt
I actually haven't had a chance to look at the API at all - their GUIs just looked slick. If the code is crap then I'm happy for an excuse not to have to learn it.
- Jay McGavren
from email
I wouldn't say the code is crap, just that you're locked in to the handful of widgets the project owner decides to grant you. Last time I checked, it was on par with HTML 3.2. It's the typical trade-off: making a few things stupid easy means making other things either stupid hard or impossible. I prefer tools that make things doable for reasonably skilled developers. Hand-holding ends up becoming a hand that holds you back.
- James Britt
Fail. Japanese hashtag #日本語_ works with '_'.
- NaHi
from f2p
Is there a trick to unicode or UTF-8 hastags?
- James Britt
I found that '#allgäu' works from search result view: http://twitter.com/#search... (searching by another hashtag). Twitter-ish? :-)
- NaHi
from f2p
Odd. I used the Twitter Web site in Firefox to create a post that included #allgäu and the resulting search link was broken when I checked my tweet. But that same tweet, when viewed on the twitter search page, is fine.
- James Britt
Adapter failure? How does using Sinatra help?
- James Britt
I cannot get Thin, or Mongrel, or Ebb working with Ramaze under ruby 1.9.1 but Sinatra works. And I have a site which must be live by tomorrow. I'll convert back to Ramaze later if I can get Ramaze to work on 1.9.1
- Clive Crous
" We’ve collected the thoughts of 30 of the world’s most inspired creative professionals. Architects, designers, authors and leaders of iconic brands. We asked them two questions: “What single example of design inspires you most?” and “What problem should design solve next?” Their answers might surprise you. But hopefully, they’ll all inspire you. Discover what they have to say. Then share your thoughts. After all, this is a conversation. We’d love for you to join."
- James Britt
from Bookmarklet
This breaks assorted code, such as rawr and roir; anything that expects to do a relative load of a file named "generator"
- James Britt
from Bookmarklet
Economic needs in USA are all taken care off, and we have too much money anyway. "Clinton offers U.S. aid to help boost Muslim ties" - http://in.news.yahoo.com/137...
"The programmes Clinton announced on Tuesday include a $76 million project to boost economic opportunities in Yemen, a $30 million project for vulnerable young people in Jordan and an entrepreneurship summit in Washington next year to bring Muslim innovators together with U.S. business leaders." Muslim innovators? WTF has religion to do with innovation? Are they cloning winged horses?
- James Britt
from Bookmarklet
And the "solution" ends up having other quirks as well. Are there better ways to run Mac Vim from a shell?
- James Britt
from Bookmarklet
So, thanks to suggestions from @rayniemeir I have an improved solution. Pushed "/Applications/MacVim.app/Contents/MacOS/" onto my PATH, and then use a bash function to call MacVim with a shorter name and some noise suppression.
- James Britt
Also, @benatkin suggested I locate and use the mvim script.
- James Britt
"What Eric is talking about is making mocking easier by treating all IO as streams of input as Observable objects, which are also monads. This way, you're segregating your pure functions from your environment and state, and making it easier and more readable to unit test." - http://www.reddit.com/r...
Interesting. BTW, I ran into a weird issue when using 1.6. I was getting class cast errors in my code when referencing UI items, until I made sure that I referenced them in the same order as they were defined in the layout XML. I've never seen any docs say that the order mattered, though.
- James Britt
State uses tax dollars to build massive infrastructure; State-sanctioned corporate entries get to use it with artificial protections (thanks to the State). Yet the State cannot now ensure that private businesses do not manipulate traffic over public utilities?
- James Britt
from Bookmarklet