• Activity
  • Votes
  • Comments
  • New
  • All activity
  • Showing only topics with the tag "advice". Back to normal view
    1. What advice or wisdom would you give to someone 10 years younger than you?

      It can be specific or broad, and it can be aimed at a particular type of person based on your experiences (e.g. people in my city, people with fibromyalgia, etc.) or just people at large. Also,...

      It can be specific or broad, and it can be aimed at a particular type of person based on your experiences (e.g. people in my city, people with fibromyalgia, etc.) or just people at large.

      Also, given that age is a very identifying piece of information, feel free to give a range if you're not comfortable sharing your exact age (e.g. "I'm in my 40s" rather than "I'm 42").

      • What advice or wisdom would you give to someone 10 years younger than you?
      • What would you have wanted to know 10 years ago that someone older could have shared with you?
      • If you'd heard the kind of advice you're giving, would you have listened to it 10 years ago?
      29 votes
    2. Deploying containerized Docker instances in production?

      Hello! After spending many development hours in my past years running on Virtualbox/Vagrant-style setups, I've decided to take the plunge into learning Docker, and after getting a few containers...

      Hello! After spending many development hours in my past years running on Virtualbox/Vagrant-style setups, I've decided to take the plunge into learning Docker, and after getting a few containers working, I'm now looking to figure out how to deploy this to production. I'm not a DevOps or infrastructure guy, my bread and butter is software, and although I've become significantly better at deploying & provisioning Linux VPS's, I'm still not entirely confident in my ability to deploy & manage such systems at scale and in production. But, I am now close to running my own business, so these requirements are suddenly going from "nice to have" to "critical".

      As I mentioned, in the past when I've previously developed applications that have been pushed onto the web, I've tended to develop on my local machine, often with no specific configuration environment. If I did use an environment, it'd often be a Vagrant VM instance. From here, I'd push to GitHub, then from my VPS, pull down the changes, run any deployment scripts (recompile, restart nginx, etc), and I'm done.

      I guess what I'm after with Docker is something that's more consistent between dev, testing, & prod, and is also more hands off in the deployment process. Yet, what I'm currently developing still does have differing configuration needs between dev and prod. For example, I'd like to use a hosted DB solution such as DigitalOcean Managed Databases in production, yet I'm totally fine using a Docker container for MySQL for local development. Is something like this possible? Does anyone have any recommendations around how to accomplish this, any do's and dont's, or any catches that are worth mentioning?

      How about automating deployment from GitHub to production? I've never touched any CI/CD tools in my life, yet I know it's a hugely important part of the process when dealing with software in production, especially software that has clients dependent on it to function. Does anything specifically work well with Docker? Or GitHub? Ideally I want to be avoiding manual processes where I have to ssh in, and pull down the latest changes, half-remembering the commands I need to write to recompile and run the application again.

      10 votes
    3. Buy Nintendo Switch now or wait for new release?

      I'm in no rush to buy but I am considering getting a Switch. From my brief bit of duckduckgo-ing, it appears that a new Switch is on the horizon, either a newer version (Switch 2) or a mini-Switch...

      I'm in no rush to buy but I am considering getting a Switch. From my brief bit of duckduckgo-ing, it appears that a new Switch is on the horizon, either a newer version (Switch 2) or a mini-Switch and the current release may drop in price.

      Any thoughts? What would you do at this point? Most of the shops around here that sell them are out of stock anyway so unless I was to buy online, it's not necessarily an option.

      Thanks all!

      Update: I bought a Switch. With Mario Kart and Zelda. It's brilliant!

      17 votes
    4. Does anyone here have any experience or knowledge about selling a services business?

      Disclaimer: I will not make any money off of this sale. I am just asking for my old boss with whom I built this company. Even though I don't work there and have no stake, I just want to solicit...

      Disclaimer: I will not make any money off of this sale. I am just asking for my old boss with whom I built this company. Even though I don't work there and have no stake, I just want to solicit the best advice on her behalf. I can give more details via a PM as she doesn't want to spread the word yet.

      The business is a vacation rental company located in a premier resort town in the USA. It has existed since before airbnb was even a thing. The business is very profitable and technologically self-reliant. She has spent a decent amount on technology so that there aren't multiple outsiders taking a slice of each rental. I can provide the rough numbers via PM. The SEO is already #1 in the market. The company owns its office building, and multiple vacation rentals which could be packaged in with the sale.

      It is the largest vacation rental company in the local vicinity, so selling to a direct competitor doesn't seem likely. It would seem to be the ideal sale/purchase for someone who is wealthy and is looking to retire early, live in a tropical setting, make money, and still have something to do. However, maybe contacting the larger, more corporate vacation rental businesses on the mainland would be the best option?

      Google searches for this are an SEO disaster which is why I am asking here. Are business brokers necessary for something like this? It is so niche that I really just don't know what to look for. Any feedback would be appreciated.

      Edit: to add, it is completely turn-key. Everything could be left as it is, with all current employees. Aside from executive decisions the only thing that the owner did, since we scaled to dominate the local market, was write the ad copy because she is really good at that. She only physically spent a couple months of the year there in the last few years. The only reason she is considering selling is due to aging-out.

      7 votes
    5. How does Shantae ½ Genie Hero: Officer Mode compare to Mighty Switch Force

      Has anyone here played both Shantae ½ Genie Hero in its Officer costume and Mighty Switch Force of any classical version? If so, I would love to hear how the two compare. I have the former and and...

      Has anyone here played both Shantae ½ Genie Hero in its Officer costume and Mighty Switch Force of any classical version?

      If so, I would love to hear how the two compare. I have the former and and trying to figure out if I want to later order the latter’s recently announced collection.

      I adored Shantae’s main game, but left the DLC/costume modes for a later time, which might be coming ;)

      (… but first, finishing Velocity 2X and Wonderboy 3)

      3 votes
    6. Tildee — A python library for interacting with Tildes

      Update! After a few hours of struggling I managed to set up Read the docs for Tildee, it should help using the library significantly. After getting some inspiration from TAPS I thought that maybe...

      Update! After a few hours of struggling I managed to set up Read the docs for Tildee, it should help using the library significantly.

      After getting some inspiration from TAPS I thought that maybe I try to work on something vaguely similar on my own. And after… some? hours of coding today I came up with this: tildee.py (source)
      It's a wrapper for the Tildes Public/Web API that is already used by the site internally to make it work. The obvious problem with that is that it will at one point break when this unstable API is changed. It can do basically all things a normal user can do with the notable exception of applying comment labels (because I haven't gotten around to that yet).

      Example of usage for a DM reply bot (result):

      import sys
      from tildee import TildesClient
      import time
      
      # Initialize client and log in, 2FA isn't supported yet and will probably break in horrible ways
      t = TildesClient("username", "password", base_url="https://localhost:4443", verify_ssl=False)
      
      while True:
          # Retrieve the "unread messages" page and get a list of the conversations there
          unread_message_ids = t.fetch_unread_message_ids()
          for mid in unread_message_ids:
              # Access the conversation history page; this also clears the "unread" flag 
              conversation = t.fetch_conversation(mid)
              # Get the text of the last message
              text = conversation.entries[-1].content_html
              # Abort if it's from the current user (I don't think this could actually happen)
              if conversation.entries[-1].author == t.username:
                  break
              print(f"Found a message by {conversation.entries[-1].author}")
              # If the message contains a reference, reply in kind
              if "hello there" in text.lower():
                  print("Replying…")
                  t.create_message(mid, f"General {conversation.entries[-1].author}! You are a bold one.")
              # Delay before processing next unread message
              time.sleep(3)
          # Delay before next unread check
          time.sleep(60)
      

      This has a lot of potential. Haven't yet figured out potential for what, but I'll take what I can get.
      I'd be really grateful if someone with a little more experience than me (that's not exactly a high bar :P) could give me some pointers on the project's structure and the "API design", hence the ask tag. Other creative ideas for what to use this for are appreciated, too.

      47 votes
    7. Anybody use Strikethru?

      I used Bullet Journal for a year, then went back to Org mode with Orgzly on mobile. I find I'm more productive with pen and paper b/c when I see a rabbit hole I can't do nothing but jump into it...

      I used Bullet Journal for a year, then went back to Org mode with Orgzly on mobile. I find I'm more productive with pen and paper b/c when I see a rabbit hole I can't do nothing but jump into it and go right down, and trying to conform to ways app devs' workflows and hack them to behave the way I want cause friction which is for me greater than that of dealing with a meatspace physical notebook. Bullet Journal was nice, but I wonder if Strikethru could be even nicer. I never fully conform to these methods, but they are generally nice starting points to build a custom one, so I generally like starting out with them.

      My use case is, I have four types of tasks: projects, like "study statistics" or "transcribe scans" which can take weeks or months to complete, and sometimes have deadlines; todos which have no specific completion time (e.g. long time shopping lists, books to buy, stuff to check back on later, things to research); tasks that are scheduled for a certain date/time or a range thereof; and lastly tasks that recur on varying intervals, like posting the thread to ~books every other week or completing a particular task that pertains to a project, say reading pages from a book that is relevant to the "study statistics" project. Bullet Journal provided a means for all of this, but the amount of rescheduling and rewriting was inconvenient, and inconvenient is the evil enemy of making habits and getting things done for a fucked up procrastinator like me. When I look at Strikethru, I am not sure if it can handle this, if it's too simple for more complex stuff. So I wonder what you guys do with it. I'd be glad if you could share your workflows and/or advice me on how I could make use of this particular system, or anything else out there!

      Edit: prior art:

      I've commented on both of these talking about how I use a modified Bullet Journal method.

      8 votes
    8. Need advice for simple speaker setup

      I just moved into a new apartment, and am using a 32" tv in the living room. The TV is already way too small, but I'd rather prioritize spending on the speakers first. I thought I could live with...

      I just moved into a new apartment, and am using a 32" tv in the living room. The TV is already way too small, but I'd rather prioritize spending on the speakers first.

      I thought I could live with the TV speakers, but have quickly realized that they have made watching movies impossible. The dialogue is impossible to hear without cranking up the volume. And then if there is anything other than dialogue, it's way too loud.

      The walls in the apartment are fairly thin, so I'm pretty sure a subwoofer is out of the question. So I was looking at soundbars but keep seeing conflicting advice. There are articles like this that make them sound fine, yet when you go to place like /r/hometheater, everyone despises them.

      So my next step was to look at powered bookshelf speakers. They seemed like a pretty good option, until I went to best buy to listen to them. I'm not sure if they just weren't set up properly or what, but none of them sounded that great. Especially when compared to the tower speakers they had.

      So now I'm at a loss. Should I go with a soundbar, bookshelf, or tower speakers? My budget is under $500.

      10 votes
    9. Is having a business line worth it?

      Does anyone have a business subscriber Internet connection? Is it worth it? I just spoke with my ISP, and for an extra $40/mo I can get a static IP address with 100mbps that I can host my own...

      Does anyone have a business subscriber Internet connection? Is it worth it?

      I just spoke with my ISP, and for an extra $40/mo I can get a static IP address with 100mbps that I can host my own website on. I have a virtualization server, and I've been thinking about hosting my own hobby-scale website for a while. I haven't had any luck finding rack hosting space that I'd feel comfortable using so I'm thinking about just going rogue, and operating solo. If I had a static IP address with a pipe that would allow me to host then all I'd need to do is stand up a server, register a domain, and point it at my IP address.

      Other than the typical security risks, what do I need to worry about? Would the experience be worth it?

      11 votes
    10. How to start being an adult? I feel like I am falling downhill without any branch to catch me.

      I hope this is the right place to post my question. About me: I am 23, currently studying computer science in a university and failing it hard. I have finished school with pretty good grades,...

      I hope this is the right place to post my question.
      About me: I am 23, currently studying computer science in a university and failing it hard. I have finished school with pretty good grades, found school easy and didn't really put any effort into learning. After getting my fancy sheet of paper with my grades I applied to compsci studies. Fast forward to now, I am in my last semester with only 30% of credits I need to graduate. It is really hard, I have zero friends to work with at unversity, I make plans and detailed lists of work I have to do but always fail to follow them. I feel like I cannot control myself, one week I will do my work, next week I will struggle to get out of bed and do anything, I can spend whole day laying in bed and doing nothing. My personal life did not progress upwards too, I do not feel any joy in reading, communicating with people or doing basically anything. Everything feels like one big boring game of get a degree, work, make kids and die. My parents are disappointed, since I am failing uni, got fat and basically became a complete opposite of who I was at school. If I dont have anything to do I will just sit at home and stare at my computer, I dont even play games or watch movies, just mindlesly browse reddit or some forum without posting or commenting.

      Maybe someone out here has faced a similar situation and give me a hint/tip to start with, I feel hopeless and useless. This situation seems like an endless void to me, maybe there is a way out that I cannot see?

      32 votes
    11. Tabletop RPGs with kids

      Has anybody had much experience playing DnD or other tabletops with children? I've been toying with the idea of making a fairly straightforward and simplified RPG using Story Cubes and GURPS that...

      Has anybody had much experience playing DnD or other tabletops with children? I've been toying with the idea of making a fairly straightforward and simplified RPG using Story Cubes and GURPS that kids can get involved with easily and have fun playing. I'm specifically aiming to play with my daughter (8) and my niece (5) on a big family holiday in August, though I see no real reason that this couldn't work with adults as well.
      Essentially, the conceit would go along the lines of each player rolling a limited number of story dice to help with character creation and such. I'd ask the players a few simple questions about their powers (for example, are you more of a wizard or more of a warrior?) to get some basic stats stats together (STR, DEX, INT, CON), and then use story dice myself to quickly improvise a short one-shot session.

      Does anyone have experience playing with kids, and if so - any pointers? Am I being too ambitious about children's ability to imagine stuff in this way? If so, are there any good systems out there that are good for young people to pick up and get stuck into roleplaying with?

      9 votes
    12. Should I setup an LLC for my consulting?

      I have had a varied work history for the last decade but it has all been W-2. I now find myself doing consulting engagements and I am wondering if I should setup an LLC for this work. My main...

      I have had a varied work history for the last decade but it has all been W-2. I now find myself doing consulting engagements and I am wondering if I should setup an LLC for this work. My main concern is actually limiting liability, and of course I am interested in possible tax advantages.

      Has anyone else done this? If so, what’s the best way to set this up? Stripe has a program, I imagine legalzoom does as well..

      7 votes
    13. I believe Google search is restricting what articles I can see in my searches, based on my location. What can I do?

      Whenever I search for information about something - especially about a news event - Google returns me a lot of results from Australian sites. Any foreign sites come further down the list,...

      Whenever I search for information about something - especially about a news event - Google returns me a lot of results from Australian sites. Any foreign sites come further down the list, sometimes even on the second page of results. I've never really paid much attention to this behaviour, beyond some occasional mild frustration at not being able to find local sources.

      However, this came to a head this week when I was searching for a local US-based news article about something I'd read in an Australian news site, so I could post that local US article here on Tildes (I always try to get as close to the source as possible). But, try as I might, I just could not find any good non-Australian articles about this news! It was almost like Google was deliberately blocking my attempts to read non-Australian sites. I mean, it's possible that this news wasn't reported outside Australia, but that's unlikely, seeing as it was Uber's announcement about trialling electric aircraft in Texas and Victoria. That had to get American coverage. But I struggled to find it in my searches.

      I then noticed something I've never noticed before: at the bottom of my Google searches, there's a small line which tells me my current location. It's as specific as my local council area, not just my state or the country.

      Is this location affecting what Google shows me in my searches? If so, how do I remove this restriction?

      For context: I use Chrome, but I only sign in when I'm accessing a Google service (usually the Calendar). After I've finished with the service, I sign out. So Google isn't tracking me as a person, it's just tracking my browser's search activity.

      EDIT: Thank you all. I've already set up DuckDuckGo as my default search engine, and am trying it out.

      16 votes
    14. Combined BA + MA degrees

      Have any of you done these degrees? I'm switching disciplines for my MA, and I want to collect information on this alternative method should I fail that this summer. I'd have a more complete grasp...

      Have any of you done these degrees? I'm switching disciplines for my MA, and I want to collect information on this alternative method should I fail that this summer. I'd have a more complete grasp of the field and proceed to a PhD equipped with better knowledge. The price to pay being some time, but I'll probably already have to do my MA---if I manage---in three years b/c the school might want me to take an extra preparatory year going through some undergrad classes.

      So, any experiences, any comments, any links highly appreciated!

      P.S.: EU information appreciated, that's been significantly harder to get at.

      7 votes
    15. Ex-smokers, what did you do to help you stop?

      Edit: meant ex-smokers. Proof reading is not something I tend to do... Some people quit cold turkey, some use something to replace it (thinking sunflower seeds), some make goals like only have 6 a...

      Edit: meant ex-smokers. Proof reading is not something I tend to do...

      Some people quit cold turkey, some use something to replace it (thinking sunflower seeds), some make goals like only have 6 a day and work their way down.

      I personally have been using nicotine products since I was about 16. Cigarettes at first, but switched to vaping at about 18. Been using them for about 6 years now and finally decided it's time to stop. I've been lowering the amount of nicotine in my vape for about 3 months, this last one being 0 nicotine in my vape. Now it's time to break the muscle memory of just mindlessly grabbing it at home and always making sure I know where it is. This last month with no nicotine was a lot harder than I thought it was going to be because I always told myself it was mostly a habit of the action and not the substance... Boy was I fucking wrong.

      So what did you do, or are you doing, to help yourself quit? Need a little inspiration.

      13 votes
    16. How do you meet people?

      I've been feeling lonely for quite a while now.. Sometimes I strike a conversation with someone seemingly randomly because I wonder who they are, what they're doing here but I always feel like I'm...

      I've been feeling lonely for quite a while now..

      Sometimes I strike a conversation with someone seemingly randomly because I wonder who they are, what they're doing here but I always feel like I'm doing something wrong, like, I shouldn't be doing this, I feel kind of.. creepy, awkward. I've only been able to do this online because in real life, I just freeze and my mind just races with stress and I just give up and just decided overtime to not attempt that and avoid it.

      So well, I'm just left wondering, how? How are you supposed to meet new people?

      32 votes
    17. What should I do with all my old tech junk?

      I am currently decluttering, and I have boxes upon boxes of accumulated tech stuff (for lack of a better term). USB cables, dongles, flash drives, cameras, MP3 players, phones, installation discs,...

      I am currently decluttering, and I have boxes upon boxes of accumulated tech stuff (for lack of a better term). USB cables, dongles, flash drives, cameras, MP3 players, phones, installation discs, etc.

      It's a giant mess that I want to be rid of, I just don't know the best way to go about it and thus have some questions:

      1. What's my best course of action: Is "electronics recycling" the way to go? Should I sort it and donate the useful stuff to a thrift store? Would local mom-and-pop computer shops potentially be interested in some of it?

      (Note: I have no interest in extracting money from the hoard and would be happy for the useful stuff in there to go to a "good home" that can take advantage of it.)

      1. Is there anything that's simply not worth donating/recycling? Should I simply throw some older stuff (e.g. floppies, component cables, anything with a parallel port) out, or does recycling somehow reconstitute the metals/resources in them?

      2. I have several dead hard drives and flash drives that have personal information on them that I was never able to wipe. Should I just hold onto these indefinitely since someone could use them maliciously, or is the likelihood of that happening close to nil?

      18 votes
    18. I’m writing an article about “How to hand over the reins when you leave a job.” I’d like your advice about what I should include.

      My premise is that you genuinely want to help the company and the next person who moves into your old position. Maybe you got a promotion, or you found an even-better job. In any case, you want...

      My premise is that you genuinely want to help the company and the next person who moves into your old position. Maybe you got a promotion, or you found an even-better job. In any case, you want the old coworkers to succeed, and you want to make a smooth transition.

      So there’s a few pieces to this:

      • What do you do when you leave a job?

      • What have other people done, when they left/moved on, that gave you the knowledge and skills you needed to excel?

      • What did they NOT provide that you wish they had?

      It’d be easy for me to focus on “what did you do” but none of us know how successful that was. So tell me, rather, about your experience as the person picking up the reins. What did that teach you about the process?

      Anecdotes welcome! (And tell me how to refer to you in the article. Private is fine.)

      10 votes
    19. How would you bring together friends who still don't know each other?

      If you have friends who used to be in separate circles but are going to finally meet, how would you handle that property? Let's say, you all meet, you know each of them, but they know about each...

      If you have friends who used to be in separate circles but are going to finally meet, how would you handle that property?

      Let's say, you all meet, you know each of them, but they know about each other very vaguely. How to introduce everyone gently and keep conversations going in a non confusing way? What are the dos and don'ts there? Personal real experience of "joining" friends would be nice to read about too!

      13 votes
    20. How do you structure larger projects?

      I'll be writing a relatively large piece of scientific code for the first time, and before I begin I would at least like to outline how the project will be structured so that I don't run into...

      I'll be writing a relatively large piece of scientific code for the first time, and before I begin I would at least like to outline how the project will be structured so that I don't run into headaches later on. The problem is, I don't have much experience structuring large projects. Up until now most of the code I have written as been in the form of python scripts that I string together to form an ad-hoc pipeline for analysis, or else C++ programs that are relatively self contained. My current project is much larger in scope. It will consist of four main 'modules' (I'm not sure if this is the correct term, apologies if not) each of which consist of a handful of .cpp and .h files. The schematic I have in mind for how it should look is something like:

      src
       ├──Module1 (Initializer)
       │         ├ file1.cpp
       │         ├ file1.h
       │         │...
       │         └ Makefile
       ├───Module2 (solver)
       │          ├ file1.cpp
       │          ├ file1.h
       │          │...
       │          └ Makefile
       ├───Module3 (Distribute)
       │          ├ file1.cpp
       │          └Makefile 
       └ Makefile
      

      Basically, I build each self-contained 'module', and use the object files produced there to build my main program. Is there anything I should keep in mind here, or is this basically how such a project should be structured?

      I imagine the particularly structure will be dependent on my project, but I am more interested in general principles to keep in mind.

      14 votes
    21. What do I do now that I quit drinking?

      A little bit about me -- I'm in my mid-to-late-20s, male, single, recently graduated college, and I quit drinking about a year and a half ago. I never really considered myself an addict; there was...

      A little bit about me -- I'm in my mid-to-late-20s, male, single, recently graduated college, and I quit drinking about a year and a half ago. I never really considered myself an addict; there was never a point where I wanted to quit but I couldn't and it never interfered with work or school. I just woke up one day and told myself, "I don't want to do this anymore," so I just stopped.

      The problem, for me at least, is that I live in a relatively rural part of the world. There's not a lot to do here on Friday night other than go to the bars, which never really bothered me anyways because I work nights anyways and don't really like crowded scenes. Most of my free time is in front of my computer, I've recently started getting into distance running as a hobby, and I like playing board games when I can. All of this is fine except for the fact that I can't really seem to make friends in those mutual areas of interest without alcohol anymore.

      I signed up for meetup, which seems like a great way to meet new people, and I'm sure it is, in bigger cities at least. But around here, both the closest board game meetup and run club are an hour and a half away. It seems like everyone around here just wants to meet up to drink, and maybe do some other stuff along the way. (Don't get me started on making my own events here -- crowded bars already give me anxiety so organizing my own meetup with people I've never met before would be a new, special type of hell)

      I think at least part of this is compounded with the fact that since I graduated, I've had a hard time making new friends. I work a very isolating job, and teetotaling only further compounds the issue that I haven't met very many new people. It's something I've thought a lot about while searching for a partner as well -- I can't/don't want to meet people at bars, and I don't really find much use out of dating apps.

      Sorry if this is unorganized or hard to read, it's just a lot of thoughts I've had over the past year.

      edit: another part of it too is that, since I quit without the assistance of AA or any support group, I don't have any like-minded people to do things with.

      29 votes
    22. Light themes or Dark themes?

      Traditionally I've used dark themes for everything I could on all of my devices, as I found it easier on the eyes when I'd usually use my computer (evening - night). Recently, I made the switch...

      Traditionally I've used dark themes for everything I could on all of my devices, as I found it easier on the eyes when I'd usually use my computer (evening - night). Recently, I made the switch back to light stuff as I've been using my computer more for notes and assignments I'd normally hand-write, and I find I get drowsy less and have an easier time using the computer in a bright room than before - I just switched my theme on a whim one morning, so I wasn't expecting that at all!

      So now I'm rethinking all my previous bias about dark themes being 'better' regardless of the situation, and I'm curious if anyone here had any thoughts and/or could point me to some reading on the subject (the subject being the effects of light/dark colours in work or concentration). It's something I realize now might be fairly important, as I'm looking at my screen for most of the day, but never really gave much thought before outside of tracking down the 'Dark' theme switch.

      34 votes
    23. The idea of being trans has my head in a scramble

      This is going to be a bit of a ramble. I'm not even sure where to even start. Browsing r/egg_irl has me confused. Am I trans? What does it mean for someone currently living as their...

      This is going to be a bit of a ramble.

      I'm not even sure where to even start.

      Browsing r/egg_irl has me confused. Am I trans? What does it mean for someone currently living as their birth-assigned-gender to be trans? Would I be happier as a woman? Or non-binary? I don't feel major bodily disphoria. I don't dislike my body. I am curious what it would be like to have a female body.

      When I was a teenager I read Commitment Hour, by James Alan Gardner. It's about a village where young people switch back and forth every year (go to sleep as one, wake up as another), until they turn twenty and have to choose one or the other. I loved it. I fantasied about what it would be like to quickly switch back and forth. I liked the idea of finding out what it's like to have a female body without having to permanently commit to it. That fantasy has tempered a bit since then, but I wouldn't say it's completely gone.

      I've been growing my hair out, but I've also grown my beard out. Both started as laziness. I didn't feel like bothering to get my hair cut or mess with shaving my face. I hate shaving. Now it's something of a security blanket. I feel exposed without them. Another reason I grew my beard out was because there were a couple of times when I was a teenager that a stranger thought I was a girl and it made me uncomfortable. I grow hardly any chest hair and I like it that way; but I have a lot of leg hair, and I like that too.

      I've never been the macho type or had much use for machoness.

      I don't know If I would like being female, or if I just like the idea of it. There have been other things that I liked the idea of but not the thing itself. How can I respond to others seeing it as a phase if I'm not even sure myself if it's a phase.

      I don't like the social stigma around it. I come from a conservative family. I don't know how they would react. I live in a small predominately Mormon community where everybody knows everybody and gossip runs rampant. I don't know if being female is what I really want, but I at least want the space to experiment and find out.

      I don't know what I want and I hate not knowing. Even deciding whether or not I should even type this out, let alone post it, has been a major mental battle.

      I've been on Tildes a while, but I created a new account because my main account could be connected to my real identity and I'm so not ready for that. Even putting this out there anonymously has me terrified.

      18 votes
    24. Should I go to college for computer science?

      I have an undergrad degree in polisci. I was planning on going to law school, but got rejected everywhere I applied. I am really reconsidering going to law school. Last couple years, I realized...

      I have an undergrad degree in polisci. I was planning on going to law school, but got rejected everywhere I applied. I am really reconsidering going to law school. Last couple years, I realized that I have a genuine interest in coding, and I could pursue it as a career. I learned C++ with online tutorials, and I think I am proficient at it, or at least have the potential to be much better.

      Anyway, money is tight, so I would really appreciate any input you have about a career change. Thank you!

      (If this belongs on another sub, please let me know)

      EDIT: I am in the U.S. I can move states if necessary.

      24 votes
    25. Podcasting beginner tips

      I am considering to start an educative podcast in a couple months (just considering, nothing certain). I want to monetise it with a freemium model where the most elementary thing---the audio---is...

      I am considering to start an educative podcast in a couple months (just considering, nothing certain). I want to monetise it with a freemium model where the most elementary thing---the audio---is free or very cheap (e.g. $1 on Patreon), but handouts (non-essential but very useful) are slightly more expensive. It will probably be weekly to begin with, and I mgiht add some extra material if it will be viable financially. I can't really afford pro or prosumer gear at this point, so I'd like to avoid that if possible.

      My question is, what are your tips for a totally beginner podcaster like me? Either my case directly, or a more general newbie with little funds tobdedicate to this in the beginning.

      16 votes
    26. On Having No Head (D. E. Harding) - Help me understand

      I've been interested in meditation for some time now - tempted by the insight into the human condition that it purports to offer - but I haven't yet experienced any kind of 'breakthrough' moment...

      I've been interested in meditation for some time now - tempted by the insight into the human condition that it purports to offer - but I haven't yet experienced any kind of 'breakthrough' moment that has brought any clarity, let alone insight.

      I have read Sam Harris's Waking Up, and have done some of the course in his app. The most I've been able to achieve is to observe (and subsequently limit, control) getting angry. This has proven pretty useful but doesn't feel profound.

      Anyway, I'm now about half way through D. E. Harding's On Having No Head, and I am struggling with it.

      I keep telling myself to stick with it because what he's saying might become clear, but I'm finding the reasoning behind it to be wilfully obtuse at times. I fear I'm exposing myself as some kind of idiot in even asking about it, but can someone help me see his point?

      He talks about looking at what you're pointing at. Makes sense. I can see those things, therefore they're there.
      And then to point at your face. You can't see that. Ok. Makes sense. I can't see that, therefore it's not there?
      I can vaguely see a blur of my nose, but that isn't anything worth worrying about?

      But I can demonstrate that it's there. I can photograph it. I can look at it in a mirror. I can touch it and feel it (and it can feel).

      I feel like I'm the fool staring at a metaphor and screaming about it not being real but I can't see the bit I'm missing!

      Does anyone have any insight they can share?

      4 votes
    27. Advice for a soon to be college graduate

      I am going to be graduating with a BA in Economics in May, and I am overwhelmed, like most people, with all the stuff that I am now responsible for. I was mostly wondering what advice you wish you...

      I am going to be graduating with a BA in Economics in May, and I am overwhelmed, like most people, with all the stuff that I am now responsible for. I was mostly wondering what advice you wish you heard when you were 22.

      10 votes
    28. When does Person of Interest start to get good?

      I have watched the first season, and started the second season. I have been told a few times, it gets better once they get more into the AI aspect behind "the machine". So far the episodes are...

      I have watched the first season, and started the second season. I have been told a few times, it gets better once they get more into the AI aspect behind "the machine". So far the episodes are pretty formulaic, so I am wondering if there is a specific episode or season where these little plot bits about this machine everyone is trying to find come to fruition and the series pivots to more of a sci-fi sub-plot.

      Also, how come nobody calls him out for talking to himself all the time?
      I do like the dog, good addition to the second season.

      EDIT: I am now on season 2 episode 10, and yeah its starting to get a lot better. It seems to be a slow transition but they are getting my attention with all this hacker history talk.

      11 votes
    29. Trying to switch from Literature to Linguistics: similar experience and/or advices?

      Hi! I've recently graduated as a BA of Italian philology. But I am interested in pursuing my further studies and academical career in linguistics, studying language contact and linguistic strata...

      Hi! I've recently graduated as a BA of Italian philology. But I am interested in pursuing my further studies and academical career in linguistics, studying language contact and linguistic strata in particular. I was wondering if anybody took a similar path and am interested in advice from such folks and also any other humanists here. I'm studying some online material and will try to partecipate in some local university's linguistics BA as a visiting student (I guess it's called a freemover in English) if I can find an affordable option. Also I have found out recommended reading material from local universities I'm interested in and some papers about my field. Do you know of any useful resources for making the transition smoother? What has been you experience if you've taken a similar path to your studies? Thanks in advance!

      6 votes
    30. Looking for tips or best practices for stoking creativity

      So, a little background, my profession is technical writing. I want to write a novel but I'm struggling a little with getting the creative side of my brain going. Technical writing seems to...

      So, a little background, my profession is technical writing. I want to write a novel but I'm struggling a little with getting the creative side of my brain going. Technical writing seems to further inhibit my creativity with all its rules.

      I'm looking into local writers' workshops but they're all full at the moment. In the meantime, I was wondering if anyone here has any advice for exercises or things I could do to stimulate my creativity and free my mind from all the rules of technical writing. Thoughts?

      8 votes
    31. Is it a good idea to use an AWS server as a vpn?

      I have an amazon server that I use to host my email and my simple website. I'm considering setting a vpn up on it, but I'm not sure if it's worth it. Would my data be as secure as with 3rd party...

      I have an amazon server that I use to host my email and my simple website. I'm considering setting a vpn up on it, but I'm not sure if it's worth it. Would my data be as secure as with 3rd party vpns? Would Amazon see my traffic? It seems like if I go this route, anything that I do could be traced back to me, because the see the ip of my server and than ask amazon who owns it.

      10 votes
    32. Hello everyone! Has anyone here had the experience of emigrating from your home country to a new one?

      Hi I am 23 year old and I want leave my country. I hold work visa for Canada. I am convinced that I should leave my country due to political changes happening in my country. What was it like for...

      Hi I am 23 year old and I want leave my country. I hold work visa for Canada. I am convinced that I should leave my country due to political changes happening in my country. What was it like for you? And especially how was it like when you emigrated to a country when you was adult?

      15 votes
    33. What would you want in a Stackoverflow/Quora competitor?

      My friend was rambling about making his own Stackoverflow/quora clone, but with some random specific features. Note that this project would probably compete directly with Quora, but have multiple...

      My friend was rambling about making his own Stackoverflow/quora clone, but with some random specific features.

      Note that this project would probably compete directly with Quora, but have multiple subcomminties like Stackoverflow/Reddit. We think taking programming FAQs from SO is too uphill of a battle to focus on.

      What are some great ideas?

      10 votes
    34. Things to consider with visual novels

      Not sure if this the right place to post this but here goes... I'm writing a story and I'm trying to figure out the best medium to tell it. I'm strongly leaning toward visual novels. I like anime...

      Not sure if this the right place to post this but here goes... I'm writing a story and I'm trying to figure out the best medium to tell it. I'm strongly leaning toward visual novels. I like anime and I want the story to have a similar look and feel. Maybe someday it will even become an anime. Who knows?

      That said, does anyone here have any thoughts on the pros/cons of taking the visual novel approach as opposed to a traditional novel or light novel?

      7 votes
    35. Trying to figure out my personal craziness

      I hope this is the appropriate Tilde for this. If no one has any input it will still have helped me to type this out. TL;DR In over my head with marriage, foster care, family, and work. My wife...

      I hope this is the appropriate Tilde for this. If no one has any input it will still have helped me to type this out.

      TL;DR In over my head with marriage, foster care, family, and work.

      My wife and I became foster parents about 1.5 years ago with the intention to not adopt, but to care for children 3 and under while bio parents worked to regain custody or other permanent placements were arranged. Our first placement was two girls (7 mo and 2.5 yrs) despite wanting to do just one kid at a time (especially to start). We had them for 6 weeks and mom got them back. We had another placement (8 mo boy) for about another 6 weeks. There was a considerable lull and we were getting frustrated about not getting any new placements when the girls from our first placement were placed into custody again. So we were able to take them in again (now about 1.2 and 3.5 yrs). FF to now and we've had them for about 6 months.

      We never really intended to have more than one child and for quite this long and we're struggling. My wife has always had a little less ability to weather stressful situations like this and these last 2-3 weeks I'm carrying a lot of weight. In the meantime, bio mom has gotten pregnant and there's not another hearing regarding custody for another 9 months. We fully expect that she will not be able to take them back at that time (or really realistically ever). What should probably happen would be that the county could place the kids into permanent custody (basically getting them adopted). However, from what we've heard from other foster families, temporary custody could drag on for years.

      So, our main dilemma is this. We are not equipped (as a couple) to care for these kids for years. With the likely prospect of no change in custody in the near future, it feels like the best thing for these kids would be to get them into the care of someone looking to do this long-term, perhaps to eventually adopt. That being said, we absolutely love them and it feels like some kind of betrayal to force them to make yet another transition. On the other hand, with our limitations, it seems like that is inevitable anyway. Do we try to make that happen sooner?

      Some other data points:
      Our fostering license expires in October (about a month after the hearing is scheduled) and we don't intend to continue fostering (at least for a while, and definitely not with our current agency).
      We don't have many family members close by to give us a hand with the kids, making us feel isolated and making it hard to get breaks from the kids. Our agency has not been very helpful with lining up respite care, but we're trying to be more aggressive about that now.
      I've got things pretty well lined up to retire in about 5 years. My company is also just now kicking off a major project of a similar time frame and I'm in a good position to really make a mark before moving on. It will probably require some serious time commitments and effort to do it the way I want to.

      Thanks for listening.

      12 votes
    36. I want to get into IT as a career, but I have no previous experience. What essential skills should I know?

      I've recently started taking some IT and programming classes at a local college because I've always been interested in IT as a career but I've never had any sort of professional experience in the...

      I've recently started taking some IT and programming classes at a local college because I've always been interested in IT as a career but I've never had any sort of professional experience in the field. Are there any skills that I need to definitely know, or any sort of certifications that I can get in order to get my foot in the door and start applying for IT focused jobs?

      24 votes
    37. On deciding whether to use a pseudonym or not

      I have writing, prose and in verses, that I want to start submitting to magazines. I can't decide if I should use a pseudonym or not. My reasons for using one: I have problems with my name: it is...

      I have writing, prose and in verses, that I want to start submitting to magazines. I can't decide if I should use a pseudonym or not. My reasons for using one:

      • I have problems with my name: it is ideologically loaded, people can tell my dad was a nationalist, which is an ideology I reject and oppose

      • I feel like it would somehow good for me to distance myself a bit from my work, don't know why really

      • I guess I am intimidated by potential failure a bit, so maybe "getting my feet wet" with a pseudonym could help me get over it.

      But I also want to own my work, and feel like using a pseudonym with complete secrecy is a bit... cowardly, if I am totally honest. I consider using a pseudonym which I will publicly own later, but then, is there a point to it?

      What do you think about it?

      19 votes
    38. What are the essential dos and don'ts of digital security for the average person?

      Thanks to all of you who gave me guidance in the thread about password managers. It got me thinking I should expand the question to overall best practices regarding security, just in case I have...

      Thanks to all of you who gave me guidance in the thread about password managers. It got me thinking I should expand the question to overall best practices regarding security, just in case I have any other important blind spots.

      What are the essential do's and don'ts of digital security for the average person?

      35 votes
    39. What equipment do I need to record for streaming?

      Hello! I’m a musician that’s looking into recording video of myself as I’m playing at my home and then uploading it to YouTube. I was wondering if there were any users out there that do something...

      Hello!

      I’m a musician that’s looking into recording video of myself as I’m playing at my home and then uploading it to YouTube. I was wondering if there were any users out there that do something similar and what type of setup you have/would suggest if there are. I play acoustic, no electronic pickup.

      I appreciate any suggestions and hope everyone has a great day!

      13 votes
    40. Working as a contractor in IT

      Does anyone have any experience working as a contractor in the IT field? I have 4 years of experience in the IT industry, all of it as a full time direct hire. I may have an opportunity to work...

      Does anyone have any experience working as a contractor in the IT field? I have 4 years of experience in the IT industry, all of it as a full time direct hire. I may have an opportunity to work for a very large company on a 2 year contract at fairly reasonable salary increase. The most important part to me is that I will be getting some experience off of the service desk as well, which I can use to continue my career going forward.

      My main concern is that I am unfamiliar with contract work. I do know that I get health benefits / 401k / sick days, but I assume there must be a drawback to being a contractor, right? I feel like being a contractor is inherently more unstable than being an actual hire. The position I am being considered for is a 2 year contract, but I worry that the position could simply disappear a few months in and I'd be out of a job. Is this a fair feeling, and is there any way I can gauge how true this might be for my position? Is there something I could discreetly ask in my interview that might help me understand if this is a stable position?

      If anyone has any experience as a contractor, I'd love to hear it.

      4 votes
    41. Using ghoneycutt/pam puppet module

      Hi guys, I'm really stumped and looking for a nudge in the right direction for how to utilise the ghoneycutt/pam module in puppet. Relatively new to this but got what I'd like to think as most the...

      Hi guys,

      I'm really stumped and looking for a nudge in the right direction for how to utilise the ghoneycutt/pam module in puppet. Relatively new to this but got what I'd like to think as most the basics down.

      I've configured a few things using modules such as NTP, SSSD and NSSWITCH but I'm just stuck on how I can use this module and pull info from Hiera into it.

      So, lets start with

      .yaml file:

      
              ### nsswitch.conf authentication configuration
      
              nsswitch::passwd:     'files sss'
      
              nsswitch::shadow:     'files sss'
      
      
      

      And then looking at the nsswitch.pp file:

      
              ### nsswitch.config setup
      
              class profile::linux::base::nsswitch {
      
              # Get heira values
      
                class { 'nsswitch':
      
                  passwd    => [lookup('nsswitch::passwd')],
      
                  shadow    => [lookup('nsswitch::shadow')],
      
      
      

      Simple enough to call the values I want and works how I want, now I'm trying to do the same type of thing for PAM using the ghoneycutt/pam module and there doesn't seem to be much info on how to use it, or it's just not sinking in for me.

      Some of my PAM Heira values:

              pam::pam_auth_lines:
                - '# Managed by Hiera key pam::pam_auth_lines'
                - 'auth        required      pam_env.so'
                - 'auth        sufficient    pam_fprintd.so'
                - 'auth        sufficient    pam_unix.so nullok try_first_pass'
                - 'auth        requisite     pam_succeed_if.so uid >= 500 quiet'
                - 'auth        sufficient    pam_sss.so use_first_pass'
                - 'auth        required      pam_deny.so'
              pam::pam_account_lines:
                - '# Managed by Hiera key pam::pam_account_lines'
                - 'account     required      pam_unix.so'
                - 'account     sufficient    pam_localuser.so'
                - 'account     sufficient    pam_succeed_if.so uid < 500 quiet'
                - 'account     [default=bad success=ok user_unknown=ignore] pam_sss.so'
                - 'account     required      pam_permit.so'
              pam::pam_password_lines:
                - '# Managed by Hiera key pam::pam_password_lines'
                - 'password    requisite     pam_cracklib.so try_first_pass retry=3 type='
                - 'password    sufficient    pam_unix.so sha512 shadow nullok try_first_pass use_authtok'
                - 'password    sufficient    pam_sss.so use_authtok'
                - 'password    required      pam_deny.so'
      

      Some things I've tried:

      1:

              class profile::linux::base::pam {
                # resources
                class { 'pam':
                  password-auth-ac  => [
                    lookup('pam::pam_auth_lines')],
                    lookup('pam::pam_account_lines')],
                    lookup('pam::pam_password_lines')],
                    lookup('pam::pam_session_lines')],
                 }
      
      

      2:

      
      	
      	      passwd  => [
      	
      	      lookup('pam::pam_auth_lines'),
      	
      	      lookup('pam::pam_account_lines'),
      	
      	      lookup('pam::pam_password_lines'),
      	
      	      lookup('pam::pam_session_lines'),
      	
      	      ],
      	
      	  }
      
      
              include ::pam
      
      	class profile::linux::base::pam {
      	
      	  # resources
      	
      	    include ::pam
      
      	         lookup('pam::pam_auth_lines')
      	
      	}
      
      
      

      I've tried a few other ways and can't get it to work as I want it to. Can anyone help?

      Thanks

      4 votes
    42. your ways of staying healthy?

      I've been programmer for past 4 years and signs of sedentary life, not being active and overconsuming certain stuff is showing... what do you do to stay healthy? I plan on signup for a swimming...

      I've been programmer for past 4 years and signs of sedentary life, not being active and overconsuming certain stuff is showing... what do you do to stay healthy?
      I plan on signup for a swimming pool, I started IF but I fail too many times.. Also i'm trying to cut sugar as much as possible but today was a really bad day in this regard...

      my goal is not to get thiner. (i don't consider myself fat where it would be determinal to my health).
      my problem is that I feel like my muscles are always tired (can't explain, like I could be strecthing them all day long and they would feel tired), my right side of body starts hurting everyday after 14:00 (+/- few hours, depends on what I am doing). I have regular lower back pains... :(

      edit2:
      wasn't on computer for the whole day after posting. thanks for all the responses.
      My plan for the following weeks is:
      -Waking at regular hours (6:30)
      -Going to beed at regular hours (22:00 - 22:30)
      -My morning routine will be:
      some water, wimhof breathing, stretching, shower, coffee -> work.
      I'll signup for a swimming pool and try to get my active hours in by going to swimming pool 3-5 times per week.
      Regarding food:
      Intermitting fasting between 12-20, no sugar, only tea,coffee,water.
      Will be cooking my own meal every day / meal prep for the whole week.
      all above should be simple to implement and not too hard to give up. On days when I will not feel energetic I'll take some modafinil in the morning.
      Also I'll be abstaining from alchocol and any drug... also I'll try to smoke weed on weekends only in small quantites.
      all the above shouldn't be hard to do because I allready do some of the things above...
      I try to do wimhof breathing when I can, I cook 2-3 times per week. so the biggest ones will be:
      giving up daily weed, signing up for swimming pool, going to sleep and waking up at regular hours.

      15 votes
    43. I'm downsizing my digital life. Do you listen to a lot of music? How do you archive it?

      I'm downsizing my digital life. I deleted my account on reddit, on another phpbb forum and i don't have instagram/facebook apps anymore. This subject got me thinking about my music. I grab/buy...

      I'm downsizing my digital life. I deleted my account on reddit, on another phpbb forum and i don't have instagram/facebook apps anymore.

      This subject got me thinking about my music.

      I grab/buy albums in mp3 and i have so many that it's impossible to listen to everything. I don't pay for any service like spotify because i don't like. I prefer to download and/or buy in places like bandcamp where i can download the album.

      I started reading about other codecs like flac and opus. The availability of albums in flac are way less than mp3 and it's a lossless format. If i focus on it i will be forced to downsize my music library.

      The problem is disk space in my smartphone. I'm not an audiophile so i'm not able to hear the difference between flac and 320kpbs mp3. This is where opus enters. This codec gives half the size with better quality than mp3. Soundcloud uses it. A 96kbps opus is the same quality as 320kbps mp3.

      Now that Android can play opus i don't see a reason to keep using mp3. The downside is converting flac files every time i want to put on my phone.

      I could just convert flac to opus and just live with opus everywhere, freeing a lot of space. But i think keeping flac files is better for archiving because it's lossless. If opus for some reason disappears, i'll have a lossy format and would have convert to another one losing more quality.

      How do you deal with music?

      26 votes