Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×
Networking Programming Games

Debriefing After Warsaw's First Startup Weekend 21

rysiek writes "Last weekend marked the first Startup Weekend in Poland. Three days, about 100 developers and designers, 20 mentors, forming 30+ teams. The big winner — CityRace.me — will be launching soon, with a few others close on its heels. Most hackteresting project — Nest of Worlds (conceived by the Warsaw Hackerspace people) — has it all: Game of Life on hexes, with sound in pure JS (needs Firefox 4, but still awesome). There is also a lengthy summary of the network setup and problems for the network admins among you. Ralph Talmont also offers a more general write-up. Disclaimer: I was the network guy."
This discussion has been archived. No new comments can be posted.

Debriefing After Warsaw's First Startup Weekend

Comments Filter:
  • I love the late-'90s-style rant about browsers at the beginning. Especially since it starts off by stating you should use Chrome (WebKit-based) or Firefox, that Opera is also fine, then goes on to say that other users of KHTML- och WebKit-based browsers should make sure they have a recent browser and finishes off by telling IE and Safari (WebKit-based in the sense that Apple created WebKit by forking it from KHTML) users should get "a real browser".

    Also, hasn't Safari generally been more standards-compliant

    • by rysiek ( 1328591 )
      that was not supposed to be a "rant", but pure information. I am working to iron out the incompatibilities between the browsers on my brag, but it's early in development and really, really hard, as many new HTML5 options are used (i.e. CSS3 Multicol, allowing for a nice horizontal layout).
      • The trick is to use stylesheets properly so that it downgrades gracefully on older / less standards-compliant browsers. I use Safari on my Mac because it's fast and doesn't get in the way. At the moment your site is an empty page with a few graphical decorations. That's not a problem with my browser, it's a problem with your coding.
        • by rysiek ( 1328591 )
          please tell me which part of "I am working to iron out the incompatibilities between the browsers on my brag, but it's early in development and really, really hard, as many new HTML5 options are used (i.e. CSS3 Multicol, allowing for a nice horizontal layout)" you do not grasp? I know about the problems, I know how this website looks like in Safari and IE. guess what. as soon as I have time I will be working on that. by the way, looks great in Lynx/Links. in the meantime - "release early, release often". I
          • Wouldn't it make more sense to first release something that has the desired basic functionality and then later add things which you can't immediately get working in all major browsers?

          • I understand all that, and hey - it's your site, so it's up to you. My point was, the first couple of paragraphs of the site just tell people to upgrade to a 'real browser' which isn't really the answer at all. Without Javascript you'll probably have problems, but I'd say on the scale of technical cludgery, using some JS is more elegant than telling people to change their browser. A hack that might work is: <link rel="stylesheet" media="screen and min-device-pixel-ratio: 0" href="safari3.css"/>.

  • by elh_inny ( 557966 ) on Wednesday May 18, 2011 @04:23AM (#36163356) Homepage Journal

    Thank for the writeup Rysiu, good to see Poland catching up.
    It's too bad I didn't even hear about it, try to focus on publicity before the event next time - makes more sense IMHO.

    • by rysiek ( 1328591 )
      yeah, we're waking up. you wouldn't believe how much is going on! there are going to be many, many more stories from Poland in the following month or two, among others - about discussions with the Government about network censorship and data re-use (a huge success has been just announced there).
  • Warsaw was raw. Was it a car or a cat I saw?

  • There is a great post on Startup Weekend Warsaw by David Bizer from an european accelerator HackFwd.com http://hackfwd.tumblr.com/post/5545518291/3-days-in-poland

  • There is a nice infographics by Brand24.pl about the impact Startup Weekend Warsaw generated http://twitpic.com/4ym3so [twitpic.com]!

On the eighth day, God created FORTRAN.

Working...