• Activity
  • Votes
  • Comments
  • New
  • All activity
    1. I’d like to suggest avoiding long excerpts

      I’d like to suggest the practice of posting smaller excerpts. Long excerpts are less likely to be read and resemble articles in themselves. Their comprehensiveness may render them irrelevant, and...

      I’d like to suggest the practice of posting smaller excerpts. Long excerpts are less likely to be read and resemble articles in themselves.

      Their comprehensiveness may render them irrelevant, and demotivate readers from going to the source before commenting.

      IMHO an excerpt should generally have no more than two paragraphs, with exceptions for long reads (3500 words+).

      For reference (and out of personal choice), 750 characters may be an ideal max, give or take.

      29 votes
    2. I'm searching for software developers for a study on flow theory

      Hi folks, I hope this is ok to post. Flow (also known as 'the zone', and others) is a mental state of profound task-absorption that makes a person feel one with the activity in which they are...

      Hi folks, I hope this is ok to post.

      Flow (also known as 'the zone', and others) is a mental state of profound task-absorption that makes a person feel one with the activity in which they are involved - I'm sure many of you have experienced it.

      I'm on a team of people doing research on flow theory, and we focus on people employed in software development. Our goal is to help make the office a better place for employees, by understanding when and why people enter flow. We prepared a survey for some work- and flow related topics, and it would be of great help if you could take and maybe even share it.

      Completing the survey only takes 2-5 minutes of your time, and we will handle your anonymous entries with utmost care.

      Link: https://forms.gle/efqTMk2oVDVEGcgT6

      Thank you!

      8 votes
    3. What did you do this week?

      As part of a weekly series, these topics are a place for users to casually discuss the things they did — or didn't do — during their week. Did you accomplish any goals? Suffer a failure? Do...

      As part of a weekly series, these topics are a place for users to casually discuss the things they did — or didn't do — during their week. Did you accomplish any goals? Suffer a failure? Do nothing at all? Tell us about it!

      4 votes
    4. Designer to Developer Handoff Process

      I am a fullstack developer that spends a good portion of my time building out complex User Interfaces, and the rest building out back-ends for that software. In my opinion the current method that...

      I am a fullstack developer that spends a good portion of my time building out complex User Interfaces, and the rest building out back-ends for that software. In my opinion the current method that my company uses for a designer to developer hand off is a bit lacking in efficiency.

      The current method is usually a designer will provide a developer with a Photoshop (or very occasionally an Illustrator) file containing the entire applications design. It is then up to the developer to export assets (both quick exporting things as pngs, going through and separating shadows from assets, or creating assets from the layers provided) and dig through the file to determine fonts and placement of items.

      Is it a common expectation that a developer should be spending a good chunk of time in Adobe on asset manipulation?

      Additionally does anyone have any process or program suggestions that may make life easier?

      3 votes
    5. What have you been watching / reading this week? (Anime/Manga)

      What have you been watching and reading this week? You don't need to give us a whole essay if you don't want to, but please write something! Feel free to talk about something you saw that was...

      What have you been watching and reading this week? You don't need to give us a whole essay if you don't want to, but please write something! Feel free to talk about something you saw that was cool, something that was bad, ask for recommendations, or anything else you can think of.

      If you want to, feel free to find the thing you're talking about and link to its pages on Anilist, MAL, or any other database you use!

      12 votes
    6. Fortnightly Programming Q&A Thread

      General Programming Q&A thread! Ask any questions about programming, answer the questions of other users, or post suggestions for future threads. Don't forget to format your code using the triple...

      General Programming Q&A thread! Ask any questions about programming, answer the questions of other users, or post suggestions for future threads.

      Don't forget to format your code using the triple backticks or tildes:

      Here is my schema:
      
      ```sql
      CREATE TABLE article_to_warehouse (
        article_id   INTEGER
      , warehouse_id INTEGER
      )
      ;
      ```
      
      How do I add a `UNIQUE` constraint?
      
      9 votes
    7. Fitness Weekly Discussion

      What have you been doing lately for your own fitness? Try out any new programs or exercises? Have any questions for others about your training? Want to vent about poor behavior in the gym? Started...

      What have you been doing lately for your own fitness? Try out any new programs or exercises? Have any questions for others about your training? Want to vent about poor behavior in the gym? Started a new diet or have a new recipe you want to share? Anything else health and wellness related?

      4 votes
    8. Tag plurality

      'videos' tag is plural even though long read is not (vs "long reads"). I keep typing 'video' into the tag list because of that. IMO it makes more sense as a singular noun, as tags generally...

      'videos' tag is plural even though long read is not (vs "long reads"). I keep typing 'video' into the tag list because of that.

      IMO it makes more sense as a singular noun, as tags generally describe the submission, not the plurality of submissions in the group. Though I feel this is not a new discussion. It also seems to be the case in other examples I can find eg. ask.survey (vs ask.surveys)

      8 votes