martes, 23 de septiembre de 2008

Semana 22 (por Fabi)

The T-Mobile G1: Can You Say Paradigm Shift?

The G1 event has come and gone and it looks like we’re seeing an epic paradigm shift in the mobile space. iPhone started the ball rolling and Android is about the finish the job. The change? Phones are now officially computers and the expectation for most users is that they behave in the same way a powerful laptop or desktop PC would perform, albeit in a considerably more compact package.
I was struck by something during the G1 presentation today and it took me a quite a while to figure out what it was. Back in 1997-98 while I was at Carnegie Mellon we were at a crossroads in IT. The web was taking off in a general way and email was king for college students. The school was full of computer clusters - some Mac, some PC, and some greenscreen Unix dumb terminals in the library running X Windows. While the Macs and PCs were easy to understand and run, you could just tell that the Unix machines were like an iceberg - 98% of the power is under water, unseen by the average user. Putting the G1 through its paces showed a intense attention to detail on the part of Google and a tacit promise from the phone that it was far more powerful than originally described. This is G1’s blessing and curse.

September 23, 2008


Elegí esta noticia porque me encantaría tener un celular así.


Apple ‘Brick’ Rumors

Another recipe of hot new rumors over the Internet suggests that a new Macbook update codenamed the ‘Brick’ might be in works and will officially be unveiled by Apple in mid-October this year.
While some speculate it to be the new Apple Macbook Touch, other have theories that the ‘Brick’ might be a software or even the highly rumored Apple iTablet. However there is no source to confirm either of these theories yet.

2008/09/23


La elegí porque muestra el avance de la tecnología.


Windows Live Wave 3 Applications and Screenshots

I bet most of the Windows Live fans would have got enough time over the weekend to play with the new Windows Live Wave 3 products and software.
Windows Live Wave 3 Installer, which rolled out this Thursday, brings a whole new pack of applications and software for the Windows users coupled with a new elegant and eye-candy design.

2008/09/22


La elegí porque muestra el avance de la tecnología.

Semana 21 (por Fabi)

No te gusta la nueva version de Facebook?


Hace un tiempo que Facebook renovó su cara y es cierto que a muchos les agrado bastante, pero al parecer son mas a los que les disgusto, ya que han salido muchos posts en blogs e inclusive grupos masivos en el mismo Facebook rechazando la nueva versión, que es mucho mas complicada a primera vista, ya que todas las opciones están separadas, no como antes que teníamos todo en la misma ventana, aunque parezca increíble hay un descontento tan grande que existe un grupo de mas de 2 millones de usuarios y otro en Español de mas de 180 mil usuarios descontentos que gritan, No me gusta el nuevo Facebook!!


17/09/08


para más info


La elegí porque me siento identificada. A mi tampoco me gusta el nuevo Facebook.






Windows 7 Beta para Octubre!


El debut de Windows 7 para todo el publico se espera para el 3 de junio del 2009, demasiado pronto creo yo, no quiero pensar que a Microsoft le pase una nueva mala jugada con esto de apresurar la salida de los sistemas operativos, ya que los únicos que pierden con todo esto son los usuarios.


16/09/08


para más info


La elegí porque es algo que nos importa a todos, y demuestra el avance de la tecnología.





How turn computer monitor into mirror?


Ya sabemos que un computador tiene miles de funciones que nos hacen cada día mas fácil las cosas, pero algunos personajes buscan que les resuelva practicamente todos los problemas e incluso hasta los mas ridículos, el mejor ejemplo es esta pregunta que encontré en Yahoo Answers, es para el bronce!!


16/09/08


para más info


La elegí porque muestra una de las utilidades de un monitor, y porque me causó mucha gracia.

jueves, 4 de septiembre de 2008

Semana 20 (por Fabi)

It's Time for a New Terms of Service Regime
Yesterday's flare-up about the Terms of Service for Google's new browser Chrome, followed by the company's rapid backtracking on the demands it was making of users, left many people wondering about Google ToS in general.
Is it ok for service providers to require that they be exempt from the copyright norm of no re-use without explicit permission? We don't think it is.
September 4, 2008
Elegí esta noticia porque demuestra que hoy en día en Internet se puede hacer de todo, incluso cosas malas, como lo que hacían los creadores de Google.

