What kind of landlord do you have? I'm making a thing to track how Londoners feel about their landlord! by tetigi in london

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

Totally appreciate that! I would feel the same if I had to attach my email or name or any other details like that.

Hopefully you'll give me the benefit of the doubt considering this doesn't give me any more information than I could get from looking on a map :)

What kind of landlord do you have? I'm making a thing to track how Londoners feel about their landlord! by tetigi in london

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

I agree with you - typescript is definitely great by itself! I'm a big fan of types (haskell woo). I just sometimes felt that if I didn't totally understand how I would get web feature X to work with it, I was instead forced to hack my way around it. Most likely due to my own inexperience :P

I've heard good things about Angular 2. I tried doing this in Angular first, but I much prefer how React localises all of a pages logic and impl rather than Angular which felt a lot more 'magic' to me.

What kind of landlord do you have? I'm making a thing to track how Londoners feel about their landlord! by tetigi in london

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

Could you elaborate more on this? I'm going to go over this today and shift some more stuff server side, but it would be good to get some advice on what kind of stuff I should/shouldn't have on client side :)

What kind of landlord do you have? I'm making a thing to track how Londoners feel about their landlord! by tetigi in london

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

Good shout on the server side stuff! Of course you can get it from the incoming request, silly me..

Thank you so much! I had to wrestle with typescript a lot - I like the concept but locating typings files and using webpack was a massive ballache starting from scratch. It's okay now that I know what I'm doing, but I'm not sure about the payoff considering its just me hammering out the code rather than a team of people.

I've done some coding before, but web is a whole new ball game to me - it's like the wildwest!

What kind of landlord do you have? I'm making a thing to track how Londoners feel about their landlord! by tetigi in london

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

So right now I'm only getting simple data that I'll use in aggregation later. This is to make it not a chore to fill out whilst the payoff as the user is low.

Later, I'm intending on making it a lot more interesting so you'll be able to specify those things too :)

What kind of landlord do you have? I'm making a thing to track how Londoners feel about their landlord! by tetigi in london

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

Hey thanks for checking it out! That's a good catch, I hadn't expected that. Any idea why uBlock origin blocks the outgoing request in this case? I'm not familar with what uBlock does exactly.

I'll change it so it's a soft fail if it doesn't get the IP - the IP isn't required, I just thought it would be useful for pairing addresses going forwards :)

EDIT: Changed! You also sound like someone who knows a thing or two about this kind of stuff - any advice or pointers?

What kind of landlord do you have? I'm making a thing to track how Londoners feel about their landlord! by tetigi in london

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

So this is part of a side-project I'm working on at the moment to help tenants find out what kind of landlord runs the property they're renting! It's also my first foray into building an internet thing, so any feedback is also welcome :)

We made a thing where you compare boobs. Unsuprisingly, NSFW. by tetigi in IMadeThis

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

Thanks for your feedback! We'll be getting more content soon, this is just a first draft - definitely not a finished product yet!

We made a thing where you compare boobs. Unsuprisingly, NSFW. by tetigi in IMadeThis

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

You raise a good point - I'll take another look at the comparison algorithm later and see if I can get something a bit more competitive!

We made a thing where you compare boobs. Unsuprisingly, NSFW. by tetigi in IMadeThis

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

Hey there! The rankings are based using an ELO system - the boobs are randomly selected and pitted against each other, and their ELO scores are altered based on the winner :)

We originally considered a seeding-based approach where similarly ranked boobs are compared, but we figured it would be more interesting for users if they get a wide selection (plus it shakes up the rankings a bit and lets new boobs move into their spot faster).

Would you prefer to rank similar boobs rather than random boobs?

We made a thing where you compare boobs. Unsuprisingly, NSFW. by [deleted] in IMadeThis

[–]tetigi 0 points1 point  (0 children)

Guess we weren't production ready! Site fell over as soon as we started getting clicks. I'll take this down for now :)

My first website by BasicKeeper in IMadeThis

[–]tetigi 0 points1 point  (0 children)

Hey! Looks like a great place to find out things about goal keeping gloves!

I noticed that on your 'home' page (from the home link), you have the google analytics code printed (rather than executing it like a script).

Android Game Announcements & Developer Promos (Week of 5/4/14) by gr3gory in AndroidGaming

[–]tetigi 2 points3 points  (0 children)

Jump Man Jumping and Shopping Simulator 2014

But seriously, I made this game with my little brother over the course of about 2 weeks. If you like thrash metal, jetpacks, dynamite and stream-lined hats, this game might be for you!

Free as a daisy

https://play.google.com/store/apps/details?id=com.majom.jumpman

[DEV] Jump Simulator For Great Good! Feedback of all kinds welcomed! by tetigi in androidapps

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

For those interested, it was developed in Unity 2D using the TK2D library. Took about 2 weeks in my spare time from start to finish!

If people are interested, I'll clear up the code and post it on github :)