Live data from Hacker News

Viewing profile — bluocms

bluocms

HN member
Joined
Mon, Oct 24, 2022, 5:34 AM UTC
HN karma
68
Public activity
19 items

About bluocms

No profile information was provided.

Recent public activity

  1. comment
    Comment #43884168

    Would be possible for you to share it? I think would be a very interesting read. Thanks

  2. comment
    Comment #43840435

    We’re developing https://bluocms.com/ - very hard to hack because we pre render all assets to a Cloudflare kv store - public website and CMS editor are on different domains Basical…

  3. comment
    Comment #43824735

    That’s correct. Somehow the link was wrong in the original post.

  4. comment
    Comment #43818727

    We’re building BLUO - https://bluo.cms a modern multi-website CMS focused on simplicity and performance. Key features: - Multi-website management with single sign-on (one dashboard…

  5. comment
    Comment #42664071

    This only happens because people treat build code at a lower standard than app code. IMO you should treat all code with the same rigour. From build scripts to app code to test code…

  6. comment
    Comment #42651888

    Looks really good and is also relaxing to watch when it’s compressed. Did you open sourced it? And your projects are really nice too. Wall smasher is amazing!

  7. comment
    Comment #41542595

    Getting a 260% (and this is a lower estimate) return might be great depending on the duration. If 10 years would be around 26% ROI. I wonder if there is any ETF that invests in all…

  8. comment
    Comment #41285836

    > Once you have less skin in the game, it is easier to make bad decisions. The author argues this is due to a) having a capital buffer to cushion you, and b) having more time to wa…

  9. comment
    Comment #37099328

    You can design to be transport agnostic. Then add various transport types: sockets, http, in memory (for testing)…

  10. story
  11. comment
    Comment #35810360

    What the other user says is that maybe those companies will only let 1 device per account to be registered. So you can’t have 2 devices to login. Harder to share.

  12. comment
    Comment #33966785

    Why learn cmd and bash when you can just learn js? Easier to maintain 1 language than 1+. My software in js from 7 years ago still works.

  13. comment
    Comment #33634884

    Then the comment can be removed, as is duplicate of code and has no use.

  14. comment
    Comment #33568651

    If you’re developing long term in node.js and js/ts, why would you use python? You already have shared code, utils, infrastructure to deploy. Personally I like to have all projects…

  15. comment
    Comment #33551319

    And this is something I come up on the spot. Engineers should think about like their life depends on it, this is a major security flaw. Even more robust would be to switch that fla…

  16. comment
    Comment #33545107

    How come the security model is so basic? I even think they should dismiss modal by id instead of type. As this is a highly sensitive part, I think stacking lock screens on top of t…

  17. comment
    Comment #33503713

    Instead of ngnix you could use caddy as a docker container too.

  18. comment
    Comment #33319061

    You can contact us by email if interested.

  19. comment
    Comment #33313276

    This is exactly how we built Bluo: dynamic cms just like wordpress that deploys static assets (html,css,js,images) to cf workers. Benefits are obvious: high reliability and speed t…