• Activity
  • Votes
  • Comments
  • New
  • All activity
  • Showing only topics in ~tech with the tag "tools". Back to normal view / Search all groups
    1. Which translation tools are LLM free? Will they remain LLM free?

      Looking at the submission rules for Clarkesworld Magazine, I found the following: Statement on the Use of “AI” writing tools such as ChatGPT We will not consider any submissions translated,...

      Looking at the submission rules for Clarkesworld Magazine, I found the following:

      Statement on the Use of “AI” writing tools such as ChatGPT

      We will not consider any submissions translated, written, developed, or assisted by these tools. Attempting to submit these works may result in being banned from submitting works in the future.

      EDIT: I assume that Clarkesworld means a popular, non-technical understanding of AI meaning post-chatGPT LLMs specifically and not a broader definition of AI that is more academic or pertinent the computer science field.

      I imagine that other magazines and website have similar rules. As someone who does not write directly in English, that is concerning. I have never translated without assistance in my life. In the past I used both Google Translate and Google Translator Toolkit (which no longer exist).

      Of course, no machine translation is perfect, that was only a first pass that I would change, adapt and fix extensively and intensely. In the past I have used the built-in translation feature from Google Docs. However, now that Gemini is integrated in Google Docs, I suspected that it uses AI instead for translation. So I asked Gemini, and it said that it does. I am not sure if Gemini is correct, but, if it doesn't use AI now it probably will in the future.

      That poses a problem for me, since, in the event that I wish to submit a story to English speaking magazines or websites, I will have to find a tool that is guaranteed to be dumb. I am sure they exist, but for how long? Will I be forced to translate my stories like a cave men? Is anyone concerned with keeping non-AI translation tools available, relevant, and updated? How can I even be sure that a translation tool does not use AI?

      28 votes
    2. What are the best niche software tools you're using?

      I often like to go on the App Store or GitHub and look for new and interesting apps, but very rarely I find really good ones. So I turn to you - what niche apps are you using, why are they niche,...

      I often like to go on the App Store or GitHub and look for new and interesting apps, but very rarely I find really good ones. So I turn to you - what niche apps are you using, why are they niche, why do you use them specifically and would you recommend them?

      Here's my Top 3:

      Novel writing: I use a tiny app called uFocus for all my Markdown writing. It's lightweight, the developer is a real cool guy and it's entirely free. It has barely any features, and I like that about it. I don't use Word because it's too distracting and complicated, I used to use iA Writer but it's really not justified the updates it's gotten and is straying away from Markdown.

      Email: I use MailMate, which is an insanely complicated and user-hostile email client that only works with IMAP/SMTP and does NOT support Gmail or Exchange, but is incredibly powerful at email management and search if you learn how to think like it does. It looks like it hasn't been updated since Mac OS 8, but it's getting regular updates and is very charming in its aesthetic.

      Programming: I don't do much, barely some web design, but I like Zed as my editor of choice. It's not very popular, doesn't have a huge user base and barely any extensions compared to a juggernaut like Code or Cursor, but does what it does well and isn't written in Electron. It's also very performant.

      62 votes
    3. Is it possible to sharpen this video with tools freely available on Linux?

      I really like this instructional video. I even downloaded a copy. The copy I downloaded is as blurry as the copy on YouTube. Is it possible to possible to sharpen my copy of that video? If it is...

      I really like this instructional video. I even downloaded a copy. The copy I downloaded is as blurry as the copy on YouTube.

      Is it possible to possible to sharpen my copy of that video?

      If it is possible, can it be done with freely available software on Linux?

      Thanks either way.

      11 votes
    4. Which user feedback tools would you recommend?

      Hey everyone, I'm currently getting close to releasing a piece of software and I think that engaging users and collecting their feedback to inform the development of future features is valuable....

      Hey everyone,

      I'm currently getting close to releasing a piece of software and I think that engaging users and collecting their feedback to inform the development of future features is valuable. So, I am currently evaluating different specialized solutions to see which one is best.

      Does anybody have a preference for a particular tool, or otherwise know which tools are the best in terms of functionality etc.?

      Thanks in advance for your input!

      I'll go back to comparing options and I'll check back in here later on. Have a nice one.

      Edit: To clarify, I am looking for an end user-facing tool for a (currently closed-source) SaaS (I may eventually open-source it, but I'm a bit on the fence-I would have to weigh the pros and cons).

      8 votes
    5. Teaching coding to an eight year old with Scratch?

      I have a relative whose 8 year old has shown a keen interest in coding. He even takes books out of the library about coding even though he's never done it and I dont think he understands most of...

      I have a relative whose 8 year old has shown a keen interest in coding. He even takes books out of the library about coding even though he's never done it and I dont think he understands most of what he's reading. Seems like a little Bill Gates just dying to get started.

      I used to teach LOGO to kids back when the dinosaurs roamed the earth and I looked at some recent versions. Its good, and the logic is all there, but the end results are fairly mundane for a kid who's already experienced amazing video games. Then I stumbled across Scratch, a much more visual programming tool and it seems to fit what we need. Scratch allows kids to make animations, simple games, even do motion detection, music all with sprites that they can manipulate using drag and drop coding blocks. Lots of online video tutorials that he can follow himself too. https://scratch.mit.edu/

      Before I dive headlong into Scratch, just wondering if there are other even better tools for teaching coding to kids? Or what your experience might be with them?

      20 votes
    6. How do you design a Proof of Concept project for a new dev/test tool?

      Input wanted for an article. Let's say that your company is considering the purchase of an expensive new application to help in the company's software development. The demo looks great, and the...

      Input wanted for an article.

      Let's say that your company is considering the purchase of an expensive new application to help in the company's software development. The demo looks great, and the feature list makes it sound perfect for your needs. So your Management arranges for a proof of concept license to find out if the software is worth the hefty investment. The boss comes to you to ask you to be in charge of the PoC project.

      I'm aiming to write an article to help developers, devops, and testers determine if a given vendor's application meets the company's needs. The only assumption I'm making is that the software is expensive; if it's cheap, the easy answer is, "Buy a copy for a small team and see what they think." And I'm thinking in terms of development software rather than enterprise tools (e.g. cloud-based backup) though I suspect many of the practices are similar.

      Aside: Note that this project is beyond "Decide if we need such a thing." In this scenario, everyone agrees that purchasing a tool is a good idea, and they agree on the baseline requirements. The issue is whether this is the right software for the job.

      So, how do you go about it? I'm sure that it's more than "Get a copy and poke at it randomly." How did (or would) you go about designing a PoC project? If you've been involved in such a project in the past (particularly if the purchase wasn't ideal), what advice could someone have given you to help you make a better choice? I want to create a useful guide that applies to any "enterprise-class" purchase.

      For example: Do you recommend that the PoC period be based on time (N months) or workload (N transactions)? How do you decide who should be on the PoC team? What's involved in putting together a comprehensive list of requirements (e.g. integrates with OurFavoredDatabase, meets performance goals of X), creating a test suite that exercises what the software dev product does, and evaluating the results? ...and what am I not thinking of, that I should?

      7 votes