x86_asm x86 Assembly What's good setup for learning assembly on linux?
Jump
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearNO
    NormalPersonNumber3
    1 year ago 100%

    Hello! I would have responded earlier, but I didn't have a good answer at the time.

    I know you're probably looking for an IDE-based approach for Linux (Understandably so), but I wanted to give you at least another option to consider. My experience is lower than someone who works with assembly a lot, but I think I can still contribute. (I'm at least a professional programmer)

    Background: I worked with assembly mostly in college work (relatively recently). The assembly languages I coded in were both MIPS and ARM. I have experience with x86 mostly from looking at x86 de-compiled code, I can usually follow it.

    When I was coding, I used VS code, but when I was debugging, I used gdb. This is what my university had me use, and I think it's relatively effective for assembly debugging, once I learned of some features that make it a lot easier to use.

    For example, the different view modes, like TUI, which you can start by using gdb -tui. There are other view modes as well, and you can switch between them using the command: layout next while in gdb. I know there's a few layouts, one of which lets you look at the current state of all registers, as well as the code. There a bunch of options for TUI on this page here.

    There also may be plugins that allow Visual Studio Code to integrated with gdb, as evidenced by this article that I only quickly skimmed: https://ardupilot.org/dev/docs/debugging-with-gdb-using-vscode.html

    I haven't looked that deeply into it. But those are my immediate thoughts.


    Other random thoughts:

    Depending on your goals, I really liked ARM assembly, but given this community's name and purpose, that's probably not why your here. (I just wanted to share)

    1
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearPC
    PC Gaming NormalPersonNumber3 1 year ago 100%
    Diablo 1 Open Source Port DevilutionX updates to version 1.5 www.pcgamer.com

    I had originally been following an open source Diablo 1 project called Freeablo, but apparently he stopped because DevilutionX had basically finished before he did. I've been wanting to replay Diablo 1 for a while now, but now that I know this project exists, it's definitely something I'm going to try out soon.

    5
    1
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearNO
    NormalPersonNumber3
    1 year ago 100%

    I'm a little uninformed as to how Red Hat works, as most of my experience with Linux has been with Debian-based distributions. I'd probably need a chart, honestly.

    I mean, for projects they do not own/control, how would they be able to prevent repackaging in some other package manager? Wouldn't they have to make available the modifications they make to the original Open Source project? (License depending, of course) Is this just about making it inconvenient?

    1
  • programming Programming What route should i follow if i wanna create a blog that auto-designs social posts and then auto publishes them on socials whenever a new article is added?
    Jump
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearNO
    NormalPersonNumber3
    1 year ago 100%

    Admittedly, I have not used AI, but that probably would be overwhelming compared to everything else you have listed so far. (In other words, the time spent learning it would overshadow the amount of gain you would have from it)

    But I believe everything else you've mentioned is probably achievable, even if it's not all at once. I do not use those social media sites, so I don't have an immediate answer, but I can assist in thinking about the problem. (Programming is all about solving problems you don't know how to solve yet) It's also iterative, you don't have to have a complete solution to make your life a lot easier.

    Let me ask some questions that may help:

    • What are the most common kinds of formatting that you do?
    • What are the various syntax tools that these social media sites use?
      • I honestly could not find an easy answer to this, which surprised me.
    • Is there a formatting syntax that can already be converted to other kinds of syntax that you want to do?
      • My go to for that is Markdown, which is usually promising, but I do not know your needs.

    It's always good to break your problem down into smaller problems first, and then solve each small problem, one at a time.

    Let me know if that helps, and feel free to provide more details.

    edit: grammar

    4
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearCS
    C# Programming NormalPersonNumber3 1 year ago 100%
    How Binaries/Assemblies are located and loaded in .NET Applications learn.microsoft.com

    I was trying to help a former coworker figure out why an assembly seemed to be missing when an application was copied from one computer to another, as the application directory *usually* contains all the assemblies it needs with it. As part of my research, I found this article which specifies ALL of the rules of how the .NET Runtime locates them. I figured I would share, since a lot of people can get tripped up by this.

    1
    0
    "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearTE
    Technology NormalPersonNumber3 1 year ago 100%
    Trying out RSS

    In my quest to prepare myself for reddit's usefulness significantly declining come June 30 / July 1st, I've essentially been having to brainstorm solutions to what I've been using it for. While I'm attempting Lemmy for the discussion forum side of things, (It's not the only thing I'm trying, but it's the most promising so far), it has been a challenge to replace the link-aggregator aspect of reddit due to the distributed nature of Lemmy. I can no longer just rely on others to find information for me to stay informed. (Not that that was especially a great idea, looking at that statement now, I will admit I just got complacent and lazy) I randomly remembered RSS feeds were a thing, and decided to look back into it. While definitely not as prevalent as it once was, many places still support it. (Including both Lemmy and reddit; though with reddit who knows for how long) RSS is probably my best bet, but admittedly, I will have to remember how to use/search the internet again (I really let myself get way too lazy) to find sites that I'm interested in and that support RSS. There's also the issue of finding an appropriate RSS reader, which has proven slightly more complicated than what I was hoping for. My first RSS reader attempt was the Feedly reader for android. However, I couldn't create an organized feed list to my satisfaction without paying a subscription fee. That may be fine for most people, I personally didn't want another subscription service. Especially when there may be open-source alternatives that I could try to figure out myself (Even if it's a hassle to learn). After that, I tried to make my RSS reader criteria much more narrow (I believe I included `open source` as part of my search terms). While I didn't make a list of everything I found (sorry), I did find one that is next on my list of things to try: Tiny Tiny RSS I have done some preliminary research and testing on this, so I will post some pros, cons and unknowns to this application. Tiny Tiny RSS Pros, Cons, Information, and Unknowns ---- - Pros - Free / Open Source - Has many application clients that can connect to Tiny Tiny RSS instances that are free (I have not tested these yet) - Windows Store: Tiny Tiny RSS Reader 2 - Android: TTRSS-Reader - iPhone: tiny Reader RSS - Cons - Unless you know of a public site/instance, a person who wants to use this would have to administrate it themselves. - Looking over the installation guide, "general" users would likely find the install process to be very involved - Platform Specific - Windows - Tiny Tiny RSS uses docker, which, [according to the documentation](https://docs.docker.com/desktop/install/windows-install/) will still end up using a form of linux - This is not an issue for me, but could be for other less-savy users, especially if something goes wrong. - While not *explicitly* required, having networking knowledge can make it easer for others to use it. - If self hosting on your home network - Unless you're willing to allow outside connections to your network in some way, would only be available for that network - If hosting elsewhere - Very unlikely to be free, which would defeat the purpose of using this, IMO - Yes, techincally hardware isn't free, but the costs are at least up front (if you exclude the somewhat minor increase in the electricity bill) if you buy it yourself, and not another subscription to deal with - Extra information - Windows - To install on windows, it will require docker, which requires either - Windows Subsystem for Linux 2 - Every currently surported edition of windows supports this, provided it is up to date - Hyper-V - Cannot be used with Home Edition - Linux - Uses docker, but no odd subsystems or Virtual Machines - Ideas - Tiny Tiny RSS can be installed on a Raspberry Pi - Don't forget to consider storage requirements, Tiny Tiny RSS is downloading from RSS feeds - Probably one of the cheapest setup options, unless you already have another linux machine available - Outside access thoughts - Could theoretically set up a VPN to your home network to access your RSS Feed safely - If you understand the security implications, you could also make it publicly accessible through port forwarding - The advantage to this is that you could have friends use your RSS feed as well - If you decide to do this, make sure you *really* do your homework for computer and network security - Unknowns - What public Tiny Tiny RSS sites may already exist - I have not tested each Tiny Tiny RSS client application that I have listed above ---- Looking at the list above, there's certainly a lot of downsides for most people, but I don't think it should deter the determined. Although, the more I think about things like this, the more I consider just setting up my own homelab. But I think Tiny Tiny RSS can at least fulfill my needs for the short term.

    3
    0
    "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearGE
    General NormalPersonNumber3 1 year ago 100%
    Current thoughts on Lemmy (Design)

    `Due to Character limit, an explanation for this post will be appended below this post as a comment.` # Ideas ## Federation This section is devoted to improving the Federation experience. Part of the advantage of Federation is that you don't need to belong to any instance in particular, but still be able to access other instances/communities. Now the basic problem with this is just the initial connections, it takes time and searching to find everything you may be interested in, in which there are tools to support this. That being said, I definitely think there can be ways to better support this process, and to create a more quickly connected experience while still allowing granular curation of an instance/site. ### Curation Tools This section is essentially to assist both the ability for users, site admins and site moderators to shape the experience of an Instance/Community/Subscription. #### Instance/Site Tools Concepts and powers that belongs to a site owner or administrator. ##### Whitelist, Graylist, Blacklist, CustomList for Instances and/or Communities This *sort of* exists, but I want to add some more granular control. - White List - To those familiar with the concept, this is pretty straightforward, but I would like for this to be more featured. - This is to explicitly federate with another instance, and have at least their community names show up when clicking on communities. - I would say provide an option to automatically federate whitelisted communities for whitelisted instances, but not required. This will just help sites/instances get up and running fast if they share interests/values. - Could also do this for specific communities in an instance. - Gray List - This is may be an odd one, but I think it's important. - When sites federate with one another, as far as I can tell, it's just automatic, as long as it's enabled. - My thought is that this list would simply be sites/communities that have not been vetted/explicitly approved by the admin - This ties in with another idea I have, where in addition to a `Subscribed`, `Local`, and `All`, there is another tab called `Recommended` or `Curated`, or `Linked`, which will be described later. - In addition to Admins, my idea is that users can choose whether they see communities that belong to the graylist by default. - Black List - This is kind of already a thing, but I'd like it to be slightly more granular in control - Not just site blacklisting, but community, just in case it's just one community that's annoying. - Custom List - A custom list that is somewhere between White List and Gray List. - Could be used for more curated `listing_type`s, as the URL would seem to imply. - Perhaps users could create something similar for themselves, a concept not too dissimilar to the way multi-reddits work back in reddit. - All lists should have these controls, honestly. You could make multiple White List types, if you felt like it. #### Community tools This would be similar to instance/site tools, but more specific and limited in scope. These settings would not override site/instance settings. - Connected Communities - When on an instance, a community can explicity "connect" to another instance's community to have that other instance's community appear alongside the local one. - Users can override this setting for themselves. - A local community could theoretically allow moderators from another "connected" community to moderate the local one as well - Local moderators would always have the final say for what is allowed/posted in that community. ### Site/Instance "Name Server" This is inspired by a couple of technologies/ and ideas I have seen in the past. This is somewhat of a "meta" (Not the Facebook kind) idea, and to some degree, it kind of already exists with sites like [Lemmy Community-Browser](https://browse.feddit.de/). However, I think it would be a good idea to have something with at least a "standard" approach. Not dissimilar to a DNS, a separate, central server with a given standard whose purpose it is to serve Lemmy instances/sites. A site would register with the "Name Server", and a Lemmy instance could then point itself to it to "lookup" other sites automatically. These name servers could also be aware of other name servers, and ask other name servers if it cannot find what is being requested, and then update themselves if found on another name server. Distributed searching and federation. A site/instance could choose not to do this, of course. ## Searching, Sorting Ideas that make finding and connecting to known communities easier. ### Community Tags / Labels When it comes to federating and searching sites, being able to find what you are looking for is essential. I think that being able to identify a community a tag or label would make finding an relevant community much easier. Tags/Labels should have two aspects/properties: A "name", and a "type" A type should specific what kind of Label/Tag it is. #### Label Tag Type Examples: - Franchise / Intellectual Property - Obviously this tag type name could use some work - Example tag/label names that could fit this type: - Star Wars - Marvel - DC - Lord of the Rings - Final Fantasy - Person - About a specific person - Example tag/label names that could fit this type: - George Lucas - Keanu Reeves - Career / Job / Role / Profession - About something someone does - Example tag/label names that could fit this type: - Author - Firefighter - Group - As in a collection of people, rather than a specific person - Generic example tag/label names that could fit this type: - A Political Party - American Labor Party - Chosen from the wikipedia category [Defunct US Political Parties](https://en.wikipedia.org/wiki/Category:Defunct_political_parties_in_the_United_States) - A Business or Non-profit - Such as Square Enix - An Organization or Club - Maybe too close to Business/non profit? - I was thinking of a group of people that isn't necessarily a legal entity of some kind, but those are rare - Hobby - Special Interests, done for leisure - Generic example tag/label names that could fit this type: - A Sport - Rugby - A genre of Games - Table Top Roleplaying Game - Video Games - Card Games - A Crafting/creating task - Knitting - Woodworking - Industry - A category that labels an economic category - Example tag names that could fit this type: - Finance/Banking - Public Safety - Restaurant - McDonalds or Wendys is an Example - Hospitality - Hotels would be an example - Information Technology - Software / Programming - Science - Example tag/label names that could fit this type: - Biology - Computer Science - Geology - Chemistry - More! - Feel free to give me more Label/Tag type ideas, this is kind of open ended, I admit #### Full Label/Tag Examples: Template: ``` - Name - Tag Type ``` - Minecraft - Hobby - Biology - Science - C# - Industry / Hobby - Cases like these annoy me, because this can fit both. - I mean, technically almost anything can fit into Hobby, but I feel as though the majority case is Industry. - Perhaps tag/label names can have more than one type, and you can choose to be specific or not. - The purpose is to make it more searchable/identifiable, so having more than one type wouldn't be a bad thing. - Need Feedback - Writing - Profession / Hobby - Teaching - Profession ---- This part is a bit more subjective, and could warrant further discussion. I like this idea below, but it could have flaws. Feel free to give feedback to this. When I originally envisioned tags, Communities should be able to pick one tag as the "Main" tag, but can have as many "lower power" or "sub" tags as they want. Then, a user could search by a "Main" tag name or "Main" tag type, and if they want something more specific, add rules that search the "lower power" or "sub" tags. This could be built into the "Name Server" idea listed above. ---- ## Lemmy Concepts These are ideas to improve features that kind of already exist in Lemmy, but would be expanded. ### Custom `listing_type` Originally, my idea was to have some new defaults which is still a good idea, but I have a better idea on how to implement them now. Currently, there are three options for viewing communities on an instance: `Subscribed`, `Local`, and `All` I just want an option to create and configure more of these, whether it's at the site, user level, or both. For example, a site/instance configured "Related" `listing_type` that lists communities, from both Local and All that the site/instance admin configured to be "Related" to the site. * Other options for naming this configured listing_type could include: Recommended, Curated, Linked This is different from All, because All contains all federated communities, whether it's related to a site/instance or not. Another filter could be related to the "White List" idea above. A user can choose to not use those custom filters, or create their own personal filters. Ideas for Filterable fields: - Instance/Site - Specific Communities - tag/label - Theoretical field from the ideas above - List (White, Gray, Custom) - Theoretical field from the ideas above - Filter Operators - AND - OR ---- `Max limit reached, appending Usability Improvements as comment below.`

    3
    0
    general General Test Post
    Jump
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearNO
    NormalPersonNumber3
    1 year ago 100%

    Thanks! I've been trying to create a longer post, it's rather long and it uses Markdown syntax, but when I hit "Create" it neither makes a request nor does an error appear in the debugger. Boggling.

    1
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearGE
    General NormalPersonNumber3 1 year ago 100%
    Test Post

    Is a request being made? No exceptions in JavaScript, no captured network requests.

    1
    4
    pc_gaming PC Gaming CDPR Confirms ‘Cyberpunk 2077: Phantom Liberty’ Unlocks New Endings
    Jump
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearNO
    NormalPersonNumber3
    1 year ago 100%

    I know the game has come a long way since it's initial release. I was sad when I learned how frustrating an experience it was when it first came out, but it was always a genre that interested me.

    I will probably play this game in time for nobody to be talking about it anymore.

    2
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearSY
    Differences between Linux and BSD www.educba.com

    I'm sharing this link here because I did not know much about BSD, except a few odd facts. For example, the PlayStation 4's OS is based upon FreeBSD. ---- Something I learned from the article: Operating systems needs kernels. Linux is a kernel, which is why there are many operating systems for it. (Red Hat, Debian, Arch, etc) I don't know why I was confused about that considering I recently was at school for it, I somehow thought of operating systems and kernels as being interchangeable for some reason. Also, macOS is apparently based off of BSD as well, which I did not know either.

    2
    0
    gaming Gaming The best open-source games you know
    Jump
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearNO
    NormalPersonNumber3
    1 year ago 100%

    There are a few open source game projects I follow. I suppose the most famous one is the Freespace 2 source code project. Although it didn't start open source, the original devs open-sourced it later. It has great support, and a great modding launcher called Knossos. To play the game, even with the source code, you either need the original disks or a copy of the installer from GoG, but it's really cheap. Getting it working on Windows is pretty easy, but Linux is only slightly more complicated. (Fortunately, there's a new launcher that makes it way easier).

    If you're interested, let me know.

    3
  • pc_gaming PC Gaming Building a new computer
    Jump
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearNO
    NormalPersonNumber3
    1 year ago 100%

    That 7700X is going to smoke whatever you’re upgrading away from.

    Oh god, you have no idea, haha. I should take some Satisfactory screenshots for some before and after, just so you can see what I'm living with right now. Oh! I know, I'll do that right after my new computer is completely set up. :-)

    1
  • privacy Privacy Update to Edge has it sending images you view to Microsoft
    Jump
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearNO
    NormalPersonNumber3
    1 year ago 100%

    Yeah, in the end that's what I use Edge for: work. Granted, I use all kinds of browsers and profiles for different purposes. For personal use, I stick with Firefox, but some sites just won't work with it, frustratingly.

    1
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearPC
    PC Gaming NormalPersonNumber3 1 year ago 100%
    Building a new computer

    I'm so excited, I'm finally getting to build my computer that I've been wanting to build, while some parts are already bought, this is essentially my build list: https://pcpartpicker.com/list/Hn4gRv I've also decided to mount the new monitor I'm getting on the wall with this: https://mount-it.com/products/height-adjustable-monitor-wall-mount-full-motion-gas-spring-arms-mi-3753b?_pos=5&_fid=74cd7f447&_ss=c and lastly, I have a Micro Center near me, so I decided to look there for the case: https://www.microcenter.com/product/652904/msi-mpg-gungnir-120r-tempered-glass-atx-mid-tower-computer-case-black This is the first time I'm building a higher-end computer for both price and capabilities for its time. I cannot wait for it all to arrive!!!

    3
    3
    neurodivergence Neurodivergence DAE dislike the term "neurodivergent" as applied to ADHD?
    Jump
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearNO
    NormalPersonNumber3
    1 year ago 100%

    Ah man, I'm sorry about your friend.

    I have a friend with CF, there have been some good advancements in medications recently, so it's at least more treatable than it used to be. He has made it to his 30's so far, but I'm still worried for him.

    3
  • linux_gaming Linux Gaming Is PopOS the best for easy gaming?
    Jump
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearNO
    NormalPersonNumber3
    1 year ago 100%

    I've been using Ubuntu for a while now, and was planning for my new build (Within the next week or two) to try out PopOS (Which is still based off of Ubuntu).

    If I was more familiar with Fedora, I might have tried out Nobara, (but it doesn't have the support that PopOS does yet).

    And considering you use Nvidia, I've read that PopOS makes it easier to get drivers for that. If you're still new, either PopOS or base Ubuntu would work, but PopOS might get you set up faster. I wish I could give a more detailed answer.

    4
  • asklemmy Asklemmy What OS do you use on your pc and why?
    Jump
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearNO
    NormalPersonNumber3
    1 year ago 100%

    I have a lot of PCs for different purposes, so this answer could probably be considered cheating. It really depends on what I am doing. I'll go in order of Highest usage to Least usage, and separate professional usage and personal usage.


    Personal

    • Future gaming PC: PopOS
      • Maybe breaking my own ordering rules a little bit, but this will see the most use when I'm done.
      • I am currently in the process of building this.
      • I am finally going to try to not use windows for gaming, it's possible it could be futile, but Valve's work on Wine/Proton has made amazing strides.
    • Previous gaming PC: Dual boot Ubuntu 22.04/Windows 10
      • This is likely to become almost primarily an Ubuntu machine soon.
      • Not compatible with windows 11, the windows part is around only to preserve files at this point
        • Once I copy everything I want and need, I will see if I can move my filesystems around, this will probably be a huge pain.
    • "Gaming" Laptop: Windows 10
      • This is merely my most powerful laptop, it would never outperform my future gaming PC, but it's certainly a lot more convenient.
      • I'm considering switching over to some flavor of linux at some point, but I'm not ready to do that yet. (Plus I have to see what works with this laptop)
      • It is compatible with Windows 11, but I'm not sure if I want to do that. (I may do it just to get the free license, if I need to)
    • Media laptop: Windows 10
      • Originally a "gaming" laptop, it can't keep up nowadays.
      • I converted it into a streaming platform for my console games
      • Not compatible with windows 11, so when it goes out of support I will need to find an alternative.
        • This will be tricky, the last time I tried to install Ubuntu on it, I got kernel panics during the install process. I'm sure there's something I'm missing to make it work, but I don't have the time/patience/urgency right now.
    • College Laptop: Ubuntu 22.04
      • I used this primarily for college when I was continuing my education.
        • It made connecting to the University's Linux servers a lot easier.
      • Has a development environment set up on it.
      • The least powerful "general purpose" computer I have
      • I'm not sure what to do with this computer now.
    • "Pi Hole" Raspberry Pi: Raspbian
      • Used as my personal DNS server.
      • Kind of single purpose at the moment.
      • I'm not sure if I should use it for anything else?

    Professional

    I'm not going to list every computer here, so I'll just categorize them by purpose.

    • Development: Windows 10
      • I'm a .NET Developer
      • Visual Studio Enterprise requires Windows 10+
    • Server: Windows Server
      • For deploying web applications
    • CI/CD : Various Linux OSes
      • Used for version control servers and CI/CD Pipelines

    I personally find Operating Systems to be situational. I wouldn't say one is really better than the other. However, I've been moving away from Windows for personal use lately, as I've been getting more and more frustrated with the overall user experience. I know that custom shells for Windows exist, but I don't know how good of an idea it is to use them.

    2
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearGE
    General NormalPersonNumber3 1 year ago 100%
    My personal Community subscriptions that may not fit for this instance.

    This post is mostly for myself, honestly. These are communities I like from reddit, but are likely not a great fit for this instance. Since I was documenting all the communities I was a part of, I figured this was at least worth posting. If you find any of them are interesting, feel free to add it. ------------------------------------------------ # Want ## Pets - parrots / birbs ## Self-improvement, Skills, Advice - ADHD - DIY ## News / Entertainment - news - webcomics - business - worldnews ------------------------------------------------ # Kind of Want ## Social - askreddit/equivalent - self - IAmA - offmychest - unsentletters - mildlyinteresting - mildlyinfuriating ### Creative Communities - polandball - photoshopbattles ## Self-improvement, Skills, Advice - frugal - writing / write ------------------------------------------------ # Passing Interest ## Self-improvement, Skills, Advice - college - cooking - parenting - dance - singing - fitness - bicycling - flexibility - socialskills - malefashonadvice - loseit - explainlikeimfive ## News / Entertainment - economy - upliftingnews - Chicken_thoughts - NPR ------------------------------------------------ # Maybe too specific ## Self-improvement, Skills, Advice - backtocollege - LearnJapanese - keto - frugalmalefashion - buyitforlife - bodyweightfitness - DatingAfterThirty ### Location-based - gmu - (A University) ## Meta - bestoflegaladvice ## Social - Idontworkherelady - dontyouknowwhoIam - maliciouscompliance - funnyandsad - Pareidolia - okcupid - retiredgif ### Creative Communities - historicalwhatif - IAmAFiction - armoredwomen - vexillologyCircleJerk (A silly community based upon flags, I would want to rename it if I wanted something similar) ## Trading / Sales - gameswap (While maybe *technically* a good fit, it's probably not a good idea here) - animedeals # Location-based - PrinceWilliamCounty - Japan - Australia - Seattle - UnitedKingdom - Virginia - nova ------------------------------------------------ # Historical Just for reference. - PartyParrot (A celebration of birds, essentially) - inthesoulstone (Back from reddit's snap event. I just want to remember.) - C_programming (Already exists here, but I'm subscribed on Reddit)

    1
    0
    "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearGE
    General NormalPersonNumber3 1 year ago 100%
    Community Ideas / Places that I subscribed to elsewhere

    This post serves two purposes: * To discuss possible communities for this instance. * To archive communities that I was previously subscribed to from reddit. * My memory is really bad, and it's possible that I could lose my ability to find the kinds of things I'm looking for. This post is not comprehensive, I just think these particular communities have the most relevance to what I've seen here so far. It is ordered by my personal preference, then by category/subcategory. Feel free to throw out ideas for consolidation. Since this place is relatively small at the moment, I figure it's better to be more general than specific right now. (Are tags/labels a thing in lemmy? That could help organize more general communities) # Want Communities that I really like, and think would be a good fit, though some consolidation might be necessary. ## Tech - technology - gadgets - geek - technews - electricvehicles (Maybe?) ### Development / Administration - programming - learnprogramming / askprogramming - csharp - dotnet - linux / linux4noobs - PowerShell - gamedev - webdev ## Gaming - boardgames - games/gaming - webgames - outside (Maybe too specific, but I love this place) ------------------------------------------------ # Kind of Want Communities that I browse, but don't participate in *that* often. ## Tech - buildapc (Perhaps should be a part of PC Gaming, but there's many reasons to build a PC) ### Development / Administration - typescript - fsharp - programmerHumor - homelab ## Meta communities Communities about communities/instances. - bestof One for this instance, perhaps) ## Loose fit Communities that may or may not fit this instance, but has some overlap or adjacency, at least. - movies - anime - audiobooks - personalfinance - jobs - cscareerquestions ------------------------------------------------ # Passing Interest Communities that I'm subscribed to, but probably needs some consolidation or renaming. ## Tech - rust (the programming language) - devops - amateurradio ## Gaming - gamesociety (Like a book club for games. Perhaps could belong to retro, but I'm not sure) - gamemusic ### Retro Possible consolidation candidate. RetroGaming, intended for games/consoles out of support/no longer being made. - RockinTheClassics ### Specific Genres Perhaps too specific, but I'm not sure if this is easily consolidated. Ideas welcome. - flightsim ## Loose fit Communities that may or may not fit this instance, but has some overlap or adjacency, at least. - ted - khan (khan academy) - swords - GameDeals - datasets - futurology - justrolledintotheshop (Sort of like IT work, IMO) ------------------------------------------------ # Maybe too specific These are communities I'm subscribed to, but they are usually very specific. If possible, I'd like to consolidate these, but it's tricky. ## Tech - AMD (Probably belongs to buildapc or PC_gaming, but could be a tag, if that's a thing in lemmy) - Ubiquiti (Tech brand) - cableManagement (Maybe this and the two below could belong to a homelab type thing, related to buildapc, perhaps) - cableadvice - deskCableManagement ### Development / Administration - CollaborateCode - ADHD_programmers (This is so specific, but I fit into this category. I don't know where I'd find something similar) - programmerTIL - learncsharp - (Too specific, learnprogramming should be sufficient) - darknetplan - keepournetfree - (Technically could be considered a political issue (Related to net neutrality), but it's very specific. Up to you.) #### Frameworks / Engines / Software There has to be a better consolidated name for this kind of thing. - angular2 - vulkan - openGL - Unity3D - Unity2d - unity_tutorials - godot - RPGMaker - electronjs - vmware - ansible - puppet - azuredevops ## Gaming - linux_gaming (A subset of PC_gaming, perhaps, but it's a good niche, IMO) - soloboardgaming (A subset of boardgaming, I don't know if lemmy supports tags) - incremental_games (Perhaps belong to a genre type thing? - gamernews (Probably unnecessary here, really, if we can tag posts) - ludology (Probably unnecessary here, really, if we can tag posts) - playdate (Not sure how this would work here, if it could) - SteamPlay ### Retro Possible consolidation candidate. RetroGaming, intended for games/consoles out of support/no longer being made. - dreamcast - vita - wiiu - sega32x - 3ds - gameboyAdvance - xlinkKai (Allows network play for older console games) ### Modern This is another candidate for consolidation. Games/Consoles that are still supported or being made. - nintendoswitch ### Specific Games Probably too specific to make a community here, but I at least want to document it. - anotheredenGlobal - Fallout - acecombat - Starcraft - Minecraft - ffxiv (Perhaps could make a more general sub like MMO_Games) - civ - theeternalwar (About a very specific game of civ3, only here for documentation purposes) - CivPolitics - factorio - simtower - DissidiaFFOO - sc2mods - cityofheroes - Freespace (Perhaps could inspire a more general community, OpenSource_Games or something) - Wasteland ### Content/Content Creator (?) Loose fit, these are specific discussion forums I go to about people I follow or sites/content I pay attention to. - TheWeeklyRoll - TheCompletionist - gametheorists - Phelous

    1
    0
    asklemmy Asklemmy How has ur lemmy experience been so far?
    Jump
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearNO
    NormalPersonNumber3
    1 year ago 100%

    I am trying it out just to understand it's nuances. I think the concept is solid, but I feel like the federated part could use a little more work so it's more possible to use whatever lemmy instance you prefer. Signing up on any particular instance is fine (Though I wish it had more options), but if I cannot get onto an instance that I prefer, it's tricky to curate my experience.

    That being said, I think it is a fixable problem, and I have ideas to fix that based upon other websites I've used, but I have no idea where to submit them.

    6