2010.12.31 08:03 scuddGhost Recon - Official Subreddit
The official Subreddit for Ubisoft's Original Tom Clancy's Ghost Recon. Feel free to discuss and share content about any game in the series from the original Ghost Recon to Frontline.
2017.08.07 10:55 SessamyGod’s PERFECT word to the English speaking people. The King James Bible.
First and foremost, is our belief in the perfect authority and innerancy of the KING JAMES VERSION. We do not teach that it is an “accurate translation” or that it “contains the words (or message) of God”, but that the text of the KING JAMES VERSION itself, are the actual written words of God to the English speaking people.
2023.03.25 02:40 code_hunter_ccjQuery to check image exists if head 404 than hide it
Ajax Using php to get 100 photos url from a db and show them on a page, but some photos may no longer exist. If the photo url is fail (404) I want to use jquery to hide the image and don't want to show any error picture. This is my code but it doesn't work. html
2023.03.25 02:31 xjackcchelp figuring out problem: Your output (written to stdout):
I am trying to solve this problem and it says to print output to stdout, which is what it did but it says there's an error when i try to submit it in the usaco server. It works perfectly on vs code. here is the code in python : from collections import defaultdict def feed_cows(n, k, breeds): patches = ['.'] * n # Initialize all positions as empty count = 0 # Count of patches used # Map each breed to the set of positions it needs patches in positions = defaultdict(set) for i in range(n): positions[breeds[i]].add(i) # Fill patches for each breed separately for breed in ['G', 'H']: for pos in positions[breed]: if patches[pos] == '.': # This position has not been filled yet count += 1 patches[pos] = breed for i in range(1, k+1): # Fill patches in the adjacent positions if pos + i < n and patches[pos+i] == '.': # Fill right patches[pos+i] = breed if pos - i >= 0 and patches[pos-i] == '.': # Fill left patches[pos-i] = breed return count, ''.join(patches) # Read input t = int(input()) results = [] for _ in range(t): n, k = map(int, input().split()) breeds = input().strip() result = feed_cows(n, k, breeds) results.append(result) # Print output for count, patches in results: print(count) print(patches)
a-Grounded out for Andújar in the 8th. 1-Ran for Mathias in the 7th. 2-Ran for Santana in the 7th.
BATTING: 2B: Reynolds, B (3, Rodriguez, Ed); Heineman (1, Rodriguez, Ed); Choi (3, Rodriguez, Ed). HR: Joe (1, 1st inning off Rodriguez, Ed, 1 on, 1 out); Hayes (4, 7th inning off Brieske, 1 on, 0 out). TB: Bae; Choi 3; Hayes 6; Heineman 2; Joe 5; Mathias 2; Reynolds, B 2. RBI: Hayes 2 (9); Joe 2 (3); Mathias (5); Ordonez (1). Runners left in scoring position, 2 out: Heineman; Castro, R; Sanchez, L. GIDP: Reynolds, B 2. Team RISP: 3-for-10. Team LOB: 7.
1-Ran for Cabrera, M in the 5th. 2-Ran for Haase in the 7th.
BATTING: 2B: Meadows, A (4, Contreras); Meadows, P (3, Perdomo, A). HR: Maton, N (5, 6th inning off Stephenson, R, 0 on, 0 out). TB: Baddoo; Báez, J; Cabrera, M 2; Carpenter, K 3; Davis, B; Hernández; Maton, N 5; Meadows, A 2; Meadows, P 2; Schoop, J; Torkelson. RBI: Báez, J 2 (5); Davis, B (6); Maton, N (8); Meadows, A (8); Torkelson (6). 2-out RBI: Davis, B. Runners left in scoring position, 2 out: Meadows, A; Baddoo; Schoop, J; Torkelson; Carpenter, K; Holton, J. GIDP: Báez, J. Team RISP: 5-for-20. Team LOB: 12.
MIN 6 @ NYY 4 - Final SF 0 @ KC 3 - Final CWS 12 @ OAK 0 - Final CHC 2 @ CLE 2 - Bottom 3, 1 Out Next Tigers Game: Sat, Mar 25, 06:07 PM EDT @ Blue Jays LastUpdated:03/24/202309:48:09PMEDT
a-Grounded out for Andújar in the 8th. 1-Ran for Mathias in the 7th. 2-Ran for Santana in the 7th.
BATTING: 2B: Reynolds, B (3, Rodriguez, Ed); Heineman (1, Rodriguez, Ed); Choi (3, Rodriguez, Ed). HR: Joe (1, 1st inning off Rodriguez, Ed, 1 on, 1 out); Hayes (4, 7th inning off Brieske, 1 on, 0 out). TB: Bae; Choi 3; Hayes 6; Heineman 2; Joe 5; Mathias 2; Reynolds, B 2. RBI: Hayes 2 (9); Joe 2 (3); Mathias (5); Ordonez (1). Runners left in scoring position, 2 out: Heineman; Castro, R; Sanchez, L. GIDP: Reynolds, B 2. Team RISP: 3-for-10. Team LOB: 7.
1-Ran for Cabrera, M in the 5th. 2-Ran for Haase in the 7th.
BATTING: 2B: Meadows, A (4, Contreras); Meadows, P (3, Perdomo, A). HR: Maton, N (5, 6th inning off Stephenson, R, 0 on, 0 out). TB: Baddoo; Báez, J; Cabrera, M 2; Carpenter, K 3; Davis, B; Hernández; Maton, N 5; Meadows, A 2; Meadows, P 2; Schoop, J; Torkelson. RBI: Báez, J 2 (5); Davis, B (6); Maton, N (8); Meadows, A (8); Torkelson (6). 2-out RBI: Davis, B. Runners left in scoring position, 2 out: Meadows, A; Baddoo; Schoop, J; Torkelson; Carpenter, K; Holton, J. GIDP: Báez, J. Team RISP: 5-for-20. Team LOB: 12.
TEX 3 @ CHC 5 - Final MIL 6 @ LAD 6 - Final: Tied CIN 7 @ AZ 4 - Final COL 9 @ MIL 4 - Final STL 7 @ WSH 1 - Final CHC 2 @ CLE 2 - Bottom 3, 1 Out Next Pirates Game: Sat, Mar 25, 06:05 PM EDT vs. Orioles LastUpdated:03/24/202309:48:03PMEDT
2023.03.25 02:00 code_hunter_ccCSS file blocked: MIME type mismatch (X-Content-Type-Options: nosniff)
Angular I am developing an Angular 4 app and I want to apply some global styles. Following the tutorial at the angular site, I've created a "styles.css" file in the root directory of my app, and I'm referring to that stylesheet in the index.html of my app: The angular app is successfully compiled: $ ng serve ** NG Live Development Server is listening on localhost:4200, open your browser on http://localhost:4200 **[...]webpack: Compiled successfully. But when I visit http://localhost:4200 in a Chromium browser, the console shows an error at GET http://localhost:4200/styles.css In a Firefox browser, the error is a bit more explicit: GET http://localhost:4200/styles.css [HTTP/1.1 404 Not Found 15ms]The resource from "http://localhost:4200/styles.css" was blocked due to MIME type mismatch (X-Content-Type-Options: nosniff). Both files, index.html and styles.css are located in the root directory of my angular app. I've tried to get more info about the problem : nosniff Blocks a request if the requested type is "style" and the MIME type is not "text/css", or "script" and the MIME type is not a JavaScript MIME type. But I don't understand why it's bloking the request, since I've specified type="text/css" when referencing the stylesheet. Answer link : https://codehunter.cc/a/angulacss-file-blocked-mime-type-mismatch-x-content-type-options-nosniff
Umpires: HP: Andy Fletcher. 1B: Marvin Hudson. 2B: Brian O'Nora. 3B: John Libka.
Weather: 83 degrees, Clear.
Wind: 13 mph, R To L.
First pitch: 6:05 PM.
T: 2:52.
Att: 9,199.
Venue: JetBlue Park.
March 24, 2023
Inning
Scoring Play
Score
Top 3
Sam Hilliard singles on a ground ball. Matt Olson scores. Austin Riley out at 3rd, third baseman Rafael Devers.
1-0 ATL
Bottom 3
Justin Turner homers (1) on a fly ball to right center field. Rafael Devers scores.
2-1 BOS
Top 4
Ozzie Albies homers (4) on a fly ball to right field.
2-2
Bottom 6
Christian Arroyo doubles (4) on a fly ball to center fielder Sam Hilliard. Adam Duvall scores.
3-2 BOS
Bottom 6
Rob Refsnyder doubles (2) on a fly ball to left fielder Marcell Ozuna. Christian Arroyo scores. Reese McGuire scores.
5-2 BOS
Top 7
Sean Murphy walks. Joe Dunand scores. Sam Hilliard to 3rd. Ozzie Albies to 2nd.
5-3 BOS
Top 8
Andrew Moritz singles on a ground ball to third baseman Rafael Devers. Joe Dunand scores. Cade Bunnell to 3rd.
5-4 BOS
Top 8
Kevin Kilpatrick Jr. singles on a line drive to right fielder Rob Refsnyder. Cade Bunnell scores. Andrew Moritz to 3rd.
5-5
Bottom 8
Enrique Hernandez out on a sacrifice fly to center fielder Kevin Kilpatrick Jr. Christian Arroyo scores.
6-5 BOS
Bottom 8
Rob Refsnyder doubles (3) on a fly ball to center fielder Kevin Kilpatrick Jr. Reese McGuire scores.
7-5 BOS
Top 9
Adam Zebrowski homers (1) on a fly ball to right field. Hoy Park scores.
7-7
Top 9
Kevin Kilpatrick Jr. grounds out, second baseman Christian Arroyo to first baseman Daniel Palka. Joe Dunand scores. Cade Bunnell to 3rd. Andrew Moritz to 2nd.
8-7 ATL
Bottom 9
Triston Casas homers (3) on a fly ball to right field. Jarren Duran scores.
NYM 11 @ TB 2 - Final STL 7 @ WSH 1 - Final PHI 3 @ TOR 6 - Final HOU 2 @ MIA 3 - Game Over Next Braves Game: Sat, Mar 25, 01:05 PM EDT @ Twins LastUpdated:03/24/202309:03:17PMEDT
Umpires: HP: Jeremie Rehak. 1B: Chris Segal. 2B: Adam Beck. 3B: Derek Thomas.
Weather: 81 degrees, Clear.
Wind: 13 mph, R To L.
First pitch: 6:05 PM.
T: 2:38.
Att: 7,706.
Venue: Ed Smith Stadium.
March 24, 2023
Inning
Scoring Play
Score
Top 1
Oswaldo Cabrera homers (4) on a fly ball to left center field. DJ LeMahieu scores. Oswald Peraza scores.
3-0 NYY
Top 2
Kyle Higashioka homers (1) on a fly ball to left field. Jake Bauers scores. Oswald Peraza scores.
6-0 NYY
Bottom 3
Anthony Santander singles on a fly ball to right fielder Billy McKinney. Adley Rutschman scores. Ryan Mountcastle to 3rd.
6-1 NYY
Bottom 3
Gunnar Henderson singles on a line drive to right fielder Billy McKinney. Ryan Mountcastle scores. Anthony Santander to 2nd.
6-2 NYY
Bottom 8
Kyle Stowers doubles (4) on a fly ball to left fielder Rafael Ortega. Ryan O'Hearn scores. Franchy Cordero scores. Josh Lester to 3rd.
6-4 NYY
Bottom 8
Frederick Bencosme out on a sacrifice fly to right fielder Michael Hermosillo. Josh Lester scores.
6-5 NYY
Bottom 8
Ryan McKenna singles on a ground ball to center fielder Oswaldo Cabrera, deflected by second baseman Jesus Bastidas. Kyle Stowers scores. Nomar Mazara to 3rd.
6-6
Bottom 9
Josh Lester doubles (2) on a fly ball to center fielder Rafael Ortega. Maverick Handley scores. Ryan O'Hearn to 3rd.
NYM 11 @ TB 2 - Final MIN 6 @ NYY 4 - Final ATL 8 @ BOS 9 - Final PHI 3 @ TOR 6 - Final Next Orioles Game: Sat, Mar 25, 06:05 PM EDT @ Pirates LastUpdated:03/24/202309:04:45PMEDT
Umpires: HP: Jeremie Rehak. 1B: Chris Segal. 2B: Adam Beck. 3B: Derek Thomas.
Weather: 81 degrees, Clear.
Wind: 13 mph, R To L.
First pitch: 6:05 PM.
T: 2:38.
Att: 7,706.
Venue: Ed Smith Stadium.
March 24, 2023
Inning
Scoring Play
Score
Top 1
Oswaldo Cabrera homers (4) on a fly ball to left center field. DJ LeMahieu scores. Oswald Peraza scores.
3-0 NYY
Top 2
Kyle Higashioka homers (1) on a fly ball to left field. Jake Bauers scores. Oswald Peraza scores.
6-0 NYY
Bottom 3
Anthony Santander singles on a fly ball to right fielder Billy McKinney. Adley Rutschman scores. Ryan Mountcastle to 3rd.
6-1 NYY
Bottom 3
Gunnar Henderson singles on a line drive to right fielder Billy McKinney. Ryan Mountcastle scores. Anthony Santander to 2nd.
6-2 NYY
Bottom 8
Kyle Stowers doubles (4) on a fly ball to left fielder Rafael Ortega. Ryan O'Hearn scores. Franchy Cordero scores. Josh Lester to 3rd.
6-4 NYY
Bottom 8
Frederick Bencosme out on a sacrifice fly to right fielder Michael Hermosillo. Josh Lester scores.
6-5 NYY
Bottom 8
Ryan McKenna singles on a ground ball to center fielder Oswaldo Cabrera, deflected by second baseman Jesus Bastidas. Kyle Stowers scores. Nomar Mazara to 3rd.
6-6
Bottom 9
Josh Lester doubles (2) on a fly ball to center fielder Rafael Ortega. Maverick Handley scores. Ryan O'Hearn to 3rd.
NYM 11 @ TB 2 - Final MIN 6 @ NYY 4 - Final ATL 8 @ BOS 9 - Final PHI 3 @ TOR 6 - Final Next Yankees Game: Sat, Mar 25, 01:05 PM EDT @ Phillies LastUpdated:03/24/202309:04:31PMEDT
2023.03.25 01:44 winterphxphoto[R4M] Visiting photographer needs fit 18-30 males interested in modeling for compensated photo shoots (On strip this weekend).
I am a physique photographer whose primary focus is male solo artistic nude shoots. I looking for fit males interested in modeling for short photo shoots on the strip this weekend. My shoots are physique focused, so the face can be excluded if preferred. Shoots typically last about an hour and I compensate up to 400. No previous modeling experience is required, but being comfortable with nudity is. If you are interested please visit my website to apply and view examples of my recent work: www.winter-phoenix.com/modelapplication
2023.03.25 01:32 Kokokokoko22Purchased a GameCube back in December and just now got around to setting it up. Running into "An error has occurred. Turn the Power Off and check the Nintendo GameCube Instruction Booklet for further instructions." whenever game is started.
So, as the title says, I got a GameCube for Christmas several months ago. Source was WalMart's online store (link). Trying to load up copy of Paper Mario: The Thousand Year Door, source was Amazon's online store (link). As stated in the title, I get the "An error has occurred. Turn the Power Off and check the Nintendo GameCube Instruction Booklet for further instructions." message whenever the game is loaded. The error does not appear if the game is not inserted into the console. The game does begin to power on, it shows the company and developer logos, and then begins to zoom in on the star book as though the game is about to start, but errors out before it can reach the point in which the book flips open. It always errors out at seemingly the exact same point. What's the problem? Is there any from-home fix? Or will I have to purchase a different copy of the game? Should add: A difficulty here is I am unsure how to identify if the problem is the console or the game, because I only purchased the one game disc.
2023.03.25 01:00 oatmealismyfavMore data, more problems
Disclaimer: I'm a 4th year PhD student studying statistics, so I may use too much technical lingo.
Background
On stream today Destiny & guests were discussing the question of: is a small random sample better than a large non-random sample? It turns out there is a peer-reviewed statistics paper about this! The author even writes:
Which one should I trust more: a 1% survey with 60% response rate or a non-probabilistic dataset covering 80% of the population?
He's interested in actually quantifying the bias of your statistics under random & non-random sampling schemes. Basically, bias is related to
(Sample quality) The correlation between the values of interest & whether those values were recorded (actually sampled). For example, suppose you're measuring adult weight but you only sample obese people--the correlation will be high.
(Sample quantity) The ratio of the percentage of excluded data to the percentage of included data. For example, you sample 100 people out of the 400 students in a high school; 75% are excluded and 25% are included.
(Overall difficulty) The variance/standard-deviation of the variable you're measuring.
Quality and quantity
In classical statistics when your sample is random, your estimation error is primarily controlled through your sample size--as you collect more data, your estimation error goes down. This should be intuitive. There's actually a trade-off between sample quality and quantity--we just often don't talk about it because researchers try their best to do random sampling. Once your sample is non-random, you get fucked. Now, your error is largely determined by the population size (not sample size), which is BAD (because we can't control that unless we redefine our population, which gets into unethical territory). While in a random scheme, doubling your sample size maybe decreased your error by a factor of 2^(-1/2), in the non-random scheme, doubling your sample size hardly reduces your margin of error. Your only real way to reduce error is to sample nearly the entire population...which is hard for obvious reasons. In other words, your error becomes intractable, and the only way to make it tractable is to sample the vast majority of the population (arbitrarily close to 100%). I'll note that "bad quality" isn't hard to achieve--in terms of correlation (which is between -1 and 1, 1 being a perfect positive linear relationship & 0 being no relationship), we're talking about decimals that require scientific notation. As the author says:
For large populations, such as the US eligible voter population, achieving [good quality] for [an] arbitrary sampling rate without probabilistic sampling (equivalent) requires a miracle.
To illustrate the quality-quantity tradeoff, the author introduces the idea of an effective sample size. Basically: for some fixed quality (non-random sample) and sample size, what's the equivalent random sample size? You can think of it as how much information you really have. The author provides the following simulated example: suppose you're sampling from the entire US voting population but your sampling quality (this'll be a measure from 0 to 1) is 0.05, you need to sample HALF OF THE US VOTING POPULATION to get an effect sample size of just 400. In this context, 0.05 is actually pretty high, but this just goes to show that even a tiny correlation between the sample and inclusion indicator can have a profound impact on the amount of information you really have. As a side note: with bad quality, your confidence intervals will be wrong, fucking any hope of inference. The author provides a more concrete example using some data from the 2016 election. Given a very generous quality measure, they calculate that the effective sample size of (roughly) all 2016 polls combined was 5% of those sampled; that is, the equivalent random sample is 5% as large as what was collected. This in turn had an impact on the margin of error; specifically, the reported margin of error was MUCH smaller than what it should have been (the MOEs were vastly under-estimated...leading to a surprising election night). Disclaimer: this is kind of a back of the envelope calculation he does, but it's pretty compelling imo. Overall, even a small reduction in sampling quality can have a profound impact on your effective sample size. Also, it's worth pointing out that in real life we can't ever calculate the correlation between inclusion and the variable...because we don't record people who aren't included. TLDR: having a large non-random sample doesn't necessarily help you & can fuck your inferences. Whipped this up in 30 minutes, so I apologize if it is confusing. EDIT: as u/TallPsychologyTV mentioned in the comments, this critique isn't exclusive to Aella. This is a common problem that exists in peer reviewed research as well. I'll note however, smaller studies with some non-random non-response bias aren't hurt as much as studies with huge sample sizes. Your error estimates shouldn't be as biased. Anyway, I'm super blackpilled on all scientific research though; kids, don't do a PhD in statistics, it ruins everything.
Installation of Ruby/RubyGems/Rails through RVM and GEM (this installed Ruby 1.9.2 and Rails 3.0.7)
Installation of the mysql and mysql2 module (latter which didn't work)
Creation of rails app (blog app as tutorial is instructing)
Sym linking of /home/me/www/blog/public/ from /vawww/blog/
Creation of DB through rake
Installation of passenger module for Rails execution in Apache
Running of passenger-install-apache2-module to configure Apache
Deletion of public.html file from public/ rails app folder so that my controlleview can fire
Configuration of sites-available files for virtual hosts
Configuration of Rails routing
I believe it is the last two steps that are tripping me up, partly due to lack of familiarity with Apache and Rails (I am new to both). In my virtual host file I am trying to point to the blog public dir in /vawww/blog. For my Rails route I have root :to => "home#index" as instructed. When I browse to the http:// url I should normally be seeing my "Hello, Rails!" page per section 4.3 of the Getting Started guide, however all I see is the directory listing from Apache. Static pages work but not Rails processing. At this point I am unclear if the passenger module is even doing anything or where to look for any evidence of what is happening. I tried various things like running the Rails app off a different virtual host called "blog" at http:///blog and the routing worked (static pages and all) but no Rails as above. Update: after playing around some more, I now get a new error message (404):
Not Found The requested URL /dispatch.cgi was not found on this server.
I have since determined that this cgi 404 was caused by a rewrite rule I had added to .htaccess from guidance from the help.ubuntu.com page I pointed out above. Looks like it wasn't necessary or applied to an older version of Rails. The inconsistencies in instructions when looking up help online is disorienting! Removing the file leaves me with the previous problem though. Here's the entry in the Apache log that I believe correlates with the first error. Although I am no longer getting this error it seems, may be related to something else I was trying before... [Fri May 27 22:49:41 2011] [notice] Apache/2.2.16 (Ubuntu) PHP/5.3.3-1ubuntu9 with Suhosin-Patch Phusion_Passenge3.0.7 configured -- resuming normal operations[Fri May 27 22:51:18 2011] [error] [client 192.168.1.141] File does not exist: /vawww/blog/rails, referer: http://192.168.1.138/blog/ Here's the most recent entry with the 404 on the cgi thing: [Sat May 28 08:01:18 2011] [error] [client 192.168.1.141] File does not exist: /vawww/blog/dispatch.cgi What could I be missing? Thanks! Additional details as requested. Apache sites file: ServerAdmin [email protected] DocumentRoot /vawww/blog/ RailsEnv development # # Options FollowSymLinks # AllowOverride None # Options Indexes FollowSymLinks -MultiViews +ExecCGI AllowOverride All Order allow,deny allow from all # AddHandler cgi-script .cgi ScriptAlias /cgi-bin/ /uslib/cgi-bin/ AllowOverride None Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch Order allow,deny Allow from all ErrorLog ${APACHE\_LOG\_DIR}/error.log # Possible values include: debug, info, notice, warn, error, crit, # alert, emerg. LogLevel warn CustomLog ${APACHE_LOG_DIR}/access.log combined Alias /doc/ "/usshare/doc/" Options Indexes MultiViews FollowSymLinks AllowOverride None Order deny,allow Deny from all Allow from 127.0.0.0/255.0.0.0 ::1/128 Another update: I was able to get it working, finally, by using a top level DocumentRoot (/vawww) and basing my Rails app off that using RailsBaseURI. This maps to the "Deploying to a sub URI" section of the Phusion Passenger instructions. It is used as http:///blog which is not really what I wanted to get, but it's kind of irrelevant as I am using this just to learn Rails in a virtual. I will need to go and work on getting it working as a top level app again sometime later. Here's my current (final) VirtualHost file for reference: ServerAdmin [email protected] DocumentRoot /vawww/ RailsEnv development Options FollowSymLinks AllowOverride None RailsBaseURI /blog Options Indexes FollowSymLinks -MultiViews +ExecCGI AllowOverride All Order allow,deny allow from all # AddHandler cgi-script .cgi ScriptAlias /cgi-bin/ /uslib/cgi-bin/ AllowOverride None Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch Order allow,deny Allow from all ErrorLog ${APACHE\_LOG\_DIR}/error.log # Possible values include: debug, info, notice, warn, error, crit, # alert, emerg. LogLevel warn CustomLog ${APACHE_LOG_DIR}/access.log combined Alias /doc/ "/usshare/doc/" Options Indexes MultiViews FollowSymLinks AllowOverride None Order deny,allow Deny from all Allow from 127.0.0.0/255.0.0.0 ::1/128 Answer link : https://codehunter.cc/a/apache/setting-up-rails-app-on-apache-with-passenger-rails-doesnt-seem-to-load
Hi tech savvy people. I'm a 20 yo dude studying in an engineering school. This semester we had the chance to choose 2 of our courses (which might not sound like a lot of choice for people studying in other countries i reckon) and i happened to choose a general course on network architecture models. Be aware that no prior knowledge was required to take that course, so we're learning the basics: what's an ip adress, what's dns, how does a client and a sever communicate etc So, I missed some classes and kinda lost track on the given project which was to code (in C) a client and server that would act as a chat. Instead of listening to the teacher, I started messing around with the schools pc, an old piece of tech powered by intel pentium 4 and running openSUSE 15.0. As i tried to download minecraft (yeah told you i wasnt listening) I got an error: no route to host 192.168.0.254 port 3128. That's when the fun all started. I didn't know what that meant so I asked chatgpt and ended up spending the entire day learning and trying to find a way to download that game. I learned about dns, firewalls, yast, and so many useful commands on bash like "vim" or "cat". I actually learned way more in a day than in the last 2 weeks of this course. Here's what I found out: that no route to host error is actually the proxy server. This was sensed by chatgpt, port 3128 being usually used for proxy servers, and when i ran the command line "sudo yast2 proxy", the http proxy adress was indeed the one from the no route to host error. One question that I still have in mind is how on earth is it possible for system administrators to set a pc to access the internet and look for almost anything on google, BUT at the same time make it virtually impossible to download ANYTHING on that same pc, and I mean anything. No command update in the terminal, no photo video or game, wherever it comes from you'll get the same no route to host error from the same server. So at the end of the day I managed to change the proxy to one i found on a proxy list on the internet. There might be some wild security concerns in doing that, but let's just hope nothing bad happened. The thing is, even though i dont get that no route to host error anymore, i now get a "timeout error" everytime i try to download something. Any solution to stymie this issue ?
2023.03.25 00:05 ResponsibilityOk242Any ideas on how to fix?
I recently bought a new gaming pc. First boot up I got the error that says steams.exe - Bad Image C:\Program Files\WindowsApps\microsoftteams23047.400.1873.7 204_×64 Swekyb3d8bbwe\sqlite3.dil is either not designed to run on Windows or it contains an error. Try installing the program again using the original installation media or contact your system administrator or the software vendor for support. Error status Oxc0000020 I didn't think much of it until I downloaded my first game and everytime I loaded it the pc would reboot itself and keep giving me that error code over and over. Any help is appreciated
Brian Anderson reaches on a fielding error by third baseman Max Muncy. Mike Brosseau scores. Jesse Winker to 2nd.
0-1
B1
Max Muncy homers (2) on a fly ball to center field. J.D. Martinez scores.
2-1
B4
Austin Barnes hit by pitch. Trayce Thompson scores. Chris Taylor to 3rd. Miguel Vargas to 2nd.
3-1
T5
Josh VanMeter homers (1) on a line drive to right field.
3-2
T5
Mike Brosseau homers (6) on a fly ball to left field.
3-3
T5
Victor Caratini singles on a ground ball to right fielder James Outman. Owen Miller scores. Brian Anderson to 2nd.
3-4
B5
J.D. Martinez homers (2) on a fly ball to center field.
4-4
B5
Trayce Thompson doubles (2) on a fly ball to right fielder Brian Anderson. Max Muncy scores.
5-4
T6
Mike Brosseau grounds out, pitcher Caleb Ferguson to second baseman Miguel Vargas to first baseman Brandon Lewis. Sal Frelick scores. Andruw Monasterio to 2nd.
5-5
T6
Owen Miller singles on a line drive to center fielder James Outman. Andruw Monasterio scores.
5-6
B7
Steven Duggar out on a sacrifice fly to left fielder Skye Bolt. Brandon Lewis scores.
6-6
Highlights
Description
Length
Video
Max Muncy crushes a two-run home run to center field
Brian Anderson reaches on a fielding error by third baseman Max Muncy. Mike Brosseau scores. Jesse Winker to 2nd.
0-1
B1
Max Muncy homers (2) on a fly ball to center field. J.D. Martinez scores.
2-1
B4
Austin Barnes hit by pitch. Trayce Thompson scores. Chris Taylor to 3rd. Miguel Vargas to 2nd.
3-1
T5
Josh VanMeter homers (1) on a line drive to right field.
3-2
T5
Mike Brosseau homers (6) on a fly ball to left field.
3-3
T5
Victor Caratini singles on a ground ball to right fielder James Outman. Owen Miller scores. Brian Anderson to 2nd.
3-4
B5
J.D. Martinez homers (2) on a fly ball to center field.
4-4
B5
Trayce Thompson doubles (2) on a fly ball to right fielder Brian Anderson. Max Muncy scores.
5-4
T6
Mike Brosseau grounds out, pitcher Caleb Ferguson to second baseman Miguel Vargas to first baseman Brandon Lewis. Sal Frelick scores. Andruw Monasterio to 2nd.
5-5
T6
Owen Miller singles on a line drive to center fielder James Outman. Andruw Monasterio scores.
5-6
B7
Steven Duggar out on a sacrifice fly to left fielder Skye Bolt. Brandon Lewis scores.
6-6
Highlights
Description
Length
Video
Max Muncy crushes a two-run home run to center field
Pitches-strikes: Greene, H 58-36; Gibaut 19-13; Strickland 23-13; Farmer, B 10-9; Cruz, F 12-8; Díaz, A 8-6; Gallen 82-48; Mantiply 22-14; Vargas 22-11; Castro 12-10.
Groundouts-flyouts: Greene, H 3-2; Gibaut 1-1; Strickland 0-1; Farmer, B 1-0; Cruz, F 0-2; Díaz, A 0-0; Gallen 3-8; Mantiply 1-0; Vargas 1-0; Castro 1-2.
Batters faced: Greene, H 14; Gibaut 5; Strickland 8; Farmer, B 3; Cruz, F 3; Díaz, A 3; Gallen 25; Mantiply 7; Vargas 6; Castro 4.
Inherited runners-scored: Mantiply 1-0.
Umpires: HP: Jeff Nelson. 1B: Adrian Johnson. 2B: Brian Walsh. 3B: Jacob Metz.
Weather: 66 degrees, Sunny.
Wind: 11 mph, Varies.
First pitch: 1:11 PM.
T: 2:31.
Att: 10,155.
Venue: Salt River Fields at Talking Stick.
March 24, 2023
Inning
Scoring Play
Score
Top 1
Spencer Steer homers (2) on a fly ball to center field.
1-0 CIN
Top 4
Henry Ramos grounds into a force out, shortstop Nick Ahmed to second baseman Josh Rojas. Jose Barrero scores. Curt Casali out at 2nd. Henry Ramos to 1st.
2-0 CIN
Top 5
Jose Barrero homers (1) on a fly ball to right center field. Jason Vosler scores. Spencer Steer scores.
5-0 CIN
Bottom 6
Christian Walker doubles (2) on a sharp line drive to center fielder Jose Barrero. Geraldo Perdomo scores. Ruben Santana to 3rd.
5-1 CIN
Bottom 6
Corbin Carroll singles on a ground ball to first baseman Jason Vosler. Ruben Santana scores. Tim Tawa to 3rd.
5-2 CIN
Bottom 6
Reds challenged (tag play), call on the field was upheld: Jake McCarthy singles on a line drive to center fielder Jose Barrero. Tim Tawa scores. Corbin Carroll scores.
5-4 CIN
Top 7
Jose Barrero doubles (4) on a fly ball to left fielder Tim Tawa. Kevin Newman scores.
6-4 CIN
Top 8
Henry Ramos homers (2) on a fly ball to right field.
2023.03.24 23:42 WreilNYour web server is not properly set up to resolve ...
I have the following error messages:
Your web server is not properly set up to resolve "/.well-known/webfinger" Your web server is not properly set up to resolve "/.well-known/nodeinfo" Your web server is not properly set up to resolve "/.well-known/caldav" Your web server is not properly set up to resolve "/.well-known/carddav"
So fare no problem I thought. I followed the nextcloud documentation to resolve this issue and added the following in my .htaccess file:
2023.03.24 23:25 IvanLagatacrustrying to get online setup for xenoblade x on cemu (im losing it please help)
Been trying to dump my user data for a better part of the afternoon, and despite Dumpling only opening about half the time I finally got my user data and otp/seeprom.bins and put them where cemu calls for. After all that cemu reads the account as valid but neither friend list nor xenoblade can connect. I can't find any info online, so any wisdom is welcome (im begging here) Log error reads: [17:18:32] HTTP request received response 400 but expected 200 [17:18:32] Failed request /oauth20/access_token/generate [17:18:32] ACT_GetNexToken(): Failed to retrieve OAuth token Edit: xenoblade errors 106-1502, friend list errors 150-1090