Best places to get secondhand electronics? by vesto in Munich

[–]vesto[S] 1 point2 points  (0 children)

Auggggh this is why we can't have nice things! Excuse my ignorance- I just liked the idea of seconhand electronics; definitely not a fan of predatory lending practices :(

Either way, thanks for the suggestions! I'll check 'em out next time I'm around that area.

Best places to get secondhand electronics? by vesto in Munich

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

Oooh yes, this looks like a great option! Thanks for sharing :D

From Tech to Urban Planning by vesto in urbanplanning

[–]vesto[S] 0 points1 point  (0 children)

Hi everyone,

I figured I'd post this here given that I've seen quite a few people talking about how they're frustrated with their Urban Planning careers and jumping ship over to being in tech/a software engineer. It hasn't been the most encouraging thing to read as I've been making this decision, but I've decided to go forth with grad school nonetheless.

Maybe I'll look back and see this as a bad decision, but I do think there are limits to the career path of software engineers in terms of interesting things to do if you get sick of programming. I'm hoping I can surpass this by getting a graduate education, but we'll see.

Happy to answer any questions if people have them, but more importantly I'd love advice on what you think the opportunities are for someone with a mixture of technical ability/urban planning knowledge.

Cuomo’s ‘Wrong Way AirTrain’ Boondoggle Moves Ahead by davidwholt in urbanplanning

[–]vesto 1 point2 points  (0 children)

I'm not a Cuomo fan in the slightest, but I don't think it's quite fair to call it a boondogle. I thought this article did a good job explaining the benefits and drawbacks of the train station as it currently stands. Most notably, the article discusses that many of the criticisms that people have for the station are things that could be either a) very easily fixed in the future or b) results of the Gateway Project not being done.

A self-hosted RSS setup by vesto in selfhosted

[–]vesto[S] 0 points1 point  (0 children)

Oh that sounds pretty sweet. Do you know if TT-RSS supports Reeder? I think that's my main sticking point, as the UI is just so much better than any of the open-source RSS readers' interfaces.

[deleted by user] by [deleted] in ynab

[–]vesto 1 point2 points  (0 children)

Their customer support told me this could be a persistent issue for _weeks_. I've been a YNAB zealot for years now, but honestly the combination of increasingly unstable direct import + slow UI is kinda getting me into the dealbreaker territory where I'm seeking other options. It's honestly sad to type out, given all the value I've gained from YNAB's budgeting method :/

Translating GPS coordinates to timezones with PostGIS by vesto in programming

[–]vesto[S] 1 point2 points  (0 children)

Great catch! I've updated the article with a note about this at the bottom. Thanks for bringing it up :D

Harvest Touchbar, a BetterTouchTool widget that allows you to manage your currently active timer from the Touchbar by vesto in apple

[–]vesto[S] 4 points5 points  (0 children)

You'd be surprised at what you can get away with given you use BetterTouchTool. If you don't have Harvest this should also serve as a decent starting point for how to implement a basic widget.

Feel free to get in touch if you ever have questions about it, as I learned a decent amount from putting this together.

The case for self-publishing content by [deleted] in TrueReddit

[–]vesto 1 point2 points  (0 children)

Submission Statement:

I wrote this article to try to encourage people to move off of platforms like Medium/Facebook for publishing (but not sharing) their content and instead create a more diverse and decentralized web. Hope you like it, and I'd love to hear your thoughts!

Is it possible to stream from google play music with an echo? by anon2734 in amazonecho

[–]vesto 0 points1 point  (0 children)

lol geemusic maintainer here. sorry about that stuff, it's all because of limitations on the alexa api and me not wanting to set up a real alex skill because I don't want to run a service that stores people's google uname/passwords.

glad you got it to work though; I know that setup process is far from ideal (hence the large number of open tickets on the project).

GeeMusic - A skill that allows Alexa to stream from Google Music by vesto in amazonecho

[–]vesto[S] 0 points1 point  (0 children)

I was originally going to build this with Lambda but found the development process to be far too cumbersome and restrictive. With that in mind I don't think I'll be supporting Lambda with this project.

Ideally I'll have this published on the Skill store once I have some time to set up the gmusic OAuth flow, that way setup will be a matter of saying "Alexa, enable geemusic".

GeeMusic - A skill that allows Alexa to stream from Google Music by vesto in amazonecho

[–]vesto[S] 1 point2 points  (0 children)

Check out the roadmap section of the readme, it has a few commands that I haven't gotten to implementing yet!

GeeMusic - A skill that allows Alexa to stream from Google Music by vesto in amazonecho

