Viewing profile — bluocms
bluocms
HN member- Joined
- Mon, Oct 24, 2022, 5:34 AM UTC
- HN karma
- 68
- Public activity
- 19 items
- HN profile
- View on Hacker News ↗
About bluocms
No profile information was provided.
Recent public activity
-
comment
Comment #43884168
Would be possible for you to share it? I think would be a very interesting read. Thanks
-
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…
-
comment
Comment #43824735
That’s correct. Somehow the link was wrong in the original post.
-
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…
-
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…
-
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!
-
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…
-
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…
-
comment
Comment #37099328
You can design to be transport agnostic. Then add various transport types: sockets, http, in memory (for testing)…
- story
-
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.
-
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.
-
comment
Comment #33634884
Then the comment can be removed, as is duplicate of code and has no use.
-
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…
-
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…
-
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…
-
comment
Comment #33503713
Instead of ngnix you could use caddy as a docker container too.
-
comment
Comment #33319061
You can contact us by email if interested.
-
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…