Re: Any advice on using Visual Studio Community Edition with NVDA?

2020-12-29 Thread AudioGames . net Forum — Developers room : robin24 via Audiogames-reflector


  


Re: Any advice on using Visual Studio Community Edition with NVDA?

Hey all,Thanks so much for the super useful tips and pointers, very greatly appreciated!I will most definitely try applying all the suggested settings, like turning off previews and line numbers to see what happens, and give the add-on a try to see how much difference it makes.It's most definitely a shame that there doesn't appear to be good CLI documentation for .Net Framework, as I'm sure that would make life much much easier for us.The really cool thing about Swift is that the language, compiler and standard library are fully open-source and available on GitHub, so it's always possible to use a 3rd-party editor like TextMate to write code and then compile using the CLI.Linux support has also come a really really long way, so you could install the Swift compiler on a distro such as Ubuntu, write your code in Emacs or any other editor, and then natively build and run your code - it's even possible to build full featured server side projects using frameworks such as Vapor which you could then either run locally, or deploy using Docker or any of the major cloud hosters.Sorry for the super OT comment, just wanted to clarify this as I really do enjoy Swift quite a lot as well as the community-driven ecosystem that has developed around the language thanks to it actually being open and relatively intuitive to learn :-).Robin

URL: https://forum.audiogames.net/post/602847/#p602847




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Any advice on using Visual Studio Community Edition with NVDA?

2020-12-29 Thread AudioGames . net Forum — Developers room : bgt lover via Audiogames-reflector


  


Re: Any advice on using Visual Studio Community Edition with NVDA?

well, they can certainly do that, but as long as the cli tools exist, I don't feel like warring to much over it. Like...it'll always be accessible, in a way or another, unless they kill the dotnet command, in which case one should have long since abandoned ship anyway. So yeah, untill they're giving a sighn such things are likely to happen, I'm not moving away from .net.

URL: https://forum.audiogames.net/post/602822/#p602822




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Any advice on using Visual Studio Community Edition with NVDA?

2020-12-28 Thread AudioGames . net Forum — Developers room : Turret via Audiogames-reflector


  


Re: Any advice on using Visual Studio Community Edition with NVDA?

It's not bad here, IDK why Cross is having that issue, but I still will not use it, as I said, they can, and have, just gone, "What the actual serious fuck is accessibility?" Granted they probably won't as there are blind guys working on Seeing AI / SoundScape, but still.

URL: https://forum.audiogames.net/post/602745/#p602745




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Any advice on using Visual Studio Community Edition with NVDA?

2020-12-28 Thread AudioGames . net Forum — Developers room : bgt lover via Audiogames-reflector


  


Re: Any advice on using Visual Studio Community Edition with NVDA?

I totally agree with you, @6 and 7.maybe my computer is optimised for vs or something, I DK, but I don't often run in lag that can impact my coding severely, and even when I do, a restart of nvda can do wanders.I am into mobile development for a while now, and have to set breakpoints and use the debugging features on a remote target, for example my android device that's plugged in the computer. With all that running, I get some lag after some intense use, but it's bearable enough to not be a big problem.sure enough, ms gui tools aren't the most accessible in the world, but that's why the dotnet cli for core exists. Plus, it is pretty well documented, though I know you need to use dotnet framework, but just a friendly suggestion to switch to core as soon as you can.Another alternative to visual studio is using vs code with c# and f# extenssions, but then you would certainly need to switch to core, the cli support is many orders of magnitude better than framework ever was anyway, so no big deal there.

URL: https://forum.audiogames.net/post/602742/#p602742




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Any advice on using Visual Studio Community Edition with NVDA?

2020-12-28 Thread AudioGames . net Forum — Developers room : ertay via Audiogames-reflector


  


Re: Any advice on using Visual Studio Community Edition with NVDA?

Looks like I'm the only one here that doesn't have any major issues with VS 2019. IntelliSense can be quite dodgy, sure, I know that they are working on it (at least that's what they've said), and the second problem is there's lag when your code runs into compile errors, but other than that It works fairly well for me. CTRL + Tab is your best friend to quickly jump through different windows, and I recommend disabling file previews so that your files do not automatically popup previews as you are going through them in Solution Explorer. Also, disabling line numbers is a must so that NVDA can report spaces or tab levels. I am not using NVDA addons for it.You can also try it with Narrator. I believe that's  their primary screen reader that they test with during development.

URL: https://forum.audiogames.net/post/602724/#p602724




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Any advice on using Visual Studio Community Edition with NVDA?

2020-12-28 Thread AudioGames . net Forum — Developers room : ertay via Audiogames-reflector


  


Re: Any advice on using Visual Studio Community Edition with NVDA?

Looks like I'm the only one here that doesn't have any major issues with VS 2019. IntelliSense can be quite dodgy, sure, I know that they are working on it (at least that's what they've said), and the second problem is there's lag when your code runs into compile errors, but other than that It works fairly well for me. CTRL + Tab is your best friend to quickly jump through different windows, and I recommend disabling file previews so that your files do not automatically popup previews as you are going through them in Solution Explorer. Also, disabling line numbers is a must so that NVDA can report spaces or tab levels. I am not using NVDA addons for it.You can also try it with Narrator. I believe that's  their primary screen reader that they test with at MS.

URL: https://forum.audiogames.net/post/602724/#p602724




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Any advice on using Visual Studio Community Edition with NVDA?

2020-12-28 Thread AudioGames . net Forum — Developers room : vortex1024 via Audiogames-reflector


  


Re: Any advice on using Visual Studio Community Edition with NVDA?

I wouldn't say it is so awful. There is ann addon which fixes reading the current line before the current code suggestion. It is compatible with nvda >2019.3 and vs 2019. https://github.com/leonardder/visualStudioAddon/The next NVDA version should also have some fixes. I think they are already integrated in the snapshots.Yes, there is some lag after some time of using it,but restarting nvda fixes the issue for a while.

URL: https://forum.audiogames.net/post/602714/#p602714




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Any advice on using Visual Studio Community Edition with NVDA?

2020-12-28 Thread AudioGames . net Forum — Developers room : Turret via Audiogames-reflector


  


Re: Any advice on using Visual Studio Community Edition with NVDA?

@3I've heard of EdSharp working well for people, though haven't used it myself so can't really say.That's the thing about native languages like C#, or Swift on Mac. It ties you to the tools given. Microsoft hardly documents the .NET CLI stuff, and Apple is even worse about it. And if the GUI breaks...

URL: https://forum.audiogames.net/post/602704/#p602704




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Any advice on using Visual Studio Community Edition with NVDA?

2020-12-28 Thread AudioGames . net Forum — Developers room : GrannyCheeseWheel via Audiogames-reflector


  


Re: Any advice on using Visual Studio Community Edition with NVDA?

Nope, it sucks with NVDA. You can get around most places, but all the things aren't read like you'd expect, and the lag makes it just unpleasant and unworkable to use.

URL: https://forum.audiogames.net/post/602652/#p602652




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Any advice on using Visual Studio Community Edition with NVDA?

2020-12-28 Thread AudioGames . net Forum — Developers room : robin24 via Audiogames-reflector


  


Re: Any advice on using Visual Studio Community Edition with NVDA?

Hey Turret,Thanks a lot for that tip, I'll definitely give that a try!Just curious, are there perhaps other editors that work well for writing C# code and are perhaps more NVDA friendly?Suppose I should have said this in my first post, but I really couldn't care less if the tools I'll end up using for this are the official Microsoft ones or 3rd-party solutions that might work better with NVDA, I'm really just trying to figure out what would work best in my situation.Sure, it would be sweet if I could have everything in one package (code editor, access to API docs, compiler / debugger, GIT support), but I'd also be perfectly fine with, say, compiling or pushing to GIT from the command line.I know this will definitely result in a steeper learning curve but hey, if it means I'll end up with a more usable experience, I wouldn't mind at all.Thanks!Robin

URL: https://forum.audiogames.net/post/602649/#p602649




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Any advice on using Visual Studio Community Edition with NVDA?

2020-12-28 Thread AudioGames . net Forum — Developers room : Turret via Audiogames-reflector


  


Re: Any advice on using Visual Studio Community Edition with NVDA?

Hi.Go to NVDA settings (on 2020.2 I believe and above), click advanced, and check the box that says"Enable selective registration for UI Automation events and property changes"This should improve the accessibility greatly, but there's a reason so many of us swear off VS. There was a time that Microsoft was just like, "Accessibility? What accessibility?" While that's (mostly) fixed now, most of us don't want to wake up again and "ha ha, your tools no longer work because the people in charge changed." You said you know Swift, though, so maybe you're used to XCode being that way, Best of luck, and HTH!

URL: https://forum.audiogames.net/post/602640/#p602640




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Any advice on using Visual Studio Community Edition with NVDA?

2020-12-28 Thread AudioGames . net Forum — Developers room : robin24 via Audiogames-reflector


  


Any advice on using Visual Studio Community Edition with NVDA?

Hey all,So there's an open-source project written in C#, using the .Net Framework to which I'd like to contribute some code.This will be my first time doing anything in C#, however I do have extensive programming experience in Swift so hopefully it won't be all that difficult for me to get up to speed with the new language, fingers crossed.My main concern however is in regards to the accessibility of Visual Studio Community Edition.I'd already tried this a couple months ago and was having issues navigating in the source editor, there was a problem where NVDA would not properly read the focused line and there was something odd about how NVDA was speaking the selected code.My understanding currently is that the interface works great with Jaws, however I do not have or want a Jaws license as NVDA serves all my other needs perfectly.I was completely unable to find any good info on NVDA support for VS Community Edition however, I think there's an add-on that was developed in like 2016 that appears to be incompatible with current versions of NVDA.So my main question is, are any of you out there successfully using VS Community Edition with NVDA and if so, is there any advice you could share to help me get started?Secondly, in case VS Community Edition turns out to not be a good option for me as an NVDA user, would I be able to accomplish my goals with Visual Studio Code just as well?My understanding is that VS Code is way more basic and not as feature rich which I think shouldn't be a deal breaker for me, but what put me off was a comment that I saw on Stack Overflow claiming that VS Code can only compile .Net Core applications, but is incompatible with the .Net Framework that I'd need to use.If anyone could kindly shed some light on this that would be absolutely fantastic, many thanks!Robin

URL: https://forum.audiogames.net/post/602609/#p602609




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: In Need of Some Advice.

2020-12-24 Thread AudioGames . net Forum — Off-topic room : camlorn via Audiogames-reflector


  


Re: In Need of Some Advice.

