Viewing profile — MichaelHoste
MichaelHoste
HN member- Joined
- Sun, Sep 30, 2012, 12:56 PM UTC
- HN karma
- 100
- Public activity
- 30 items
- HN profile
- View on Hacker News ↗
About MichaelHoste
Recent public activity
- story
-
comment
Comment #41168934
Thanks for your feedback! Yes, we're using ChatGPT 3.5 for now and we will certainly switch to GPT-4o mini in the near future. It already works with ChatGPT 4 but we noticed that t…
-
story
Show HN: Neurooo – DeepL clone using LLMs for translations
Hi HN, We built Neurooo.com, an automatic translation tool like DeepL or Google Translate, but using LLMs with OpenAI and Mistral. We noticed that LLMs were quite good at translati…
-
comment
Comment #27099401
Thank you! I didn't know PIN were also used for the magnetic strips (we never use them in Europe, or at least in Belgium). The legacy software could explain it. But the difference …
-
comment
Comment #27099298
That's something that crossed my mind, a 4-digits PIN is a weak password by definition. But hashing them with the customer ID, date of birth, or something else, and using bcrypt to…
-
story
Ask HN: My bank stores PIN as plain text, should I be worried?
Hello HN, I received my new credit card with a reminder of my current PIN. I'm not sure how that could be possible without having a database of their customer names, addresses and …
- story
-
comment
Comment #21535110
I loved and finished the game but I had the same issue on two occasions. I felt sick and I had to stop. Now I know it was not the food I had just eaten but the game itself, thank y…
-
comment
Comment #20498184
The link seems to redirect to https://news.ubisoft.com/notfound without any visible content. Here is the press release from Blender: https://www.blender.org/press/ubisoft-joins-ble…
- story
- story
-
comment
Comment #16957637
Right now, we think about the possibility to integrate with Wordpress or Symfony. If you use React, one of our users also created a plugin for React-Intl: https://github.com/deecew…
-
comment
Comment #16957275
Laravel is currently the only integration in the PHP-world. But most of the code could certainly be reused for a Symfony application, or any other PHP project. We think that every …
-
comment
Comment #16957052
We have strong opinions about this, and we explained them here: https://translation.io/blog/gettext-is-better-than-rails-i18... Even if we compared GetText to YAML key/values (Ruby…
- story
- story
-
comment
Comment #13846132
I have no idea, the title changed after I posted it and it was "288". It was also originally a "Show HN:" but someone removed it (maybe I was using it wrong, I don't know).
-
comment
Comment #13846055
I was indeed afraid that it would look too static without using "random" phases. Using seconds would be great (I could try to make them look smaller too). Looking at my source of i…
- story
- story
-
comment
Comment #11516644
The keyboard controls are the same as XMoto (up for acceleration, down for brake, left/right for rotation) but they are applied differently. The smallest difference in physical val…
-
comment
Comment #11515592
I tried to start a blog to talk about the project's creation: http://xmoto.io But as always, I prefer to spend my time working on the code than writing blog posts... So they are no…
-
comment
Comment #11515541
Thanks for the compliment! Nice catch for the bug! I fixed it on the wip branch here: https://github.com/MichaelHoste/xmoto.js/commit/24855d191a43... There is an abstraction betwee…
-
comment
Comment #11515115
Yes of course I had multiplayer in mind the whole time. I even started a Rails application here for that purpose: https://github.com/michaelhoste/xmoto.io (it was more of a proof-o…
-
comment
Comment #11514922
There were 3 difficult parts: * The most difficult one was recreating the physics with a modern physics engine (box2D) to make them feel like the original ones. The smallest differ…