HN user

jeromeparadis

148 karma

Co-Founder and CTO @ jetrebellion.com Developer, geek and dad.

Posts5
Comments136
View on HN

And the blog's logo has 4 letters n 4 mario colors. They aren't a sequence (YGVR) that is found in any title for the first 4 letters. For the last 4 letters either, but Maro Party 7 is a close match with: YGVO.

Thanks for your recommendation! With Sonophone, my group of one Sonos Outside + 2 old Play:3 speakers now reacts almost instantly instead of waiting minutes for that group to be ready to be controlled. Awesome.

One use-case I always try is to have an AI try to read a school calendar image where days off are or days of interest are highlighted using a legend. i.e.: days with a square, circle or triangle or different color, etc.

When asking days for specific days of interest for the school year, AIs always struggle. They get some days right but forget some or fabulate new days. They fare a bit better if you remove some of the noise and give them only a picture of a month but even then, it's unreliable.

As a developer/CTO who's use-case when travelling is just being able to take care of emergencies if something present itself I wanted to do away from bringing a laptop in vacation. Since I develop using Docker, my solution is basically an EC2 machine I can fire if needed that has VSCode installed as a server running in a browser with Docker installed in the same machine. Basically a cloud dev environment available in the browser.

It's amazing how it all works well, even the Docker integration inside VSCode. The main thing that doesn't work as well as locally is searching the source code which is very slow. A work-around would be to search your code separately in Github or whatever service you use.

Anyway, with this setup, I can go away with a clear mind that I have a dev machine available even if I only bring my iPad (with keyboard cover).

Not sure about MFA with a USB key but for the sake of the argument, if they are using App-based MFA as their own Authy, I would think a headless browser in the backend of the fake site accessing the proper site on behalf of the real user would do the trick. It asks the code for the user on the real site and the user replies on the fake site and the fake site supplied the real code to the real site. The only thing needed is that the user gets and supply the code that was asked on their behalf to the fake site.

Who says an attacker auth Web site cannot ask for the MFA code behind the scenes and supply it? Problem is no one, especially Twilio employees shouldn't never click and never trust any link they receive from trusted or untrusted source. They should use the links they already have bookmarked.

...rather they fear that it will result in them receiving worse care.

In Canada, we have free healthcare. If you have the money you still can go private if you think you'll get a better care.

But I guarantee you won't go private for hearth surgery. There's not market for it because the care you get is already the best in the public sector.

To hell with profitability. I'm infinitely glad my son's right to live wasn't an option or a choice. Today he's an healthy 7 normal years old Canadian who had the top infant cardiac surgeons in the world for multiple surgeries.

So, yes, the government. It may not be monetarily profitable but money shouldn't matter to build a humane society.

I don't know what's the fuss about 32GB and OS X/MacOS but I upgraded my iMac to 32GB (from 8) and when booting, it still prefers to swap than to use the memory it has access to. For the next hour, it slowly starts using more memory and will use even more than 16GB. I suspect the OS isn't optimized to efficiently use more than 16GB.

It must be due to the fact it is not the original hardware with the same controllers, etc. That's one thing that goes against the nostalgia feeling (other than bad games).

For example, when I see an original arcade machine (of an excellent game), I cannot not play it.

What I'm looking for is a plugin that can make a entire Wordpress site static to freeze sites in time so they don't require Wordpress, PHP or MySQL.

Another workflow could be to use WordPress locally in a VM to edit, then generate a static site you upload through git or whatever to a bare minimum server.

Any plugin that fit the bill? I remember searching but never found something perfect.

Do you know how much it would have cost in the US? More than $1.5MM is the estimate I got. If you were to pay here as a non Canadian. About $200-300K. The missing $1MM, where is it going and where is it coming from? Everything is relative when you say everyone pay because of taxes. I would from you salary and insurance. At the end of the day, who's paying more? I don't know. But I'll tell you something: in the States, our choice would have been an late and illegal abortion or a bankruptcy. Today, we have a marvellous son that our society decided we should protect at all cost.

When he was born, my son had cardiac surgery. Had another one 4 months later and a catheter later on. The two surgeries were done by one of the top 10 surgeons in the world. All in all, he was 6 weeks in the hospital. He's now in very good health. Since we live in Canada, it costs us nothing except the parking at the hospital (about $120 total with a pass) and the lost work time.

Or like myself, hire a firm once in your career, assist to the free government course and do it yourself in the future. The trick is really learning what they are looking for in the write up and scientific audit. The rest of the claim is easy. And once you're approved, you usually don't get audited thereafter.

I wonder if I could do the following... Any help would be appreciated.

Here's the scenario: a seller is selling something expensive. Some buyers may prefer purchasing by credit card (simple) but others may prefer to wire money to the seller. To guarantee the transaction, we would take an authorization on a credit card for, let's say 10 days and if the buyer transfers the amount during that time, we remove the hold on the credit card. If he hasn't transferred the money after the elapsed time, then we would charge the card.

Would Stripe or Balanced support such a scenario and if so, what would be the fees? Is there any impact of having a lot of CC holds that don't go through?