I guess, just, it gets better later and being a kid sucks.Also, you wouldn't be the first person to put being gay aside until you're in a position to be out to everyone and with supportive people and whatnot.  That's not the healthiest, but you're 14.  You can just not act on it for 4 years and also your other problems will make not acting on it easy, as bitterly disappointing as that is.  So maybe you can come to terms with just ignoring that part of your self for now.Mind you, out the other side, you will find lots of gay people who don't care about disabilities and stuff, so don't take that as "it's hopeless and I will be alone forever" or anything like that.There's really not much you can do.  Unless they're like flat out beating you or something, you're not going to be able to get someone else to adopt you via the legal system, which is essentially what @2 is proposing.Whenever covid ends you won't necessarily be stuck at home, so that'll probably help.Can't really offer advice on the rest of it, I'm afraid.

URL: https://forum.audiogames.net/post/601588/#p601588




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: In Need of Some Advice.

2020-12-24 Thread AudioGames . net Forum — Off-topic room : Turret via Audiogames-reflector


  


Re: In Need of Some Advice.

@2 yes, but she's a first-year college student. She's barely making enough to support herself in a small apartment, nonetheless me.

URL: https://forum.audiogames.net/post/601557/#p601557




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: In Need of Some Advice.

2020-12-24 Thread AudioGames . net Forum — Off-topic room : omer via Audiogames-reflector


  


Re: In Need of Some Advice.

the stuff that post2 suggest, can work, or fail epicly, its a risky thing to do

URL: https://forum.audiogames.net/post/601548/#p601548




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: In Need of Some Advice.

2020-12-24 Thread AudioGames . net Forum — Off-topic room : mechaSkyGuardian via Audiogames-reflector


  


Re: In Need of Some Advice.

your sister is 18 right? I don’t know how this process would work but I know you can get transferred between guardians. I could do a bit more research and get you some resources if you want to do that but TLDR is you can get your sister as a legal guardian and be transferred away from your parents

URL: https://forum.audiogames.net/post/601546/#p601546




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


In Need of Some Advice.

2020-12-24 Thread AudioGames . net Forum — Off-topic room : Turret via Audiogames-reflector


  


In Need of Some Advice.

Well, I never thought I would have to make a post like this one, but alas, here I am.    I could really, really use some advice about my current situation. I'm currently living with my parents and sister (who's moving out in a few weeks). Being in this house, though, isn't a good place for either of us. My parents are homophobic (well only towards us, but to that in a minute), and like to pick fights over every little thing because reasons. They also refuse to except that I have hearing loss in my right ear (even though at least five doctors have told us such), my anxiety, my depression, and my PTSD because "Oh how dare there be anything else wrong with our already crippled child!" Same thing about the homophobia. My mom has like this picture perfect image of me and my sister in her head. Straight, lots of money, me with vision, etc. But I don't want that. But that's apparently a fucking crime around here.    I really don't know where to go from here. I'm 14. Too young to move out, too young to get money for when I do, but it's really, really starting to fuck with my head. I've been lashing out more, more stand-off-ish, etc etc. Any advice would be great.Thanks.

URL: https://forum.audiogames.net/post/601544/#p601544




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: family/future. Need advice

2020-12-23 Thread AudioGames . net Forum — Off-topic room : Vulcan via Audiogames-reflector


  


Re: family/future. Need advice

I would recomend going to Blind Inc, a training centre that has the backing of the NFB.  My lady went to that, and she enjoyed the program.  She didn't benifit from all the classes because she already knew what she needed to do to survive, but the ones she did benifit from, she left the centre with many new tricks, and lessons learned.  And now she is way more confident in herself.  Their is another centre in Maryland, and another IN Louisiana I believe.  I would check out their websites, and then once you have chosen the one you want, get intouch with your state agency that helps the blind get the required funds to go to such places.  I hope things go well for you.  And remember as a blind person family is the ones you have to prove yourself 1000 times over and over again beore they can see that you will be fine on your own.  And if they don't ever understand that then shame on them, if they are not willing to help you become who you want to be, show how to survive on your own then shame on them again.  Sucks to say that, but some just don't ever want to learn or accept that blind people can be on their own.

URL: https://forum.audiogames.net/post/601291/#p601291




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: family/future. Need advice

2020-12-23 Thread AudioGames . net Forum — Off-topic room : Boo15mario via Audiogames-reflector


  


Re: family/future. Need advice

@42 interesting I am planning on going to a center some time next year.

URL: https://forum.audiogames.net/post/601270/#p601270




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: family/future. Need advice

2020-12-22 Thread AudioGames . net Forum — Off-topic room : bboyer202 via Audiogames-reflector


  


Re: family/future. Need advice

Well, I can't tell you what to do, but I can definitely relate to your situation. Getting out from under the thumb of sighted family members who think they know better than you, and think they're just and right in what they believe a blind person can do and cannot do, is very hard and sometimes crushing to the soul and spirit. Being able to prove your independence not only to yourself but to others is also scary. And, having everybody watch you and wait for you to fall is sometimes worse than actually trying a new thing. The archaic notions and misconceptions of sighted people are still one of the biggest detraments to blind people, even in 2020.The one thing that worked for me was going to a training center. I went to a structured-discovery center where I was allowed to be my own person, for the first time I feel. I was encouraged to try anything I wanted, I was free to make mistakes without someone breathing down my neck; when I made a mistake I learned from it which was more effective than other training I had received. The staff at the center were, for the most part, blind in some way. But having them around as roll-models, living their own independent lives, was really reassuring to me, and eventually my family. The staff did push me out of my comfort zone and I'm so grateful. II knew I could do a lot more than my family would let me, but now I had the skills and confidence to back it up. I took that step, though I was discouraged by other blind people that I didn't need that kind of training. But these people were not very independent or successful in life. I realized I needed to do something to be better. So I left home at the age of 17, graduated high school early and was accepted at the center. I had to fight with my Vocational Rehab counselor, but I got to go before the age of 18.Now, I am happily married, I've lived on my own since 17. I have a job, have had several jobs doing several different things. I have lived in 2 different states, and I have done all of this because I took that step and went to training. I know training is not for everybody, but you should at least consider it and think about the other opportunities that may come from it. I'm a bit older now, but I was right their with you. I never post on here but for some reason I went to the off-topic room just on a whim. Your post made me feel so sad, I wish I could just pick you up and bring you here to let you know it's going to be ok. Waiting can be the hardest part. Believe me though, I don't think I'd be able to prove half of this stuff to myself or my family if I didn't have the training I had. My wife and I are both teachers now at a center and we do it because we know how important it is to help people of all ages get the confidence and skills they need to be successful in life. To break down those barriers that blind people have built up in their own heads, mostly because of sighted people telling them what they can do and not do. I don't mean to preach, but I do get quite passionate. The fact that I haven't posted in here in a while shows you that this is so important to me. I hope you find the answers you're looking for.

URL: https://forum.audiogames.net/post/601156/#p601156




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: advice needed on mudding

2020-12-22 Thread AudioGames . net Forum — General Game Discussion : JasonBlaze via Audiogames-reflector


  


Re: advice needed on mudding

do you mind to send the link via pm?

URL: https://forum.audiogames.net/post/601124/#p601124




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: advice needed on mudding

2020-12-22 Thread AudioGames . net Forum — General Game Discussion : crescent via Audiogames-reflector


  


Re: advice needed on mudding

The one i use is made by fiendish. I also have pwar's plug in manager.

URL: https://forum.audiogames.net/post/601065/#p601065




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: advice needed on mudding

2020-12-22 Thread AudioGames . net Forum — General Game Discussion : JasonBlaze via Audiogames-reflector


  


Re: advice needed on mudding

hi is  aardwolf soundpack one that from hutman thing? I downloaded it but when I run the plugin it says I have some missing dlls.

URL: https://forum.audiogames.net/post/601016/#p601016




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: advice needed on mudding

2020-12-22 Thread AudioGames . net Forum — General Game Discussion : crescent via Audiogames-reflector


  


Re: advice needed on mudding

I do recommend aardwolf, as long as its something you think you might like trying. There is an aardwolf pack, for mushclient, already set up. With the recent soundpack things going on, I'm not sure if it's okay to share the link, but a google search should help.

URL: https://forum.audiogames.net/post/600998/#p600998




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


advice needed on mudding

2020-12-21 Thread AudioGames . net Forum — General Game Discussion : arceus via Audiogames-reflector


  


advice needed on mudding

Hey there everyone!So I read the topic about the top 5 mud list and I got really tempted to try a mud or two.I've only played alter aeon and recently got started with clok, so I'm very unexperienced when it comes to setting up muds, and this is where I'm asking for help.As someone who  wasn't so open minded about muds and very afraid to try something new, I only resorted to alter aeon for many, many years. I've played alter constantly from 2013 from 2017, and I unfortunatelly had to quit due to real life getting too complicated for my own good.In those years, I never thought of playing another mud, alter was enough and I felt it as the most newbie friendly mud I could find, the commands where intuitive, the descriptions nice, and I never got lost around. I decided to try materia magica once, and the experience there left me with a sense of dread about other muds. I couldn't get started, I couldn't figure out the commands, and I felt like everything was so cluncy, unlike alter's commands.Off course, my mindset, my ideas and english use has improved over the years, and after 5 years of playing the same mud... I thought to change the experience a little.I tried clok on mushclient and I like it a lot and I'm  playing it constantly for two or three weeks. I'm new to roleplaying and to other commands, but I easily adapted to the game's system and It's awesome, so far.I'm thinking to start playing aardwolf, to try something new and combat related.but what client should I try for it? I'm thinking to play it on mushclient, just because i have alter aeon and clok on it, but I heard that mushclient is a bit cluncy regarding setting up other muds.what do you people recomend playign aardwolf on, and can you give me tips on setting it up? does aardwolf have a soundpack, too?thanks for reading this long post, and thanks in advance!

URL: https://forum.audiogames.net/post/600919/#p600919




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


advice needed on mudding

2020-12-21 Thread AudioGames . net Forum — General Game Discussion : arceus via Audiogames-reflector


  


advice needed on mudding

