Live data from Hacker News

Viewing profile — riccardoforina

riccardoforina

HN member
Joined
Wed, Aug 01, 2012, 5:04 PM UTC
HN karma
161
Public activity
38 items

About riccardoforina

No profile information was provided.

Recent public activity

  1. comment
    Comment #16280040

    It's funny though how a security related page is insecure because of a misconfigured third party js. https://imgur.com/a/CBftH https://sslanalyzer.comodoca.com/?url=https%3A%2F%2Fa…

  2. comment
    Comment #14781034

    Nice idea. FYI I just tried it on my Mac (10.12.5) with Safari as a default browser and Safari crashes every time it's opened to do the login to any service. After a couple try als…

  3. comment
    Comment #11445289

    ::-webkit-scrollbar { width: 1em; }

  4. story
  5. story
  6. comment
    Comment #6847746

    Can I suggest putting image size information directly in the html (or at least in a css class) to avoid end-user dizziness?

  7. comment
    Comment #6814127

    Boo to me for misspelling Bootstrap...

  8. story
  9. story
  10. comment
    Comment #6586175

    400kb for an useless image just on top of everything? http://www.reactiongifs.us/wp-content/uploads/2013/03/neverm...

  11. comment
    Comment #5831468

    Reasons behind not providing a free extra limited account to engage your potential future evangelists (ala NewRelic) but only a time limited trial with a required credit card slot?…

  12. comment
    Comment #5791832

    Should be "Falsehoods US programmers believe about addresses". Anyhow true. I recall the "Apply for this position" form of a big player, open to remote working. A full US address w…

  13. comment
    Comment #5408309

    Have a look at django-cms.org The "automagical installation" is something that can be done, but it's up to the provider to do it. A Python website (as well as for Ruby) ain't a bun…

  14. comment
    Comment #5406676

    Dozens of "max_user_connections" spammed in the page (error handling anyone?) and garbage characters in the content? Well, I think I'll wait for another source.

  15. story
  16. comment
    Comment #5275414

    Glad you like it, and thanks for sharing :)

  17. story
  18. comment
    Comment #4846731

    Give a shoot to my project then: https://github.com/riccardo-forina/django-admin-bootstrapped The aim is to refresh the admin frontend without polluting it with extra python code.

  19. comment
  20. comment
    Comment #4844672

    After Twitter, I'm here too! Can you please rename "django admin bootstrap" to "django-admin-bootstrapped", which is the correct name of the project? Btw, that's a massive list :D

  21. comment
    Comment #4841418

    That's fun!

  22. comment
    Comment #4796160

    Can you open an issue for this please (maybe with a screen)? I keep forgetting to check it.

  23. comment
    Comment #4794149

    Thank you sir! I uploaded the package on pypi a couple of minutes ago, you should now be able to do: pip install django-admin-bootstrapped

  24. comment
    Comment #4793839

    Good question. I tried every one of them I could find, none matched my needs: working only on the template side without strange settings or url tweaking. I see that douglasmiranda …

  25. comment
    Comment #4793521

    This is correct. Unfortunately no bootstrapping can be done to the actual html code without rewriting it. Or, to be more precise, no _good_ bootstrapping can be done. I hope this a…