Tombar | 3 years ago | on: Ask HN: What is the cheapest, easiest way to host a cronjob in 2022?
Tombar's comments
Tombar | 3 years ago | on: Ask HN: Can you give me something interesting or useful to work on?
I also recommended it to a friend in a similar situation to yours and he liked it too
For context, my background is around system administration, and had spent the last years writing k8s YAML for a living :P
Just in case, I'm not affiliated with Bruno in any way, just a happy student!
Tombar | 5 years ago | on: OpenResty: A Swiss Army Proxy for Serverless
Lapis is a framework for building web applications using MoonScript or Lua that runs inside of a customized version of Nginx called OpenResty.
Tombar | 9 years ago | on: HN: List of April Fools' Day Announcements (2017)
Tombar | 10 years ago | on: Drupal 8.0.0 released
Tombar | 10 years ago | on: All servers at OVH North American datacenters offline due to fiber cut
http://status.ovh.co.uk/?do=details&id=9603
At the time, they told customers they were adding new fiber providers and cables.
Tombar | 10 years ago | on: iTerm2 Shell Integration
Tombar | 11 years ago | on: Docker libswarm
Tombar | 12 years ago | on: Uruguay is the Economist's Country of the Year
We do have our fair share of issues like any other country on the world, but overall we are doing pretty good and life here is good.
Tombar | 12 years ago | on: Ask HN: Can we have a discussion about Tor?
The publicly available tools for making yourself anonymous and free from surveillance are woefully ineffective when faced with a nationstate adversary. We don’t even know how flawed our mental model is, let alone what our counter-surveillance actions actually achieve. As an example, the Tor network has only 3000 nodes, of which 1000 are exit nodes. Over a 24hr time period a connection will use approximately 10% of those exit nodes (under the default settings). If I were a gambling man, I’d wager money that there are at least 100 malicious Tor exit nodes doing passive monitoring. A nation state could double the number of Tor exit nodes for less than the cost of a smart bomb. A nation state can compromise enough ISPs to have monitoring capability over the majority of Tor entrance and exit nodes.
Other solutions are just as fragile, if not more so.
Basically, all I am trying to say is that the surveillance capability of the adversary (if you pick a nationstate for an adversary) exceeds the evasion capability of the existing public tools. And we don’t even know what we should be doing to evade their surveillance.
Tombar | 13 years ago | on: Show HN: A Twitter Account Scraper
Tried a couple links & this posts and coudn't understand how it works :S
Tombar | 13 years ago | on: Puppet or Chef?
Tombar | 13 years ago | on: Puppet or Chef?
In our experience puppet is easier to setup and start, chef server stack is HUGE compared to just installing a package for puppet master and certs/knife setup is a PITA.
The DSL is pretty similar except for how they track dependencies and general workflow, where chef is `procedural`, puppet internally builds a call graph based on a declarative syntax which can be hard to track down and understand in some situations.
Regarding cookbooks vs manifests, both have tons of modules around, but like with any plugins/modules software the basic stuff in general is cover, but you will need to get your's hand dirty to get things to work your way and not all manifest/cookbooks are good to use at all..
We don't found compilation and install time to be an issue for us, a complete lamp stack install fully customized takes less than 2 minutes per node.
We have a linux background and didn't find ruby hard at all to hack and mess around to solve some of our issues like custom facters and install some rare stuff like nsis :)
Tombar | 13 years ago | on: My experience with WPEngine
Since our customer was looking for a more agile development & deployment workflow I personally recommend them switching from us to WPengine based only on Jason reputation and your technical expertise.
Almost a month has passed since they signed in for the service, $500 in fees and ~ $700 on WPmovers afterwards, they keep hosting with us and couldn't arrange a 0 downtime migration at all, neither provide a fixed quote for the migration.
Our case right know is being handle by Sergio, maybe you can talk with him and our customer to find a happy ending?
I've always been an advocate of WPengine and big fan, but after our bad experience and seeing others having similar issues too, I'm probably not recommending WPengine in a while..
Regards
M
Tombar | 13 years ago | on: My experience with WPEngine
Tombar | 13 years ago | on: Show HN: Keys, Mac app for learning typing
Tombar | 14 years ago | on: Ask HN: Image processing as a service (IpAAS?)
edit to add link: http://wiki.nginx.org/HttpImageFilterModule
Tombar | 14 years ago | on: Pre-order: Play for Scala by Peter Hilton, et al.
Tombar | 14 years ago | on: HN MEETUP: Buenos Aires
Tombar | 14 years ago | on: Wp-cli - A command line tool to do work on a Wordpress from the command line.
I've been thinking of porting drupal drush project to WP for a while and never ever found enough time to do it :P
I remember seeing a couple projects shared before, using this technique to scrape sites with GHA