Hey there everyone!So I read the topic about the top 5 mud list and I got really tempted to try a mud or two.I've only played alter aeon and recently got started with clok, so I'm very unexperienced when it comes to setting up muds, and this is where I'm asking for help.As someone who  wasn't so open minded about muds and very afraid to try something new, I only resorted to alter aeon for many, many years. I've played alter constantly from 2013 from 2017, and I unfortunatelly had to quit due to real life getting too complicated for my own good.In those years, I never thought of playing another mud, alter was enough and I felt it as the most newbie friendly mud I could find, the commands where intuitive, the descriptions nice, and I never got lost around. I decided to try materia magica once, and the experience there left me with a sense of dread about other muds. I couldn't get started, I couldn't figure out the commands, and I felt like everything was so cluncy, unlike alter's commands.Off course, my mindset, my ideas and english use has improved over the years, and after 5 years of playing the same mud... I thought to change the experience a little.I tried clok on mushclient and I like it a lot and I'm  playing it constantly for two or three weeks. I'm new to roleplaying and to other commands, but I easily adapted to the game's system and It's awesome, so far.I'm thinking to start playing aardwolf, to try something new and combat related.but what client should I try for it? I'm thinking to play it on mushclient, just because i have alter aeon and clok on it, but I heard that mushclient is a bit cluncy regarding setting up other muds.what do you people recomend playign aardwolf on, and can you give me tips on setting it up? does aardwolf have a soundpack, too?thanks for reading this log post, and thanks in advance!

URL: https://forum.audiogames.net/post/600919/#p600919




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Advice me an Android ip tv player application

2020-12-15 Thread AudioGames . net Forum — Off-topic room : Turkce_Rap via Audiogames-reflector


  


Re: Advice me an Android ip tv player application

Guys i've bought ip tv extreme pro from playstore however it is only possible to see a few channels per category while i can't see the wrest. How can i solve accessibility matter. Some of the channel categories doesn't seem to be existed as well. Anyone uses  ip tv extreme pro or  what would You suggest instead that i can see channels by category?

URL: https://forum.audiogames.net/post/598899/#p598899




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Advice me an Android ip tv player application

2020-12-15 Thread AudioGames . net Forum — Off-topic room : Turkce_Rap via Audiogames-reflector


  


Re: Advice me an Android ip tv player application

Guys i've bought ip tv extreme pro from playstore however it is only possible to see a few channels per category while i can't see the wrest. How can i solve accessibility matter. Some of the channel categories doesn't seem to be existed as well. Anyone uses  ip tv exteme pro or  what would You suggest that i can see channels by category?

URL: https://forum.audiogames.net/post/598899/#p598899




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Any advice on how I can find decent regen items on Alter Eon

2020-12-08 Thread AudioGames . net Forum — General Game Discussion : SLJ via Audiogames-reflector


  


Re: Any advice on how I can find decent regen items on Alter Eon

@drums61999: Thanks a lot. I thought it was very important to raise a zombie all the time. I have to experiment with the things I can create with the dragon teeth.Wow. I didn't knew the vampyre respawns.

URL: https://forum.audiogames.net/post/596736/#p596736




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Any advice on how I can find decent regen items on Alter Eon

2020-12-08 Thread AudioGames . net Forum — General Game Discussion : drums61999 via Audiogames-reflector


  


Re: Any advice on how I can find decent regen items on Alter Eon

Here's my setup when I play a necro.I have armor, detect invis, fly, and dread portent maintained, but recast works just fine. If you have demon teeth use that, or else make sure you harvest dragon teeth. the best place on the islands is the sea serpents in the viking area. Once you have teeth, just top up every now and then, but otherwise I use skeletal warriors only since I don't care if I replace them. I use clay men as tanks because well they're easy to recast. I use a ghoul at low levels, then a vampire at high level just because the vamp will respawn and I don't have to recreate.To make a ghoul or vampire, go kill something easy like a city guard or hey, a viking. Cast preservation, prepare corpse ghoul, then prepare corpse soulstone. I use pales it takes between three and five depending on your level. Also, summon a familiar, I use the ebony demon so it gives your minions hp regen.Getting a full set of minions takes me at level 36 about a minute, and I run with a clay man, vampire, ebony familiar, and as many skeletal warriors as I have control points for, I think I have three.Again, my setup is meant to be easily replaced without a hastle, and I only vary from that setup in certain cases where a better tank might be more efficient.Regarding druid, I just gather until I can make the tincture I want, then I make as much as I can in a bit. I'm not that great a druid though, so maybe others have better advice. I mostly use my druid for utility exp, I don't really like running mobs with it.

URL: https://forum.audiogames.net/post/596709/#p596709




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Any advice on how I can find decent regen items on Alter Eon

2020-12-08 Thread AudioGames . net Forum — General Game Discussion : alisson via Audiogames-reflector


  


Re: Any advice on how I can find decent regen items on Alter Eon

has anyone have any advice for druids? i'm a druid cleric, I've stop playing a while ago, but I want to return. I struggle generally with tinctures and salves 

URL: https://forum.audiogames.net/post/596675/#p596675




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Any advice on how I can find decent regen items on Alter Eon

2020-12-08 Thread AudioGames . net Forum — General Game Discussion : SLJ via Audiogames-reflector


  


Re: Any advice on how I can find decent regen items on Alter Eon

I'm around level 23 I think.

URL: https://forum.audiogames.net/post/596619/#p596619




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Any advice on how I can find decent regen items on Alter Eon

2020-12-08 Thread AudioGames . net Forum — General Game Discussion : Jayde via Audiogames-reflector


  


Re: Any advice on how I can find decent regen items on Alter Eon

