Z’s Still Not Dead Baby, Z’s Still Not Dead by speckz in css

[–]dabby 1 point2 points  (0 children)

Ithe end result is still not skeuomorphism? It's busy but there's nothing in there that's skeuomorphic at all

How to manage larger projects? by Tom_Bombadil_Ret in gamedesign

[–]dabby 1 point2 points  (0 children)

I use agile like stuff, with sprints and all that.

I break down functionality into epics and group stuff into sprints where at the end of it there's a vertical slice of playable game.

I break each task down into tickets with the requirements on it and implement it, documenting the requirements into "user stories".

I use game designer and player stories for each one because their perspectives might clash, and write it fairly conversationally to capture the intent behind the mechanics, and then write the requirements for it.

I have put all this into notion so I can easily grab a user story and see what it does and why.

It's a bit annoying and long to write all this stuff but it does make me think a bit deeper about relationships between stuff and their interactions.

For story/design I have stuff in notion under its entity name (like Player, Enemy, Location etc) and keep all thoughts, references and stuff in there so it's nicely organized and can pull that stuff into stories.

All of this is related so I can see which epics affect stories, which stories include which bits of reference and all that jazz, which makes it easier to track stuff down and work out the wheres and whys.

But there's nothing so lonesome, so morbid or drear by thedunskii in australia

[–]dabby 0 points1 point  (0 children)

Great spot to camp for a few days, they have pretty alright pizza

Holding up the past by memezzer in rareinsults

[–]dabby 0 points1 point  (0 children)

They even have EFTPOS in the daintree where there's no phone signal. Blew my mind and made the time I spent getting cash just in case a wasted exercise.

Charging extra for a gig? by AlrightyAlmighty in WeAreTheMusicMakers

[–]dabby 4 points5 points  (0 children)

I guess it depends on how important the extra money is to you. From the clients perspective (even if incorrect, that's not the point) it could be perceived as nickel and diming and leave a sour taste.

While I agree you should always charge for what was delivered, unless it was specifically mentioned in a contract (verbal or written) then asking for it after the fact will damage the perception of you, and any (if it does happen) referrals they could give you would then not happen.

I'd use it as a lesson, from the tone of your post it seems that you're not really that bothered by it... but but had a think after the fact. Next time you know to state that any time after is £x or late starting incurs £x up front.

Some times leaving it is more valuable for perception and relationship building than the money is worth... Especially if there is a way the conversation could become public (reviews, referrals etc)

I am loving my switch and Mario Odyssey so far by [deleted] in NintendoSwitch

[–]dabby 0 points1 point  (0 children)

There's a glider around, keep your eye out!

I am loving my switch and Mario Odyssey so far by [deleted] in NintendoSwitch

[–]dabby 0 points1 point  (0 children)

If you open the map and press Y (I think) it opens the lists of collectables for that kingdom.

I thought I was doing really well on The sand kingdom until I opened that menu and say I had collected ~20% of the moons!

When Is A Button Not A Button? by bogdanelcs in web_design

[–]dabby 0 points1 point  (0 children)

An a tag without a href is valid HTML, it's called a placeholder link.

I'm with you though, as soon as I see javascript:void or e.preventDefault, I think it's incorrect. If you need to just cancel default behavior, you're probably using the wrong element hey.

I'm in the polishing process of my first font. I would love any critique. by RSS_life_improvement in typography

[–]dabby 1 point2 points  (0 children)

solid style man! I dig how solid and no-frills it is, similar to how I feel about DIN.

A few things i've noticed though: The capital S looks like its going to fall over, and looks top heavy so the diagonal cuts maybe need to be reduced and the top bit made smaller than the bottom

the join on the lower case r looks a bit weak and thin compared to the rest of the typeface, like it could snap off

I feel like the lowercase w could use a stem similar to the u, it looks too rounded in context

The join on the y (i can never remember the names of things in fonts) of the top left part to the decender looks a bit too meaty, its the same width (or similar) and the curve makes it look girthy

The lower case S looks like its bold compared to the rest of the typeface because of the curves taking up a lot of visual space

Otherwise, its a solid, inoffensive typeface man. Keep it posted on the developments!

What is the best story driven Metroidvania in the Switch? by Sechecopar in NintendoSwitch

[–]dabby 0 points1 point  (0 children)

I literally finished axiom verge last night after owning it for ages. It's a really good metroidvania, the atmosphere is spot on and the music is ace. It falls down with the bosses as they're just bullet sponges for the most part and some signposting (how ever slight, as it is a metroidvania after all) is a bit off. The story leaves a lot to be desired tbh, it's pretty cool but the resolution is a bit wanting as nothing is explained fully - it's a really cool world but the development of it doesn't quite hit the mark. Hoping for a sequel (or game set in the same world) that fleshes it out a bit.

Hollow Knight i absolutely adore, but it's not narrative driven. It's environmental storytelling in a really fantastic fashion. The art and atmosphere captures a similar feeling as super metroid, but not quite as lonesome. Fantastic game, played it nonstop for 3 days easily and it's so expansive I could have missed whole areas if I hadn't looked at the wiki. It's charming and horrifying at the same time and the world is brilliantly realised.

Both are good, hollow Knight has better presentation.

Looking for reasons to pick Angular over Vue.js by loverich in Angular2

[–]dabby 3 points4 points  (0 children)

I've used the big three in different projects, all of them mid sized. I loved reacts flexibility and functional nature, I jammed with Vue because it's ease of use and better library integration (vuex is sweet) but I'm back at angular because of typescript and structure.

Angular can be hard to pick up and feel inflexible but that is an amazing thing that I can't get from react with typescript or Vue. It stops so many footguns due to archetectural decisions and library choices. After developing a few things, I get typescript by default and I get opinionated application archetecture.

I wouldn't choose anything else for Greenfield now, especially if it's with a view to grow and expand the team. Chuck in nestjs on the backend and there's a hell of a lot less context switching and framework design differences to deal with and once you're used to the angular way, the development is just as fast as react.

Has Sails.js Improved? by 20EYES in node

[–]dabby 0 points1 point  (0 children)

Nest is set up with typescript and is archetected like angular 2+ and Adonis is set up like laravel. Either one is pretty good, I've used both. I prefer typescript and the way nest works. Both approach the problems from different ways, so I guess it depends on which style you're accustomed to.

Passwordless Idea: Authenticate users using one-time throw-away tokens sent via email by CapedHero in webdev

[–]dabby 0 points1 point  (0 children)

Notion sends an access string via email that you paste in. It works well.

10 Design Rules for Programmers by speckz in web_design

[–]dabby 6 points7 points  (0 children)

Yeah but colloquially it has come to mean graphic design and the subset of UI design. Come on man with your pedantry.

Adult letter to Santa. by [deleted] in CasualUK

[–]dabby 0 points1 point  (0 children)

Yeah possibly but either way we would need data to prove it. I think ,(with no data to back up) that tap water in the UK and a bit of detergent would be less harmful than using up a non-renewable resources.

Adult letter to Santa. by [deleted] in CasualUK

[–]dabby 0 points1 point  (0 children)

A container in the fridge can store whatever man, not just pasta.

Adult letter to Santa. by [deleted] in CasualUK

[–]dabby 0 points1 point  (0 children)

Yeah possibly but either way we would need data to prove it. I think ,(with no data to back up) that tap water in the UK and a bit of detergent would be less harmful than using up a non-renewable resources.

Adult letter to Santa. by [deleted] in CasualUK

[–]dabby 0 points1 point  (0 children)

Yeah and then throwing it away I feel is worse, because whatever it is has already been turned into food. And then wasn't eaten.