• Activity
  • Votes
  • Comments
  • New
  • All activity
  • Showing only topics with the tag "ask". Back to normal view
    1. How would you write a GUI? Seeking opinions, recommendations, and what to avoid.

      Hi all. I am asking this open-ended question (bottom of this post) because I am considering making contributions to an open-source project that would directly benefit me and other users. Some...

      Hi all. I am asking this open-ended question (bottom of this post) because I am considering making contributions to an open-source project that would directly benefit me and other users.

      Some background:

      I have worked with an engineering simulation software called Ansys MAPDL basically everyday for the last 4 years, in both an academic and a professional capacity. It's not necessarily relevant whether you are familiar to that program to participate in this discussion. The relevant thing is that the GUI for MAPDL is written in Tcl/Tk and I don’t imagine it is going to be modernized (because of more modern, but distinctly different, replacements). This is a screenshot of the GUI for reference.

      Why do people put up with such an old interface?

      The power of the program is not its GUI, but the scripting language that can be run to setup and solve simulations. The program name is really the scripting language name, Ansys Parametric Design Language (APDL). It's somewhat like Matlab. The program also offers an enormous amount of control when compared to the more modern GUI that's been released, since the modern GUI holds a totally different philosophy.

      The older GUI is really helpful in certain circumstances because it will spit out a file containing commands that were used in the session. This is a great demonstration of how to run a command or use a setting/config command, but a lot of newer features are buried in the documentation and aren't available in the older GUI.

      My coding experience

      I know the MAPDL language very intimately, but my experience beyond it is limited to some Perl scripting, and a bit of Python exposure.

      Motivation

      Open-Source Ansys API

      Recently, Ansys started supporting an open-source Python project called PyAnsys. MAPDL is otherwise fully closed source, and this is really the only public-facing API. PyAnsys has basically converted a lot of MAPDL script commands to a pythonic format, hence Python can now be used to interact with MAPDL. This is great for several reasons, but is limited regarding interactivity. Interacting with MAPDL via Python is basically happening in a fancy console via Jupyter notebook or IDE like Spyder. Certain commands will bring up Python-based graphics displays of solid models and results plots, but there isn't a dedicated GUI open all the time.

      The Question(s)

      My question is whether it is feasible to write a frontend GUI to a bunch of python commands. If you were going to do it, how would you do it? What might you write it with? Would you even do it? Is this a stupid endeavor?

      7 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?

      4 votes
    3. 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?

      9 votes
    4. TV Tuesdays Free Talk

      Have you watched any TV shows recently you want to discuss? Any shows you want to recommend or are hyped about? Feel free to discuss anything here. Please just try to provide fair warning of...

      Have you watched any TV shows recently you want to discuss? Any shows you want to recommend or are hyped about? Feel free to discuss anything here.

      Please just try to provide fair warning of spoilers if you can.

      6 votes
    5. What did you do this weekend?

      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 weekend. Did you make any plans? Take a trip? Do nothing at...

      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 weekend. Did you make any plans? Take a trip? Do nothing at all? Tell us about it!

      7 votes
    6. 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!

      6 votes
    7. Recommend me a small SBC!

      So I'm looking to do an improved version of this project from a couple of years ago that rebuilt the dreamcast VMU into an emulator system that could even interface with a modified dreamcast...

      So I'm looking to do an improved version of this project from a couple of years ago that rebuilt the dreamcast VMU into an emulator system that could even interface with a modified dreamcast controller using the original connector. That project was really neat, but it used a raspberry pi zero, which is frankly anemic for running any emulators past the SNES, and I'd like to find one that's powerful enough to emulate the dreamcast itself, but small enough to fit inside a VMU. To that end, my requirements are:

      • Must be of a similar size to the pi zero. Smaller would be better, but it absolutely cannot be more than 40x65mm.

      • Must have a processor at least as powerful as a cortex A53, preferably something more powerful like the A72.

      • Must have a release of armbian (or similar) with drivers for full video acceleration.

      • Must be able to drive a display over SPI.

      • Must be available. The NanoPi NEO Core 2 is pretty close to what I need, if maybe a bit underpowered, but it seems to be discontinued and I can't find it anywhere but aliexpress at double the list price.

      • Composite video out would be nice.

      • Analog audio out would be nice.

      • Availability without soldered headers and large ports would be nice, like the pi zero or nanopi neo.

      9 votes
    8. Thoughts on SSRIs?

      Hello everyone, I recently got put on some SSRI for my worsening suicidal ideation and honestly I can't believe the difference it's made. It's like a version of myself that I find hard to believe...

      Hello everyone,

      I recently got put on some SSRI for my worsening suicidal ideation and honestly I can't believe the difference it's made. It's like a version of myself that I find hard to believe existed, but can draw parallels with the version of me before I got depressed, etc.

      I'm just curious how I should be viewing these changes in me: Are they really me without depression/anxiety or is it a more lurid exaggerated version of that?

      Any other thoughts on SSRIs in general welcome! I'm interested in seeing Tildians' thoughts on them :)

      18 votes
    9. I’ve landed my first interview! Any advice?

      After a hiatus of applying for jobs, I got an email from Indeed that really caught my attention. It’s for a programming job in a new-ish framework that has quickly become my favorite to work in. I...

      After a hiatus of applying for jobs, I got an email from Indeed that really caught my attention. It’s for a programming job in a new-ish framework that has quickly become my favorite to work in.

      I applied for that and got back to work on applying to other jobs, different languages and frameworks.

      This morning I got a message from that first job opening, the one I wanted! They reached out to schedule an interview.

      I’ve got really bad social anxiety and a lack of interviewing experience. How do I prepare?

      23 votes
    10. TV Tuesdays Free Talk

      Have you watched any TV shows recently you want to discuss? Any shows you want to recommend or are hyped about? Feel free to discuss anything here. Please just try to provide fair warning of...

      Have you watched any TV shows recently you want to discuss? Any shows you want to recommend or are hyped about? Feel free to discuss anything here.

      Please just try to provide fair warning of spoilers if you can.

      8 votes
    11. Weekly coronavirus-related chat, questions, and minor updates - week of July 19

      This thread is posted weekly, and is intended as a place for more-casual discussion of the coronavirus and questions/updates that may not warrant their own dedicated topics. Tell us about what the...

      This thread is posted weekly, and is intended as a place for more-casual discussion of the coronavirus and questions/updates that may not warrant their own dedicated topics. Tell us about what the situation is like where you live!

      12 votes
    12. What have you been listening to this week?

      What have you been listening to this week? You don't need to do a 6000 word review if you don't want to, but please write something! If you've just picked up some music, please update on that as...

      What have you been listening to this week? You don't need to do a 6000 word review if you don't want to, but please write something! If you've just picked up some music, please update on that as well, we'd love to see your hauls :)

      Feel free to give recs or discuss anything about each others' listening habits.

      You can make a chart if you use last.fm:

      http://www.tapmusic.net/lastfm/

      Remember that linking directly to your image will update with your future listening, make sure to reupload to somewhere like imgur if you'd like it to remain what you have at the time of posting.

      10 votes
    13. What have you been listening to this week?

      What have you been listening to this week? You don't need to do a 6000 word review if you don't want to, but please write something! If you've just picked up some music, please update on that as...

      What have you been listening to this week? You don't need to do a 6000 word review if you don't want to, but please write something! If you've just picked up some music, please update on that as well, we'd love to see your hauls :)

      Feel free to give recs or discuss anything about each others' listening habits.

      You can make a chart if you use last.fm:

      http://www.tapmusic.net/lastfm/

      Remember that linking directly to your image will update with your future listening, make sure to reupload to somewhere like imgur if you'd like it to remain what you have at the time of posting.

      6 votes
    14. 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!

      5 votes
    15. What creative projects have you been working on?

      This topic is part of a series. It is meant to be a place for users to discuss creative projects they have been working on. Projects can be personal, professional, physical, digital, or even just...

      This topic is part of a series. It is meant to be a place for users to discuss creative projects they have been working on.

      Projects can be personal, professional, physical, digital, or even just ideas.

      If you have any creative projects that you have been working on or want to eventually work on, this is a place for discussing those.

      4 votes
    16. 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?

      3 votes
    17. Food in New Orleans?

      Hey All - Spending the month of July in New Orleans and it just occurred to me I could get some great rec's here. Anyone have any suggestions for places to eat/drink that aren't the usually...

      Hey All - Spending the month of July in New Orleans and it just occurred to me I could get some great rec's here. Anyone have any suggestions for places to eat/drink that aren't the usually touristy spots? We aren't afraid of spice, and love baked treats as well. Would welcome any recommendations. Thanks!

      10 votes
    18. What did you do this weekend?

      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 weekend. Did you make any plans? Take a trip? Do nothing at...

      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 weekend. Did you make any plans? Take a trip? Do nothing at all? Tell us about it!

      7 votes
    19. Weekly coronavirus-related chat, questions, and minor updates - week of July 12

      This thread is posted weekly, and is intended as a place for more-casual discussion of the coronavirus and questions/updates that may not warrant their own dedicated topics. Tell us about what the...

      This thread is posted weekly, and is intended as a place for more-casual discussion of the coronavirus and questions/updates that may not warrant their own dedicated topics. Tell us about what the situation is like where you live!

      11 votes
    20. 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!

      7 votes
    21. 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!

      13 votes
    22. 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
    23. 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?

      5 votes
    24. TV Tuesdays Free Talk

      Have you watched any TV shows recently you want to discuss? Any shows you want to recommend or are hyped about? Feel free to discuss anything here. Please just try to provide fair warning of...

      Have you watched any TV shows recently you want to discuss? Any shows you want to recommend or are hyped about? Feel free to discuss anything here.

      Please just try to provide fair warning of spoilers if you can.

      13 votes
    25. Do you use game streaming services? Which ones and why or why not?

      I wanted to get a general discussion going on the opinions of game streaming services. This is a potentially huge market and the big companies out there are really trying to break into this...

      I wanted to get a general discussion going on the opinions of game streaming services. This is a potentially huge market and the big companies out there are really trying to break into this market. I personally use google stadia and love it, there is a slight amount of latency in movements but it feels no different than a larger dead zone to me.

      I love the idea of game streaming as it brings more games to more platforms like Linux, macOS and mobile devices. I know the big argument against them is that you don’t own the games, but from my perspective, you don’t own the games on steam either, you own the right to play someone else’s game just like with Google stadia or Luna or xcloud. If you want to own an actual copy then you have to buy the game from a vendor like gog or itch.io.

      So let me know your opinions on this market, do you think it’s good, bad, or somewhere in between and why? If you play on any of these services what are your thoughts and experiences? Has it worked well for you and do you see yourself using services like this in the future? I genuinely am curious as it’s a completely different mindset than what we’re used too and it can really disrupt a market that hasn’t seen proper innovation in years.

      13 votes
    26. 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?

      9 votes
    27. What did you do this weekend?

      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 weekend. Did you make any plans? Take a trip? Do nothing at...

      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 weekend. Did you make any plans? Take a trip? Do nothing at all? Tell us about it!

      8 votes
    28. Please recommend analytical, industry-specific blogs and newsletters

      Hey all, I'm looking to expand my stable of long-form, "crunchy" reading material. I'll recommend three. ( I think I found all these through tildes.) Casey Handmer's Blog A blog about the new...

      Hey all, I'm looking to expand my stable of long-form, "crunchy" reading material. I'll recommend three. ( I think I found all these through tildes.)

      Casey Handmer's Blog
      A blog about the new space industry with a specific focus on SpaceX and the industrialization of Mars.

      Construction Physics
      A newsletter that analyses trends and data in the construction industry with a focus on modular construction.

      ACOUP
      Essays about medieval and ancient history as well as their interaction with popular culture, with a focus on methods of production and common people in history.

      Another type of content I've really enjoyed is detailed breakdowns of zero-day vulnerabilities and large software catastrophies.

      14 votes
    29. Why have web pages dropped the www?

      I don't know where to put this question, if here or in ~tech, but I chose here due to I want a response for someone who doesn't know all about internet. So my question is: why there is a trend of...

      I don't know where to put this question, if here or in ~tech, but I chose here due to I want a response for someone who doesn't know all about internet.

      So my question is: why there is a trend of removing the www of every web address? why it was standard in the first place and not now?

      There are a handful of popular web pages that don't use a triple w in their link and they have replaced it or removed it. Tildes, for example, doesn't need triple w. Why?

      17 votes
    30. How to download photos from Facebook?

      So my spouse is getting fed up with Facebook and would like to download all of her photos and ideally any photos others have taken that she’s tagged in. She’d like to do a single bulk download,...

      So my spouse is getting fed up with Facebook and would like to download all of her photos and ideally any photos others have taken that she’s tagged in. She’d like to do a single bulk download, but is having trouble navigating Facebook’s intentionally confusing settings to do this. I don’t have an account and have never used Facebook beyond reading the occasional post a friend has sent me, so I don’t really know how to help in this case.

      This guide claims to be from 2021. Following the steps in section 3 we see something that looks very similar but not exactly the same under her settings. Where they have a list containing items like “Posts”, “Photos and videos”, “Comments”, etc. We see a different list and it doesn’t have any option for “Photos and Videos.” There is one section titled, “Short videos”, but nothing about photos at all. Has Facebook changed this recently, or does she have some weird setting that’s causing it not to show up? Or is the guide just wrong? (Or maybe they’re A/B testing something and that’s why she isn’t seeing it?)

      Any help appreciated. Thanks!

      EDIT: I think we figured it out. It looks like Posts and Photos have been combined into just "Posts" with no mention of photos whatsoever. When you get the resulting .zip file, it contains the photos, though. It's typically shitty of Facebook.

      12 votes
    31. 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?

      9 votes
    32. Weekly coronavirus-related chat, questions, and minor updates - week of July 5

      This thread is posted weekly, and is intended as a place for more-casual discussion of the coronavirus and questions/updates that may not warrant their own dedicated topics. Tell us about what the...

      This thread is posted weekly, and is intended as a place for more-casual discussion of the coronavirus and questions/updates that may not warrant their own dedicated topics. Tell us about what the situation is like where you live!

      13 votes
    33. 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!

      9 votes
    34. What have you been listening to this week?

      What have you been listening to this week? You don't need to do a 6000 word review if you don't want to, but please write something! If you've just picked up some music, please update on that as...

      What have you been listening to this week? You don't need to do a 6000 word review if you don't want to, but please write something! If you've just picked up some music, please update on that as well, we'd love to see your hauls :)

      Feel free to give recs or discuss anything about each others' listening habits.

      You can make a chart if you use last.fm:

      http://www.tapmusic.net/lastfm/

      Remember that linking directly to your image will update with your future listening, make sure to reupload to somewhere like imgur if you'd like it to remain what you have at the time of posting.

      5 votes
    35. How to not feel lonely?

      Hi, I joined Tildes a long time back but haven't been the most active member. I was recently diagnosed with OCPD by a psychiatrist and I feel I may be codependant as well. Off late I have been...

      Hi,

      I joined Tildes a long time back but haven't been the most active member. I was recently diagnosed with OCPD by a psychiatrist and I feel I may be codependant as well. Off late I have been feeling terrible but don't a lot of people I can talk to -- my SO suffers of OCD and is going through a particularly tough period in her life, she has explicitly said she can't be there for me; I don't quite share a relationship with my friends when I can just call them up in the middle of the night when I'm feeling terrlb;e. I'm feeling exremely lonely; what can I do to not feel this way?

      I would normally describe myslef as emotionally stable, stoic even. However, this recent diagnoses has been quite upsetting; the best way I can describe what I'm feeling is an erosion of my sense of self. I realise all of what I'm feeling my head, and I fear that I may be just imagining most of problems. I'm at a state where I don't quite know what to do anymore, what I need is someone to tell me what do at any given point of time. I can't pursue therapy at the moment due to a variety of constraints but I am reading books which have come heavily recommended from others suffering similarly.

      19 votes
    36. Tips for dealing with bedbugs?

      Hi all, I'm becoming almost certain that my apartment is dealing with a minor bedbug infestation. Do any of you have experience dealing with the things? Specifically, my unit shares a building...

      Hi all, I'm becoming almost certain that my apartment is dealing with a minor bedbug infestation. Do any of you have experience dealing with the things? Specifically, my unit shares a building with about 20 others, so has anybody dealt with infestations in a similar situation? I'm wondering if a heat treatment is even possible or realistic.

      13 votes