Jump to content

Wikipedia:Reference desk/Computing: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Scsbot (talk | contribs)
edited by robot: adding date header(s)
Scsbot (talk | contribs)
edited by robot: archiving September 5
(43 intermediate revisions by 15 users not shown)
Line 8: Line 8:
</noinclude>
</noinclude>


= August 22 =
= September 9 =


== Can't keep track. ==
== stop cursor blink on all apps in windows 11, especially Geany ==


Hi, I want to know how to stop the cursor blinking across all of Windows 11. I have disabled blink in Settings, but some apps still blink, and I can't fix it. The worst case is Geany, my otherwise excellent text editor. Any suggestions? [[User:It&#39;s Been Emotional|IBE]] ([[User talk:It&#39;s Been Emotional|talk]]) 00:12, 22 August 2024 (UTC)
I've been using Google bookmarks on windows 10. I can't find a star or watchlist feature anywhere on the Wiki pages I visit. I signed up to edit once but I didn't proceed. Is there an easy way to keep track on Wikipedia itself? I'm a recurring donor. [[User:Deanprine|Deanprine]] ([[User talk:Deanprine|talk]]) 21:32, 9 September 2024 (UTC)
:I have no idea about [[Google bookmark]]s. There is [[Special:Watchlist|a watchlist feature]]. In the Wikipedia skin I use it is on the top right corner. The button has three horizontal lines and a star. You can add a page to the list with a star icon on the header of the page. This is probably better explained at [[Help:Watchlist]]. --[[User:Error|Error]] ([[User talk:Error|talk]]) 23:05, 9 September 2024 (UTC)