I can usually have nearly full necro clev gear by level 20-22 (so just before or just after I hit Seaside, in most cases). The thing is, you should have Dread Portend up all the time (or at least as soon as you've got Soulsteal), and you should be stealing souls as often as you can right from as soon as you get the skill. This is why necros love having a weightless container, because you're going to eventually have dozens or hundreds of soulstones.Soulforge is a little costly, but it's also great at consolidating what you have. And hey, nearly free exp, so that helps out as well. If all you ever do is collect red soulstones, then yeah, you'll need a bunch to animate a ghoul, and it's costly as hell, and you'll probably have to rest while you do it, and ugh. So upgrade them to greens or pale blues, use 3-5 on a corpse, and bang.At this point, my highest level necro is Kithri, level 34...but she's lost a ton of exp and I hardly ever play her now. If I popped on right now, I could have a ghoul+woad+a couple of skeletons up in, say, about three minutes. And as long as I wasn't going into a place where they were getting wrecked wholesale, they'd stay up and would rip stuff apart, the ghoul especially. I'm not saying this is the best long-term setup - some people by this level swear by vamps, for instance - but for just running around getting exp, this is probably the quickest and dirtiest way to play a necro.But yeah. Most necro/mage/cleric cast-level gear has some mana regen on it. Ideally you want a mix of both. I personally think that having a full clev set separate from a full mana regen set is...well, a little tiny bit (read: seriously) overkill. Just sleep an extra thirty seconds; it's not going to kill you. This is not a game where if you have even slightly sub-optimal gear, everyone is going to sneer at you. In fact, nobody's going to care. The only time it really starts to matter at all is once you get above level 30 and stuff can legitimately kill you in under five seconds if you're not careful. One of the main reasons I've largely stopped playing Alter Aeon is that I feel they've lost their way when it comes to balance and the overall game experience. I love quests, storylines, the idea of a cohesive plot of some kind, so I like the islands...but in a lot of ways, the islands are rather too easy. They're trying to work on this, but still...too easy. If I were to make a character now (especially a new necro, since that's my field of expertise) I would consider it a failure if it died before level 29 or the time when I finally left Archais for good. That's how easy those islands are, overall, at least for that sort of char. And then suddenly you hit the mainland, and there are some nice not-too-nasty areas right near Ralnoth...and no direction at all. Oh, you went too far east and now you got jumped by an aggro level 36 mob? your tank minion died, or you're not a minion-based char and you got three-shotted? Oops...guess you won't make that mistake again. West this time. Ah, here you go. A nice jungle full of monsters that appear to be at your--hey, wait a sec. You got backstabbed and killed in one hit through Sanc with 700HP by a mob you didn't even see? What. the. hell. Things like this, and worse, will happen to you. And all because the game has gone up its own arse over its crafting and color restrings and heaven knows what else, at the expense of a realistic level curve.

URL: https://forum.audiogames.net/post/596618/#p596618




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Any advice on how I can find decent regen items on Alter Eon

2020-12-08 Thread AudioGames . net Forum — General Game Discussion : Vazbol via Audiogames-reflector


  


Re: Any advice on how I can find decent regen items on Alter Eon

Wait, what level were you? I don't remember it taking that many soulstones to raise a single ghoul at low levels. And I can usually get a setup of 3 knights, two ghouls, a familiar and a woad in under a minute or two.Fun enough, a lot of necromancer gear doubles as mregen gear. Granted, a clay man or wode drains mana to maintain, so that might explain it.

URL: https://forum.audiogames.net/post/596605/#p596605




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Any advice on how I can find decent regen items on Alter Eon

2020-12-08 Thread AudioGames . net Forum — General Game Discussion : arceus via Audiogames-reflector


  


Re: Any advice on how I can find decent regen items on Alter Eon

lol, checking this topic gave me very much nostalgia. I left alter in 2017 cause I had very little time to play games due to school, and i never played till then. wonder what things changed in my absence? also, slj , when I had anecro char I used to play, I would just run  lower mobs for pales or forge greens and yellows into blues. it should take you less tha na hour to prepare a minion, nonetheless. ghouls are, or were, the most powerful minion for a necro when I used to play. get one and just go kill things and soulsteal. making up a stock never hurts, and remember sm is always an option if you're feeling extra rich

URL: https://forum.audiogames.net/post/596557/#p596557




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Any advice on how I can find decent regen items on Alter Eon

2020-12-08 Thread AudioGames . net Forum — General Game Discussion : arceus via Audiogames-reflector


  


Re: Any advice on how I can find decent regen items on Alter Eon

lol, checking this topic gave me very much nostalgia. I left alter in 2017 cause I had very little time to play games due to school, and i never played till then. wonder what things chande in my absence? 

URL: https://forum.audiogames.net/post/596557/#p596557




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Any advice on how I can find decent regen items on Alter Eon

2020-12-08 Thread AudioGames . net Forum — General Game Discussion : SLJ via Audiogames-reflector


  


Re: Any advice on how I can find decent regen items on Alter Eon

Thanks for your advice. I'm still not sure on how to get my minion back in less than one hour. But it might just be a matter of practice.

URL: https://forum.audiogames.net/post/596555/#p596555




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Any advice on how I can find decent regen items on Alter Eon

2020-12-08 Thread AudioGames . net Forum — General Game Discussion : Nocturnus via Audiogames-reflector


  


Re: Any advice on how I can find decent regen items on Alter Eon

sm buy "color" -forceBut even so, running soulstones isn't as hard as all that.  Cheat if you have to, by which I mean, go for mobs lower in level than yourself to soulsteal.  Right now, for instance, there's a ton of these useful little trees roaming around because Christmas.  They practically do nothing in attacked.  Bloodmist them, then soulsteal to finish the battle.  This sets you up for two things.  First, you get a log you can turn into a woad.  Second, you get a red soulstone.  Reds are relatively cheap and easy to come by, but collectively they can be soulforged into blacks with patience.Seriously though, if anyone who reads this topic needs any specific stuff just, reply, PM me here or shoot Nocturnus a mudmail.  I will always try to help.

URL: https://forum.audiogames.net/post/596430/#p596430




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Any advice on how I can find decent regen items on Alter Eon

2020-12-07 Thread AudioGames . net Forum — General Game Discussion : SLJ via Audiogames-reflector


  


Re: Any advice on how I can find decent regen items on Alter Eon

Vazbol wrote:Also I don't get the annoyance with setting up minions. It used to be a good quick 4-5 mill exp gathering materials and raising up minions to serve me. Unless y ou're going into an area heavy with aoes, ost zones really can't function well against a standard crew of necromancer or druid setups.Thanks for your comment. Okay, so have I just missed some of the basics? It takes very long time for me to get the soul stones. I need around 14 of them for each corpse. Or do you just go with the less powerful minions? How do you quickly get your minions back? I'll gladly learn what I'm doing wrong or what I have missed.

URL: https://forum.audiogames.net/post/596417/#p596417




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Any advice on how I can find decent regen items on Alter Eon

2020-12-07 Thread AudioGames . net Forum — General Game Discussion : Vazbol via Audiogames-reflector


  


Re: Any advice on how I can find decent regen items on Alter Eon

Other idea: Get a full set of Clevel gear and just 2-3 shot mobiles with spells doing hundreds of points of damage a cast with the general high mana such stuff has at times. pretty sure it's possible to have a full set of 16 mageclevel or necro clevel gear by the time you leave the second island, or maybe by the time you finish the Seaside stuff.Alternative; Go War/thiEf?cleric, use refresh and Warcry to maintain your mv while ending fights in short order with backstabbing, then groundstriking things into oblivion. by the time you get some mregen stuff or just a lot of mana, you can then add shadowstriking things into oblivion in a full set of thief sklevel gear to really end crap in short order.Also I don't get the annoyance with setting up minions. It used to be a good quick 4-5 mill exp gathering materials and raising up minions to serve me. Unless y ou're going into an area heavy with aoes, ost zones really can't function well against a standard crew of necromancer or druid setups.

URL: https://forum.audiogames.net/post/596412/#p596412




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Any advice on how I can find decent regen items on Alter Eon

2020-12-07 Thread AudioGames . net Forum — General Game Discussion : Nocturnus via Audiogames-reflector


  


Re: Any advice on how I can find decent regen items on Alter Eon

Funnily enough, I've never felt the need or the desire to go NC for some odd reason.  Done NM and NW both successfully with my main char Nocturnus now closing in on level 37.  Keep in mind this is after messing around for nearly ten years, making a lot of mistakes and not being constantly logged in.  I'm more or less satisfied now, and with the new stuff being added in I think I'll be more or less satisfied for all time with whatever becomes of Nocturnus.  As I've said elsewhere though, it all really comes down to your personal preference and play style, thus I find the NM class rather versatile and flexible.

URL: https://forum.audiogames.net/post/596222/#p596222




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Any advice on how I can find decent regen items on Alter Eon

2020-12-07 Thread AudioGames . net Forum — General Game Discussion : SLJ via Audiogames-reflector


  


Re: Any advice on how I can find decent regen items on Alter Eon

Hi.My character is Necromenser as the main class, and cleric as the second class. I have lost the motivation because I find it too difficult to get my minions back each time I wanna play. So I might create a new character and just start over once again. I'm just not sure about what combination would work for me. Maybe warrior cleric? I'm the kind of person who wanna log in for a few hours, complete a quest and then log out again.

URL: https://forum.audiogames.net/post/596192/#p596192




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Any advice on how I can find decent regen items on Alter Eon

2020-12-06 Thread AudioGames . net Forum — General Game Discussion : cj89 via Audiogames-reflector


  


Re: Any advice on how I can find decent regen items on Alter Eon

Once upon a time I could have mapped out basically every area with good gear until at least level 30 without issue. Honestly best thing to do as others have said is try and ask around. I haven't seriously played in a good couple years now, but I have popped in from time to time to check out new gear etc. Faerieland on Archais had some seriously amazing stuff, so would definitely suggest doing the quests there. Those vampire hearts from that hidden Village near Gnomian are pretty insane for their level too. That bixy crown is a mregen 2.0 piece, you can find that in the forest east of indira. Basically you're looking for a clearing which takes you into a garden with bees. From there you're looking for a tree, up the top of which is the queen. There might be something better at your level honestly, I seem to remember some mregen 3.0 Tiara for lvl 20 ish cleric, that might be in the temple near Seaside with the Lich Priest? Its also entirely possible that like 8 new areas have come out since I've even logged on so... yeah I'm afraid I can't help you there too much.Honourable mentions go to those silver chain sleeves from the spirit of King ratheborn, as well as the two necklaces in that hidden room on the cliff on the Island near Naphtali (the one you sail the ship to).There's an item called silverleaf belt which is lvl 18 and mregen 2.5, though I forget if that's a druid piece or not.There's Shamanic Robes from Grundgi in the troll cave area west of dragontooth, lvl 25 and mregen 3 unless they've been changed.Foggy ring of the ether or whatever that thing is called from the centaur chief in Fort Magnesia, those are mregen 3 as well iirc. I can try log on over the next couple days or so and I'll help you grab some stuff. Feel free to send a mudmail to Riku and I'll see it when I log in.keep in mind, some of the pieces I've suggested are just older pieces I remember off the top of my head, so there may be newer stuff with both magecast and regen on it that's better. Faerieland I know is one such place where there's a lot of newer style gear. Traditionally, I've always made multiple sets for both regen and magecast because that's just how gears been structured for years.Spider Silk Robes are also a pretty sweet deal, though you might be slightly too low level for them? Total 80 ish, magecast 1, mregen 3.5 or there abouts? They load on Elton the Sorcerer in the drow caves beneath Azaroth Keep.Silk Gloves of the temptress are another decent piece, lvl 19 ish or there abouts? Forget if they're classed flagged or not though. They load on one of the keepers of the lifestones in Idlewood west of naphtali.There's probably more but hth.

URL: https://forum.audiogames.net/post/596133/#p596133




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Any advice on how I can find decent regen items on Alter Eon

2020-12-06 Thread AudioGames . net Forum — General Game Discussion : defender via Audiogames-reflector


  


Re: Any advice on how I can find decent regen items on Alter Eon

LOL so that was you, I wasn't sure.

URL: https://forum.audiogames.net/post/596120/#p596120




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Any advice on how I can find decent regen items on Alter Eon

2020-12-06 Thread AudioGames . net Forum — General Game Discussion : Nocturnus via Audiogames-reflector


  


Re: Any advice on how I can find decent regen items on Alter Eon

And, sorry for the doublepost, but I just wanted to say I replied to you, Defender.  I was schooling children on the proper use of soap and water among other things when you telled me on AA.

URL: https://forum.audiogames.net/post/596104/#p596104




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Any advice on how I can find decent regen items on Alter Eon

2020-12-06 Thread AudioGames . net Forum — General Game Discussion : Nocturnus via Audiogames-reflector


  


Re: Any advice on how I can find decent regen items on Alter Eon

@randomuser, I hate to break it to you, but your combo is the problem!Mage Clerik is a great combo, if all you're doing is blasting.  The problem is that when you solo, you're not just blasting; you have to fill in every position, and with some mobs and areas that can be really tricky.  this topic, this topic, and this topic, are all worth checking out if you want tons of advice.  You'll have to wade through a lot, but I promise you there's scores of wisdom in there from people like Jayde, Dark and others, better than myself, who have methods all tried, tested and true.

URL: https://forum.audiogames.net/post/596103/#p596103




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Any advice on how I can find decent regen items on Alter Eon

2020-12-06 Thread AudioGames . net Forum — General Game Discussion : Arthur via Audiogames-reflector


  


Re: Any advice on how I can find decent regen items on Alter Eon

Hello, utterly random user.Yes, look at donation rooms and shops, and use the list switches to quicken your life. For example, you can enter 'list search +manaregen' and all kinds of mana regen gear will show up.Also, the fairy land at Archais is a good place for mana regen equipment, but you need to complete a quest chain so you can get access to there, I'm a fraid. All at seaside and Archais archipelago.Explore carefully, in case you already looked through shops and donations, and of course, got someone to carve if you can, as defender said.I can carve too, but I'm generally busy, and my main character is not a druid but a mage, but got druid as secondary class.

URL: https://forum.audiogames.net/post/596100/#p596100




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Any advice on how I can find decent regen items on Alter Eon

2020-12-06 Thread AudioGames . net Forum — General Game Discussion : Arthur via Audiogames-reflector


  


Re: Any advice on how I can find decent regen items on Alter Eon

Hello, utterly random user.Yes, look at donation rooms and shops, and use the list switches to quicken your life. For example, you can enter 'list search +manaregen' and all kinds of mana regen gear will show up.Also, the fairy land at Archais is a good place for mana regen equipment, but you need to complete a quest chain so you can get access to there, I'm a fraid. All at seaside and Archais archipelago.Explore carefully, in case you already looked through shops and donations, and of course, got someone to carve if you can, as defender said.

URL: https://forum.audiogames.net/post/596100/#p596100




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Any advice on how I can find decent regen items on Alter Eon

2020-12-06 Thread AudioGames . net Forum — General Game Discussion : Arthur via Audiogames-reflector


  


Re: Any advice on how I can find decent regen items on Alter Eon

Hello, utterly random user.Yes, look at donation rooms and shops, and use the list switches to quicken your life. For example, you can enter 'list search +manaregen' and all kinds of mana regen gear will show up.Also, the fairy land at Archais is a good place for mana regen equipment, but you need to complete a quest chain so you can get access to there, I'm a fraid. All at seaside and Archais archipelago.Explore carefully, in case you already looked through shops and donations.

URL: https://forum.audiogames.net/post/596100/#p596100




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Any advice on how I can find decent regen items on Alter Eon

2020-12-06 Thread AudioGames . net Forum — General Game Discussion : randomuser via Audiogames-reflector


  


Re: Any advice on how I can find decent regen items on Alter Eon

Wow thanks, that is helpful. I'll try all that.

URL: https://forum.audiogames.net/post/596099/#p596099




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Any advice on how I can find decent regen items on Alter Eon

2020-12-06 Thread AudioGames . net Forum — General Game Discussion : defender via Audiogames-reflector


  


Re: Any advice on how I can find decent regen items on Alter Eon

Regen gets better and worse in waves as you level. Mostly you just have to stick it out and find the best EQ you can, though a newbie friendly clan can help with finding it. Train stats as well.See if you can get a higher level Druid to carve your EQ, it might help.  If I'm on I can help with that. The name is Muffin.Find shops selling EQ for your class in each city and either buy, steel, or kill for the items that seem helpful.Remember to use search switches to make searching shops and donation rooms allot more convenient."list search +manaregen -wearable"will search a room for anything which has mana regen and that you can use at your level."list search +moveregen -feet +level 19 -level 26"will find anything which gives move regen, is warn on the feet, and is above level 19 but below level 26."list search +wis 1 -int 1 -finger -wearable"will get you anything you can wear on your fingers which has at least 1 wisdom and 1 intelligence that you can wear at your level.Use"help advanced list switchesfor a full breakdown.

URL: https://forum.audiogames.net/post/596091/#p596091




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Any advice on how I can find decent regen items on Alter Eon

2020-12-06 Thread AudioGames . net Forum — General Game Discussion : defender via Audiogames-reflector


  


Re: Any advice on how I can find decent regen items on Alter Eon

Regen gets better and worse in waves. Mostly you just have to stick it out and find the best EQ you can. Train int and wis as well.

URL: https://forum.audiogames.net/post/596091/#p596091




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Any advice on how I can find decent regen items on Alter Eon

2020-12-06 Thread AudioGames . net Forum — General Game Discussion : randomuser via Audiogames-reflector


  


Re: Any advice on how I can find decent regen items on Alter Eon

Oh sure those are good skills, and I'll use warcry when I get it and bloodsacrifice If I ever get necromancer, which is going to take a while. I make it a priority to look through all equipment but usually most if not all of it ispretty garbage. No matter, we'll roll with it.

URL: https://forum.audiogames.net/post/596077/#p596077




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Any advice on how I can find decent regen items on Alter Eon

2020-12-06 Thread AudioGames . net Forum — General Game Discussion : matt1211 via Audiogames-reflector


  


Re: Any advice on how I can find decent regen items on Alter Eon

Warcry is a good skill for movement, as well as bloodsacrifice. Those are warrior and necromancer skills respectively. If you look in all the shops you find and in the donation rooms, you can also usually find equipment that gives regen to one thing or another.

URL: https://forum.audiogames.net/post/596035/#p596035




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Any advice on how I can find decent regen items on Alter Eon

2020-12-06 Thread AudioGames . net Forum — General Game Discussion : randomuser via Audiogames-reflector


  


Any advice on how I can find decent regen items on Alter Eon

Hey all,So Alter Eon is a game I've been playin off and on since June of last year, however I never got off the first three islands, and that's mostly because I would always get frustrated by the shere amount of time I would have to spend to rest between battles. No matter if I was physically or magically-oriented, I would run out of mana/movement so often it wasn't even fair. Right now I am playing a mage cleric whom I gave warrior to as a third class so he can have a physical move as backup. I was wondering whether there are areasor skills I can learn that give  me items that regenerate things like mana fast enough that I don't have to wait 15 centuries before I can move on to the next room.Thanks in advance..

URL: https://forum.audiogames.net/post/596010/#p596010




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Advice me an Android ip tv player application

2020-12-06 Thread AudioGames . net Forum — Off-topic room : Turkce_Rap via Audiogames-reflector


  


Re: Advice me an Android ip tv player application

Up for more.

URL: https://forum.audiogames.net/post/595849/#p595849




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Advice me an Android ip tv player application

2020-12-05 Thread AudioGames . net Forum — Off-topic room : Boo15mario via Audiogames-reflector


  


Re: Advice me an Android ip tv player application

@1 you may want to just stick with talkback

URL: https://forum.audiogames.net/post/595802/#p595802




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Advice me an Android ip tv player application

2020-12-05 Thread AudioGames . net Forum — Off-topic room : Turkce_Rap via Audiogames-reflector


  


Re: Advice me an Android ip tv player application

@2 and @4Are those apps can view channels as being categoriesd?

URL: https://forum.audiogames.net/post/595747/#p595747




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Advice me an Android ip tv player application

2020-12-05 Thread AudioGames . net Forum — Off-topic room : Exodus via Audiogames-reflector


  


Re: Advice me an Android ip tv player application

TVirl is also pretty nice and it integrates into live channels.

URL: https://forum.audiogames.net/post/595733/#p595733




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Advice me an Android ip tv player application

2020-12-05 Thread AudioGames . net Forum — Off-topic room : Turkce_Rap via Audiogames-reflector


  


Re: Advice me an Android ip tv player application

qserrebiChecking to see boath.

URL: https://forum.audiogames.net/post/595731/#p595731




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Advice me an Android ip tv player application

2020-12-05 Thread AudioGames . net Forum — Off-topic room : serrebi via Audiogames-reflector


  


Re: Advice me an Android ip tv player application

I'm not an Android user, but I believe Most people use tivimate, or GSE IPTV on there.

URL: https://forum.audiogames.net/post/595679/#p595679




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Advice me an Android ip tv player application

2020-12-05 Thread AudioGames . net Forum — Off-topic room : serrebi via Audiogames-reflector


  


Re: Advice me an Android ip tv player application

Most people use tivimate, or GSE IPTV

URL: https://forum.audiogames.net/post/595679/#p595679




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Advice me an Android ip tv player application

2020-12-05 Thread AudioGames . net Forum — Off-topic room : Turkce_Rap via Audiogames-reflector


  


Advice me an Android ip tv player application

I've bought XIAOMI Mi Box S 4K Android TV Box Media Player and i need an accessible ip tv plater to watch ip tv providers.Also any file manager suggestion is apriciated want to load Jieshuo screen reader.

URL: https://forum.audiogames.net/post/595643/#p595643




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Advice me an Android ip tv player application

2020-12-05 Thread AudioGames . net Forum — Off-topic room : Turkce_Rap via Audiogames-reflector


  


Advice me an Android ip tv player application

I've bought XIAOMI Mi Box S 4K Android TV Box Media Player and i need an accessible ip tv plater to watch ip tv providers.Also any file manager suggestion is apriciated want to load Jeishou screen reader.

URL: https://forum.audiogames.net/post/595643/#p595643




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Advice me an Android ip tv player application

2020-12-05 Thread AudioGames . net Forum — Off-topic room : Turkce_Rap via Audiogames-reflector


  


Advice me an Android ip tv player application

XIAOMI Mi Box S 4K Android TV Box Media Player and i need an accessible ip tv plater to watch ip tv providers.Also any file manager suggestion is apriciated

URL: https://forum.audiogames.net/post/595643/#p595643




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: family/future. Need advice

2020-12-04 Thread AudioGames . net Forum — Off-topic room : CAE_Jones via Audiogames-reflector


  


Re: family/future. Need advice

To add:There's no way you're getting out of this without talking to a lot of people.IME, there's enough turnover among VR counselors that, if you have trouble getting one to be especially helpful, you need "only" hold out for a couple years and try a new one. However, this might vary from state to state, or with time, so I can't promise anything here.The corollary is that you need to know what you're after, and that it's worth pursuing. Doctor-shopping is dumb if what you're shopping for will just make things worse, ne?But this means phone-calls to your VR offices, phone-calls to college people, phone-calls to employers, if you take the NFB route you have to talk to your state's NFB president and the admin of the training center in question. In-person meetings with VR counselors and disability services and people in the registrar's office are also inevitable.At some point in college, my Braillist noticed I was really, really bad at people, and set me up with the speech pathology department at the nearest university with a speech pathology department. The therapists in question were mostly students, with the actual PhDs occasionally showing up for evaluations or supervising, so if I got a therapist who was focused more on basics geared toward the "does not get idioms" end of the spectrum, next semester there'd be someone geared more toward my actual weaknesses (... sort of, anyway). These range from teaching autistic children the basics, to teaching adult professionals why they're failing at sales or whatever.I almost feel like a socialization bootcamp is becoming increasingly worthwhile for millenials and gen Z in general, in the US at least. I feel like LCB actively encouraged this sort of thing without being as obnoxious about it as, say, welcome weekend at college (perpetual hiss!), but it's difficult to transfer that aspect because of how easy it is to get adapted to the particular context. Rallying enough courage to ask for directions or addresses in Ruston, OK. Coping with NFB National Convention? No, I could not do that. I spent half the convention in my room trying to make an accessible Dewprism. Coming home, I can better handle occasionally going places, but permanent neighbors and being in Random Encounter distance of family adds a layer of anxiety that getting dropped in the middle of nowhere, Indianapolis does not. (Euphamism, the Good Samaritans™ who were sufficiently aggressive as to warrant literally running away are less troublesome, because they're little more than a random bossfight, so to speak.).A lot of people who go to NFB centers and are struck by how big an improvement they are over where they were have this failure mode where they do everything they can to not leave. A lot of LCB elumni live in Ruston, and I wouldn't be surprised if Littleton and Denver have a lot of CCB elums. I totally get why this happens. I could see myself falling into that trap with slight tweaks to my character sheet. (Side-note: if you're set on moving to the west coast, CCB might make the most sense for training, with California's Lighthouse programs being next on the list.)

URL: https://forum.audiogames.net/post/595288/#p595288




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: family/future. Need advice

2020-12-03 Thread AudioGames . net Forum — Off-topic room : camlorn via Audiogames-reflector


  


Re: family/future. Need advice

@40Yeah, as I said this only got as far as planning.  But if things had gone differently it probably would have gone as far as practice.  I've known a few others over the years who have done something very similar to it though.  But when I moved to Seattle I had to do it without a job and there was some concern there.  It's pretty hard to fall so far off the map that putting exactly what I described into practice is necessary, if only because what I'm describing is the kind of thing where you'd rarely do it by choice, but I've done all the independent living things and I had a reason to construct the worst case even though I ended up not needing it because I chose to risk falling through the cracks, and hey, if you're making that choice, plan it before you do just in case.In particular, just how little money you can get away with while still eating a diet that isn't deficient in anything super critical would surprise a lot of people, though you really need to make sure to have a little meat in there or do a bunch of research on what vegetarians need to eat to make up for it.  But you can go online and order giant pallets of canned stuff that'll keep forever no problem.  I've got a giant thing of dried milk in the cabinet that was like $10 which will keep for at least a year and is easily the equivalent to like 10+ gallons.  Purchased for a weird experimental cooking thing I wanted to try, I think you can combine it with instant clear jel and make heat-free gravy that you can heat in the microwave after the fact, for the curious.  I need to follow through on that project and see if it's possible still to be honest.

URL: https://forum.audiogames.net/post/595249/#p595249




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: family/future. Need advice

2020-12-03 Thread AudioGames . net Forum — Off-topic room : Jayde via Audiogames-reflector


  


Re: family/future. Need advice

+1 for that huge post, Canlorn. Seriously great advice there. I'm glad I was never -quite that bad off, though I got close for awhile.On a completely unrelated note (and I hate to jump on the train and do this, but it's important): Julia Stockburger, you have a PM from me. Please respond at your earliest convenience.

URL: https://forum.audiogames.net/post/595246/#p595246




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: family/future. Need advice

2020-12-03 Thread AudioGames . net Forum — Off-topic room : haily_merry via Audiogames-reflector


  


Re: family/future. Need advice

My family are, kinda weird. On the 1 hand, they want me to be independant, actually did a lot of work with the council as regards independence training when I was little, liquid level indicaters, pen friends, even raising a shit load of money for a mountbatten brailler, which I used for a long time prior to boarding school, though my god was the thing loud, I wish I'd known about braillenotes and such back then.But, on the flip side, they don't want me to do anything for myself when I'm at home, not really. They say they want me to, but given the opportunity they will always just do things for me, or let me do stuff but under heavy supervision. Shit they got a tassimo back in 2012, and not once did they show me how to use the dam thing, it wasn't until I came to Worcester that I found out just how easy it was from an accessibility standpoint. These days I swear by the 1 cup because cost effectiveness, but still.

URL: https://forum.audiogames.net/post/595190/#p595190




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: family/future. Need advice

2020-12-03 Thread AudioGames . net Forum — Off-topic room : black_mana via Audiogames-reflector


  


Re: family/future. Need advice

the part about being dependant on your self is what my family has allways taught me sence i was young, you don't expect who ever rased you to be on your life forEver, so you'll have to learn how to do basic things like, cooking,washing your clothing and all thati don't beleave on the part of having someone  make desisions for you, last thing i need is someone to choose who i'm going to mary or something like that, how do you expect me to live with someone who i have no feelings for, i'm glad my family has always bin that way  and is openminded, some people in my area still beleave that a blind person can't do much, but i've prooven all of them rong, i honestly would like to change the look of the society tooerds blind people and their abilitys, i've scene familyes  have taught nothing to their children about life, and being independant on your self for evrything, but at the same time ask for help if needed and learn new things as wellsocial anxiety is something which i say i faced apon a time but i've gotten rid of that, i had to sit down with my self and drethink of social skills all over and my reactions tooerds people, i'm naturely an introvert, and i do have this lonely feeling that had began a few years ago, which basicly evolves around not having someone who shairs me the same interests, goals and thinking, it kinda feels like a missing part of me, it's not that it bothers me alot, but it hasn't gone   sence the time i felt it

URL: https://forum.audiogames.net/post/595179/#p595179




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: family/future. Need advice

2020-12-03 Thread AudioGames . net Forum — Off-topic room : black_mana via Audiogames-reflector


  


Re: family/future. Need advice

the part about being dependant on your self is what my family has allways taught me sence i was young, you don't expect who ever rased you to be on your life forEver, so you'll have to learn how to do basic things like, cooking,washing your clothing and all thati don't beleave on the part of having someone  make desisions for you, last thing i need is someone to choose who i'm going to mary or something like that, how do you expect me to live with someone who i have no feelings for, i'm glad my family has always bin that way  and is openminded, some people in my area still beleave that a blind person can't do much, but i've prooven all of them rong, i honestly would like to change the look of the society tooerds blind people and their abilitys, i've scene familyes  have taught nothing to their children about life, and being independant on your self for evrything, but at the same time ask for help if needed and learn new things as well

URL: https://forum.audiogames.net/post/595179/#p595179




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: family/future. Need advice

2020-12-03 Thread AudioGames . net Forum — Off-topic room : black_mana via Audiogames-reflector


  


Re: family/future. Need advice

the part about being dependant on your self is what my family has allways taught me sence i was young, you don't expect who ever rased you to be on your life forEver, so you'll have to learn how to do basic things like, cooking,washing your clothing and all thati don't beleave on the part of having someone  make desisions for you, last thing i need is soemone to choose who i'm going to mary or something like that, how do you expect me to live with someone who i have no feelings for, i'm glad my family has always bin that way  and is openminded, some people in my area still beleave that a blind person can't do much, but i've prooven all of them rong, i honestly would like to change the look of the society toowerds blind people and their abilitys, i've scene familys  have taught nothing to their children about life, and being independant on your self for evrything, but at the same time ask for help if needed and learn new things as well

URL: https://forum.audiogames.net/post/595179/#p595179




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: family/future. Need advice

2020-12-03 Thread AudioGames . net Forum — Off-topic room : haily_merry via Audiogames-reflector


  


Re: family/future. Need advice

Then you uh, wait until the road is clear? Like everyone else? Is confused. Has confusion.

URL: https://forum.audiogames.net/post/595171/#p595171




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: family/future. Need advice

2020-12-03 Thread AudioGames . net Forum — Off-topic room : JayJay via Audiogames-reflector


  


Re: family/future. Need advice

@35 drivers in Trinidad are assholes, plain and simple.

URL: https://forum.audiogames.net/post/595168/#p595168




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: family/future. Need advice

2020-12-03 Thread AudioGames . net Forum — Off-topic room : haily_merry via Audiogames-reflector


  


Re: family/future. Need advice

Talking traphiclights? Wha? Why the fuck would you need 1 of those. You have ears, use them.I mean, I do use those things at pelican crossings, with the cone that turns, or the sound, when it's clear to cross, but only because they're there and I trust them more than I trust my own judgement. But those are only very specific crossings, anyway.I realize that I might as well have been just talking jibberish to all you Americans here, but...

URL: https://forum.audiogames.net/post/595156/#p595156




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: family/future. Need advice

2020-12-03 Thread AudioGames . net Forum — Off-topic room : JayJay via Audiogames-reflector


  


Re: family/future. Need advice

@Camlorn thanks for taking the time to write out post 12 and all the subsequent posts in this topic. Also, if you think ssi is bad, down here you probably only get 200 bucks a month and well, the best you'll probably get is a small shack in the bad part of San Fernando made of board. You most likely won't have money leftover afterwards, hence why you don't see much unemployed blind people. But yeah, I'm generally wondering how it will be in about 3 years when I look to leave and set off, because lets just say accessabiliity in this country, is pittyful. How pittyful? San Fernando where I live, which is like the economic hub, like, has only, 1, talking, traffic, light. A city with a population of like 100 thousand, one traffic light. Hell, the zebra cross isn't even painted in some areas, and unlike the US where you have zebra crosses at the corners, nerp. You'll probably only get it at schools and mosques for some reasoon, don't ask. Just out of curiosity, I googled tech jobs and I legit only found, 2. Like not even lying, 2. As for the blind agency, they mainly focus on employing blind folks in the cane basket factory, where they produce cane baskets. And even that they're looking to phase out cuz they want blind people to do other things. But still, on that note I know a few blind people doing really well for themselves, some of them own businesses, work middle management in large banks, some of them even teach. But the way this covid situation is going it looks grim. Fortunately, I have a really nice family that are, erm, at times, but they'll be sure to help me out. Plus, they've been saving up some cash in the bank for when I turn 18, so that's a nice little security blanket. Most likely I'll probably move away to one of the anglophone countries like Britain, Canada or Australia. Australia seems like the easiest to adapt since Britain and Canada are cold. Lol. The US also seems good in some areas, There's a large diaspera in New York, so I should be able to meet some fellow countrymen there also.

URL: https://forum.audiogames.net/post/595127/#p595127




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: family/future. Need advice

2020-12-03 Thread AudioGames . net Forum — Off-topic room : JayJay via Audiogames-reflector


  


Re: family/future. Need advice

@Camlorn thanks for taking the time to write out post 12 and all the subsequent posts in this topic. Also, if you think ssi is bad, down here you probably only get 200 bucks a month and well, the best you'll probably get is a small shack in the bad part of San Fernando made of board. You most likely won't have money leftover afterwards, hence why you don't see much unemployed blind people. But yeah, I'm generally wondering how it will be in about 3 years when I look to leave and set off, because lets just say accessabiliity in this country, is pittyful. How pittyful? San Fernando where I live, which is like the economic hub, think LA like, has only, 1, talking, traffic, light. A city with a population of like 100 thousand, one traffic light. Hell, the zebra cross isn't even painted in some areas, and unlike the US where you have zebra crosses at the corners, nerp. You'll probably only get it at schools and mosques for some reasoon, don't ask. Just out of curiosity, I googled tech jobs and I legit only found, 2. Like not even lying, 2. As for the blind agency, they mainly focus on employing blind folks in the cane basket factory, where they produce cane baskets. And even that they're looking to phase out cuz they want blind people to do other things. But still, on that note I know a few blind people doing really well for themselves, some of them own businesses, work middle management in large banks, some of them even teach. But the way this covid situation is going it looks grim. Fortunately, I have a really nice family that are, erm, at times, but they'll be sure to help me out. Plus, they've been saving up some cash in the bank for when I turn 18, so that's a nice little security blanket. Most likely I'll probably move away to one of the anglophone countries like Britain, Canada or Australia. Australia seems like the easiest to adapt since Britain and Canada are cold. Lol. The US also seems good in some areas, There's a large diaspera in New York, so I should be able to meet some fellow countrymen there also.

URL: https://forum.audiogames.net/post/595127/#p595127




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: family/future. Need advice

2020-12-03 Thread AudioGames . net Forum — Off-topic room : JayJay via Audiogames-reflector


  


Re: family/future. Need advice

@Camlorn thanks for taking the time to write out post 12 and all the subsequent posts in this topic. Also, if you think ssi is bad, down here you probably only get 200 bucks a month and well, the best you'll probably get is a small shack in the bad part of San Fernando made of board. You most likely won't have money leftover afterwards, hence why you don't see much unemployed blind people. But yeah, I'm generally wondering how it will be in about 3 years when I look to leave and set off, because lets just say accessabiliity in this country, is pittyful. How pittyful? San Fernando where I live, which is like the economic hub, think LA like, has only, 1, talking, traffic, light. A city with a population of like 100 thousand, one traffic light. Hell, the zebra cross isn't even painted in some areas, and unlike the US where you have zebra crosses at the corners, nerp. You'll probably only get it at schools and mosques for some reasoon, don't ask. Just out of curiosity, I googled tech jobs and I legit only found, 2. Like not even lying, 2. As for the blind agency, they mainly focus on employing blind folks in the cane basket factory, where they produce cane baskets. And even that they're looking to phase out cuz they want blind people to do other things. But still, on that note I know a few blind people doing really well for themselves, some of them own businesses, work middle management in large banks, some of them even teach. But the way this covid situation is going it looks grim. Fortunately, I have a really nice family that are, erm, at times, but they'll be sure to help me out. Plus, they've been saving up some cash in the bank for when I turn 18, so that's a nice little security blanket.

URL: https://forum.audiogames.net/post/595127/#p595127




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: family/future. Need advice

2020-12-03 Thread AudioGames . net Forum — Off-topic room : haily_merry via Audiogames-reflector


  


Re: family/future. Need advice

Alright so I wasn't planning on going into my personal life here, but fuck it. Am going into my personal life.I have, not sure if you would call it social anxiety as such, but certainly people problems. As an FYI, I go to a blind college, but I do see / interact with people on the daily, most of which aren't actually blind, or at least not fully. They also actively encourage people to socialize / make friends, and constantly help us get out and go places like supermarkets etc, which does include showing us routs and giving us permition to go solo / without staff if we pass them, BTW.Despite all this, I have major issues with people, or at least people I don't know reasonably well. Meeting people can be something of a nightmare for me. Like, I'm a good talker, and I can almost always hide how I feel, so I generally don't have problems getting along with humans, it's just the process, and the prospect of actually doing it.I'm also, let's just say quite obviously blind. I typically do most things with my eyes sort of half shut, and even if I didn't I'm completely total, meaning I'm never actually focusing on anything visually. And apparently it shows. I also have issues with head rocking, though I usually don't have issues stopping myself from doing this in public any more.

URL: https://forum.audiogames.net/post/595125/#p595125




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: advice needed. No snide comments please

2020-12-03 Thread AudioGames . net Forum — Off-topic room : Julia Stockburger via Audiogames-reflector


  


Re: advice needed. No snide comments please

I know. I understand.

URL: https://forum.audiogames.net/post/595117/#p595117




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: advice needed. No snide comments please

2020-12-03 Thread AudioGames . net Forum — Off-topic room : haily_merry via Audiogames-reflector


  


Re: advice needed. No snide comments please

Here's what we're saying, though. Having a good and healthy relationship is all well and good, as is showing your effection for 1 another. What you aught not do, however, is constantly do so on a public forum. Conversations like these are always, always best left private.

URL: https://forum.audiogames.net/post/595116/#p595116




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: family/future. Need advice

2020-12-03 Thread AudioGames . net Forum — Off-topic room : mechaSkyGuardian via Audiogames-reflector


  


Re: family/future. Need advice

thank you

URL: https://forum.audiogames.net/post/595113/#p595113




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: family/future. Need advice

2020-12-03 Thread AudioGames . net Forum — Off-topic room : Julia Stockburger via Audiogames-reflector


  


Re: family/future. Need advice

@mechaSkyGuardian Love your signature. 

URL: https://forum.audiogames.net/post/595112/#p595112




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: advice needed. No snide comments please

2020-12-03 Thread AudioGames . net Forum — Off-topic room : Julia Stockburger via Audiogames-reflector


  


Re: advice needed. No snide comments please

@bashue,I really appreciate that post, and I completely agree with everything you said. My partner and I are definitely best friends. We have an incredibly strong bond with one another, and, especially being long-distance and all, we never control or restrict the other. Since we are in two different places, it is easier for us to be independent while still keeping the other up-to-date on the day's happenings and such. I don't know if things will be different if we ever do meet in person (I doubt it), but we'll cross that bridge when we get to it I suppose.Again I wanted to apologize for bringing up an "old-ass topic," as someone very colorfully put it yesterday. I know that's not a normal thing to do, and I want to especially apologize to TheEvilChocolateCookie, if you're reading this, if I've hurt you in any way. I will keep these sorts of things private from now on. And I want to apologize to Jayde, for coming off (not on this topic, but still) as overly defensive or threatening. Thank you to the mods for not kicking me off the forum or anything lol, I expect if I'd done this sort of thing more it could arouse suspicion and I could get in trouble, and none of us wants that. So thank you. I hope I can get to know some of you and we can put this all behind us and become friends. 

URL: https://forum.audiogames.net/post/595111/#p595111




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: advice needed. No snide comments please

2020-12-03 Thread AudioGames . net Forum — Off-topic room : bashue via Audiogames-reflector


  


Re: advice needed. No snide comments please

Julia Stockburger wrote:Awww, Eliza!! Now I feel like an ass lol. We started dating 10 days after the date of the most recent post on this topic (except, of course, this one). Why didn't you tell me there was someone else? What happened?Greetings all. I think the above quote was made in jest and I did not read huge argument in that. My diosa and I do this kind of thing and laugh at the same time and we ensure that the other knows it's all in fun and no feelings are ever hurt. I've only come across this thread an hour ago and I didn't know that this post was so old. I'm actually very glad to read this thread as it gives me hope that more people can enjoy being together. There is no such thing as too much love and as for clinginess, one is only too clingy when negative emotions are at play EG: jealousy, anger, hate, fear etc. In any case, being insecure is not a sin, it's only wrong if one starts to control/restrict the other for any reason instead of trusting the other and always having open communication with one another. If my diosa wanted to view what I've posted online, I would not only approve but I would aid her in her endeavour and I did in fact offer her that opportunity last year and the year before and it's still an open invitation today. Everything I do has been made public and what isn't public is only viewable by the both of us. Finally, it's extremely important and I'd say imperative for both partners to be the best of friends with one another; being best friends ensures that one can enjoy the best and most healthy romantic relationship with the other. I cannot stress this enough; my diosa and I tell each other everything and there isn't anything my diosa doesn't know about me and vice versa. Yes we have disagreed on many an occasion and that is conducive to the growth of our romantic relationship and friendship. We haven't argued because we believe that it is better to listen to one another and take one another's point of views into consideration and we never seek to change or mould the other into what we want the other to be. Instead, we compromise and we work with our differences and even embrace them just as we embrace and work with our similarities and likenesses. We are two very different beings, opposite in many a way and we wouldn't change that for anything. Kind regards, Amin Abdullah.

URL: https://forum.audiogames.net/post/595104/#p595104




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: advice needed. No snide comments please

2020-12-03 Thread AudioGames . net Forum — Off-topic room : bashue via Audiogames-reflector


  


Re: advice needed. No snide comments please

Julia Stockburger wrote:Awww, Eliza!! Now I feel like an ass lol. We started dating 10 days after the date of the most recent post on this topic (except, of course, this one). Why didn't you tell me there was someone else? What happened?Greetings all. I think the above quote was made in jest and I did not read huge argument in that. My diosa and I do this kind of thing and laugh at the same time and we ensure that the other knows it's all in fun and no feelings are ever hurt. I've only come across this thread an hour ago and I didn't know that this post was so old. I'm actually very glad to read this thread as it gives me hope that more people can enjoy being together. There is no such thing as too much love and as for clinginess, one is only too clingy when negative emotions are at play EG: jealousy, anger, hate, fear etc. In any case, being insecure is not a sin, it's only wrong if one starts to control/restrict the other for any reason instead of trusting one another and always having open communication with one another. Finally, it's extremely important and I'd say imperative for both partners to be the best of friends with one another; being best friends ensures that one can enjoy the best and most healthy romantic relationship with the other. I cannot stress this enough; my diosa and I tell each other everything and there isn't anything my diosa doesn't know about me and vice versa. Yes we have disagreed on many an occasion and that is conducive to the growth of our romantic relationship and friendship. We haven't argued because we believe that it is better to listen to one another and take one another's point of views into consideration and we never seek to change or mold the other into what we want the other to be. Instead, we compromise and we work with our differences and even embrace them just as we embrace and work with our similarities and likenesses. We are two very different beings, opposite in many a way and we wouldn't change that for anything. Kind regards, Amin Abdullah.

URL: https://forum.audiogames.net/post/595104/#p595104




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: family/future. Need advice

2020-12-03 Thread AudioGames . net Forum — Off-topic room : mechaSkyGuardian via Audiogames-reflector


  


Re: family/future. Need advice

your right. Normal college it is. thanks for everything

URL: https://forum.audiogames.net/post/595102/#p595102




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: family/future. Need advice

2020-12-03 Thread AudioGames . net Forum — Off-topic room : camlorn via Audiogames-reflector


  


Re: family/future. Need advice

I knew 0 people when I moved.  I had help from the family for a couple weeks, then that was it.  it Turned out later that a couple people I knew from the internet were over here, but not really close enough to help.  Friends are very useful but not a requirement.  Insert clever comment about technology here.

URL: https://forum.audiogames.net/post/595100/#p595100




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: family/future. Need advice

2020-12-03 Thread AudioGames . net Forum — Off-topic room : Julia Stockburger via Audiogames-reflector


  


Re: family/future. Need advice

I have some social anxiety, mostly about moving to a whole new city where I only know, what, four or five people? I'm good at making friends though, so once I'm there I'm sure it'll be a breeze.My gf and her family sort of live in the bay area of CA (Silicon Valley-ish) and my biological father, whom I think I have a better relationship with than my stepfather even though my stepfather has been here for pretty much forever since my dad left when I was two and only visited my grandparents' house (that's where I grew up) until I was six or seven and my family and I moved to where I am now (not to another state, just another area of the state I live in, just to clarify), I reconnected with him and feel that I would be able to stay with him or my partner if/when I move. California is my go-to.Sorry if that came out sorta jumbled lol.

URL: https://forum.audiogames.net/post/595088/#p595088




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: family/future. Need advice

2020-12-03 Thread AudioGames . net Forum — Off-topic room : TheEvilChocolateCookie via Audiogames-reflector


  


Re: family/future. Need advice

Yes, but I think you could have trouble. That's what I started to go into, but a good chunk of the stuff they wanted me to take was extremely visual.

URL: https://forum.audiogames.net/post/595083/#p595083




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: family/future. Need advice

2020-12-03 Thread AudioGames . net Forum — Off-topic room : camlorn via Audiogames-reflector


  


Re: family/future. Need advice

@25Er, if you have social anxiety you're going to really need to fix that. Something like 75% of what you have to do here is going to involve people.  How you're describing your life, your problem is almost certainly that you're one of the vast majority of blind people who has been undersocialized as a child.  For what it's worth I have a supportive family who went out of their way and I was also undersocialized as a child.  You're definitely not the first blind person to have social anxiety at 18, let's put it that way.  This is a self-fixing problem if and only if you decide that you're going to socialize and put up with it until it goes away.  It took me a while but I've gone from being inside my little safety shell to online dating.  Maybe it's worse for you, but I'd start with just deciding that you're going to meet people as much as possible for a year and see how it does.I wouldn't do an online CS degree.  There are no end of accessibility challenges there.  The people behind math/science accessibility dropped the ball for anything beyond algebra II a few years back and, unlike normal balls, this one was made of explosive glass and shattered and now no one can pick it back up again.  You're probably going to end up getting the college to find a student to tutor/read for you for example.  Which isn't at all a judgement on you, it's just the easiest and fastest way to make resources accessible.  Some colleges can do Braille but it is very hard to find them, and very hard to find out ahead of time whether the one you picked is one of them.  But in general, the problem with CS is that the programming job at the end is actually pretty fine but the degree itself can become an accessibility nightmare.  Don't make it harder on yourself.

URL: https://forum.audiogames.net/post/595081/#p595081




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: family/future. Need advice

2020-12-03 Thread AudioGames . net Forum — Off-topic room : mechaSkyGuardian via Audiogames-reflector


  


Re: family/future. Need advice

washington seems like a nice place to live. I have a couple friends there. For cs, is online college an option? i have a hard time around people i don’t know

URL: https://forum.audiogames.net/post/595077/#p595077




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: family/future. Need advice

2020-12-03 Thread AudioGames . net Forum — Off-topic room : camlorn via Audiogames-reflector


  


Re: family/future. Need advice

Probably worth a clarification on one point. You do know who your parents are, but you only know who your parents are from the perspective of being powerless to fight back.  When you turn 18, your parents go from god to people, to put it bluntly.  That changes the entire dynamic especially if/when you put your foot down and say no.  Mine certainly didn't know what to do with "surprise, gay atheist" for one thing, and the reactions I got across the board weren't what I expected them to be (they were as bad as I expected them to be, but who had which particular reactions was the very surprising part, and moving away also caused some surprising reactions as well even though they were fully supportive of it).

URL: https://forum.audiogames.net/post/595071/#p595071




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: family/future. Need advice

2020-12-03 Thread AudioGames . net Forum — Off-topic room : camlorn via Audiogames-reflector


  


Re: family/future. Need advice

@22I'm not really roommate material, and you definitely can't afford Seattle without affordable housing vouchers, but I'm Seattle if you end up over here and I've basically done all the independent living things.  My e-mail is ahicks at ahicks dot io, which I spelled out because bots that crawl the internet and find e-mail addresses for spam lists.As for your parents playing the legal guardian thing, you don't know they won't do that.  I don't think they'll do that--most people don't know how, or that you even can--but people change a lot when you say "sorry, we're doing it my way or the highway", and I would put forth that you probably don't know who your parents are.  Sometimes that's good, sometimes it turns into "wow, we were wrong" and you end up on good terms, which is kind of what happened for me.  And sometimes, well, sometimes it goes bad, especially when you're talking about the relationship equivalent of firing a nuke.If you want California, avoid the bay area unless you have scholarships: I make programmer level salary and still can't afford to live comfortably there.  You could go very far north, east, or south and probably find something affordable if you want to be near SF, but it is nonetheless very expensive and California is one of the most expensive places to live in.  I'd suggest LA or San Diego for good places to look at there, because the suburbs aren't outrageous.For Washington, you could probably afford Tacoma or Olympia, which should both have reasonable public transportation.  You might barely be able to swing Bellevue or Redmond if you try for it very hard, which would give you access to the offshoot of Seattle's light rail that goes over there, and easy access to lots of places via it (it's one of the best systems in the country; SF and New York have more extensive ones, but I think we beat everywhere else except maybe Denver).  I have heard bad things about Spokane, but that's from a gay-centric perspective so if you're straight it's probably fine, and it's also affordable.  But it is smaller, and you've got Spokane and nothing else over there, basically.  And to be honest, as far as I'm concerned, the bigger the city the better, if you want to meet people and stuff.You might also add Chicago to your list.  A few years ago, Illinois was on the verge of being the first or second state to consider declaring bankrubsy, and Chicago has had a big outpouring of people for a while.  point being, last I checked you could get rather sizable apartments there for like $800, and I think it's maybe close to the University of Illinois, which is one of the better CS colleges in the country (llvm came out of University of Illinois for example, and is killing off GCC slowly).  But it's been like 5 years since I was investigating getting a PHD, so I have no idea for sure if they've got an offshoot in Chicago.And for a really odd one, I've occasionally heard good things about university of Los Vegas and, surprisingly, the cost of living in Los Vegas isn't at all "you have to be rich here".  Everyone wants to visit Los Vegas, but when they don't stay it doesn't spike rent.

URL: https://forum.audiogames.net/post/595070/#p595070




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: family/future. Need advice

2020-12-03 Thread AudioGames . net Forum — Off-topic room : mechaSkyGuardian via Audiogames-reflector


  


Re: family/future. Need advice

@camlorn I like that plan and it seems workable. I know that my family is not going to play the card of the legal guardian when I’m 18. They think I’m going to stay with them because religious stuff and what not. I know one thing, I can’t stay in the same state. If I do they’re going to keep harassing me and asking me to move back I don’t wanna deal with that. I’m either going to Washington or California. A friend told me I could stay with him for around four months so I can get my stuff together before moving on. I’m still going to college. I want to get a computer science degree and do what I love doing@Julia Stockburger. Good luck to you, at least your family is teaching you the skills you need

URL: https://forum.audiogames.net/post/595068/#p595068




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: family/future. Need advice

2020-12-03 Thread AudioGames . net Forum — Off-topic room : Julia Stockburger via Audiogames-reflector


  


Re: family/future. Need advice

Why would the forum go down for good?

URL: https://forum.audiogames.net/post/595063/#p595063




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: family/future. Need advice

2020-12-03 Thread AudioGames . net Forum — Off-topic room : Julia Stockburger via Audiogames-reflector


  


Re: family/future. Need advice

I plan on going to college and getting a job. My partner is looking into an at-home advisor job with Apple, either full-time or just during the remainder of the pandemic, however long that may be, so she has something to do with herself. I looked into two online degrees, one at Grand Canyon University (GCU) which is based in Arizona, for a career in secondary education (English/language arts), and the other at Southern New Hampshire University (SNHU) based exactly where it says, with a career in therapy (psychology/mental health counselor). I'm a bit tentative to do online college, since someone I know advised against it because of accessibility, which is understandable, and given the fact that I am barely hanging on doing online high school because of the pandemic, but I think for now I'm managing.With the career in therapy, I was thinking of applying for a career at BetterHelp, a well-known virtual therapy provider. I want to be able to balance work and home life while staying home with children, if I have them, and having a job like that is all I can think of. With the career in teaching I plan to teach at a public school in the area I plan to move to.My parents want me to start taking duel-credit courses (college courses that offer both high school and college credit) while I am still in high school, which I think is a good idea, but I feel like they're still convinced I'm staying here for college. Part of me wants to do college here and just visit my partner every spring break and summer, and every other Christmas or something like that, but I don't know...I know she and her family would be more than willing to provide housing if I do decide to go to school there, but since I mentioned my parents' bigotry they'd probably make me pay room and board if I went to college out-of-state. I don't think I'd have a problem applying for either academic or disability scholarships, so I should be good there.And I was planning on getting a job while I'm still in high school so I can save up for plane tickets and all those other things I said I'd need to invest in.

URL: https://forum.audiogames.net/post/595057/#p595057




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: family/future. Need advice

2020-12-03 Thread AudioGames . net Forum — Off-topic room : kaigoku via Audiogames-reflector


  


Re: family/future. Need advice

Wow! camlorn, in post 12, pretty much gave a decent path to follow! And it's all out here, in the open. This is what I'll miss if the forum does ever go down for good.But I'll say, I have been really fortunate in that I was never in such a situation as OP. So I couldn't say definitely if the outlined path is feasible, and even works for OP. It certainly looks doable on paper though.

URL: https://forum.audiogames.net/post/595059/#p595059




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: family/future. Need advice

2020-12-03 Thread AudioGames . net Forum — Off-topic room : camlorn via Audiogames-reflector


  


Re: family/future. Need advice

@16Yay for double posting.  SSDI is pegged to your salary while you're working.  Every year, as part of doing your taxes you tell the IRS how much you made, and earn points toward qualifying for SSDI.  Hit the point threshold and you can get it, then the value of SSDI is based off your salary. I believe the max is $25000/year, but it's been a while.  The other key difference is that SSDI doesn't have strict limits on assets, whereas SSDI doesn't allow you to have more than $2000 saved and counts some physical non-money goods toward that total (the party line is "you've got enough that we're declaring you as not needing it").If you can get into SSDI it's actually a workable retirement path, basically.  I've been told that being blind and just not working for a year is good enough, but I don't know if that's true unless your disability or the job market has sufficiently changed.

URL: https://forum.audiogames.net/post/595058/#p595058




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: family/future. Need advice

2020-12-03 Thread AudioGames . net Forum — Off-topic room : Julia Stockburger via Audiogames-reflector


  


Re: family/future. Need advice

I plan on going to college and getting a job. My partner is looking into an at-home advisor job with Apple, either full-time or just during the remainder of the pandemic, however long that may be, so she has something to do with herself. I looked into two online degrees, one at Grand Canyon University (GCU) which is based in Arizona, for a career in secondary education (English/language arts), and the other at Southern New Hampshire University (SNHU) based exactly where it says, with a career in therapy (psychology/mental health counselor). I'm a bit tentative to do online college, since someone I know advised against it because of accessibility, which is understandable, and given the fact that I am barely hanging on doing online high school because of the pandemic, but I think for now I'm managing.With the career in therapy, I was thinking of applying for a career at BetterHelp, a well-known virtual therapy provider. I want to be able to balance work and home life while staying home with children, if I have them, and having a job like that is all I can think of. With the career in teaching I plan to teach at a public school in the area I plan to move to.My parents want me to start taking duel-credit courses (college courses that offer both high school and college credit) while I am still in high school, which I think is a good idea, but I feel like they're still convinced I'm staying here for college. Part of me wants to do college here and just visit my partner every spring break and summer, and every other Christmas or something like that, but I don't know...I know she and her family would be more than willing to provide housing if I do decide to go to school there, but since I mentioned my parents' bigotry they'd probably make me pay room and board if I went to college out-of-state. I don't think I'd have a problem applying for either academic or disability scholarships, so I should be good there.

URL: https://forum.audiogames.net/post/595057/#p595057




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


  1   2   3   4   5   6   7   8   9   10   >