Democratic Convention Web Site Gets 3.2 Million Visits
Just as the Republican National Convention is about to wrap up tonight, the Democratic National Convention Committee released some interesting numbers about its web presence during the Democratic convention last week. During the convention week, the official Web site received more than 3.2 million visits. Also, visitors to the DNC site watched a total of more than 360,000 hours of online video from the convention.
September 4, 2008
Elegí esta noticia porque me parece que representa que Internet es un medio muy importante, no solo para trabajar o jugar. Incluso creo que Internet podría ser el medio más importante y obviamente, el más util y rápido.

Create and Print Free Business Cards

Keshav, the Fabworker, shares an excellent resource to create and print free business cards.
Atomic Business Card is basically a very simple Business card generator. It allows you to upload a logo and put some basic information on the card such as your name, title, address, phone number, email etc.

2008/09/03


Elegí esta noticia porque me encantó la idea de hacer tarjetas gratis en línea.

Mi televisor (por Fabi)






Private Sub catv_Click()
tvcatv.Caption = "CATV"
End Sub

Private Sub cero_Click()
aux.Caption = aux.Caption + "0"
End Sub

Private Sub cinco_Click()
aux.Caption = aux.Caption + "5"
End Sub

Private Sub cuatro_Click()
aux.Caption = aux.Caption + "4"
End Sub

Private Sub dos_Click()
aux.Caption = aux.Caption + "2"
End Sub

Private Sub enter_Click()
nrocanal.Caption = aux.Caption
aux.Caption = ""
End Sub

Private Sub masbrillo_Click()
pantalla.Top = pantalla.Top + 100
End Sub

Private Sub mascanal_Click()
If nrocanal.Caption < caption =" nrocanal.Caption" caption =" 0" left =" pantalla.Left" top =" pantalla.Top"> 0 Then
nrocanal.Caption = nrocanal.Caption - 1
Else
nrocanal.Caption = 140
End If
End Sub

Private Sub menosvolumen_Click()
pantalla.Left = pantalla.Left - 100
End Sub

Private Sub nueve_Click()
aux.Caption = aux.Caption + "9"
End Sub

Private Sub ocho_Click()
aux.Caption = aux.Caption + "8"
End Sub

Private Sub off_Click()
nrocanal.Caption = ""
tvcatv.Caption = ""
onoff.BackColor = vbBlack
uno.Enabled = False
dos.Enabled = False
tres.Enabled = False
cuatro.Enabled = False
cinco.Enabled = False
seis.Enabled = False
siete.Enabled = False
ocho.Enabled = False
nueve.Enabled = False
cero.Enabled = False
enter.Enabled = False
mascanal.Enabled = False
menoscanal.Enabled = False
masbrillo.Enabled = False
menosbrillo.Enabled = False
menosvolumen.Enabled = False
masvolumen.Enabled = False
tv.Enabled = False
catv.Enabled = False
aux.Caption = ""
End Sub

Private Sub on_Click()
nrocanal.Caption = "0"
tvcatv.Caption = "CATV"
onoff.BackColor = vbRed
uno.Enabled = True
dos.Enabled = True
tres.Enabled = True
cuatro.Enabled = True
cinco.Enabled = True
seis.Enabled = True
siete.Enabled = True
ocho.Enabled = True
nueve.Enabled = True
cero.Enabled = True
enter.Enabled = True
mascanal.Enabled = True
menoscanal.Enabled = True
masbrillo.Enabled = True
menosbrillo.Enabled = True
menosvolumen.Enabled = True
masvolumen.Enabled = True
tv.Enabled = True
catv.Enabled = True
End Sub

Private Sub seis_Click()
aux.Caption = aux.Caption + "6"
End Sub

Private Sub siete_Click()
aux.Caption = aux.Caption + "7"
End Sub

Private Sub tres_Click()
aux.Caption = aux.Caption + "3"
End Sub

Private Sub tv_Click()
tvcatv.Caption = "TV"
End Sub

Private Sub uno_Click()
aux.Caption = aux.Caption + "1"
End Sub

jueves, 28 de agosto de 2008

Semana 19 (por Fabi)

Photosynth: View and Create 3D Panoramas

