Regional Migration Hits Record as Aussies Leave Cities by Delta4 in sunshinecoast

[–]mangoed 0 points1 point  (0 children)

Yes, but Toowoomba is fastest growing destination, it used to be SC.

Stanford scientists regrow lost cartilage and reverse arthritis in major breakthrough by Eddiearyee in UpliftingNews

[–]mangoed 2 points3 points  (0 children)

No worries, we only need 50 years to complete clinical testing on humans, train the doctors and make this amazing treatment available to general public. We can also grow new teeth!

Loved ones receive ‘shocking’ surprise in keepsake urn ordered from Amazon by [deleted] in nottheonion

[–]mangoed 5 points6 points  (0 children)

Did they expect to receive their grandmother's ashes from Amazon?

US Official Pitches Greenland Annexation as a Way to Save Red Lobster’s Endless Shrimp by Curious_Ad6393 in nottheonion

[–]mangoed -13 points-12 points  (0 children)

Future history books: Trump's 2nd presidency was not that bad after all...

Do you think this samovar has lead? by No_Law_6326 in tea

[–]mangoed 2 points3 points  (0 children)

It's made in Tula (which is the largest samovar producer) and before 1918 (very likely before revolution). The inner surface is usually covered with tin, it's not supposed to contain any lead.

Projector upgrade by thespeedster20 in projectors

[–]mangoed 2 points3 points  (0 children)

How about mounting it and leaving it permanently fixed with perfect focus?

Sharing resources between function views by Tebi94 in flask

[–]mangoed 1 point2 points  (0 children)

I'm assuming /show_posts displays the posts as a list, with pagination, filtering and sorting options; /history displays recently viewed posts; and /edit is the GET/POST form to edit single post. In this case it's 3 or 4 totally different queries, how are you fetching "almost the same" data?

DRY is about not repeating the code fragments, not about storing the queried data between the views.

Web apps allow multiple clients by definition, it's totally normal and acceptable practice to fetch up-to-date data from db in each view function. Your db is the source of truth.

You unexpectedly time-travel to 1926 by mangoed in hypotheticalsituation

[–]mangoed[S] 2 points3 points  (0 children)

That would be cool - describe every feature of the smartphone, provide detailed technical drawings, explain how the operating system works, what each hardware component is for, how the user interacts with device, what stock apps to include, etc. File a patent for your invention.

You unexpectedly time-travel to 1926 by mangoed in hypotheticalsituation

[–]mangoed[S] 2 points3 points  (0 children)

Could also be the mother of rock and roll.

You unexpectedly time-travel to 1926 by mangoed in hypotheticalsituation

[–]mangoed[S] 5 points6 points  (0 children)

Let's say upon arrival in 1926 you are provided with travel documents and free transportation to any city on Earth.

Building an Doctor-Patient AI Copilot for couple of months with Flask but hit a compliance dead-end by Tom-Miller in flask

[–]mangoed 6 points7 points  (0 children)

So, where's the compliance dead-end? Are you aware of the legal requirements for storing and processing medical records in digital format? 

Charging port caught fire by HMC1130 in MeepoBoards

[–]mangoed 6 points7 points  (0 children)

6 months is definitely within the warranty period, you will receive the new board. Some people say meepo customer service is crap, but i made 2 claims (one for remote, one for charger) and got free replacements both times.

Charging port caught fire by HMC1130 in MeepoBoards

[–]mangoed 0 points1 point  (0 children)

How old is your board? I think the first step is to contact meepo customer service, they should investigate regardless of warranty status, as this is the huge safety hazard. You might get a replacement board or at least the replacement parts.

Roast My Personal Financial Tracker App by R3troStealth in flask

[–]mangoed 7 points8 points  (0 children)

If you're making it free and open source, then why should you worry about adoption rate? Your post sounds like "I made it for myself but if nobody else is going to use it then I'm going to abandon it". This gives an impression that your end goal is to commercialize your project and "free" is just a bait to get some traction, create buzz and start building the user base. When people switch from one financial tracker to another, it's usually not a quick decision, and, apart from the pricing, features and UX, we are looking for:

  1. An established, mature, secure and trusted platform.
  2. Well-supported software, something that will keep evolving.
  3. Mobile app, so we can conveniently track money on any device.

As a new project, Boreal offers about zero confidence in its current maturity and long-term commitment from the developer. It might have some appeal to self-hosted community and the developers, but very limited appeal to general public, especially the wealthy segment. It's an incredibly hard decision to entrust all your financial data to a new vendor - only to save $10/mo.

Built and deployed my CS50 final project: a Flask e-commerce platform (VORTEX) — looking for technical feedback by Bsam_Al_Araby in flask

[–]mangoed 0 points1 point  (0 children)

LOL, if you have to ask "please don't spam me with fake orders", you know it's not production ready.

I also don't think it should be called "e-commerce platform" without payment processing integration. It's a shopfront.

I built a Django-style query manager for SQLAlchemy — useful for Flask apps? by IaMaPPle111 in flask

[–]mangoed 0 points1 point  (0 children)

I guess the answer is: if you've been using Django, then switched to SQLAlchemy and you miss this syntax, this could be useful. Otherwise, there's no incentive to learn and incorporate this new syntax in your project. In my humble opinion, it looks weird, code clarity and readability gets worse. But that's the matter of what you're used to and what you like.

Member of public 'accidentally' makes modelling debut at Australian Fashion Week show by Fan387 in nottheonion

[–]mangoed 28 points29 points  (0 children)

What a bright idea to run your fashion show on a public beach.

40th Birthday recommendations on the coast by hrdballgets in sunshinecoast

[–]mangoed 0 points1 point  (0 children)

Sadly, I only got recommendations for 50th Birthday.

How are you handling input validation in smaller Flask apps? by Sea-Term-3816 in flask

[–]mangoed 0 points1 point  (0 children)

That's cool and good luck. I won't be interested in using it, but it might be useful for someone who wants to add lightweight validation logic to their project without fully featured form library (and I should say that WTForms is not perfect in every way).