I'm not sure how they do it, but Rail planner app for interrail has fully offline train planner. https://www.eurail.com/en/plan-your-trip/rail-planner-app
It was never free or instant. It only works from 9-15 on workdays and not on weekends. Also if there are holidays in eu also doesn't work for domestic transfers. Easter is fun whe it stops for 4 days even though country…
EFS supports 30 GiB/s throughput now. https://aws.amazon.com/about-aws/whats-new/2024/08/amazon-ef... Otherwise instance drive and sync over S3.
>What’s the key to enter the euro symbol? That means you can’t use it in a text editor? Alt gr+E? Like it's shown on the keyboard.
They got 91 million from EU fund to built commercial project. It should start producing electricity start of next year. 8MWat electricity and 64 MW thermal. Looks like everything is going according to plan.…
If it is just haptic it's OK but the talk was at least in media that it would be an actual speed limit which in current implementation is idiotic. We have a new car which can read speed signs. In theory good idea. But…
Even Photosynthesis can be improved: https://www.the-scientist.com/news-opinion/genetically-engin... by 40% apparently.
It definitely doesn't use state of the art TTS. It sounds similar to MBrola english voice. There is google's [Wavenet](https://deepmind.com/blog/wavenet-generative-model-raw-audio...) and even chinese Baidus…
Mapbox has a tutorial https://blog.mapbox.com/add-lidar-to-mapbox-43f7e3912424 it uses OSS tools and you can host results locally, own server or on Mapbox.
Site looks broken, because CSS is loaded over HTTP which is disabled if site is loaded over HTTPS.
If you want simple named distributed pipes there is https://github.com/lukasmartinelli/pipecat . Which is basically cat over AMQP.
But how can attack over Adobe Flash still works when Flash is disabled by default on FF and Chrome?
There is also Carina docker cloud ( https://getcarina.com/ ) from Rackspace which is currently in free Beta.
There are benchmarks on on VPSbenchmarks: http://www.vpsbenchmarks.com/posts/amazon_lightsail_1gb_is_n... I'm not sure how reliable they are but if they are this doesn't seem good for AWS: >TLDR: Amazon Lightsail 1GB…
According to VPSBenchmarks Lightsail isn't comparable to other VPSes: http://www.vpsbenchmarks.com/posts/amazon_lightsail_1gb_is_n... >TLDR: Amazon Lightsail 1GB will melt down with less than 15% sustained cpu usage And…
What about Lidar lite? https://www.sparkfun.com/products/14032 it uses LED instead of Laser so it's much cheaper. RIG for turning: https://hackaday.io/project/4087-360-degree-lidar-lite-scann...
Try [BSDiff](http://www.daemonology.net/bsdiff/) it is meant for diffing binary files and it was used for incremental updates in Chrome. Now it seems they replaced it with their own algorithm…
I tested it with OpenTripplanner (kinda opensource Google transit) on JVM with ARM 8 jre. Times for 380 requests are in seconds: ARMv7 Processor rev 2 (v7l) (4) 1.0.0-SNAPSHOT min time: 4 max time: 1655 mean time: 276.8…
I like University of Cambridge Naked scientists: http://www.thenakedscientists.com/HTML/podcasts/ It's a podcast about weekly new science stuff from new papers nature etc. Usually they call the author or someone who…
How does it compare to normal "Gettext workflow"? Currently I use i18next with custom functions, where I just write strings like _("car"), ngettext("window", "windows", number) in files. I Can use translator comments,…
Things are changing in a way. There is Slide from Strava ( http://labs.strava.com/ ). Where you just roughly click where a path is and it creates nice path from its database of gazillion GPX tracks. It can be used as an…
For ebooks I prefer http://inkmesh.com/ and http://luzme.com/. In Lulzme you can also add wanting to read list. And when price falls you get mail. Interestingly most of the books are cheaper on amazon.uk than on…
If you think the platform is finished enough maybe post it on Kaggle: http://www.kaggle.com/ there are many potential users for this app IMHO.
I'm not sure how they do it, but Rail planner app for interrail has fully offline train planner. https://www.eurail.com/en/plan-your-trip/rail-planner-app
It was never free or instant. It only works from 9-15 on workdays and not on weekends. Also if there are holidays in eu also doesn't work for domestic transfers. Easter is fun whe it stops for 4 days even though country…
EFS supports 30 GiB/s throughput now. https://aws.amazon.com/about-aws/whats-new/2024/08/amazon-ef... Otherwise instance drive and sync over S3.
>What’s the key to enter the euro symbol? That means you can’t use it in a text editor? Alt gr+E? Like it's shown on the keyboard.
They got 91 million from EU fund to built commercial project. It should start producing electricity start of next year. 8MWat electricity and 64 MW thermal. Looks like everything is going according to plan.…
If it is just haptic it's OK but the talk was at least in media that it would be an actual speed limit which in current implementation is idiotic. We have a new car which can read speed signs. In theory good idea. But…
Even Photosynthesis can be improved: https://www.the-scientist.com/news-opinion/genetically-engin... by 40% apparently.
It definitely doesn't use state of the art TTS. It sounds similar to MBrola english voice. There is google's [Wavenet](https://deepmind.com/blog/wavenet-generative-model-raw-audio...) and even chinese Baidus…
Mapbox has a tutorial https://blog.mapbox.com/add-lidar-to-mapbox-43f7e3912424 it uses OSS tools and you can host results locally, own server or on Mapbox.
Site looks broken, because CSS is loaded over HTTP which is disabled if site is loaded over HTTPS.
If you want simple named distributed pipes there is https://github.com/lukasmartinelli/pipecat . Which is basically cat over AMQP.
But how can attack over Adobe Flash still works when Flash is disabled by default on FF and Chrome?
There is also Carina docker cloud ( https://getcarina.com/ ) from Rackspace which is currently in free Beta.
There are benchmarks on on VPSbenchmarks: http://www.vpsbenchmarks.com/posts/amazon_lightsail_1gb_is_n... I'm not sure how reliable they are but if they are this doesn't seem good for AWS: >TLDR: Amazon Lightsail 1GB…
According to VPSBenchmarks Lightsail isn't comparable to other VPSes: http://www.vpsbenchmarks.com/posts/amazon_lightsail_1gb_is_n... >TLDR: Amazon Lightsail 1GB will melt down with less than 15% sustained cpu usage And…
What about Lidar lite? https://www.sparkfun.com/products/14032 it uses LED instead of Laser so it's much cheaper. RIG for turning: https://hackaday.io/project/4087-360-degree-lidar-lite-scann...
Try [BSDiff](http://www.daemonology.net/bsdiff/) it is meant for diffing binary files and it was used for incremental updates in Chrome. Now it seems they replaced it with their own algorithm…
I tested it with OpenTripplanner (kinda opensource Google transit) on JVM with ARM 8 jre. Times for 380 requests are in seconds: ARMv7 Processor rev 2 (v7l) (4) 1.0.0-SNAPSHOT min time: 4 max time: 1655 mean time: 276.8…
I like University of Cambridge Naked scientists: http://www.thenakedscientists.com/HTML/podcasts/ It's a podcast about weekly new science stuff from new papers nature etc. Usually they call the author or someone who…
How does it compare to normal "Gettext workflow"? Currently I use i18next with custom functions, where I just write strings like _("car"), ngettext("window", "windows", number) in files. I Can use translator comments,…
Things are changing in a way. There is Slide from Strava ( http://labs.strava.com/ ). Where you just roughly click where a path is and it creates nice path from its database of gazillion GPX tracks. It can be used as an…
For ebooks I prefer http://inkmesh.com/ and http://luzme.com/. In Lulzme you can also add wanting to read list. And when price falls you get mail. Interestingly most of the books are cheaper on amazon.uk than on…
If you think the platform is finished enough maybe post it on Kaggle: http://www.kaggle.com/ there are many potential users for this app IMHO.