HN user

bausshf

182 karma
Posts4
Comments219
View on HN
Bye, Bye, Google 7 years ago

Actually YouTube doesn't ask anyone who claims the revenue of someone else's video :)

Maybe because the cost of travel and breeding expenses were lower compared to just doing the breeding in Canada.

Could also be the sales price which might be higher there than elsewhere.

I'm by no means an expert and it's just a guesstimate.

Security Checklist 8 years ago

I have a question and maybe someone here can answer me.

For the "Use a privacy-first email provider".

I currently use G Suite for business emails within my personal business.

Are there any alternatives that offers something similar to G Suite but with the expected privacy of the listed provider.

I'm aware that I won't be able to get all the features of G Suite, but I primarily only use the email part (Of course with multiple users so it has to have support for that.)

Yeah, I sure can.

I used the following tech: D (https://dlang.org) - Used as the primary programming language. vibe.d (https://vibed.org) - Used to handle the basics of http/https, but nothing more.

For the database tech the following are used: ORM (Supports the MySql/MariaDb/MSSQL engine) Mongodb (Uses a wrapper around the vibe.d implementation) MySql/MariaDb (Uses mysql-native) Redis (Usable through vibe.d) MSSQL (Uses mysql-native) PostgreSQL/SQLite (Coming in next version.)

The core design of it was a native full-stack web framework based around the ideas of ASP.NET, Razor and MVC.

You can find the project here: https://diamondmvc.org/ or at Github: https://github.com/DiamondMVC/Diamond

HN Post: https://news.ycombinator.com/item?id=16743476

My entire full-stack web framework because it's currently what's used for all my commercial projects.

It has been the most beneficial project to me both financial but also in terms of gaining knowledge.

It's the most important code I've ever written because while some would say you shouldn't reinvent the wheel, by reinventing the wheel I have made my overall performance and knowledge ten times better.

"Unnamed Namespaces and Static Variables GSG prohibits the use of static definitions and annonymous namespaces in header files. How else do we declare constants?"

A constant is not a static variable.

I don't see much reason why their website should have HTTPS though.

There are no input fields, no requests sent with personal information at all etc.

Everything that's questionable already comes over HTTPS on their site though, like Facebook content etc.

It's rather stupid to compare this to an hourly pay because it's all automated once it's made.

Over $40 for something that just converts is a pretty large amount. I get there are other features of the plan, but having no alternative plans is just ... There is no way to even test it. I also just noticed the price went down to $29 now, which is more reasonable, but even so I'd argue there should be alternative plans that maybe doesn't include the full support etc. I'd assume most people won't need to take advantage of that.

I could probably setup something similar in a couple of hours, I mean there's no magic done here.

Parsing markdown is easy and I already have that as a part of my web-framework.

See: https://github.com/DiamondMVC/Diamond/tree/master/markdown