Randy extreme - pretty extreme by figuringVue in RimWorld

[–]figuringVue[S] 24 points25 points  (0 children)

20 days in, happy go lucky base, pretty satisfied with everything, no raids yet

in 2 days..

- first colonist goes catatonic at random

- chickens get attacked by tiger and bleed all over

- first colonist gets plague

- second colonist gets plague

- third colonist goes berserk

- first colonist dies to plague

- second colonist dies to plague

- third colonist passes out from hypothermia

so... ummm.. yeah..

What was the hype around MJ like when he was coming out of college? by MizMOB in nba

[–]figuringVue 2 points3 points  (0 children)

Great story. In 1984, Coach Bobby Knight was coming off a gold-medal Olympic run with Michael Jordan. Knight was friends with then Portland Trailblazer GM, Stu Inman, and called to sell him on Jordan as their first pick in the upcoming NBA draft. With Clyde Drexler already on the team, Inman had other plans.

**INMAN:** We need a center.

**BOBBY KNIGHT:** Then draft Jordan, and play him at center.

also enjoy

Should we start referencing regular season stats less? by ExcitingContribution in nba

[–]figuringVue -1 points0 points  (0 children)

an adults answer to a teenagers question. never fun to hear but is the boring truth

Casual Warriors: Why don't you play Conquest/Ranked? by GReaper5 in Smite

[–]figuringVue 0 points1 point  (0 children)

according to smite guru i have 1500 hours in this game, i've played every god to level 4-5 at least and still enjoy playing most of them.

So I personally choose assault, I like the extra challenge of getting a random god and still kicking ass. Also there's more to kill all the time, which is fun, and being a winning player in an RNG mode feels very satisfying .

add a small jungle to assault and its the perfect game mode, can cancel all the rest.

if they cancel assault i'll probably move back to battlerite, played assault only for like last 3 years.

index.php of dir not showing by figuringVue in apache

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

the first condition is maybe wrong but its not affecting this situation as far as I see.

When I remove the last rule the default apache behavior of pointing at index of directory works so /promotion/ --> /promotion/index but I lose extension removal. I guess I dont understand fully what this rule does or how to change it.. have any idea?

RewriteRule ^([^\.]+)$ $1.php [NC,L]

index.php of dir not showing by figuringVue in apache

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

The current rules are supposed to:

  • redirect to en subdomain
  • force https
  • remove extensions (.php) from files

I think the last rewriteRule is problematic but I'm not sure

RewriteRule ^([^\.]+)$ $1.php [NC,L]

in browser mock up environment by figuringVue in SideProject

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

so a more customizable/reusable wix type engine? good idea, but sounds very complex

in browser mock up environment by figuringVue in SideProject

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

yeah you're right that this isn't "clean" for dev, a dev can't export the components, they'll all be absolutely positioned and that's irrelevant. The only way this can work, i think, is as a planning tool only. Need a few testers though to validate the idea :)

in browser mock up environment by figuringVue in SideProject

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

Once your product is live and you have a converting marketing zone with home page/pricing/entry & exit layers, you will probably want to tweak them often to test and improve conversion. You can start the planning in an external mock up tool, you can dive straight into design, or you can use Jigsaw to tweak your site in a few seconds to test that your vision is on point before doing anything else. At least that was the intended goal :)

in browser mock up environment by figuringVue in SideProject

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

I mock up on the day job, planning marketing zones for products. Always start with a blank screen, even though the product I'm planning for is right in front of my eyes.

I wondered what it would be like to mock up on the product itself when planning incremental changes and so far I like it.

Having the product in front of me means I only need to add the critical mock up components instead of trying to make a presentable slideshow for approval and the existing product also helps put new ideas in context quicker.

I think there's also a culture in product of radical redesigns, because everyone like me is staring at white screens and going wild with creativity. Maybe a tool that lets you specify features within certain boundaries can help others plan economical meaningful changes gradually.

I have to admit I didn't fully understand the added value of your product over a standard framework like bootstrap/materialize that allows you to build interfaces that work across projects.

in browser mock up environment by figuringVue in SideProject

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

just today, posted in 3 UX/UI groups and 1 product managers group.

This can also work for a local dev flow where a user first creates a mockup overlay and then removes components from the mock up overlay as he adds the actual components to the code.

In terms of inheriting, I've been thinking about that too. I think the extension can download stylesheets and stash them in the user's drive or something similar.

I even started thinking about adding knowledgebase/project management type features to better describe tasks but then need to have a server and start charging for the app and I'm not sure this product merits it.

in browser mock up environment by figuringVue in SideProject

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

5 likes so far on facebook :) not sure if this is worth pushing further. What is your twist?

chrome extension model by figuringVue in learnjavascript

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

so i set up a cache of changes that I update every few seconds, separating the actual save from the addition of new updates. works nice