Recently Microsoft released the final version of its long-in-beta web app called Photosynth.
Photosynth gives users the ability to view and create 3D Panoramas and virtual tours. Basically it takes a collection of regular photographs and reconstructs the scene or object in a 3-D environment.
Photosynth is potent mixture of two independent breakthroughs: the ability to reconstruct the scene or object from a bunch of flat photographs, and the technology to bring that experience to virtually anyone over the Internet.
The Photosynth viewer allows user to zoom in/out, view in 3D/2D and circle through next and previous frames. Below you can see some screenshots of 3D panoramas of Taj Mahal, Smith Tower and the Sphinx.

2008/08/22

para más info

La elegí porque me pareció muy original que haya fotos en 3D.


"Facebook Helped Me Win," Claims Politician

In Tampa, Florida, one of the cities that comprises the megalopolis known as the Tampa Bay area, home to Busch Gardens, the Tampa Bay Buccaneers, and only minutes from beautiful beaches on the Gulf Coast of Florida (oh, and this author's stomping grounds, too), a local politician is giving credit to Facebook for his recent win in the primaries for the local County Commission.
On Facebook, the crowd is still very young, with an average age of 22.96 as of this February. Typically, the youth vote, although coveted, could not be counted on thanks to low turnout of young voters at the polls. However, this small time local election may prove to be one of the first examples of the huge impact Gen Y can have on the political process.
Now that many members of Gen Y are of voting age, their sheer numbers can no longer be ignored by politicians. The biggest generation since the baby boomers, Gen Y has been poorly characterized by some as lazy, unfocused, and self-centered - a generation that would just as soon stay home with mom and dad than go out and climb the corporate ladder. While it may be true that Gen Y has the good financial sense to maximize their time in rent-free accommodations, they are certainly proving themselves the opposite of lazy when it comes to involvement, be it social involvement, community involvement, or political involvement. Considering this recent "Facebook-powered" win, it could be that this generation is all talk and all action, too.
According to Rearden Killion Communications, the St. Petersburg advertising firm that handled the campaign of Kevin Beckner in the District Six democratic primary for the Hillsborough County Commission, the Facebook effort comprised of content, video production, and media buying valued at around $7000. There was also a Facebook app which let supporters put a campaign button on their own pages and provided a link to Beckner's page. The overall effort increased Beckner's Facebook group membership by 50 percent.

August 28, 2008

para más info

La elegí porque yo uso Facebook y se que influye mucho porque un montón de gente lo usa, pero nunca imagine que la política se manejara con él.



YouTube To Squeeze More Money Out of Homepage

You’ll notice very few ad units while surfing YouTube, and none at all while watching videos contributed by ordinary folk like you or me. The reason? Google fears the legal repercussions of monetizing user generated content that may infringe on somebody else’s copyright.
But YouTube’s homepage is different since it merely displays thumbnails that may lead to infringing content. And it has capitalized on that page by selling a video ad unit in the upper right-hand corner for $175,000 per day (plus a commitment to buy $50,000 more in advertising elsewhere on YouTube or Google).

August 28, 2008

para más info

La elegí porque YouTube es una empresa muy importante en Internet, y esta noticia me resultó muy interesante.

Mis vacaciones, el mapa (por Fabi)


Ver mapa más grande

Mis vacaciones (por Fabi)

Lunes 28 de Julio: Fui al Abasto Shopping con mi hermana Daniela y mi prima Adi de Israel.






Martes 29 de Julio: Fui a la casa de Pau, donde estudiamos para Ciencias Sociales con Lau y Anita.









Miércoles 30 de Julio: Me quedé en mi casa, ordenando mi habitación.







Jueves 31 de Julio: Fui al Abasto Shopping con Lau, Dani B., Pau, Maga, Melu, Anita, Dani H., Nicolás, Brian, Ariel P., y Martín.







Viernes 1 de Agosto: Vinieron a mi casa Maga, Lau y Dani B. Después me fui a dormir a lo de Dani B.








Lunes 4 de Agosto: Fui a la casa de Pau con Lau y Bri a estudiar Ciencias Sociales.







Martes 5 de Agosto: Fui a Winter con Lau, Dani, Anita, Martín, Ariel P. y Nicolás.





Miércoles 6 de Agosto: Me quedé en mi casa leyendo “los vecinos mueren en las novelas” para la clase de Lengua.









Jueves 7 de Agosto: Fui al Abasto Shopping con mi mamá y mi hermana.







Viernes 8 de Agosto: Fui a la casa de Bri con Pau, Lau y Anita a terminar el trabajo de Ciencias Sociales.