:As an aside, I imagine your browser has a History feature: Firefox has History > Show all history, with a search function which shows every Wikpedia page I have visited since 2021. By the way, when you donate through Wikipedia, you are actually giving your money to the [[Wikimedia Foundation]] (WMF), which provides the internet access and servers on which all Wikipedia projects run. The WMF is in no way short of cash. This might sound ungrateful, but we are mostly all entirely unpaid volunteers, and some of us object to WP being used as a front for donations to the WMF, over whose coffers we have no control whatsoever. [[User:MinorProphet|MinorProphet]] ([[User talk:MinorProphet|talk]]) 18:53, 10 September 2024 (UTC)
:Oh hey that's based on Scintilla, I use [[SciTE]] myself.
:[https://github.com/geany/geany/issues/3410 Geany sets its own blink rate.] There is some confusing discussion about how Scintilla GTK (which is what Geany is?) respects a setting for [[GTK]] blink rate "if available". On Windows, I guess it isn't.
:There's a cursor width setting in [https://www.geany.org/manual/ the Geany manual], which in theory will turn the cursor off entirely if set to 0. You might be satisfied with that, if it works. [[User:Card_Zero|<span style=" background-color:#fffff0; border:1px #995; border-style:dotted solid solid dotted;">&nbsp;Card&nbsp;Zero&nbsp;</span>]]&nbsp;[[User_talk:Card_Zero|(talk)]] 14:31, 22 August 2024 (UTC)
:This is hard, from a programmer's point of view.
:The blink setting in Windows affects the text inputs rendered by Windows' toolkit. All applications that have outsourced their text inputs to Windows' toolkit automatically follow this setting. But Windows' toolkit is only available on Windows, so if you want to create a cross-platform application (like Geany), you can (A) maintain two versions, one with Windows' toolkit, one without; (B) use a cross-platform toolkit; (C) build your own text inputs. (A) is a lot of work, as you have to maintain two versions of every graphical input/output function. Geany uses (B), in the form of the GTK toolkit. I suppose GTK's developers may try to read Windows' settings, but the interface to Windows' settings is a poorly documented moving target.
:There may be a tool on Windows to configure GTK. I haven't used Windows in ages, so I never tried this myself. That may help for the GTK-based applications, but not everything else. Some applications could have hard-coded blinking, so no way to change it. [[User:PiusImpavidus|PiusImpavidus]] ([[User talk:PiusImpavidus|talk]]) 08:25, 23 August 2024 (UTC)
::Well, in this case, ''poorly documented moving target'' is undue. It's GetCaretBlinkTime(), and that was true in 1996, which is the age of my copy of WIN32.HLP, and it's still true today. I just tried, it returned 530 milliseconds. Microsoft's online (web) help closely follows WIN32.HLP, if you can find your way into the right parts of it. (Reading an actual [[.hlp]] file in 2024 is not so simple, I must admit, since they removed the reader years ago.) I'd imagine that every Windows GTK-based application ships with its own copy of GTK, rather than attempting to use or install system-wide shared libraries. For instance I see my GIMP has a libgtk-win32-2.0-0.dll, hidden among a million other dlls, in its \bin alongside the application binary. So a system configuration for GTK on Windows is probably not an option. [[User:Card_Zero|<span style=" background-color:#fffff0; border:1px #995; border-style:dotted solid solid dotted;">&nbsp;Card&nbsp;Zero&nbsp;</span>]]&nbsp;[[User_talk:Card_Zero|(talk)]] 11:03, 23 August 2024 (UTC)


Thanks for those replies. Looks like I'll have to keep searching to see if there's a way around it. Sad because when I had it on Windows 10, it was all good for some reason, easy to disable the blink (I'm pretty sure there was a setting under Edit->Preferences). [[User:It&#39;s Been Emotional|IBE]] ([[User talk:It&#39;s Been Emotional|talk]]) 00:08, 24 August 2024 (UTC)


= August 23 =


= September 12 =
== Lower half of Dos Code pages ==


== Windows 11 24H2 ==
[[Code page 850]] cites both IBM<ref name="IBM_CPGID850_PDF">{{citation |title=Code Page CPGID 00850 |url=https://public.dhe.ibm.com/software/globalization/gcoc/attachments/CP00850.pdf |publisher=IBM |format=pdf |date=1986}}</ref><ref name="IBM_CPGID850_TXT">{{citation |title=Code Page (CPGID) 00850 |url=https://public.dhe.ibm.com/software/globalization/gcoc/attachments/CP00850.txt |publisher=IBM |format=txt |date=1998}}</ref> and the International Components for Unicode<ref name="ICU_1995">{{cite web |title=International Components for Unicode (ICU), ibm-850_P100-1995.ucm |website=[[GitHub]] |date=2002-12-03 |url=https://github.com/unicode-org/icu/blob/master/icu4c/source/data/mappings/ibm-850_P100-1995.ucm |access-date=2022-01-28 |url-status=live |archive-url=https://web.archive.org/web/20220128203048/https://github.com/unicode-org/icu/blob/main/icu4c/source/data/mappings/ibm-850_P100-1995.ucm |archive-date=2022-01-28}}</ref> in the header of the table describing the layout of the code page. IBM<ref name="IBM_CPGID850_PDF"/> and the article provide a table where the characters at positions 0x00–0x7F match [[Code page 437]], but International Components for Unicode provides a mapping<ref name="ICU_1995"/> that instead agrees with [[ASCII]] including [[ASCII control codes]]. The IBM mapping<ref name="IBM_CPGID850_TXT"/> agrees with the IBM table not the Unicode mapping. Is the situation here something like the whole [[ISO 8859-1]] vs [[Windows-1252]] thing, or is one of the sources just wrong?


Other Wikipedia articles on Dos codepages have similar issues, but some only provide a table for the upper half and state that the lower half is the same as Code page 437. What ''should'' the articles say? [[User:McYeee|McYeee]] ([[User talk:McYeee|talk]]) 20:08, 23 August 2024 (UTC)
In [https://changewindows.org/timeline this page] I noticed that 24H2 is released for final users, but I still on 23H2 22631.4169. When 24H2 will be released? [[User:Gatto bianco|Gatto bianco]] ([[User talk:Gatto bianco|talk]]) 14:32, 12 September 2024 (UTC)
:See [[Windows 11, version 24H2]] and don't trust software from random web pages. [[Special:Contributions/75.136.148.8|75.136.148.8]] ([[User talk:75.136.148.8|talk]]) 12:33, 13 September 2024 (UTC)
::NO software in that page and this is NOT random web page, there are all Windows builds catalog! You have visited the page before comment? [[User:Gatto bianco|Gatto bianco]] ([[User talk:Gatto bianco|talk]]) 17:26, 13 September 2024 (UTC)
:::You are misreading the comment. Do you have any clue how many people search "Windows 11 24H2 download" and download fake updates from random websites because they can't wait for the official release? Imagine how many saw your question, thought "Wow! New version of Windows! Let me download it from any link I find online because everyone offering free software on the internet is completely honest and has my best interests in mind!" [[Special:Contributions/75.136.148.8|75.136.148.8]] ([[User talk:75.136.148.8|talk]]) 22:19, 13 September 2024 (UTC)


{{talkref}}


= August 24 =


== What means java ==


= September 16 =
What java [[Means (company)|means]] [[Special:Contributions/2409:4042:EBB:FC77:69FA:EA09:283C:C31A|2409:4042:EBB:FC77:69FA:EA09:283C:C31A]] ([[User talk:2409:4042:EBB:FC77:69FA:EA09:283C:C31A|talk]]) 15:18, 24 August 2024 (UTC)
: Your question is unclear. What it means will depend on the context. Is it the country or some other place? Perhaps the programming language. Or one of the many things listed at [[Java_(disambiguation)]]? [[User:RudolfRed|RudolfRed]] ([[User talk:RudolfRed|talk]]) 18:57, 24 August 2024 (UTC)


==LaTeX backslash encoding==


"[https://jp.mirrors.cicku.me/ctan/info/lshort/english/lshort.pdf The not so short introduction to LaTeX 2e]" tells the reader:


<blockquote>LaTeX supports the use of accents and special characters from many languages. Table 2.2 shows all sorts of accents being applied to the letter ''o''. Naturally other letters work too.</blockquote>
= August 27 =


The table shows them constructed via backslashes; so for example {{Code|\"o }} produces ''ö''. The same Table 2.2 also obligingly describes how to construct several ''o''-irrelevant characters, such as ''å''. But not all. (As an example, I happen to know something not in the table: {{Code|\th }} produces ''þ''.) Yes, the introduction goes on to say that now that "modern TEX engines [speak] UTF-8 natively" this cumbersome way of specifying characters can be avoided. Understood. But all the same I'd like to see a more comprehensive list or table of these recipes for single (Roman or Roman-derived) characters. Though we have an article "[[Percent-encoding]]", I can't find "backslash-encoding" here; and googling for this brings numerous pages on irrelevancies (notably how to produce backslashes that are just backslashes). Tips? -- [[User:Hoary|Hoary]] ([[User talk:Hoary|talk]]) 09:38, 16 September 2024 (UTC)
== Javascript for kids ==
:Does [https://tug.ctan.org/info/symbols/comprehensive/symbols-a4.pdf The Comprehensive LaTeX Symbol List] help? --[[User:Wrongfilter|Wrongfilter]] ([[User talk:Wrongfilter|talk]]) 09:53, 16 September 2024 (UTC)
::Blimey, [[User:Wrongfilter|Wrongfilter]], I knew that a comprehensive list would be big, but I hadn't imagined that it would be that big. Excellent. This should answer all my questions, plus a few thousand more. -- [[User:Hoary|Hoary]] ([[User talk:Hoary|talk]]) 10:14, 16 September 2024 (UTC)


I'm pondering and thinking about buying a Javascript or coding for kids book to teach myself coding (Javascript would be particularly useful), after I learn TI Basic 83/84 Plus. However the books I see on Javascript for kids, namely [https://www.amazon.com/JavaScript-Kids-Playful-Introduction-Programming/dp/1593274084 JavaScript for Kids: A Playful Introduction to Programming] or [https://www.amazon.com/JavaScript-Kids-Dummies-Computers/dp/1119119863 JavaScript For Kids For Dummies (For Dummies (Computers))] are both approaching 10 years old. How screwed would I be trying to learn Javascript from 10 year old books? What really beginner books do people recommend for Javascript? Thanks. [[User:Therapyisgood|Therapyisgood]] ([[User talk:Therapyisgood|talk]]) 01:36, 27 August 2024 (UTC)


= September 18 =
: I think you'll be fine. Any enhancements that came out in the last ten years are not likely to impact a beginner. The basic core is still the same. [[Special:Contributions/41.23.55.195|41.23.55.195]] ([[User talk:41.23.55.195|talk]]) 05:01, 27 August 2024 (UTC)
:Finding a new book will be difficult because the popular beginner language changes over time. When I was a child, it was basic. That was eventually overtaken by Pascal and I thought all the kids learning Pascal were weird. It keeps changing. Right now, it is Python. If you look for Python Programming for Kids, you will find hundreds of books published this year alone. My opinion is that the language doesn't matter. The concepts matter. Learn what a variable is. Learn what control structures are. Learn what functions are. When you view programming as pushing values in and out of memory with functions, it doesn't matter what language you use. They all do the same thing. [[Special:Contributions/12.116.29.106|12.116.29.106]] ([[User talk:12.116.29.106|talk]]) 12:06, 27 August 2024 (UTC)
::What exactly are control structures, and, functions...? Are those terms used in web-programming languages? I'm familiar with terms like variables, and while loops/for loops. Classes and objects. I feel like when you said function, Java and C++ have the same idea but as another word. [[Special:Contributions/66.99.15.162|66.99.15.162]] ([[User talk:66.99.15.162|talk]]) 18:00, 29 August 2024 (UTC).
:::According to programming books we have: Control structures manage the program counter, affecting the flow of the program. If-else, while, for, etc... Anything that controls the program counter to do something other than flow from one line to the next is a control structure. Functions are very similar to a control structure. They are named locations in memory where you store code so you can use that name to execute the code, along with parameters and return values. It is not "web programming." It is "programming." If you are using a langage that doesn't have control structures, you are stuck writing a program that always goes from line 1 to line 2 to line 3, etc... If you don't have functions, you cannot repeat an algorithm multiple times with different parameters. [[Special:Contributions/75.136.148.8|75.136.148.8]] ([[User talk:75.136.148.8|talk]]) 10:49, 30 August 2024 (UTC)
::::By program, you mean compiler? Because compilers read from top to bottom, left to right. What do we call control structures in non-web programming like Java or C++? And what you said for functions seems to be my understanding of variable. [[Special:Contributions/66.99.15.162|66.99.15.162]] ([[User talk:66.99.15.162|talk]]) 20:58, 4 September 2024 (UTC).
:::::It is talking about programs in general. A program is executed by obeying an instruction somewhere in the program. The default would be to move on to the next statement in the program. What happens next can be changed by a control structure that causes a different command to be obeyed. [[User:Graeme Bartlett|Graeme Bartlett]] ([[User talk:Graeme Bartlett|talk]]) 00:50, 5 September 2024 (UTC)


= August 28 =
== Android move file ==


I have a file in Downloads that I need to move to a folder used by the relevant app. However samsung's(?) "my files" app doesn't appear able to navigate to that folder.
== Treeified and linked-list hash bucket equivalence ==


How do I move the file using the phone itself and WITHOUT using a connected PC? -- [[Special:Contributions/2A00:23CC:D222:4701:9DAE:549F:77B9:C1A3|2A00:23CC:D222:4701:9DAE:549F:77B9:C1A3]] ([[User talk:2A00:23CC:D222:4701:9DAE:549F:77B9:C1A3|talk]]) 18:39, 18 September 2024 (UTC)
A maximally-unbalanced [[binary search tree]] is the same as a sorted singly-[[linked list]] except that it has an extra null pointer per node. In [[hash table]] implementations such as OpenJDK's HashMap, where hash buckets are linked list by default but [[collision attack|hash flooding#]] attacks are resisted by "treeifying" overcrowded buckets whose keys are at least partially ordered, could this equivalence be exploited to decrease the number of branch instructions further than has so far been achieved? [[User:NeonMerlin|<span style="background:#000;color:red;border:#0f0 solid;border-width:1px 0">Neon</span>]][[User talk:NeonMerlin|<span style="background:#0f0;color:#000;border:red solid;border-width:1px 0">Merlin</span>]] 23:35, 28 August 2024 (UTC)


:Do you see something called "internal storage"? The folder you want may be in there. If not, a different file manager may help. [[User:Card_Zero|<span style=" background-color:#fffff0; border:1px #995; border-style:dotted solid solid dotted;">&nbsp;Card&nbsp;Zero&nbsp;</span>]]&nbsp;[[User_talk:Card_Zero|(talk)]] 19:20, 18 September 2024 (UTC)


:: "My Files" doesn't defaultedly list the desired destination, even though it lists internal storage.. -- [[User:SGBailey|SGBailey]] ([[User talk:SGBailey|talk]]) 21:35, 18 September 2024 (UTC) (I post logged on on PC and logged off on phone.)


= August 31 =


= September 20 =
==Why Did Windows 11 Computer Restart Itself?==
I was working at my Dell desktop computer, running Windows 11, and stepped away for a little less than an hour. When I came back, I saw that Outlook was opening all of the windows that had been open when I took my dinner break. I then observed that Word and Access had been restarted, and Word had restored two documents from Autorecovery. This wasn't in the time window that I have specified for automatic restarts. Is there a log that records why the computer was restarted? Why did the computer restart itself?
[[User:Robert McClenon|Robert McClenon]] ([[User talk:Robert McClenon|talk]]) 02:07, 31 August 2024 (UTC)

:There's a chance your computer had a [[Blue screen of death|BSOD]] while you were away. You can verify it by checking for any <code>BugCheck</code> events in the [[Event Viewer|event viewer]]. [[User:Ian P. Tetriss|Ian P. Tetriss]] ([[User talk:Ian P. Tetriss|talk]]) 15:29, 31 August 2024 (UTC)
::Thank you, [[User:Ian P. Tetriss]] - There was a RestartManager event logged just about at the time that I went back to my computer, that said that Windows Explorer could not be shut down. I haven't gotten any more information at this time, but this confirms that there was some sort of event. [[User:Robert McClenon|Robert McClenon]] ([[User talk:Robert McClenon|talk]]) 19:12, 31 August 2024 (UTC)
:::A cat could have pressed the power button even. [[User:Luhanopi|Luhanopi]] ([[User talk:Luhanopi|talk]]) 20:00, 31 August 2024 (UTC)
::::In my cynicism, I suspect it was an update, and the designated time window was treated only as a suggestion. [[User:Card_Zero|<span style=" background-color:#fffff0; border:1px #995; border-style:dotted solid solid dotted;">&nbsp;Card&nbsp;Zero&nbsp;</span>]]&nbsp;[[User_talk:Card_Zero|(talk)]] 08:32, 1 September 2024 (UTC)
:::::The cat presses the keys on the keyboard. She doesn't press the power button. The computer is a desktop model, and the power button is facing forward about eighteen inches off the floor. That isn't where the cat would have anything to do with it. I would not be surprised if it was an update that didn't respect the time window. [[User:Robert McClenon|Robert McClenon]] ([[User talk:Robert McClenon|talk]]) 17:34, 1 September 2024 (UTC)
::::::I've had Windows updates ignore the time window before. I can't offer any technical insight into why, just confirm that it does happen. [[User:DuncanHill|DuncanHill]] ([[User talk:DuncanHill|talk]]) 17:38, 1 September 2024 (UTC)
:::::::You can use external software to prevent automatical updates. But check them biweekly then.
:::::::--[[User:Luhanopi|Luhanopi]] ([[User talk:Luhanopi|talk]]) 17:48, 1 September 2024 (UTC)
::::::::<p>This answer is based on Windows 10. I don't think Microsoft has changed any of this for Windows 11 but I'm not sure. </p><p>If it was Windows update, this should show be clear in Event Viewer. E.g. Event 1074 for User32 would be something like: {{tqb|The process C:\Windows\system32\svchost.exe (COMPUTERNAME) has initiated the restart of computer COMPUTERNAME on behalf of user NT AUTHORITY\SYSTEM for the following reason: Operating System: Service pack (Planned){{br}} Reason Code: 0x80020010{{br}} Shut-down Type: restart{{br}} Comment: }} As mention above, a restart due to system error should also be clear from the Event Viewer, beyond the bugcheck you'd also get a critical event from Event 41, Kernel-Power {{tqi|The system has rebooted without cleanly shutting down first. This error could be caused if the system stopped responding, crashed, or lost power unexpectedly.}} although as the event says this could also be due to a sudden power loss, so you'd want to look at other stuff like the bugcheck to try and work out what went wrong. Although you may not always be able to work out exactly what went wrong. E.g. unless you have some sort of hardware monitoring, I don't think you could tell the difference from pulling out the power cable of a system without a built in battery, and a system that died due to thermal protection, and even pushing the reset switch. For that matter, rarely you might get an error which does BSOD which I think there might not be signs of. Still, you at least have the idea it was a sudden unclean shutdown. </p><p>Probably the most uninformative is the typical {{tqb|The process C:\Windows\System32\RuntimeBroker.exe (COMPUTERNAME) has initiated the restart of computer COMPUTERNAME on behalf of user COMPUTERNAME\USER for the following reason: Other (Unplanned){{br}} Reason Code: 0x0{{br}} Shut-down Type: restart{{br}} Comment: }} This could be a simple you restarted via the GUI. It could be something else. You can look for other events which might reveal stuff, but you might not always find stuff. Note that with the majority of desktop computers, pushing the power button on the keyboard will either turn the computer off or put it to sleep. It will not restart the computer. If you push it once and the computer shutdowns then push it again later it may start back up, but this should show up as a shutdown rather than a restart in Event Viewer. Likewise if somehow you push the reset switch, as I noted above this should show up as an unclean shutdown. </p><p>I don't think it's very common for computers to have soft restart switches since it's not considered necessary. I think some variants of *nix, may show up a shutdown menu where you can chose what you want to do when you push the poweroff button or for that matter the ACPI soft-off switch. And I'm sure you could get something which would do that in Windows as well, or maybe there's even a way to change some setting somewhere to do that. But I assume you'd still need to click on restart. </p><p>[[User:Nil Einne|Nil Einne]] ([[User talk:Nil Einne|talk]]) 09:37, 2 September 2024 (UTC)</p>
:::::::::In the future, you could consider disabling Reboot after BSOD [[User:Luhanopi|Luhanopi]] ([[User talk:Luhanopi|talk]]) 09:41, 2 September 2024 (UTC)
::::::::::<p>You could but I don't see the reason for that. AFAIK, all the details that screen provides will be in the Event 1001 BugCheck event. Also I should mention that there are variants of restarts e.g. depending on what's being installed you might get {{tqb|The process C:\Windows\servicing\TrustedInstaller.exe (COMPUTERNAME) has initiated the restart of computer COMPUTERNAME on behalf of user NT AUTHORITY\SYSTEM for the following reason: Operating System: Upgrade (Planned){{br}} Reason Code: 0x80020003{{br}} Shut-down Type: restart{{br}} Comment: }} instead of the service pack one. There's also {{tqb|The process C:\Windows\system32\MusNotificationUx.exe (COMPUTERNAME) has initiated the restart of computer COMPUTERNAME on behalf of user COMPUTERNAME\USERNAME for the following reason: Operating System: Service pack (Planned){{br}} Reason Code: 0x80020010{{br}} Shut-down Type: restart{{br}} Comment: }} I might actually be confused earlier and the TrustedInstaller ones are generally for restarts required during updates and the MusNotificationUx ones are for restarts to initiate installation, not sure. You could look more if it matters, but my main point is if it's a regular restart by the system for an update, it should be clear from the Event 1074 that this happened. If it instead shows up as an unplanned restart, this suggests something else whether a GUI initiated restart, a command line one, or something else. If you installed some weird software to manage updates, perhaps this will also show up as a simple unplanned restart. </p><p>[[User:Nil Einne|Nil Einne]] ([[User talk:Nil Einne|talk]]) 10:13, 2 September 2024 (UTC)</p>
:::::::::::BTW, to be clear, if you restart via the GUI even if you tell it to update, I think this will generally show up as a unplanned restart. Although you can look at the Windows update events and confirm that an update was awaiting restart and installed after you restarted. However this wasn't a force restart per se, even if you did it because you knew you'd eventually be forced. (Sort of, AFAIK, the 7 day rolling delay is technically infinite.) [[User:Nil Einne|Nil Einne]] ([[User talk:Nil Einne|talk]]) 10:16, 2 September 2024 (UTC)
:::::::::::Soul it happen again, you ruled out BSOD [[User:Luhanopi|Luhanopi]] ([[User talk:Luhanopi|talk]]) 11:52, 2 September 2024 (UTC)
===Documentation for [[Event Viewer]]===
Does the Event Viewer contain its own documentation? Where can I find instructions on how to use the Event Viewer? [[User:Robert McClenon|Robert McClenon]] ([[User talk:Robert McClenon|talk]]) 18:24, 1 September 2024 (UTC)

:[https://learn.microsoft.com/en-us/shows/inside/event-viewer] - Internet doc. [[User:Luhanopi|Luhanopi]] ([[User talk:Luhanopi|talk]]) 18:32, 1 September 2024 (UTC)
::At first sight. Haven't been throrugh [[User:Luhanopi|Luhanopi]] ([[User talk:Luhanopi|talk]]) 18:33, 1 September 2024 (UTC)
:::Not that good. Will leave as it may be useful still. [[User:Luhanopi|Luhanopi]] ([[User talk:Luhanopi|talk]]) 18:33, 1 September 2024 (UTC)

== Controlling printed page in HTML ==

I am developing a web application whose front end is done in plain HTML and CSS. One of the pages shows a printable page with rows of pretty much identical <code>&lt;div&gt;</code> elements that look like rectangular text boxes of identical width and height, only the text contents of the elements vary.

Now there is a new requirement that the number of these elements that end up on each individual sheet of paper when physically printing the document should be configurable. Is there any other way to do this than fine-tuning the CSS layout of the page to get the height of these elements and the space surrounding them to match the height of the paper? [[User:JIP|<span style="color: #CC0000;">J</span><span style="color: #00CC00;">I</span><span style="color: #0000CC;">P</span>]] &#124; [[User talk:JIP|Talk]] 11:16, 31 August 2024 (UTC)
:You can specify different CSS for different [https://www.w3.org/TR/CSS21/media.html%23media-types media types]. For instance you can enforce page breaks in [https://www.sitepoint.com/css-printer-friendly-pages/ appropriate places]. [[User:Ruslik0|Ruslik]]_[[User Talk:Ruslik0|<span style="color:red">Zero</span>]] 14:42, 31 August 2024 (UTC)
::Thanks, the section "Page breaks" seems to be exactly what I need to do. [[User:JIP|<span style="color: #CC0000;">J</span><span style="color: #00CC00;">I</span><span style="color: #0000CC;">P</span>]] &#124; [[User talk:JIP|Talk]] 19:19, 31 August 2024 (UTC)
:::In general, i'd say that restrictions like this are pretty unfeasible to guarantee in HTML. It is a markup language (designed for a single page medium), and not a typesetting language. You get very little control about positioning, esp wrt the concept of a 'page'. You can do some best effort with page break suggestions, but that is about it. —[[User:TheDJ|Th<span style="color: green">e</span>DJ]] ([[User talk:TheDJ|talk]] • [[Special:Contributions/TheDJ|contribs]]) 08:55, 1 September 2024 (UTC)
:::I use page-break-after for elements to force them to break to a new page. The issue is setting the div height. I scanned two books on CSS and I am not sure if vh is relative to the page size when printing or not. If it is, you can easily adjust divs to a percent of print space height using vh. If it is locked to the window's viewport, that won't work. [[Special:Contributions/75.136.148.8|75.136.148.8]] ([[User talk:75.136.148.8|talk]]) 12:05, 2 September 2024 (UTC)

= September 1 =

== Why does my laptop (almost) always shut down, when running [[Windows Experience Index]]? ==

In the rare cases, when it doesn't shut down (as happens if it has just been turned on), the Windows Experience Index, on a scale from 1.0 to 7.9, is:

Processor: 6.9.

RAM: 6.9.

Hardisk: 5.9.

3D Graphics: 5.0.

2D Graphics: 4.2.

[[User:HOTmag|HOTmag]] ([[User talk:HOTmag|talk]]) 07:15, 1 September 2024 (UTC)

:In my experience, shut downs like that have three primary reasons: 1. overheating of a component (might want to check if all the fans are clean, working and freely spinning) or 2. possibly a hardware failure in one of many components, but generally gpu or cpu memory. 3. a bad driver that causes a crash with a level of randomness.
:Determining which one is the cause can be a challenge. But in the BIOS, you can generally observer temperatures and run a memory check, which might be helpful. —[[User:TheDJ|Th<span style="color: green">e</span>DJ]] ([[User talk:TheDJ|talk]] • [[Special:Contributions/TheDJ|contribs]]) 09:02, 1 September 2024 (UTC)


= September 3 =

== Are there mandatory DVD-Video Standard Features? ==

Are there any requirements in DVD-Video Specifications that require adding a user menu and title selections features on consumer DVDs at minimum?  Or, that movie scenes and show episodes play chronologically? What I mean to ask is, why don't companies just dump TV show episodes higgledy-piggledy onto a DVD or BluRay in random order without menus? [[Special:Contributions/76.14.14.83|76.14.14.83]] ([[User talk:76.14.14.83|talk]]) 01:47, 3 September 2024 (UTC)

:Presumably because no one would buy the product, so why would they even think to do that? [[User:Shantavira|Shantavira]]|[[User talk:Shantavira|<sup>feed me</sup>]] 09:19, 3 September 2024 (UTC)

:I have heard that the copyright notice at the start is compulsory. [[User:Graeme Bartlett|Graeme Bartlett]] ([[User talk:Graeme Bartlett|talk]]) 10:53, 3 September 2024 (UTC)
::It was mandatory for works published between January 1, 1978 and March 1, 1989 in the United States. Since March 1, 1989, it has been optional with the understanding that failing to include a copyright notice will greatly limit the publisher's ability to protect the copyrighted material. [[Special:Contributions/12.116.29.106|12.116.29.106]] ([[User talk:12.116.29.106|talk]]) 12:25, 3 September 2024 (UTC)
*The DVD specifications are kept private and only available if you pay their $5,000 licensing fee. Even if someone paid for them, they wouldn't be able to tell you about them as their contents are under an NDA. So I doubt you're going to be able to get a definitive answer here. Whether or not forgoing the menu is compliant with the specifications or not, it's certainly technically possible. For example, [https://www.youtube.com/watch?v=YSn0OtXKHfU here's] a tutorial showing how to do it in [[DVDStyler]]. '''[[User:Pinguinn|<span style="text-shadow:0em 0em 1em #00FFFF;"><span style="color:#000000;">Pinguinn</span></span>]]&nbsp;[[User talk: Pinguinn|<span style="text-shadow:0em 0em 1em #00FFFF;"><span style="color:#000000;">🐧</span></span>]]''' 09:04, 5 September 2024 (UTC)
:It took a lot of hunting and I found a mention of it on some random message board... I remember a DVD that would often be marked as "defective" because it didn't have a menu. You pop it in. The movie starts. It isn't in our collections anymore, but I now know it was [[Ghost Dad]]. The official DVD had the movie, just the movie. Nothing else. No menu. No garbage. Because it didn't have a menu, people would check it out, I assume they watched the movie, and they would say it was broken because there was no menu. I remember it because I put it in my DVD player, the movie started, I pressed the menu button and no menu came up. There wasn't even a chapter listing. Just the movie. Surely this isn't the absolute only example of a commercial DVD with no menu, but it proves that at least one exists. [[Special:Contributions/75.136.148.8|75.136.148.8]] ([[User talk:75.136.148.8|talk]]) 10:27, 5 September 2024 (UTC)
::The first DVD version was distributed by [[GoodTimes Entertainment]], which was an incredibly low-budget operation. I found a picture of its back cover which shows a menu screenshot, but perhaps they weren't able to get it working. 2000 was still an early time for DVDs, after all. The second DVD release was by Universal, and while its back cover doesn't show a menu, it would surprise me if Universal of all people neglected to put one in. '''[[User:Pinguinn|<span style="text-shadow:0em 0em 1em #00FFFF;"><span style="color:#000000;">Pinguinn</span></span>]]&nbsp;[[User talk: Pinguinn|<span style="text-shadow:0em 0em 1em #00FFFF;"><span style="color:#000000;">🐧</span></span>]]''' 13:17, 5 September 2024 (UTC)

= September 5 =

== Link to specific message on message board? ==

Hi everyone,
Thank you for any help you can give me. I'm a librarian trying to help a student, but I'm a bit stumped on this one. The student is wondering about creating a link to a specific part of a message board so people don't have to dig through potentially thousands of other messages to get there. Since I'm not an expert on this, I was looking for some here. For more context, here is what he was asking:

"I am having trouble making clickable url links that, when my readers click on them, do not take them to a whole message board, causing my readers to hunt through a bewildering array of messages before they can get to one I am referencing. Rather, I would like to make clickable url links that take my readers to a specific post on, say, a message board, or, perhaps, a post on a chain of social media posts. This would make things a whole lot easier on my readers. I have tried to figure out ways to do this myself, but have been unsuccessful so far. What do you think? Is it possible to set up a url link in a reference list that takes one's readers to a specific post on a message board, or a social media chain, or another online dialogic format?"

I hope my question makes sense, and thank you for any help you can give me, it is most appreciated! [[Special:Contributions/2601:19B:681:9910:A8B6:5E5:B728:F523|2601:19B:681:9910:A8B6:5E5:B728:F523]] ([[User talk:2601:19B:681:9910:A8B6:5E5:B728:F523|talk]]) 17:31, 5 September 2024 (UTC)

:Whether you can create a direct link to a post in a message board is entirely dependent on the specific message board software or social media site the post is located on. Often a direct link is as simple as grabbing the address from the address bar of your browser while viewing the post, but that's isn't always possible. Occasional there will be an option on the post itself that will give you the correct address to link to it, but again this is dependent on the specific board being used. [[Special:Contributions/161.11.160.60|161.11.160.60]] ([[User talk:161.11.160.60|talk]]) 17:56, 5 September 2024 (UTC)
:If the web page itself does not have link locations build into the web page, you can link to specific text on a web page in most web browsers using a content highlight function like https://en.wikipedia.org/wiki/Wikipedia:Reference_desk/Computing#:~:text=question%20is%20unclear (I am assuming Wikipedia won't mangle that). [[Special:Contributions/75.136.148.8|75.136.148.8]] ([[User talk:75.136.148.8|talk]]) 21:56, 5 September 2024 (UTC)

= September 6 =

Revision as of 02:33, 20 September 2024

Welcome to the computing section
of the Wikipedia reference desk.
Select a section:
Want a faster answer?

Main page: Help searching Wikipedia

   

How can I get my question answered?

  • Select the section of the desk that best fits the general topic of your question (see the navigation column to the right).
  • Post your question to only one section, providing a short header that gives the topic of your question.
  • Type '~~~~' (that is, four tilde characters) at the end – this signs and dates your contribution so we know who wrote what and when.
  • Don't post personal contact information – it will be removed. Any answers will be provided here.
  • Please be as specific as possible, and include all relevant context – the usefulness of answers may depend on the context.
  • Note:
    • We don't answer (and may remove) questions that require medical diagnosis or legal advice.
    • We don't answer requests for opinions, predictions or debate.
    • We don't do your homework for you, though we'll help you past the stuck point.
    • We don't conduct original research or provide a free source of ideas, but we'll help you find information you need.



How do I answer a question?

Main page: Wikipedia:Reference desk/Guidelines

  • The best answers address the question directly, and back up facts with wikilinks and links to sources. Do not edit others' comments and do not give any medical or legal advice.
See also:


September 9

Can't keep track.

I've been using Google bookmarks on windows 10. I can't find a star or watchlist feature anywhere on the Wiki pages I visit. I signed up to edit once but I didn't proceed. Is there an easy way to keep track on Wikipedia itself? I'm a recurring donor. Deanprine (talk) 21:32, 9 September 2024 (UTC)[reply]

I have no idea about Google bookmarks. There is a watchlist feature. In the Wikipedia skin I use it is on the top right corner. The button has three horizontal lines and a star. You can add a page to the list with a star icon on the header of the page. This is probably better explained at Help:Watchlist. --Error (talk) 23:05, 9 September 2024 (UTC)[reply]
As an aside, I imagine your browser has a History feature: Firefox has History > Show all history, with a search function which shows every Wikpedia page I have visited since 2021. By the way, when you donate through Wikipedia, you are actually giving your money to the Wikimedia Foundation (WMF), which provides the internet access and servers on which all Wikipedia projects run. The WMF is in no way short of cash. This might sound ungrateful, but we are mostly all entirely unpaid volunteers, and some of us object to WP being used as a front for donations to the WMF, over whose coffers we have no control whatsoever. MinorProphet (talk) 18:53, 10 September 2024 (UTC)[reply]


September 12

Windows 11 24H2

In this page I noticed that 24H2 is released for final users, but I still on 23H2 22631.4169. When 24H2 will be released? Gatto bianco (talk) 14:32, 12 September 2024 (UTC)[reply]

See Windows 11, version 24H2 and don't trust software from random web pages. 75.136.148.8 (talk) 12:33, 13 September 2024 (UTC)[reply]
NO software in that page and this is NOT random web page, there are all Windows builds catalog! You have visited the page before comment? Gatto bianco (talk) 17:26, 13 September 2024 (UTC)[reply]
You are misreading the comment. Do you have any clue how many people search "Windows 11 24H2 download" and download fake updates from random websites because they can't wait for the official release? Imagine how many saw your question, thought "Wow! New version of Windows! Let me download it from any link I find online because everyone offering free software on the internet is completely honest and has my best interests in mind!" 75.136.148.8 (talk) 22:19, 13 September 2024 (UTC)[reply]



September 16

LaTeX backslash encoding

"The not so short introduction to LaTeX 2e" tells the reader:

LaTeX supports the use of accents and special characters from many languages. Table 2.2 shows all sorts of accents being applied to the letter o. Naturally other letters work too.

The table shows them constructed via backslashes; so for example \"o produces ö. The same Table 2.2 also obligingly describes how to construct several o-irrelevant characters, such as å. But not all. (As an example, I happen to know something not in the table: \th produces þ.) Yes, the introduction goes on to say that now that "modern TEX engines [speak] UTF-8 natively" this cumbersome way of specifying characters can be avoided. Understood. But all the same I'd like to see a more comprehensive list or table of these recipes for single (Roman or Roman-derived) characters. Though we have an article "Percent-encoding", I can't find "backslash-encoding" here; and googling for this brings numerous pages on irrelevancies (notably how to produce backslashes that are just backslashes). Tips? -- Hoary (talk) 09:38, 16 September 2024 (UTC)[reply]

Does The Comprehensive LaTeX Symbol List help? --Wrongfilter (talk) 09:53, 16 September 2024 (UTC)[reply]
Blimey, Wrongfilter, I knew that a comprehensive list would be big, but I hadn't imagined that it would be that big. Excellent. This should answer all my questions, plus a few thousand more. -- Hoary (talk) 10:14, 16 September 2024 (UTC)[reply]


September 18

Android move file

I have a file in Downloads that I need to move to a folder used by the relevant app. However samsung's(?) "my files" app doesn't appear able to navigate to that folder.

How do I move the file using the phone itself and WITHOUT using a connected PC? -- 2A00:23CC:D222:4701:9DAE:549F:77B9:C1A3 (talk) 18:39, 18 September 2024 (UTC)[reply]

Do you see something called "internal storage"? The folder you want may be in there. If not, a different file manager may help.  Card Zero  (talk) 19:20, 18 September 2024 (UTC)[reply]
"My Files" doesn't defaultedly list the desired destination, even though it lists internal storage.. -- SGBailey (talk) 21:35, 18 September 2024 (UTC) (I post logged on on PC and logged off on phone.)[reply]


September 20