Wesley: Hey. Hey, Gunn. Is something weird going on? … Charles, you just peed on my shoes. Gunn: I'll be damned. That's weird.

'Life of the Party'


Buffistechnology 3: "Press Some Buttons, See What Happens."

Got a question about technology? Ask it here. Discussion of hardware, software, TiVos, multi-region DVDs, Windows, Macs, LINUX, hand-helds, iPods, anything tech related. Better than any helpdesk!


Gudanov - Feb 20, 2016 6:28:37 am PST #24767 of 25496
Coding and Sleeping

I'm probably go with MySQL or Postgres for the database as they are free and good and easy to set up. MySQL has a program called MySQL Workbench that makes managing the database pretty easy.

Libreoffice base (also free) might make a okay front end, but I haven't used it. A web-based front-end would be best but that involves a fair bit of coding.

Right now I'm working on a project for my Wife's upcoming study that uses a MySQL database, PHP for server-side endpoints, and Angular2 + Bootstrap for the web front end. I could share some code to help you with a jumping off point, but I've just started it so I don't have much yet.


Gudanov - Feb 20, 2016 6:33:07 am PST #24768 of 25496
Coding and Sleeping

At work, we use a Cassandra database, a made-from-scratch server for endpoints, and mobile apps. So I know that stuff pretty well too, but that's way overkill made to handle millions of users.

I agree with DX that you probably just want to link to files. There are NoSQL databases that deal well with storing documents, but SQL will be easier to work with. SQL databases can be harder to scale but that's not a concern here.


Liese S. - Feb 20, 2016 7:20:24 am PST #24769 of 25496
"Faded like the lilac, he thought."

That would be fantastic, Gud.

My market wouldn't ever hit millions of users, but I think there is a reasonably sized songwriter market out there that might bite, if I got it off the ground beyond, hey this sure is nice for me. I would have to give some thought to the ins & outs of monetization at that point, though, because the bit that makes it valuable is also sort of sensitive data, and I'm not sure how well the labels would take to me encroaching on their ground, even if I am using all publicly available info. And I guess I'd need to figure out how I'd scale once I got to that point.

Linking to files is fine. It's more just that I need to have one place I know I can go to in a hurry to get the right info in a predictable format. I mean, I need to do that sort of data organization work on my side anyway, regardless of how I access it, so that's probably just a project on its own.

Ok, thanks a lot, guys, this gives me a good point to get researching on. It'll be fun to get my code feet wet again.


Gudanov - Feb 20, 2016 4:51:41 pm PST #24770 of 25496
Coding and Sleeping

Cool. I'm sorting out authentication on the front-end right now. Once that's in order I can shoot some code your way.


Liese S. - Feb 20, 2016 6:54:39 pm PST #24771 of 25496
"Faded like the lilac, he thought."

Perfect. I really appreciate it.


SuziQ - Feb 22, 2016 10:03:35 am PST #24772 of 25496
Back tattoos of the mother is that you are absolutely right - Ame

Not quite sure if this is the best place to ask...but I need some advice on buying walkie talkies. I am one of the coordinators of our Good Ole Fashioned Hoedown at the stables in April. We want to get 4 units so that we can communicate easier. The longest distance is about a mile over hilly terrain and a few buildings.

We need something that is reasonably priced but reliable. Any tips?


Gudanov - Feb 23, 2016 4:45:30 pm PST #24773 of 25496
Coding and Sleeping

Hey Liese,

What I'll probably do is create a project on GitLab with a generalized version of what I'm doing for this study. I still have a bit to work out before I can get there though.


omnis_audis - Feb 23, 2016 6:57:23 pm PST #24774 of 25496
omnis, pursue. That's an order from a shy woman who can use M-16. - Shir

SuziQ, I purchased a handful of these for work in the theater. They might get 1 mile line of sight. Not sure about through buildings. They are cheap Chinese knock-offs. The ear/mic pieces don't work so good. The connector on the ear/mic piece is a fraction of a size different than the connector on the radio, which causes lack of connection in the mic. So, if you don't need to use those, it's not a bad radio for cheap. [link]


DXMachina - Feb 24, 2016 3:33:43 am PST #24775 of 25496
You always do this. We get tipsy, and you take advantage of my love of the scientific method.

Oh fun! Microsoft has started sending ads to the Win 10 lock screen. Details (and how to turn it the fuck off) here:

http://lifehacker.com/windows-10-is-showing-ads-on-your-lockscreen-heres-how-1760984834


Gudanov - Feb 24, 2016 4:50:02 am PST #24776 of 25496
Coding and Sleeping

Still not regretting my switch to Ubuntu.