• Activity
  • Votes
  • Comments
  • New
  • All activity
    1. What is something for which you feel unfairly judged?

      We've all felt it: the idea that something about us or something we're into is subject to unnecessary, invasive, or hurtful scrutiny or skepticism from others. Sometimes it's something small ("You...

      We've all felt it: the idea that something about us or something we're into is subject to unnecessary, invasive, or hurtful scrutiny or skepticism from others. Sometimes it's something small ("You like licorice? Really?!"), and sometimes it's something big ("You don't want to have kids? Really?!"), and each of us likely has faced both within our lives. I'm interested to know what other people's experiences are with this.

      • What do you feel unfairly judged for?
      • What, in particular, makes it so unfair?
      • How do you handle it when you encounter it?
      • Do you find yourself changing your behavior or pressured into dishonesty in order to avoid encountering the judgment in the first place?
      • Why do you feel this sentiment exists in others and is widespread/shared?

      Also, it probably goes without saying, but on a post centered primarily on people's feelings and experiences, potentially very difficult ones, it's probably best to do more listening, empathizing, and asking than explaining or rationalizing.

      23 votes
    2. What programming/technical projects have you been working on?

      This is a recurring post to discuss programming or other technical projects that we've been working on. Tell us about one of your recent projects, either at work or personal projects. What's...

      This is a recurring post to discuss programming or other technical projects that we've been working on. Tell us about one of your recent projects, either at work or personal projects. What's interesting about it? Are you having trouble with anything?

      22 votes
    3. Play a game from your backlog for at least 15 minutes, then come back and tell us about it here.

      Choose any game from your backlog. Play the game for at least 15 minutes. Tell us how your introduction to the game went, and how you felt about it. Decide whether you're going to continue playing...
      • Choose any game from your backlog.

      • Play the game for at least 15 minutes.

      • Tell us how your introduction to the game went, and how you felt about it.

      • Decide whether you're going to continue playing the game past your introduction, or whether you'll put it aside for good.

      Meta: I make a lot of "ask" posts, but I've been thinking more and more about something like "task" posts or "event" posts. This is the first in a few that I plan to try out to see how they go over with the community.

      36 votes
    4. A PV Solar company wants to build a PV farm on our land. I am not sure what to do.

      My dad died a couple years ago and I inherited a farm in the central EU. Some of the land is farm land, some zoned residential. My plan was to rent this house out Airbnb style. The surroundings...

      My dad died a couple years ago and I inherited a farm in the central EU. Some of the land is farm land, some zoned residential. My plan was to rent this house out Airbnb style. The surroundings are very pastural. This is the appeal for “agro-tourism.” We are also very close to ski resorts.

      My farm plot is the smallest of all the neighbors, but it is dead center in the planned farm. They want a 30 year lease for our land. One neighbor has already agreed. They are offering about $2500/hectare/year.

      My neighbors are actually farmers, and to them this is a big chunk of money. Especially as they have 10+ hectares each, I only have 1.25. For me the money is less than one month’s salary and is not that appealing. Also, this is about 15% of what I expected to make off of the Airbnb which would pay for my retirement. Yes, this is a privileged position.

      1. I don’t know what questions to ask in negotiations. One thing I verified is that inflation is included, year after year. What else?
        Note: Yes I will have a lawyer look at this, but honestly this is the first thing of its kind in our area.

      2. If you were renting out a house in ski-resort/farm country, would you care if there were a bunch solar panels in the fields instead of farm land? Would you like it more, or less?
        Note: I can upload photos or video to give you an idea of the area.

      3. Will this raise or lower the value of my home for resale?

      4. Any other general thoughts?

      Thanks!

      Edit: I should add that I am super-anti CO2, so my default position is “hell yes!” But I am just trying to be pragmatic about this. Of note is that this is the first time in my life I am experiencing a bit of NIMBY-ism. Also, I am extremely thankful for this opportunity.

      15 votes
    5. Should Tildes archive links submitted to it?

      We would most likely use a service like archive.org for it but I'm not sure if we should so before making an issue, I thought I'd ask for opinions. It'd be useful to make sure old topics don't...

      We would most likely use a service like archive.org for it but I'm not sure if we should so before making an issue, I thought I'd ask for opinions.

      It'd be useful to make sure old topics don't become obsolete but it could also be undesirable behaviour for privacy reasons.

      16 votes
    6. Looking for advice on a CI / regression testing platform

      Hi all, I'm looking for some advice regarding how to set up a basic CI regression / testing suite. This isn't my full time job, but a side project my group at work wants to spin up to... shall we...

      Hi all,

      I'm looking for some advice regarding how to set up a basic CI regression / testing suite. This isn't my full time job, but a side project my group at work wants to spin up to... shall we say, give us a more real time monitoring of functionality and performance regressions coming out of the underlying software stack development (long story).

      As none of us are particularly automation experts, I was looking for some advice from my fellow Tilderinos. Please forgive me if any of the below is obvious and/or silly.

      A few basic requirements I had in mind:

      1. Can handle different execution environments: essentially different versions of the software stack, both in docker form and (eventually) via lmod or some other module file approach (e.g., TCL), and sensible handling of a node list.

      2. Related to one, supports using the products of builds as execution environments. Ideally we'd like to have a build step compile the stack and install it to a NFS from which we can load it as a module.

      3. Simple to add tests. Again, this isn't our full time job -- we mostly want to add a quick bash script / makefile / source code or the like to the tests when we run into an issue and forgot about it.

      4. Related. We should be able to store the entire thing as a git repo. I have seen this to some extent with Travis, but my experience with Jenkins was... sub-par (is there a history? Changelog? Any way at all of backing up the test config?).

      5. Some sort of post-processing capabilities. At a glance we need to be able to see the top line performance numbers for 20-30 apps over the different build environment. Bonus points if there's a graph showing performance vs build version or the like, but honestly a CSV log file is good enough.

      6. Whatever CI software we get has to be able to run this locally. Lots of these are internal only numbers / codes. FOSS prefered.

      7. A webui for scheduling runs / visualizing results would be nice, but again this could be a bash script and none of us would bat an eye.

      Any thoughts would be greatly appreciated. Thanks!

      7 votes