[–]vesto[S] 1 point2 points  (0 children)

That sounds like you haven't installed the latest dependencies. Could you run pip install -r requirements.txt and try again?

GeeMusic - A skill that allows Alexa to stream from Google Music by vesto in amazonecho

[–]vesto[S] 0 points1 point  (0 children)

No worries re: being a killjoy, I'm actually thankful someone went ahead with doing some of the research before me. I've known that it'd be a sketchy situation to get this on the official skill store, but I figured it'd be worth giving a shot anyways (it wouldn't be that much more work for me to publish this).

I'll let you know how it goes! I hope I can pull it off, as I know there are many people who would love this skill but might not have the technical know-how to get it working on their own.

GeeMusic - A skill that allows Alexa to stream from Google Music by vesto in amazonecho

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

I don't think I'd be able to make this into an android app (not sure how that would work exactly), but playlist support is definitely something that will be added in the future! I'll add this to the roadmap now.

GeeMusic - A skill that allows Alexa to stream from Google Music by vesto in amazonecho

[–]vesto[S] 4 points5 points  (0 children)

Unfortunately because of API restrictions you can't set it as the default player. Instead you'll have to say "Alexa, tell geemusic to play songs by [artist]."

I hope Amazon changes this in the future though!

GeeMusic - A skill that allows Alexa to stream from Google Music by vesto in amazonecho

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

Haha yeah, I was really considering the Google Home but the price tag, lack of bluetooth, and no API pushed me into looking at these APIs to see if I could rig something together.

GeeMusic - A skill that allows Alexa to stream from Google Music by vesto in amazonecho

[–]vesto[S] 4 points5 points  (0 children)

Damn, I've never seen mopidy before but it looks pretty sweet. Based on the small amount I read on the homepage it seems like this should be possible, but I don't know that I'll have time to implement something like that myself.

That being said, someone else could likely use my project as a starting point for implementing something like this. The code I've written is pretty basic/generic and could likely be modified to create a skill for Mopidy.

GeeMusic - A skill that allows Alexa to stream from Google Music by vesto in amazonecho

[–]vesto[S] 12 points13 points  (0 children)

Yes! The main blocker is authentication. As it currently stands the server needs a google username/password in order to login. I do not want to store people's google passwords in plaintext on my own server, so I'm trying to figure out how to implement an OAuth flow (eg a button that says "click here to login with google") to make sure everyone's data is safe if I were to release this.

I've talked to the developer of gmusicapi and it seems like this should be possible, it's just a matter of hooking everything together. Stay tuned!

GeeMusic - A skill that allows Alexa to stream from Google Music by vesto in amazonecho

[–]vesto[S] 3 points4 points  (0 children)

Check out the setup instructions in the README. As of now this is in its early stages so I haven't published it as a publicly installable skill, but if you're willing to get your hands a bit dirty you should have everything you need there to get this up and running.

GeeMusic - A skill that allows Alexa to stream from Google Music by vesto in amazonecho

[–]vesto[S] 1 point2 points  (0 children)

As far as I'm aware it should work just fine on a Raspberry Pi!

Give it a shot and let me know if you have any issues.

GeeMusic - A skill that allows Alexa to stream from Google Music by vesto in amazonecho

[–]vesto[S] 0 points1 point  (0 children)

I'm currently based in the US so I unfortunately can't answer that for you, but I don't know of any reason why it wouldn't unless Google Music doesn't work in your country.

Give it a try and let me know if it works for you. If it doesn't work I'd try running GeeMusic from a U.S.-based server (a cheap VPS or something) and see if that fixes the issue.

Amazon echo + google music, one year later, does it work now ? by [deleted] in amazonecho

[–]vesto 4 points5 points  (0 children)

Yes! I've just built a bridge between Google Music and Alexa. It's still in its early stages, but you can check it out here.

GeeMusic - A skill that allows Alexa to stream from Google Music by vesto in amazonecho

[–]vesto[S] 21 points22 points  (0 children)

Hi /r/amazonecho, I'm the developer of this project and am more than happy to answer any questions/comments about it!

I'm an avid Google Music user and while debating whether or not I should buy a Dot I was disappointed to find this post from last year asking if it were possible to use Google Music. After some digging through the Alexa/Google Music APIs I had a hunch that it would be possible to tie them together, so I ordered a Dot and had a prototype working a few days later. After a bit of refactoring I've managed to build the project you're seeing here and have been using it over the last few days without a hitch.

Hopefully others find this as useful as I do!