Live data from Hacker News

Viewing profile — CiTyBear

CiTyBear

HN member
Joined
Mon, Mar 26, 2018, 7:29 PM UTC
HN karma
361
Public activity
39 items

About CiTyBear

No profile information was provided.

Recent public activity

  1. comment
    Comment #48687969

    Personal experience with Jolla: I bought their first mobile (still have it somewhere) that would be a "Linux Phone that run android app". Wanted to support it and was ready to expe…

  2. comment
    Comment #45605979

    Curious choice of backend python. Indeed Flask is a famous python framework but it seems it has been completely overshadowed by FastAPI. I would suggest "HyperFastAPI"

  3. comment
    Comment #45103767

    > It’s important to note that, if you’re using a non-commercial license, you cannot opt out of the collection of anonymous usage statistics. Important indeed. This is not "free as …

  4. comment
    Comment #39552321

    Looks really nice. Too bad you take businesses into hostage regarding the SSO. This is even one one the main argument in your Enterprise plan. I know this is common behavior but I …

  5. story
  6. comment
    Comment #36759054

    I don't believe in 10x programmer and know this term only from HN. I live in France and after 10years programming, I never heard a collegue said "I am a 10x programmer". However, I…

  7. comment
    Comment #36755127

    Many people complain about the time you need to have a proper vim. In computer security, I learnt to make my own tools, to develop my own script that match what I want to do/scan. …

  8. comment
    Comment #33202482

    Breaking changes are very common with Python Azure SDK. First version where not pep8 compliant so when they decided to respect it, everything broke. Azure servicebus in python went…

  9. comment
    Comment #32562174

    Sorry, I meant linting. Editted

  10. comment
    Comment #32561855

    Really like Mypy. I have coded many python micro service with different framework but my minimum core set is: - Black (formatting) - Isort (import order) - MyPy (typing) - Pylint (…

  11. comment
    Comment #29694197

    One use case it is you can share different number of key shard to individuals. Thus, they have more "power" based on how much you trust them. If this is your will, you can give 3 s…

  12. comment
    Comment #28131176

    Relay looks a lot like what Tanker ( https://tanker.io/ ) does. Even the method seems quite similar. Why should I choose Evervault over Tanker ?

  13. comment
    Comment #27047112

    It is the opposite. As state on the website you liked: > The name "1€" is an homage to the $1 recognizer.

  14. comment
    Comment #26912815

    I really like Sentry to track my bugs. However, it lacks some workflow, so I'd say I expect a Sentry with a light Jira (a Trello ?) to follow fixings

  15. comment
    Comment #26889621

    His script start from the bottom of 06 XX XX XX XX (french mobile number) and increases. This is not the most efficient way to have working/active numbers. As he said, starting wit…

  16. comment
    Comment #26889525

    This is in France, where text messages were free (unlimited with your subscription) long ago before we had internet on our smartphone. Thus people use text message a lot and did us…

  17. comment
    Comment #26340676

    Seems great. The pricing distrubs me. 75$/month this really nothing for big organization with 1000+ employee. Also, all your testimonials seems fake. People are unfindable and no c…

  18. comment
    Comment #24350967

    Very interesting. However many "Failed" lack of sources. The links used as proof are usually Think Tank which are far from objectives about information.

  19. comment
    Comment #24047877

    I don't think it says "Software not open-source is bad". But more something like "It is marketed as open source but it is not". Developers should be aware that VSCode is not as ope…

  20. comment
    Comment #23925606

    I agree. What made me use macbook for years is their touchpad. Do you have recommandation of linux compatible laptop with good keyboard and touchpad ?

  21. comment
    Comment #23917078

    I find this quote as important as yours: "This mechanism ensures that high connectivity in a specific area of the brain, possibly manifested through some special talent (e.g. sport…

  22. comment
    Comment #21015278

    Other stuff with asteroids : * RipGrep: Replace Grep and it is blazing fast * exa: Replace ls with many more options

  23. story
  24. comment
    Comment #20746945

    This is so green and I was so focused that when I switch tab, all colors were different (like optical illusion). I would appreciate you change the colors but it works well !

  25. comment
    Comment #20460562

    For those who wants to see some rust in action, here are some OSS tool written in Rust and very efficient: RipGrep[0]: Replace Grep and it is blazing fast bat[1]: Replace cat with …