• Activity
  • Votes
  • Comments
  • New
  • All activity
    1. Weekly US politics news and updates thread - week of March 4

      This thread is posted weekly - please try to post all relevant US political content in here, such as news, updates, opinion articles, etc. Extremely significant events may warrant a separate...

      This thread is posted weekly - please try to post all relevant US political content in here, such as news, updates, opinion articles, etc. Extremely significant events may warrant a separate topic, but almost all should be posted in here.

      This is an inherently political thread; please try to avoid antagonistic arguments and bickering matches. Comment threads that devolve into unproductive arguments may be removed so that the overall topic is able to continue.

      11 votes
    2. What are some cheaper alternatives to Grammarly that are equally as good?

      As a non-native English speaker, I use Grammarly's free tier daily. It is invaluable to help me catch common mistakes, as well as to get a better understanding of the language through the...

      As a non-native English speaker, I use Grammarly's free tier daily. It is invaluable to help me catch common mistakes, as well as to get a better understanding of the language through the explanations it provides. I will need to write even more English in the next few months, so it seemed like a good idea to get the Premium subscription. Unfortunately, Grammarly's pricing ($144 for the year) is prohibitive when converted to Brazilian Reais. And even if I am capable of making that payment now, I would rather avoid becoming dependent on something that is so expensive for me. So, what are some affordable alternatives to Grammarly's Premium subscription?

      Just to be clear, I am aware that it is not ideal to rely too much on that kind of tool. Rest assured that my domain of English is enough that I am entirely capable of taking the suggestions as extra help and not as a crutch.

      20 votes
    3. Save Point: A game deal roundup for the week of March 3

      Add awesome game deals to this topic as they come up over the course of the week! Alternately, ask about a given game deal if you want the community’s opinions: e.g. “What games from this bundle...

      Add awesome game deals to this topic as they come up over the course of the week!

      Alternately, ask about a given game deal if you want the community’s opinions: e.g. “What games from this bundle are most worth my attention?”

      Rules:

      • No grey market sales
      • No affiliate links

      If posting a sale, it is strongly encouraged that you share why you think the available game/games are worthwhile.


      All previous Save Point topics

      If you don’t want to see threads in this series, add save point to your personal tag filters.

      15 votes
    4. New Music Fridays: Everything Everything, Charli XCX, ScHoolboy Q and more

      This is a thread to discuss 2024 releases that have recently arrived on our doorstep, or been announced for the future. Feel free to share albums, singles, EPs or reissues that have caught your...

      This is a thread to discuss 2024 releases that have recently arrived on our doorstep, or been announced for the future. Feel free to share albums, singles, EPs or reissues that have caught your eye and interest, or share your thoughts about any new music that you've had the chance to listen to this week.

      Discussion Points
      Is there anything you've been looking forward to listening to?
      Any releases that have surprised you?
      Have you listened to any new music recently? What are your thoughts?
      What have you enjoyed from these artists in the past? How does their latest work compare?

      Links:
      Pitchfork - Out This Week
      AllMusic - All New Releases
      Stereogum - New Music

      ~~ Feedback on the format welcome
      11 votes
    5. What did you do this week (and 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 week. Did you accomplish any goals? Suffer a failure? Do...

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

      4 votes
    6. Getting tired of Firefox

      Am I the only one? They've made some serious improvements and I generally enjoy using Firefox but I occasionally run into issues that just shows complete disregard for end users. Assuming, of...

      Am I the only one?

      They've made some serious improvements and I generally enjoy using Firefox but I occasionally run into issues that just shows complete disregard for end users. Assuming, of course, my issues are not isolated.

      Every month or so, when Firefox updates, it completely resets itself. This doesn't happen with every update, but Mozilla pushes an update that breaks the functionality of my browser. My browser settings, my userChrome profile, my extensions and their settings, and my bookmarks are all gone. Everything.

      I do have sync but that doesn't work properly either. It only syncs some of my settings (which actually makes it harder for me to figure out what's enabled/disabled) and while I do get my bookmarks (none of which have their favicons), the extensions that manage to sync (meaning the ones that were installed from the store) don't sync their settings unless they have cloud support.

      I do not understand this. Why do I, as an end user who care about Mozilla's mission, have to deal with this? I'd overlooked many of Firefox's shortcomings in the past, but when the browser works, it works well. I have some issues, but browsers are complicated and running into issues are to be expected. I understand that, but I simply cannot understand how eager they are to break the end user's workflow. Isn't it supposed to be a cardinal sin for every software company, especially the ones trying to survive, to not do this?

      I just spent roughly half an hour of my day to get my browser back to its previous state. Adding the times I had had to deal with this issue before, I've spent hours on dealing with Firefox that I shouldn't have. I don't think I have another half an hour to spare for it and I don't want to anymore, but is there even an alternative for Windows that suck less?

      (Apologies for the rant, but I needed to vent and perhaps get a discussion going about the current state of browsers.)

      29 votes
    7. Learning new programming languages with limited time: Rust, golang, or otherwise?

      I want to learn a new language that I can use for personal projects. But I want to pick the right one for me, given the fact that learning it will be a time investment and I don't have a ton of...

      I want to learn a new language that I can use for personal projects. But I want to pick the right one for me, given the fact that learning it will be a time investment and I don't have a ton of time for "fun" stuff these days.

      I've spent a decent amount of time tinkering around with Rust and my experience has been decent so far, if I'm trying to filter it through the lens of the current Rust craze. It just seems that the code has a somewhat... ugly(?)... aesthetic to it? I'm not willing to cast it aside yet and I think the "ugliness" just comes from me not really recognizing the syntax very well.

      I started looking at golang and was immediately interested in the marketing message of it being "a better C". Aside from Hello World, I haven't done anything else with it.

      Some random notes/points about my experience and what I'm looking for:

      • I am very accomplished with PHP, quite accomplished with C, somewhat accomplished with C++ and Python. Of those, I find Python to be too "free and easy", PHP (Symfony specifically) and C++ to be so OOP-oriented that I just end up writing a bunch of boilerplate, and C is just... C (I'd rather pull out a tooth than have to work with C strings).
      • Aside from the obvious pains of C, I think it's the most fun of the bunch. I don't know why I think this, because again, I absolutely hate C strings.
      • I appreciate the package management and ecosystem of Rust, from what I've seen. C-with-Cargo would be awesome.
      • The older I get, the more I appreciate strong typing.
      • I like a language that allows me to systematically and logically organize my code into various modules, directories, etc. This is where PHP/Symfony shines in that there's a place for everything, as opposed to a bunch of .c and .h files all dumped into a folder.
      • Ideally, I'd like something that can compile into a binary that doesn't require JVM, etc.

      I'm open to suggestions outside of Rust and Go... those are just the ones I've been seeing mentioned the most over the past decade.

      26 votes