stephilix



Sunday, September 17, 2023

Combining human creativity and artificial intelligence, is possible.


Great commercial video from translated.com to recognize the role of people in translations, even with AI, watch it at: https://translated.com/unveiling-human-touch

Saturday, April 13, 2019

Burj Khalifa struck by lightning

Burj Khalifa struck by lightning

Sunday, April 07, 2019

Late 1890s - A Trip Through Paris, France

Paris in late 1890


Monday, July 07, 2014

How do you like this music to be re-energized?

Saturday, May 05, 2012

SFR 3G+ USB key configuration for Linux

Check the model number on the key, under its cover. This one says E173s-2.

The key has 2 modes: a mass storage and a modem. Once plugged in, it needs to be switched 
from the first to the second using usb-modeswitch.

usb-modeswitch
usb-modeswitch-data

Edit /usr/share/usb_modeswitch/12d1:1c0b with the following contents:

# Huawei E173s

DefaultVendor= 0x12d1 
DefaultProduct= 0x1c0b 

TargetVendor= 0x12d1 
TargetProduct= 0x1c05 

CheckSuccess=20 

MessageEndpoint= 0x0f 
MessageContent= "55534243123456780000000000000011062000000100000000000000000000" 


Edit /lib/udev/rules.d/40-usb_modeswitch.rules (or /etc/udev/rules.d/40-usb_modeswitch.rules) with the following contents:

# Huawei E173s 
ATTRS{idVendor}=="12d1", ATTRS{idProduct}=="1c0b", RUN+="usb_modeswitch '%b/%k'"


Plug the device.
Run lsusb
There should be a line like:
Bus 001 Device 018: ID 12d1:1c0b Huawei Technologies Co., Ltd. 

Run
usb_modeswitch -c /usr/share/usb_modeswitch/12d1:1c0b

Run lsusb
The line should now be:
Bus 001 Device 018: ID 12d1:1c05 Huawei Technologies Co., Ltd. 

Run
modprobe usbserial vendor=0x12d1 product=0x1c05
ls -l /dev/ttyUSB*

You should see:
USB0, USB1, USB2

Go to System / Preferences / Network connections
Mobile Broadband
Add
HUAWEI HUAWEI Mobile should appear as one of the possible device for this connection.
Select Country / Provider
Web / Prepaid

Upon restarting your system, unplug/replug device and disconnect from other network connections.

Tuesday, December 06, 2011

Inauguration du nouveau centre de recherche et de la culture de Google en France

Official Google Blog: Inaugurating our new French headquarters

Tuesday, August 30, 2011

The official Google Code blog: Paid version of Google Translate API now open for ...

The official Google Code blog: Paid version of Google Translate API now open for ...: By Jeff Chin, Product Manager Back in May, we announced the deprecation of the free Translate API v1 . Today, we’re introducing a paid v...