Live data from Hacker News

Viewing profile — batiste

batiste

HN member
Joined
Mon, Dec 20, 2010, 2:57 PM UTC
HN karma
156
Public activity
108 items

About batiste

Full Stack Dev https://batiste.github.io/

Recent public activity

  1. comment
    Comment #37093188

    There should be a calm AI voice stating what they should be doing based on some heuristics. Based on angle of attack, engine power and the last recorded reliable speed, I feel a si…

  2. comment
    Comment #33480987

    I have met people that thinks HTTP calls are great! - "But it tests more things!" Well ok, but those are integration tests, not unit tests... It is unacceptable that a unit tests c…

  3. comment
    Comment #33480972

    It has been a long time I have met somebody stupid enough to push this kind of meaningless rules forward. Test setup is sometimes very complicated AND expensive. Enforcing only 1 a…

  4. comment
  5. comment
    Comment #32117722

    Yeah, the optional parenthesis is one my biggest complaint with the language. It just makes things less readable, with not other benefits than making the code look more clever than…

  6. comment
    Comment #32116242

    It really doesn't... After years using Ruby my mind never managed to parse its complicated grammar.

  7. comment
    Comment #31287549

    You don't necessarily have a single SQL database behind a GraphQL server. You could have one of a mix of the above: - Legacy internal REST APIs - NoSQL Databases - Various SQL Data…

  8. comment
    Comment #31287388

    What I really like about GraphQL is that it completely get rides of the silly verb questions such as - POST or PUT or PATCH? - Why can't my GET or DELETE requests have a JSON body?…

  9. comment
    Comment #30598336

    > Genetically engineered food that is flooded in pesticides Nhaa, I don't think so. Glyphosate residue are not a real concern for me. Other things that are way higher on my list, t…

  10. comment
    Comment #29306029

    Love Django. But we are using Django with Gunicorn at work and we are having massive concurrency issues (1 process, gthread)... More than 4 concurrent requests waiting on a slow IO…

  11. comment
    Comment #27642684

    I still use the old design to this day...

  12. comment
    Comment #26522614

    > if you don't do shady shit your site doesn't need a popup asking for consent. This what I have been explained. Any sort data sharing, like introducing Google Analytics in your we…

  13. comment
    Comment #23377332

    Really cool, I should have a serious look at this non-virtual dom thing. All the examples make it look like this project is dependable. Sorry for the plug but I somehow explored si…

  14. comment
    Comment #23300599

    I would say, between 5% and 10%. I am paying CHF 2200 in Zurich for a 2 rooms and we share the rent.

  15. comment
    Comment #23117817

    You could do some Ajax request with jQuery and update the page.

  16. comment
    Comment #23032562

    Lord I hate YAML. 10 years after seeing for the first time I still haven't memorised the intricacies and feel unsafe modifying any file.

  17. comment
    Comment #23017805

    Well, I did something a bit similar my own language: https://github.com/batiste/blop-language/commit/90e7704e125f... Not sure where classes are an issue with doing anything like th…

  18. comment
    Comment #23016654

    Would it be possible to have a single method on a class that behaves like whatever useEffect is doing?

  19. comment
    Comment #22823418

    I concur. I used React for a year or so I never used this feature once. I was too busy writing all the necessary boilerplate.

  20. comment
    Comment #21834724

    I implemented a similar feature in the Blop language, but by simply using a Proxy https://github.com/batiste/blop-language Not sure why they claim proxies are complicated... I foun…

  21. comment
    Comment #21314966

    So, this is a reverse vaccin?

  22. comment
    Comment #20937702

    If you do not know Ruby, it is neither easy nor fast. You have to learn a brand new language and Ruby is quite a departure from C-like languages that most people are familiar with.…

  23. comment
    Comment #20925846

    For once a fair criticism of Django by someone who seems to know the framework well. I don't quite share the same experience with i18n though. I always found Django statical code a…

  24. comment
    Comment #20081997

    Principally the file organisation that pretty much forces you to stick all your controllers in one single directory. If you want to create a truly modular application (think micros…

  25. comment
    Comment #20041488

    Did RoR people ever fixed their monolith inducing architecture?